q:/epoc32/include/platform/app/ccsconversationentry.h

ChangeAttributes Sets or Clears the given attribute(s). Fields to change are specified using a bitmask of TCsAttribute values.

See also: TCsAttribute

  • To set ECsAttributeDraft attribute: ChangeAttributes( ECsAttributeDraft, ECsAttributeNone );

  • To clear ECsAttributeDraft attribute: ChangeAttributes( ECsAttributeNone, ECsAttributeDraft );

  • To set ECsAttributeNew & ECsAttributeDraft attribute and clear ECsAttributeAttachment & ECsAttributePriority attribute: ChangeAttributes( ECsAttributeNew | ECsAttributeDraft, ECsAttributeAttachment | ECsAttributePriority );