Proprietà ReplyToAddress
Gets or sets the e-mail address to which the mail account replies.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public Property ReplyToAddress As String
Get
Set
'Utilizzo
Dim instance As MailAccount
Dim value As String
value = instance.ReplyToAddress
instance.ReplyToAddress = value
[SfcPropertyAttribute]
public string ReplyToAddress { get; set; }
[SfcPropertyAttribute]
public:
property String^ ReplyToAddress {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member ReplyToAddress : string with get, set
function get ReplyToAddress () : String
function set ReplyToAddress (value : String)
Valore proprietà
Tipo: System. . :: . .String
A String value that specifies the e-mail address to which the mail account replies.
Vedere anche