Re: Outlook - Please Help!!!
Set olApp = Application
Set olSession = olApp.GetNamespace("MAPI")
Set olStartFolder = olSession.PickFolder
Set folsFolders = olStartFolder.Folders.GetFirst
Once you have the right folder that you want to traverse through. Open the item (Messages) from that folder and you will be able to get the body text from the messages.
For more information look at the following books:
Building Applications with Microsoft Outlook 2000
Author Randy Byrne
there are books from Microsoft about Outlook programming too for Outlook 97/98/2000
Nilesh Mehta
Outlook/Exchange Developer