UserDataAccount.DeviceAccountTypeId Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’identificateur unique du type du compte.
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
Valeur de propriété
Identificateur unique du type de compte, par exemple Exchange, Google, Pop/IMAP, etc.
Remarques
Les valeurs valides pour cette propriété sont les suivantes :
Type de compte | id |
---|---|
Exchange Active Sync | 6833942B-ABDA-4C20-9757-4F9252396BD4 |
Google via Exchange Active Sync | E288529A-1917-4985-897F-34D8121EBFC3 |
Messagerie Internet (Pop/IMAP) | DC23EAD7-BBF2-44D7-A791-6B2B7580F0C2 |
Google via IMAP/CardDAV/CalDAV | 0A95CDAA-C7EB-4133-9793-75E13089F082 |
iCloud via IMAP/CardDAV/CalDAV | 45157403-77C9-4E68-9485-6DD9A79D534A |
D’autres valeurs peuvent être ajoutées à l’avenir. Vous devez donc disposer d’une casse par défaut pour gérer les valeurs inconnues.