G
Guest
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
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