次の方法で共有


DeviceAccountConfiguration.OutgoingServerRequiresSsl プロパティ

定義

送信メール サーバーへの接続時に 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) を使用する必要があるかどうかを示すブール値。

適用対象