Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Receipt using MAPI
Message
From
10/03/2005 13:46:28
Moacyr Zalcman
Independent Consultant
São Paulo, Brazil
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Receipt using MAPI
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows 2000
Network:
Windows NT
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00994550
Message ID:
00994550
Views:
57
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
Next
Reply
Map
View

Click here to load this message in the networking platform