Hi,
Does anyone know how to retrieve the text from an email that Is currently open in outlook from VB. I do not want to create a new instance of outlook, rather access the instance of outlook that is already open.
Please Help.
Printable View
Hi,
Does anyone know how to retrieve the text from an email that Is currently open in outlook from VB. I do not want to create a new instance of outlook, rather access the instance of outlook that is already open.
Please Help.
Do the same here.
This will use your current Outlook Session
Set olApp = Application
Set olSession = olApp.GetNamespace("MAPI")
Set olStartFolder = olSession.PickFolder
Set folsFolders = olStartFolder.Folders.GetFirst
Nilesh Mehta
Outlook/Exchange Developer