Need String from Email Subject

  • Thread starter Thread starter CondtllyFrmttd
  • Start date Start date
C

CondtllyFrmttd

I'm using Outlook 2003 and need to make a toolbar or macro or some On
Event Procedure that searches a 2003 MS Access database based on a
unique number in the Subject. I am not familiar with the syntax of
Outlook and am wondering if anyone has had a similar problem.
 
It really depends on when you want the code to run - when an e-mail is
received in the Inbox, or when a user opens it.

If you're new to Outlook VBA, this is an excellent resource to begin with:

Visual Basic and VBA Coding in Microsoft Outlook:
http://www.outlookcode.com/d/vb.htm
 
Back
Top