次の方法で共有


DeviceAccountServerType 列挙型

定義

同期するサーバーの種類を定義します。

public enum class DeviceAccountServerType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class DeviceAccountServerType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum DeviceAccountServerType
var value = Windows.ApplicationModel.UserDataAccounts.SystemAccess.DeviceAccountServerType.exchange
Public Enum DeviceAccountServerType
継承
DeviceAccountServerType
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

Exchange 0

Exchange サーバー

Imap 2

IMAP サーバー

Pop 1

POP サーバー

適用対象