DeviceAccountConfiguration.OutgoingServerRequiresSsl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a Boolean value indicating if Secure Sockets Layer (SSL) should be used when connecting to the outgoing email server.
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
Property Value
Boolean
bool
A Boolean value indicating if Secure Sockets Layer (SSL) should be used when connecting to the outgoing email server.