accessing unread outlook emails

  • Thread starter Thread starter zee
  • Start date Start date
Z

zee

Hello there

I would like to create an add-in for outlook which looks
at all the new email (unread), if they contain particular
text on the subject, then a link gets added to the bottom
of the email or an attachment can be added.
 
Zee,
For a list of resources on using Outlook from VB.NET:
http://www.microeye.com/resources/res_outlookvsnet.htm

For help & information on programming Outlook (mostly VB6, some VB.NET):
http://www.outlookcode.com/

Some samples of using Outlook with VB.NET:
http://msdn.microsoft.com/office/de...y/en-us/odc_OL2003_ta/html/odc_OLOMwVBNET.asp

A sample COM Add-in for Outlook written in VB.NET:
http://msdn.microsoft.com/library/d...n-us/odc_OL2003_ta/html/odc_OLWhatsNew2k3.asp


Hope this helps
Jay
 
Back
Top