Re: accessing emails copyied to folders not in a Outlook folder
- From: "Dmitry Streblechenko" <dmitry@xxxxxxxxxxx>
- Date: Mon, 10 Sep 2007 13:57:05 -0700
What do you mean by "I can open the .msg files when the are in an Outlook
folder"? MSG file is an MSG file is an MSG file.
Do you mean Outlook *messages* (which are not stored as MSG files by the
underlying store provider) in an Outlook folder (such as the Inbox)?
If you mean real files with an MSG extension on teh file system accessible
visible in the Windows Explorer, see my previous reply.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"JohnBOA" <JohnBOA@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D003C5A3-E157-4F9B-8B13-61535FE1F781@xxxxxxxxxxxxxxxx
Thanks for the quick response.
What I am trying to do is open some .msg files that were draged and droped
into a folder that is not part of Outlook. These .msg files have
information
in them that I look for based on key words in the Subject line. I can open
the .msg files when the are in an Outlook folder but how would I open them
when they are outside of Outlook process?
--
John
"Dmitry Streblechenko" wrote:
Read in what sense? Import them back to Outlook or access their
properties
without importing?
In the former case, see Application.CreateItemFromTemplate (will not
timport
some properties, such as the sender info). In the latter case, use either
Extended MAPI (C++/Delphi) or <plug> Redemption -
RDOSession.GetMessageFromMsgFile
(http://www.dimastr.com/redemption/rdo/rdosession.htm) and RDOMail.Import
(http://www.dimastr.com/redemption/rdo/RDOMail.htm) </plug>
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"JohnBOA" <JohnBOA@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:5AAB319F-78F1-4D7F-A392-96433B146056@xxxxxxxxxxxxxxxx
How would I write a VBA code to read .msg files in a folder that is not
in
Outlook?
Thanks in advance for any help,
--
John
.
- References:
- Re: accessing emails copyied to folders not in a Outlook folder
- From: Dmitry Streblechenko
- Re: accessing emails copyied to folders not in a Outlook folder
- Prev by Date: Re: accessing emails copyied to folders not in a Outlook folder
- Next by Date: Outlook Redemption:access body triggers security message
- Previous by thread: Re: accessing emails copyied to folders not in a Outlook folder
- Next by thread: Outlook Redemption:access body triggers security message
- Index(es):
Relevant Pages
|