共用方式為


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

屬性值

電子郵件訊息的內文。

適用於