DeviceAccountConfiguration.OutgoingServerRequiresSsl 属性

定义

获取或设置一个布尔值,该值指示在连接到传出电子邮件服务器时是否应使用安全套接字层 (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

一个布尔值,指示在连接到传出电子邮件服务器时是否应使用安全套接字层 (SSL) 。

适用于