DeviceAccountConfiguration.OutgoingServerRequiresSsl 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个布尔值,该值指示在连接到传出电子邮件服务器时是否应使用安全套接字层 (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) 。