Task Response Property aways return 0

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top