EmailMailbox.TrySetAutoReplySettingsAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Versucht asynchron, die Einstellungen für die automatische Antwort für das Postfach festzulegen.
public:
virtual IAsyncOperation<bool> ^ TrySetAutoReplySettingsAsync(EmailMailboxAutoReplySettings ^ autoReplySettings) = TrySetAutoReplySettingsAsync;
IAsyncOperation<bool> TrySetAutoReplySettingsAsync(EmailMailboxAutoReplySettings const& autoReplySettings);
public IAsyncOperation<bool> TrySetAutoReplySettingsAsync(EmailMailboxAutoReplySettings autoReplySettings);
function trySetAutoReplySettingsAsync(autoReplySettings)
Public Function TrySetAutoReplySettingsAsync (autoReplySettings As EmailMailboxAutoReplySettings) As IAsyncOperation(Of Boolean)
Parameter
- autoReplySettings
- EmailMailboxAutoReplySettings
Die neuen Einstellungen für automatische Antwort.
Gibt zurück
Ein boolescher Wert, der angibt, ob der Vorgang erfolgreich war.
Windows-Anforderungen
App-Funktionen |
email
emailSystem
|