DeviceAccountConfiguration.IncomingServerRequiresSsl Property

Definition

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.

Applies to