SocialActor.EmailAddress property
Gets the actor's email address. Applies to users.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property EmailAddress As String
Get
'Usage
Dim instance As SocialActor
Dim value As String
value = instance.EmailAddress
public string EmailAddress { get; }
Property value
Type: System.String
Remarks
The EmailAddress property is valid only when the value of the ActorType property is User.