Share via


DeviceAccountConfiguration.OutgoingServerRequiresSsl Property

Definition

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.

Applies to