Purpose: to have a button on the Outlook toolbar, which, when clicked, sends the current message in its entirety (possibly as a .msg file) via the message to the URL. In this process, you need to open some browser window so that the user can enter the login information for the application at the URL (if I canβt get around this somehow, thoughts?).
I created a VBA macro and put a button in it in Outlook 2007 (although I will need to work in Outlook 2003 too).
I read about the VBA FollowHyperlink method, but I can't get a small Mac IDE to recognize it (Application.FollowHyperlink and several other attempts gave errors).
(I am a .Net programmer new to VBA, so if there is an easier way in VB.NET or C #, always point me in the right direction).
Ideas?
source share