Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Receipt using MAPI
Message
 
À
10/03/2005 13:46:28
Moacyr Zalcman
Independent Consultant
São Paulo, Brésil
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows 2000
Network:
Windows NT
Database:
Visual FoxPro
Divers
Thread ID:
00994550
Message ID:
00994967
Vues:
35
It does not looked like you're logged on. Can you send any kind of email at all - or is it only failing with the receipt request?

>Hi, everybody
>
>I´m trying to request a receipt when sending an e-mail using :
> oMsg=CreateObject("MSMAPI.MAPIMessages.1")
> oSes=CreateObject("MSMAPI.MAPISession.1")
>
> oSes.DownLoadMail=.f.
> oSes.SignOn()
> oMsg.sessionid=oSes.sessionid
> oMsg.compose()
> oMsg.AttachmentCount()
> oMsg.RecipIndex=0
> oMsg.RecipDisplayName='raquellucki@ig.com.br'
> oMsg.MsgSubject="Teste"
> oMsg.MsgNoteText ='O texto da mensagem'
> -> oMsg.MsgReceiptRequested=1
> oMsg.send(0)
> oSes.SignOff()
>
>but it doesn´t work. Any ideas?
>
>Best Regards
Imagination is more important than knowledge
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform