![]() |
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
|
|||
|
|||
![]()
HEy,
I am new to outlook programming so bear with me if this is a simple problem. I get an email as a MIME string from a datasource and I would like to display it in an Outlook form. This is an email that has been revceived so it needs to look as if a message in say the inbox was opened. I have only been able to open up the email in a new message windows using code shown below. I am developing in C#. Outlook.MailItemClass mItem = (Outlook.MailItemClass)wApp.CreateItem(Outlook.OlI temType.olMailItem); mItem.to = strTo; mItem.BCC = strBCC; mItem.CC = strCC; mItem.Subject = strSubject; mItem.BodyFormat = Outlook.OlBodyFormat.olFormatPlain; mItem.Body = strBody; I would appreciate any help I could get on this. Thanks a lot, |
Ads |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook won't display body of plain text message | Mike | Outlook - General Queries | 1 | March 14th 06 07:54 PM |
Outlook 2003 S/Mime | [email protected] | Outlook - General Queries | 2 | February 24th 06 02:06 PM |
Multi-part message in Mime format | rewms | Outlook Express | 2 | February 1st 06 10:41 AM |
How do you change the default display form? | Spike9458 | Outlook - Using Contacts | 1 | January 30th 06 05:31 PM |
Outlook opens Form as Email message, not Form | [email protected] | Outlook - General Queries | 2 | January 26th 06 10:54 PM |