I took some statements out of my coding which will give you an idea what to use and what to look for in the HELP files:
Set objOutLook = CreateObject("Outlook.Application"
Set objNameSpace = objOutLook.GetNamespace("MAPI"
Set objRF = objNameSpace.folders.mailbox
objRF.items(index).body
The body gives you the whole text of the messagebody and you will be able to use instr or other statements to find specific text there.
If you have other questions after you have read all the available help, post them here.
Good Luck
Hans
BTW, there are many other threads dealing with the same subject.
Thanks Smitan, vbaJock. I'm sorry but I should have mentioned this before: I use Lotus Notes as a mail client. Would this make it more difficult you think?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.