AdSyncUser.EMail Property
Gets the email address of the user in the Active Directory synchronization.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public ReadOnly Property EMail As String
Get
'Usage
Dim instance As AdSyncUser
Dim value As String
value = instance.EMail
public string EMail { get; }
Property Value
Type: System.String