How to create emails for Inbox
From: Recursion2005 (Recursion2005_at_discussions.microsoft.com)
Date: 01/24/05
- Next message: Jim Vierra: "Re: Newbie Question"
- Previous message: Sue Mosher [MVP-Outlook]: "Re: Newbie Question"
- Next in thread: Recursion2005: "RE: How to create emails for Inbox"
- Reply: Recursion2005: "RE: How to create emails for Inbox"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 Jan 2005 10:43:04 -0800
Creating a free program to perform mail merge from 'pegasus' to outlook.
Moving folder tree to outlook works great, but I am unable to figure out how
to 'move' a message.
(Note: I am using c#, but nothing should really differ)
Basically, I parse pegasus mail, retrieve relevant info, and then create an
Outlook.MailItem. I am unable to figure out how to add all the headers into
this mail item. (The Recipients, and subject, and a couple other fields work,
but I can't figure out how to add the other fields...). It appears that
Outlook.MailItem may only be used for sending email?
The other problem is I can not see how to save a Outlook.MailItem to a
non-default folder.
Any ideas?
(Ps. I'll post a link up here with the code once complete)
Thanks,
Richard
- Next message: Jim Vierra: "Re: Newbie Question"
- Previous message: Sue Mosher [MVP-Outlook]: "Re: Newbie Question"
- Next in thread: Recursion2005: "RE: How to create emails for Inbox"
- Reply: Recursion2005: "RE: How to create emails for Inbox"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|