EmailIrmInfo.CanModifyRecipientsOnResponse 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 the user is allowed to change any of the email recipients when responding.
public:
property bool CanModifyRecipientsOnResponse { bool get(); void set(bool value); };
bool CanModifyRecipientsOnResponse();
void CanModifyRecipientsOnResponse(bool value);
public bool CanModifyRecipientsOnResponse { get; set; }
var boolean = emailIrmInfo.canModifyRecipientsOnResponse;
emailIrmInfo.canModifyRecipientsOnResponse = boolean;
Public Property CanModifyRecipientsOnResponse As Boolean
Property Value
Boolean
bool
A Boolean value that indicates if the user is allowed to change any of the email recipients when responding.
Windows requirements
App capabilities |
email
emailSystem
|