Email Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the proxied or contact email address granted by the user

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public string Email { get; }
Visual Basic
Public ReadOnly Property Email As String
	Get
Visual C++
public:
property String^ Email {
	String^ get ();
}

.NET Framework Security

Permission Description
email

See Also