I am working with Outlook 2003 MSG files. I need to pull the PR_START_DATE
and PR_END_DATE properties for appointments. The mapitags.h file shows
these as 0x0060 and 0x0061. I am just not finding these in my MSG files.
I know that the Start Date and End Properties are in the MSGs because they
transfer from machine to machine. I either have the wrong properties or the
values are incorrect.
Can someone please point me in the right direction?
Thanks!
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"news.microsoft.com" <d...@theman.com> wrote in message
news:eeF6l2DW...@TK2MSFTNGP06.phx.gbl...
Thank you, I was just doing that. The problem I have no is that these
Appointment properties are moving around. They don't seem to have a fixed
id. They are also not in the header file because they are optional and
MAPI Class specific. I am not sure how I am going to find their offset at
this point.
"Dmitry Streblechenko" <dmi...@dimastr.com> wrote in message
news:OIumvtM...@TK2MSFTNGP05.phx.gbl...
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Dmitry Akselrod" <bla...@bla.com> wrote in message
news:eSMgm2MW...@TK2MSFTNGP06.phx.gbl...
I am not using the Oultook MAPI interfaces to process the MSGs. I am
actually using COM to process the structured storage files and basically
reverse engineering the format. I need to do that because I am running my
software on machines that do not have Outlook (or Office) installed, and
they wouldn't have the GUIDs for these properties. I also can't write any
registry values to these machines since. So, I am stuck with figuring out
why the tags change for the named properties. For example, the appointment
Start property can be 0x8012, 0x8017, 0x801D, etc. I am missing a key peace
here. It could be a versioning issue with different Outlook revisions.
These named properties are the first major issue I have encountered. The
system MAPI properties are always where you expect them to be.
thanks again.
"Dmitry Streblechenko" <dmi...@dimastr.com> wrote in message
news:ul0k9pXW...@TK2MSFTNGP06.phx.gbl...
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Dmitry Akselrod" <bla...@bla.com> wrote in message
news:u5jRwGYW...@TK2MSFTNGP04.phx.gbl...
"Dmitry Streblechenko" <dmi...@dimastr.com> wrote in message
news:uiiH7gbW...@TK2MSFTNGP05.phx.gbl...