Click here to Skip to main content
15,888,241 members
Articles / Productivity Apps and Services / Microsoft Office
Tip/Trick

Get Outlook 07 email & attachments entry ID using C#.NET

Rate me:
Please Sign up or sign in to vote.
4.92/5 (16 votes)
24 Apr 2010CPOL 40.7K   11   4
Introduction...
Introduction

VBA developers are very much familiar with the features of Microsoft .NET platform to develop custom AddIn for Office system... This tip is about to get an Outlook email entry id & programmatic way to retrieve the attachments and store into another location. A sample code example is given below:

Example:

cs>
More information on Outlook.Inspectors can be found at <a href="http://msdn.microsoft.com/en-us/library/ms268893%28VS.80%29.aspx">this link.</a>[<a href="http://msdn.microsoft.com/en-us/library/ms268893%28VS.80%29.aspx" target="_blank" title="New Window">^</a>]

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions

 
QuestionCustom Menu in Visio Pin
himanshub197813-Sep-13 0:56
himanshub197813-Sep-13 0:56 
GeneralReason for my vote of 5 Helped me to start working on AddIn ... Pin
shijis27-Oct-11 5:52
shijis27-Oct-11 5:52 
GeneralSome help here for a VB.net programmer Pin
Michael Clinton26-Jan-10 11:57
Michael Clinton26-Jan-10 11:57 
GeneralRe: Some help here for a VB.net programmer Pin
Md. Marufuzzaman26-Jan-10 18:20
professionalMd. Marufuzzaman26-Jan-10 18:20 
Your creating a ribbon with command Button, which will display a winForm...After then you are trying to play with the Outlook email....This can be done! Please let me know what thpes of help do you need..Do you prefer some code snippets using VB.Net?

Thanks
Md. Marufuzzaman


Don't forget to click [Vote] / [Good Answer] on the post(s) that helped you.

I will not say I have failed 1000 times; I will say that I have discovered 1000 ways that can cause failure – Thomas Edison.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.