EmailIrmInfo.CanEdit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a Boolean value that indicates if an email message is allowed to be edited.
public:
property bool CanEdit { bool get(); void set(bool value); };
bool CanEdit();
void CanEdit(bool value);
public bool CanEdit { get; set; }
var boolean = emailIrmInfo.canEdit;
emailIrmInfo.canEdit = boolean;
Public Property CanEdit As Boolean
Property Value
Boolean
bool
A Boolean value that indicates if an email message is allowed to be edited.
Windows requirements
App capabilities |
email
emailSystem
|