View Single Post
  #3  
Old March 30th 07, 10:50 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Navigating to an email outside of Outlook

Or since you want only the subject and body, you can use Application.CreateItemFromTemplate to make a copy of the file as a new message.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Eric Legault [MVP - Outlook]" wrote in message ...
You'd need a tool like this:

http://www.ifiltershop.com/msgfilter.html

Or, if you want to import it into Outlook, you can use Redemption:

http://www.dimastr.com

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Elliot" wrote:

Is it possible to navigate to an email located at c:\sampleEmail.msg
using vb6 or vb.net to read the contents of the Subject and Body for
the purpose of searching?

Thanks,

Elliot Semmelman


Ads