Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Default Mail System
Message
From
22/03/2002 06:00:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Default Mail System
Miscellaneous
Thread ID:
00635921
Message ID:
00635921
Views:
39
How can I determine via code what is the default mail system on some computer?
Furtheremore, if it is Outlook Express (and not Microsoft Outlook), does it accepts commands like the ones I used with Microsoft Outlook:

myolapp = CREATEOBJECT("Outlook.Application")
myitem = myolapp.createitem(0)
myrecipient = myitem.recipients.ADD ("Someone@somewhere.com")
myitem.subject = "End of the Week Report"
myitem.body = "With Compliments of the Somecompany Team"
myattachments = myitem.attachments
myattachments.ADD("xlfile.xls")
myitem.DISPLAY

many thanks

Jonathan Feldman
Next
Reply
Map
View

Click here to load this message in the networking platform