SmtpSection.From Propiedad

Definición

Obtiene o establece el valor predeterminado que indica de quién es el mensaje de correo electrónico.

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

Valor de propiedad

Cadena que representa el valor predeterminado que indica quién es un mensaje de correo.

Atributos

Se aplica a

Consulte también