DeviceAccountConfiguration.IncomingServerPort Property

Definition

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

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

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

Property Value

Int32

int

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

Applies to