![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
"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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |