The current user's email address.
Namespace: PastebinAssembly: Pastebin (in Pastebin.dll) Version: 1.0
Syntaxpublic string Email { get; }
Public ReadOnly Property Email As String
Get
public:
property String^ Email {
String^ get ();
}
member Email : string with get
Property Value
Type:
String
See Also