EmailIrmInfo.CanModifyRecipientsOnResponse Property

Definition

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

Applies to