Compartir a través de


EmailIrmInfo.CanReplyAll Propiedad

Definición

Obtiene o establece un valor booleano que indica si el destinatario puede responder a todos los mensajes de correo electrónico.

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

Valor de propiedad

Boolean

bool

Valor booleano que indica si el destinatario puede responder a todos los mensajes de correo electrónico.

Requisitos de Windows

Características de aplicaciones
email emailSystem

Se aplica a