次の方法で共有


DeviceAccountConfiguration.OutgoingServerPort プロパティ

定義

送信メール サーバーへの接続に使用するポート番号を取得または設定します。

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

プロパティ値

Int32

int

送信メール サーバーへの接続に使用するポート番号。

適用対象