PR_CREATOR_NAME and PR_LAST_MODIFIER_NAME not available

  • Thread starter Thread starter Gabi Fruhner
  • Start date Start date
G

Gabi Fruhner

Hi,

can anyone tell me, why CDOProps PR_CREATOR_NAME and PR_LAST_MODIFIER_NAME
are not available / not stored.
Get only MAPI_E_NOT FOUND errors, OutlookSpy doesn't show them and they are
not listed in CDOPropTags.
What's the reason.

WinXP
OL2000 / 2002
CDO 1.21

Thanks

Gabi
 
It is up to the store providet which properties to expose. Are you using PST
or Exchange?
Exchange knows who the current user is, PST on the other hand has no idea.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Yes, you can set a custom property on a message. I am not sure what you mean
by "WITHOUT FIRING Outlook Event".

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Setting a custom property for the CUSTOM_LAST_MODIFIER is not a problem.
But message must be saved after setting and then Outlook ItemChange Event
should not fire at this action.
I want to set this property at ItemChange Event and when I set the property
here and save the message ItemChange Event will fire again and this would be
a never ending story.

Gabi
 
You can use a global flag to indicate that the next call to ItemChange must
be ignored.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top