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

属性值

一个字符串,表示指示邮件来自的默认值。

属性

适用于

另请参阅