SmtpSection.From 屬性

定義

取得或設定預設值,表示電子郵件的寄件者。

public:
 property System::String ^ From { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("from")]
public string From { get; set; }
[<System.Configuration.ConfigurationProperty("from")>]
member this.From : string with get, set
Public Property From As String

屬性值

表示預設值的字串,該預設值表示電子郵件的寄件者。

屬性

適用於

另請參閱