DeviceAccountConfiguration.IncomingServerRequiresSsl プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
受信メール サーバーへの接続時に Secure Sockets Layer (SSL) を使用するかどうかを示すブール値を取得または設定します。
public:
property bool IncomingServerRequiresSsl { bool get(); void set(bool value); };
bool IncomingServerRequiresSsl();
void IncomingServerRequiresSsl(bool value);
public bool IncomingServerRequiresSsl { get; set; }
var boolean = deviceAccountConfiguration.incomingServerRequiresSsl;
deviceAccountConfiguration.incomingServerRequiresSsl = boolean;
Public Property IncomingServerRequiresSsl As Boolean
プロパティ値
Boolean
bool
受信メール サーバーに接続するときに Secure Sockets Layer (SSL) を使用する必要があるかどうかを示すブール値。