Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with Outlook 2000
Message
De
14/07/1999 15:37:17
 
 
À
14/07/1999 15:01:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00241437
Message ID:
00241468
Vues:
13
You might want to look at Nigel Coates MAPI class here in the Files section. He recently updated it. Anyway, I have tested it with Outlook2000 and it works fine. Maybe you can find in that class the code help you're looking for.

>I am using tht following code to automate Outlook 2000:
>
>oOutlookObject=CREATEOBJECT("Outlook.Application")
>oEmailItem=oOutlookObject.CreateItem(olMailItem)
>WITH oEmailItem
> .Body= THISFORM.edit1.VALUE
> .TO=THISFORM.text1.VALUE
> .CC=THISFORM.text2.VALUE
> .Subject=THISFORM.text3.VALUE
> .Attachments.ADD(THISFORM.text4.VALUE)
> .SEND
>ENDWITH
>
>it was working fine with Outlook 98.
>Does Anyone know what changed? or Where can I find more info?
>
>
>Thanks
>
>Sergio
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform