Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another automating Email Question--Help
Message
From
07/04/1999 14:53:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Another automating Email Question--Help
Miscellaneous
Thread ID:
00206117
Message ID:
00206117
Views:
45
The following code does
(where Session and Messaging are the names of the ole MSMAPI ocx on a form)
Thisform.Session.signon
Thisform.Messaging.sessionid=thisform.Session.sessionid
lcMessto=thisform.Messaging
lcMessto.compose
lcMessto.msgsubject=lcSubj
lcMessto.msgnotetext=lcMessfinal
lcMessto.send(1)
1)Start MS Outlook
2)properly assigns the Subject and text of the the message
3)Opens the message and waits for recipients name

I NEED It TO Know
a)What is the name of the property that i must set to
programatically assign recipients--I have the list-
b) Once/IF this variable is set can all the processing occur in the background? Not visible to the user?
Next
Reply
Map
View

Click here to load this message in the networking platform