Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook Express Object Model
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00727457
Message ID:
00727462
Vues:
9
Hi Gerard,

unfortunately OE doesn't have an OLE Automation interface. See Re: How to get object names of application? Thread #705056 Message #705229 AFAIK you'll have to use the MAPI interface with the MAPI ocx.

Armin

>I have included facility in my app to send stuff to Outlook as :
>
>loApp=CREATEOBJECT("Outlook.application")
>loSpace=loApp.GetNameSpace('MAPI')
>loMsg = loSpace.GetDefaultFolder(4)
>loNew=loMsg.Items.Add()
>
>loNew.Recipients.add(cEmail)
>loNew.SubJect = cSubject
>loNew.Body = cBody
>loNew.cc = cCC
>loNew.Send
>
>This works fine but I now discover that some users have Outlook Express
>
>Anybody know what needs to be done to get Outlook Express working ?
>
>Regards,
>
>Gerard

Armin Neudert
Regional Director (Stuttgart) of German FoxPro User Group dFPUG

MCP for Visual FoxPro

Expert/Editor of the VFP section in the German Codezone community portal
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform