Re: Edit Reply message using Ex-MAPI
- From: "Dmitry Streblechenko" <dmitry@xxxxxxxxxxx>
- Date: Fri, 11 Nov 2005 10:41:26 -0700
If you want to display that message before it is sent, use
IMAPIForm::DoVerb(EXCHIVERB_REPLYTOSENDER)
If you wan tto send it silently, you have no choice but to construct the
appropriate PR_RTF_COMPRESSED_BODY property appropriately in your code,
there is no magic shortcut.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Ami" <amitabh.verma@xxxxxxx> wrote in message
news:1131694382.204169.204320@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
> I am trying to reply mail using extended MAPI. I can create a
> outgoing REPLY message with all necessary properties but finding it
> difficult to edit the REPLY message.
> To get the original message, I open the IStream object and can copy the
> original message in outgoing reply message but i want to Add my own
> message to Outgoing mail also. To do this, I tried to copy the new part
> of message to IStream but it doesnt help as the added data appears in
> begining of original message and doesnt have any format information due
> to that message body appears empty in recieved mail.
> Could any body help me, How to send the reply message with added extra
> data-- considering the orignal mail format (RTF,HTML, Text etc).
> Any help would be really great for me.
> Thanks in advance.
> Regards
>
.
- References:
- Edit Reply message using Ex-MAPI
- From: Ami
- Edit Reply message using Ex-MAPI
- Prev by Date: Re: PR_USERFIELDS Format
- Next by Date: Re: Cancelling a Task assignment on OnWriteComplete.
- Previous by thread: Edit Reply message using Ex-MAPI
- Next by thread: IMAP folder
- Index(es):
Relevant Pages
|