PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Add text to RTF message when forwarding using MAPI
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
Add text to RTF message when forwarding using MAPI
![]() |
Add text to RTF message when forwarding using MAPI |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi
I'm using MAPI to forward all incoming mail (MAPI.dll). I want to add the original senders details ( Like Outlook would do it ) to the new forwarded message. Is this possible? Can you add this extra "From" and "To" text to an RTF message body? What else should I do? Thanks |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Create a hidden RTF control, stream the RTF in, modify the data using the
RTF control API, stream it out. By MAPI you mean Extended MAPI, not Simple MAPI, right? Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "bassman" <jacques.lombaard@liberty.com> wrote in message news:2C910E28-1B9C-4F30-B83B-7403C99D05A0@microsoft.com... > Hi > > I'm using MAPI to forward all incoming mail (MAPI.dll). I want to add the > original senders details ( Like Outlook would do it ) to the new forwarded > message. Is this possible? Can you add this extra "From" and "To" text to > an > RTF message body? What else should I do? > > Thanks |
|
|
|
#3 |
|
Guest
Posts: n/a
|
I've changed the way that I do it by just using the Outlook Object model and
CDO to get the sender's email address. But thanks for the help, I will remember and use it next time. "Dmitry Streblechenko" wrote: > Create a hidden RTF control, stream the RTF in, modify the data using the > RTF control API, stream it out. > By MAPI you mean Extended MAPI, not Simple MAPI, right? > > Dmitry Streblechenko (MVP) > http://www.dimastr.com/ > OutlookSpy - Outlook, CDO > and MAPI Developer Tool > > "bassman" <jacques.lombaard@liberty.com> wrote in message > news:2C910E28-1B9C-4F30-B83B-7403C99D05A0@microsoft.com... > > Hi > > > > I'm using MAPI to forward all incoming mail (MAPI.dll). I want to add the > > original senders details ( Like Outlook would do it ) to the new forwarded > > message. Is this possible? Can you add this extra "From" and "To" text to > > an > > RTF message body? What else should I do? > > > > Thanks > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

