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

プロパティ値

String

電子メール メッセージの差出人を示す既定値を表す文字列。

属性

適用対象

こちらもご覧ください