Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Email from within VFP
Message
 
À
27/07/2001 10:31:48
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00536397
Message ID:
00536430
Vues:
9
>I am using the following code to email from within my application.
>
>oOUTLOOK= createobject('outlook.application')
> omail=oOUTLOOK.createitem(0)
> omail.recipients.add('xxx@hotmail.com')
> omail.recipients.add('xxxx@hotmail.com')
> omail.subject = "Subject"
> oAttachment = omail.attachments
> oAttachment.add(filename)
> omail.body = "body "
> omail.display
> Release omail
> oOUTLOOK = .null.
> Release oOUTLOOK
>
>
>The email is sent when they click on send however the email does not appear in the sent item listing.
>
>Is there any way to get the messages to appear in sent mail or is there some way programatically that will triggers a message back to sender that the email has been received?
>
>This application will go to over 200 locations supposedly all running outlook 2000 and it would be nice to let the user know that the email was sent.
>
>Thanks in advance
>Gaylen Jungling

I just ran the code and I get the email in the sent items folder (after it is actually sent).
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform