Click to See Complete Forum and Search --> : Outlook


uni
October 15th, 2001, 09:40 PM
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.

nilaish
October 29th, 2001, 03:05 PM
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