SmtpNetworkElement.Port 속성

정의

SMTP 클라이언트가 SMTP 메일 서버에 연결하는 데 사용하는 포트를 가져오거나 설정합니다. 기본값은 25입니다.

public:
 property int Port { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("port", DefaultValue=25)]
public int Port { get; set; }
[<System.Configuration.ConfigurationProperty("port", DefaultValue=25)>]
member this.Port : int with get, set
Public Property Port As Integer

속성 값

SMTP 메일 서버에 연결할 포트를 나타내는 문자열입니다.

특성

적용 대상

추가 정보