DeviceAccountConfiguration.IncomingServerRequiresSsl 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 incoming email server.
public:
property bool IncomingServerRequiresSsl { bool get(); void set(bool value); };
bool IncomingServerRequiresSsl();
void IncomingServerRequiresSsl(bool value);
public bool IncomingServerRequiresSsl { get; set; }
var boolean = deviceAccountConfiguration.incomingServerRequiresSsl;
deviceAccountConfiguration.incomingServerRequiresSsl = boolean;
Public Property IncomingServerRequiresSsl As Boolean
Property Value
Boolean
bool
A Boolean value indicating if Secure Sockets Layer (SSL) should be used when connecting to the incoming email server.