SourceValidation.SmtpAddress - Propriété
Obtient et définit l'adresse SMTP d'une boîte aux lettres.
Espace de noms : Microsoft.Office.Server.Discovery
Assembly : Microsoft.Office.Policy (dans Microsoft.Office.Policy.dll)
Syntaxe
'Déclaration
Public Property SmtpAddress As String
Get
Set
'Utilisation
Dim instance As SourceValidation
Dim value As String
value = instance.SmtpAddress
instance.SmtpAddress = value
public string SmtpAddress { get; set; }
Valeur de propriété
Type : System.String