Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lotus Notes Email creation
Message
From
18/01/2002 15:05:34
 
 
To
18/01/2002 14:29:05
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00606954
Message ID:
00607004
Views:
22
Erik,

I don't know how to do this with Notes. If MAPI is an option, then you could use the optional parameter of the Send() method:
IF tlDisplayDialog
  oMapiMessage.Send(1)
ELSE
  oMapiMessage.Send()
ENDIF
HTH
>I've got an application successfully sending mail through a Lotus Notes client. I need, however, to show the user the email creation page before the mail is sent. Currently the Send method on the document object just fires the email off without ever showing it to the user for interaction.
>
>I have the Lotus docs for COM automation, and can't find any relevant methods/properties.
>
>Has anyone here done this?
Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform