MailMessage.Subject 屬性

定義

取得或設定電子郵件訊息的主旨。 建議的替代做法: System.Net.Mail

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

屬性值

String

電子郵件訊息的主旨。

適用於