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