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

电子邮件的主题行。

适用于