Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Default Mail System
Message
De
22/03/2002 06:00:59
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Default Mail System
Divers
Thread ID:
00635921
Message ID:
00635921
Vues:
40
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform