Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mail from VFP thru Lotus Notes
Message
From
22/05/2001 08:28:54
 
 
To
21/05/2001 13:28:22
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00509573
Message ID:
00509819
Views:
31
Hi

You could also use

=DDESETOPTION("SAFETY",.F.)
gnChanNum = DDEINITIATE("NOTES", "SENDMAIL")
IF gnChanNum != -1
glExecute = DDEEXECUTE(gnChanNum, "NewMessage")
glExecute = DDEEXECUTE(gnChanNum, "Send")
DDETERMINATE(gnChanNum)
EndIif


as some older versions of notes can not be created as objects.

Regards

Steven

Previous
Reply
Map
View

Click here to load this message in the networking platform