Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00221025
Message ID:
00221099
Views:
15
>>oOutlook = CREATEOBJECT("Outlook.Application")
>>oNameSpace = oOutlook.GetNameSpace("MAPI")
>>loMailItem = oOutlook.CreateItem(0)
>>WITH loMailItem
>>.Subject = "My Subject"
>>.To = "John Doe"
>>.Body = "My message text"
>>.Display
>>ENDWITH
>
>Hey, Bill, PMFJI - I don't suppose you have any ideas on how to keep the Profile dialogbox from coming up if Outlook/Exchange isn't open?

Hi Bruce,

No, I don't. If OL isn't running ( i.e. not logged in to Exchange ), I just let the dialog pop up and let 'em login normal.
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform