Freigeben über


UserDataAccount.DeviceAccountTypeId Eigenschaft

Definition

Ruft den eindeutigen Bezeichner für den Typ des Kontos ab.

public:
 property Platform::String ^ DeviceAccountTypeId { Platform::String ^ get(); };
winrt::hstring DeviceAccountTypeId();
public string DeviceAccountTypeId { get; }
var string = userDataAccount.deviceAccountTypeId;
Public ReadOnly Property DeviceAccountTypeId As String

Eigenschaftswert

String

Platform::String

winrt::hstring

Der eindeutige Bezeichner für den Kontotyp, z. B. Exchange, Google, Pop/IMAP usw.

Hinweise

Gültige Werte für diese Eigenschaft sind:

KontotypID
Exchange Active Sync6833942B-ABDA-4C20-9757-4F9252396BD4
Google über Exchange Active SyncE288529A-1917-4985-897F-34D8121EBFC3
Internet-E-Mail (Pop/IMAP)DC23EAD7-BBF2-44D7-A791-6B2B7580F0C2
Google über IMAP/CardDAV/CalDAV0A95CDAA-C7EB-4133-9793-75E13089F082
iCloud über IMAP/CardDAV/CalDAV45157403-77C9-4E68-9485-6DD9A79D534A

Es können in Zukunft weitere Werte hinzugefügt werden. Daher sollten Sie einen Standardfall haben, um unbekannte Werte zu behandeln.

Gilt für: