MinimalPerson.Email property

Gets a string representing the e-mail address of this MinimalPerson object.

Namespace:  Microsoft.Office.Server.ActivityFeed
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property Email As String
    Get
    Friend Set
'Usage
Dim instance As MinimalPerson
Dim value As String

value = instance.Email
public string Email { get; internal set; }

Property value

Type: System.String

See also

Reference

MinimalPerson class

MinimalPerson members

Microsoft.Office.Server.ActivityFeed namespace