View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Sam Wilson Sam Wilson is offline
external usenet poster
 
Posts: 523
Default Lotus noter email alert

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


"Boss" wrote:

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