| GoogleApiGetEmailPlus Method |
Note: This API is now obsolete.
Gets email address of the user using https://www.googleapis.com/plus/v1/people/me endpoint.
You need to specify
EmailScope to be able to use this method.
Remember to turn on "Google+ API" in Google Developer Console.
Namespace:
Limilabs.Client.Authentication.Google
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax [ObsoleteAttribute("As Google+ API is being deprecated, please use GetEmail method instead.")]
public string GetEmailPlus()
<ObsoleteAttribute("As Google+ API is being deprecated, please use GetEmail method instead.")>
Public Function GetEmailPlus As String
public:
[ObsoleteAttribute(L"As Google+ API is being deprecated, please use GetEmail method instead.")]
String^ GetEmailPlus()
[<ObsoleteAttribute("As Google+ API is being deprecated, please use GetEmail method instead.")>]
member GetEmailPlus : unit -> string
Return Value
Type:
StringUser's email address.
See Also