Owner

RightsManagementLicense.Owner property

Specifies whether the user is the owner of the e-mail message. The value is TRUE if the user is the owner of the e-mail message; otherwise, FALSE. A value of TRUE indicates that the authenticated user has owner rights on this message. This element is used for information presentation purposes only. The Allowed elements (EditAllowed, ReplyAllowed, etc.) are used to evaluate whether a particular action is permitted or restricted.

public bool Owner { get; set; }

See Also