Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MS Outlook
Message
 
 
To
27/09/2005 10:17:52
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01053413
Message ID:
01053417
Views:
13
This message has been marked as the solution to the initial question of the thread.
oOutLookObject = CreateObject("Outlook.Application")
* Get Namespace and log in
oNameSpace = oOutlookObject.GetNameSpace("MAPI")
oNameSpace.Logon("ProfileName", "Password")
...
>
>We're using VFP and MS OutLook to send emails.
>When we issue
>
>loOutLook = CREATEOBJECT("outlook.application")
>
>the user is prompt for login and password. Is there a way to create OutLook and login at the same time? We would like to log into a general account we can setup in our OutLook.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform