EmailMailboxAutoReplyMessageResponseKind Enumeration
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.
Definiert das Codierungsschema, das für automatische Antworten verwendet wird.
public enum class EmailMailboxAutoReplyMessageResponseKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class EmailMailboxAutoReplyMessageResponseKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum EmailMailboxAutoReplyMessageResponseKind
var value = Windows.ApplicationModel.Email.EmailMailboxAutoReplyMessageResponseKind.html
Public Enum EmailMailboxAutoReplyMessageResponseKind
- Vererbung
-
EmailMailboxAutoReplyMessageResponseKind
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
|
App-Funktionen |
email
emailSystem
|
Felder
Name | Wert | Beschreibung |
---|---|---|
Html | 0 | Die Autoreply-Nachricht ist als HTML codiert. |
PlainText | 1 | Die Autoreply-Nachricht ist als Nur-Text codiert. |