Share via


MailMessage.Body 속성

정의

이메일 메시지의 본문을 가져오거나 설정합니다. 권장되는 대체 항목: System.Net.Mail.

public:
 property System::String ^ Body { System::String ^ get(); void set(System::String ^ value); };
public string Body { get; set; }
member this.Body : string with get, set
Public Property Body As String

속성 값

이메일 메시지의 본문입니다.

적용 대상