IPjMembershipUser.Email property
NOTE: This API is now obsolete.
Gets the email address of the user.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<ObsoleteAttribute("in o15")> _
ReadOnly Property Email As String
Get
'Usage
Dim instance As IPjMembershipUser
Dim value As String
value = instance.Email
[ObsoleteAttribute("in o15")]
string Email { get; }
Property value
Type: System.String
The email address.