Freigeben über


EmailMailboxAutoReply.IsEnabled Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob die automatische Antwortnachricht aktiviert ist, oder legt diesen fest.

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

void IsEnabled(bool value);
public bool IsEnabled { get; set; }
var boolean = emailMailboxAutoReply.isEnabled;
emailMailboxAutoReply.isEnabled = boolean;
Public Property IsEnabled As Boolean

Eigenschaftswert

Boolean

bool

Ein boolescher Wert, der angibt, ob die automatische Antwortnachricht aktiviert ist.

Windows-Anforderungen

App-Funktionen
email emailSystem

Gilt für: