EmailIrmInfo.CanReplyAll Property

Definition

Gets or sets a Boolean value that indicates if the recipient is allowed to reply all to the email message.

public:
 property bool CanReplyAll { bool get(); void set(bool value); };
bool CanReplyAll();

void CanReplyAll(bool value);
public bool CanReplyAll { get; set; }
var boolean = emailIrmInfo.canReplyAll;
emailIrmInfo.canReplyAll = boolean;
Public Property CanReplyAll As Boolean

Property Value

Boolean

bool

A Boolean value that indicates if the recipient is allowed to reply all to the email message.

Windows requirements

App capabilities
email emailSystem

Applies to