A
Alexander
Hello,
I have some tasks received from my POP3 account.
For each task I get it properties with:
task->GetProps(null, 0, &count, &props)
When I try to get named property for the Response Status:
MAPINAMEID NamedID;
NamedID.ulKind = 0x8120;
hRes = task->GetIDsFromNames(1, &NamedID, 0, &NamedPropTags);
For this property I get always value 0.
Is it one of those strange Outlook things where it only gets set under some
very specific circumstances (only gets set for Exchange tasks)?
Thank you in advance.
Alexander
I have some tasks received from my POP3 account.
For each task I get it properties with:
task->GetProps(null, 0, &count, &props)
When I try to get named property for the Response Status:
MAPINAMEID NamedID;
NamedID.ulKind = 0x8120;
hRes = task->GetIDsFromNames(1, &NamedID, 0, &NamedPropTags);
For this property I get always value 0.
Is it one of those strange Outlook things where it only gets set under some
very specific circumstances (only gets set for Exchange tasks)?
Thank you in advance.
Alexander