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 服务器

适用于