Custom button.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am creating Outlook Add-in Component using C#. I have created custom
button "Formard mail" in outlook using C# component. This is displaying in
Outlook menu bar. If user pressed this button, I want to save the selected
mail in C: as a .msg file. Could you help me how to do that.

Thanks in advance.


Regards,
 
Don't you have the .saveas command?
What is formard mail? Do you mean Forward mail?
And why do you want to save (only?) forwarded email?
Maybe you are developing something allready has been made: mailtofile
does what you try to program. www.mailtofile.com/en/
Or explain more about your plan, and we can help you.

Kannan schreef:
 
Hi,
Yes, I want to forward (Save) my selected inbox mail in C:. It is similar
to www.mailtofile.com concept. Do you have any idea how to do that using
C#.net?

bye
Kannan.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top