PersonProperties.Email property
Gets the user's email address.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property Email As String
Get
'Usage
Dim instance As PersonProperties
Dim value As String
value = instance.Email
public string Email { get; }
Property value
Type: System.String
The user's email address.