![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I have made a Outlook-plugin with VC2005 .It's an Exchange Client Extension
.. Outlook::_MailItemPtr spMailItem = ....; Outlook::_MailItemPtr spFwdItem = NULL; spMailItem-Forward(&spFwdItem);// spFwdItem here is a temporary object until save it? I'd like to obtain the body of spFwdItem,but I can't use spMailItem-get_Body(...), because it will popup a security warning dialog.If I use MAPI to do it,before it can work I need to call spFwdItem-Save() first, but this is not what I expected . Any idea? |
Ads |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to obtain the body of a MailItem which has not been saved and just only stayed in memory? | IceKettle | Add-ins for Outlook | 0 | November 7th 06 03:24 AM |
Changing RTF Body on MailItem Read event | adobrzanski@gmail.com | Add-ins for Outlook | 3 | September 13th 06 08:30 PM |
extracting mailitem.body text to Excel columns | Junoon | Outlook and VBA | 3 | April 20th 06 06:45 AM |
Read body of MailItem ? | Trey Shaffer | Outlook and VBA | 1 | March 18th 06 08:56 PM |
How can I create a MailItem that displays like a received MailItem ? | Clive | Outlook - Using Forms | 0 | February 27th 06 05:14 PM |