UserInfo.Email Property
Gets the e-mail address of the current user.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Email As String
Get
'Usage
Dim instance As UserInfo
Dim value As String
value = instance.Email
public string Email { get; }
Property Value
Type: System.String
String. E-mail address of the current user.
Remarks
The Email property is read-only.