TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
jorge.garcia
NA
1
0
opening Outlook screen from C#
Sep 27 2004 9:32 AM
Hi: I'm trying to open the outlook screen from an application in c#, so the client could change any aspect of the message and later send it. This is the example I use in VB6: Dim objSession As MAPI.Session Dim objMessage As MAPI.Message Set objSession = CreateObject("MAPI.Session") Set objMessage = objSession.Outbox.Messages.Add("", "") objMessage.Update objMessage.Send True, True Can anyone suggest me an example in c# of how to do this. I would like to have the option of opening the outlook express screen (last line). Thanks. J.
Reply
Answers (
3
)
DataGrid keypress
About Mdi Child n Parent Forms