Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Receipt using MAPI
Message
De
10/03/2005 13:46:28
Moacyr Zalcman
Independent Consultant
São Paulo, Brésil
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Receipt using MAPI
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows 2000
Network:
Windows NT
Database:
Visual FoxPro
Divers
Thread ID:
00994550
Message ID:
00994550
Vues:
62
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform