It seems that some properties can not be set with SetProps (returns S_FALSE). And I am not talking about stream properties.
Where can I find a list of properties that can be set This should include properties for appointments, contacts, and tasks.
For example, can
PIMPR_IS_RECURRING be set for an appointment or task (I know there are indirect ways to cause this property to be set, but I still need this question answered.) I can read PIMPR_IS_RECURRING with IItem::GetProps.(I am using the device emulator with a Windows Mobile 5.0 Pocket PC image.)
Thanks,
Frank

IItem::SetProps and S_FALSE result
Chris_tr
Apology in replying late.
Although there is no explicit list available
I am following up in the issue.
The property PIMPR_IS_RECURRING is read-only property and hence can't be set directly using IItem::SetProps. Hence any property thats given readonly, can't be set directly.