DeviceAccountConfiguration.IncomingServerPort 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 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.