Windows Develop Bookmark and Share   
 index > Windows Forms General > Working with Outlook E-mails | Creating a New Message
 

Working with Outlook E-mails | Creating a New Message

Can anyone guide me in the right direction to working with a new Outlook message?

I would like to write a tool in C# that allows me to input some basic variables on a form (easy enough, I can do that), and then creates a new Outlook message based on a template and the variables I entered in the form.

Jeremy H_  Thursday, August 09, 2007 5:15 PM

I found what I was looking for. In case anyone else needs it just go here: http://support.microsoft.com/kb/310263

Notice the commented out "oMsg.Display(true);" -- uncomment that, and comment out the "oMsg.Send();" and you get to view the message before it is sent.

Jeremy H_  Thursday, August 09, 2007 5:44 PM

I found what I was looking for. In case anyone else needs it just go here: http://support.microsoft.com/kb/310263

Notice the commented out "oMsg.Display(true);" -- uncomment that, and comment out the "oMsg.Send();" and you get to view the message before it is sent.

Jeremy H_  Thursday, August 09, 2007 5:44 PM

You can use google to search for other answers

Custom Search

More Threads

• auto compelete textbox in win forms vb.net
• picture box binding
• Using DLLs in a Windows Form Application
• How to use paintEventHandler to draw lines into the picturebox?
• How should i select data from datagrid
• How to get last index of combobox
• Yet Another DataGridView problem
• how to make buttons useable when the thread is suspended (C#)
• How do I modify a Window created by Process.Start()
• events are fired but the form looks frozen