Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / productivity / Office

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

4.92/5 (16 votes)
24 Apr 2010CPOL 41.7K  
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)