Partager via


Propriété MailAccount.EmailAddress

Gets or sets the e-mail address of the mail account.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Mail
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EmailAddress As String 
    Get 
    Set
'Utilisation
Dim instance As MailAccount 
Dim value As String 

value = instance.EmailAddress

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

Valeur de propriété

Type : System.String
A String value that contains the e-mail address of the mail account.

Exemples

Utilisation de la messagerie de base de données

Voir aussi

Référence

MailAccount Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Mail

Autres ressources

Messagerie de base de données