A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Display a MIME message in an outlook form



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old April 16th 06, 07:39 AM posted to microsoft.public.outlook.program_forms
s_747
external usenet poster
 
Posts: 1
Default Display a MIME message in an outlook form

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 08:50 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.