DeviceAccountConfiguration.DeviceAccountTypeId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定識別裝置帳戶類型的值。
public:
property Platform::String ^ DeviceAccountTypeId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DeviceAccountTypeId();
void DeviceAccountTypeId(winrt::hstring value);
public string DeviceAccountTypeId { get; set; }
var string = deviceAccountConfiguration.deviceAccountTypeId;
deviceAccountConfiguration.deviceAccountTypeId = string;
Public Property DeviceAccountTypeId As String
屬性值
識別裝置帳戶類型的值。
備註
此屬性的有效值為︰
帳戶類型 | 識別碼 |
---|---|
Exchange Active Sync | 6833942B-ABDA-4C20-9757-4F9252396BD4 |
透過 Exchange Active Sync 的 Google | E288529A-1917-4985-897F-34D8121EBFC3 |
Internet Mail (Pop/IMAP) | DC23EAD7-BBF2-44D7-A791-6B2B7580F0C2 |
透過 IMAP/CardDAV/CalDAV 的 Google | 0A95CDAA-C7EB-4133-9793-75E13089F082 |
透過 IMAP/CardDAV/CalDAV 的 iCloud | 45157403-77C9-4E68-9485-6DD9A79D534A |
未來可能會新增其他值,因此您應該有預設案例來處理未知的值。