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