DeviceAccountConfiguration.OutgoingServerPort Property

Definition

Gets or sets the port number to use to connect to the outgoing email server.

public:
 property int OutgoingServerPort { int get(); void set(int value); };
int OutgoingServerPort();

void OutgoingServerPort(int value);
public int OutgoingServerPort { get; set; }
var int32 = deviceAccountConfiguration.outgoingServerPort;
deviceAccountConfiguration.outgoingServerPort = int32;
Public Property OutgoingServerPort As Integer

Property Value

Int32

int

The port number to use to connect to the outgoing email server.

Applies to