SmtpSection.From 속성

정의

전자 메일 메시지를 보낸 사람을 나타내는 기본값을 가져오거나 설정합니다.

public:
 property System::String ^ From { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("from")]
public string From { get; set; }
[<System.Configuration.ConfigurationProperty("from")>]
member this.From : string with get, set
Public Property From As String

속성 값

String

메일 메시지를 보낸 사람을 가리키는 기본값을 나타내는 문자열입니다.

특성

적용 대상

추가 정보