Compartir a través de


MailAccount.ReplyToAddress Propiedad

Gets or sets the e-mail address to which the mail account replies.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Mail
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ReplyToAddress As String 
    Get 
    Set
'Uso
Dim instance As MailAccount 
Dim value As String 

value = instance.ReplyToAddress

instance.ReplyToAddress = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string ReplyToAddress { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ ReplyToAddress {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ReplyToAddress : string with get, set
function get ReplyToAddress () : String 
function set ReplyToAddress (value : String)

Valor de la propiedad

Tipo: System.String
A String value that specifies the e-mail address to which the mail account replies.

Ejemplos

Utilizar el correo electrónico de base de datos

Vea también

Referencia

MailAccount Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Mail

Otros recursos

Correo electrónico de base de datos