How do I save an outlook email to a text file

raushanaj5

Member
Joined
Apr 15, 2017
Messages
7
Programming Experience
Beginner
Is there any way to save an outlook email to a text file using C#? Manually we do it by opening the mail and clicking SaveAs and then select file type as text only. But, this should be done through C# code.

I can't find anything relevant on internet. Please help!
 
Is there any way to save an outlook email to a text file using C#? Manually we do it by opening the mail and clicking SaveAs and then select file type as text only. But, this should be done through C# code.

I can't find anything relevant on internet. Please help!

Okay, I think it is possible but I think you need to use Visual Basic.

Have you heard of Macros? They allow the user to actually do some pretty impressive functions within the Windows Office products.

Google it and have a look.
 
Back
Top Bottom