Lotus noter email alert

  • Thread starter Thread starter Boss
  • Start date Start date
B

Boss

Hi,

Can we build a tool which pops up and alert on receiving an email in lotus
notes.
Please help with some code or links.

Thx

Boss
 
I'm pretty sure you can do that in Lotus Notes -

File/Preferences/User Preferences to bring up the options and then in Mail
tick "Check for new mail every X minutes" and then tick "Show a pop up"

If, for some reason, you don't want that but do want to build an alert into
excel (an odd place to buiold it, if you don't mind me saying) you need to
add a reference to "Lotus Domino Objects"- that will give you all the ususal
LotusScript commands you can use in Domino designer, eg dim s as notessession
etc.

Sam
 
Thanks a lot for your reply Sam...

I would never mind you saying excel is odd place to build the popup
(Actually it is)... But i need to constantly track group mailbox and track
each and every mail which was received and replied too.

Using excel or access i need to create a database with the details of all
the incoming and outgoing emails.

Could you please explain more on how can i use domino designer commands in
excel.

Thx!
Boss
 
I don't know much about lotusscript other than how to initialize a notes
session, sorry!

You'll be better of in a LotusScript forum - but what you're trying to do
isn't going to be easy, especially outside of the notes environment.

Sam
 
Thanks Sam...

Boss

Sam Wilson said:
I don't know much about lotusscript other than how to initialize a notes
session, sorry!

You'll be better of in a LotusScript forum - but what you're trying to do
isn't going to be easy, especially outside of the notes environment.

Sam
 
Back
Top