New to Outlook VBA

  • Thread starter Thread starter numen
  • Start date Start date
N

numen

I want to write a routine to extract an URL from an email as it is
received, and open that URL in a browser.

I know I can get there maybe with Rules and a custom event, but I only
want to do this for the first of such messages received, so I thought the
Application.Newmail event would be more appropriate. Trouble is I can't
access the .Body of the message at this point - or can I?

Is a custom action just a Macro?

Paul.
 
Back
Top