Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Outlook Automation
Message
 
 
To
04/06/2006 13:51:07
Mahmud Abdulla
Online Telcom Network Services
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01126995
Message ID:
01126999
Views:
20
Try
oOutLook = CreateObject("Outlook.Application")
* Get Namespace and log in
oNameSpace = oOutlook.GetNameSpace("MAPI")
oNameSpace.Logon("ProfileName", "Password")
...
>Using VFP 8, I can create an email in Outlook 2003
>
>However, I have multiple email accounts in my Outlook 2003 How can I
>programmatically tell outlook which email account is to be used for sending
>the mail?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform