Partager via


EmailIrmInfo.CanReplyAll Propriété

Définition

Obtient ou définit une valeur booléenne qui indique si le destinataire est autorisé à répondre à tout au message électronique.

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

Valeur de propriété

Boolean

bool

Valeur booléenne qui indique si le destinataire est autorisé à répondre à tous les messages électroniques.

Configuration requise pour Windows

Fonctionnalités de l’application
email emailSystem

S’applique à