Share via


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

보내는 전자 메일 서버에 연결하는 데 사용할 포트 번호입니다.

적용 대상