A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Navigating to an email outside of Outlook



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old March 30th 07, 08:29 PM posted to microsoft.public.outlook.program_vba
Elliot
external usenet poster
 
Posts: 3
Default Navigating to an email outside of Outlook

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
  #2  
Old March 30th 07, 10:02 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Navigating to an email outside of Outlook

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


  #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


  #4  
Old April 1st 07, 02:44 AM posted to microsoft.public.outlook.program_vba
Elliot
external usenet poster
 
Posts: 3
Default Navigating to an email outside of Outlook

Thank you. It's exactly what I needed.

Elliot




On Mar 30, 1:50 pm, "Sue Mosher [MVP-Outlook]"
wrote:
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 ...



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- Hide quoted text -


- Show quoted text -



  #5  
Old April 1st 07, 02:46 AM posted to microsoft.public.outlook.program_vba
Elliot
external usenet poster
 
Posts: 3
Default Navigating to an email outside of Outlook

Thank you. It's exactly what I needed.

Elliot

On Mar 30, 1:50 pm, "Sue Mosher [MVP-Outlook]"
wrote:
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 ...



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- Hide quoted text -


- Show quoted text -



  #6  
Old April 8th 07, 12:02 PM posted to microsoft.public.outlook.program_vba
Dave S
external usenet poster
 
Posts: 1
Default Navigating to an email outside of Outlook

"Elliot" wrote in message
ps.com...
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?


May I ask a similar question please ...

I have an existing C++ program that reads EML message files saved from
Outlook Express and files them according to their "from" / "to", and
subject, and date/time of message.

I'd like to extend this to handle MSG files saved from Outlook 2003. I
haven't been able to track down any documentation that deals with how to
read an MSG file to find this basic information. I'd need: subject, from,
to, date and time.

Any pointers to documentation and/or APIs? Although this program is in C++,
I'm happy with descriptions or API source code in any language. (Preferred
environments for source code would be C++, Java, Pascal or VB, as I already
have development environments for those set up.)

Many thanks, Regards, Dave S


  #7  
Old May 8th 07, 05:24 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

You might find this code sample useful: http://www.outlookcode.com/codedetail.aspx?id=1561

--
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

"Dave S" wrote in message u...
"Elliot" wrote in message
ps.com...
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?


May I ask a similar question please ...

I have an existing C++ program that reads EML message files saved from
Outlook Express and files them according to their "from" / "to", and
subject, and date/time of message.

I'd like to extend this to handle MSG files saved from Outlook 2003. I
haven't been able to track down any documentation that deals with how to
read an MSG file to find this basic information. I'd need: subject, from,
to, date and time.

Any pointers to documentation and/or APIs? Although this program is in C++,
I'm happy with descriptions or API source code in any language. (Preferred
environments for source code would be C++, Java, Pascal or VB, as I already
have development environments for those set up.)

Many thanks, Regards, Dave S


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Exporting Email from Outlook Express to SBC Yhaoo email Dale Outlook Express 2 January 24th 07 08:16 PM
Navigating across Outlook 2003 Folders from C# program [email protected] Outlook and VBA 1 May 16th 06 04:32 PM
can't make outlook express default email app when send page by email merdrum Outlook Express 3 January 16th 06 03:28 AM
Outlook Rules: when email comes into inbox want to place email address into contact list [email protected] Outlook - General Queries 4 January 13th 06 08:01 AM
Hotmail no longer allows email access via Outlook Express for free email accounts? Christina Outlook Express 3 January 11th 06 05:49 AM


All times are GMT +1. The time now is 08:47 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.