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

プロパティ値

電子メールの本文。

適用対象