EmailMailboxAutoReplySettings.IsEnabled Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob automatische Antworten aktiviert sind.

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

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

Eigenschaftswert

Boolean

bool

Ein boolescher Wert, der angibt, ob automatische Antworten aktiviert sind.

Windows-Anforderungen

App-Funktionen
email emailSystem

Gilt für: