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

Click here to load this message in the networking platform