IItem::SetProps and S_FALSE result

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



Answer this question

IItem::SetProps and S_FALSE result

  • Chris_tr

    Hi,
    Apology in replying late.
    Although there is no explicit list available Sad as of which property can be set, I shall try to get one.
    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.


  • IItem::SetProps and S_FALSE result