Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Default Mail System
Message
 
À
22/03/2002 06:00:59
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00635921
Message ID:
00635962
Vues:
12
Download MAPIMail from here at UT or at my website.

The answer to your first question is in the class (I can't remember where - should be in the createsession or one of it's child methods). The answer to your second question is No: Express does not work with automation as Outlook does, it will work with MAPI though.


>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
Nigel B Coates
NBC Software Services
Dublin, Ireland.
eMail: Nigel.Coates@NBCSoftware.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform