Gets XOAuthKey that can be used by LoginOAUTH(String) and RevokeToken(String) methods.

Namespace: Limilabs.Client.Authentication.Google
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
[ObsoleteAttribute("Please use GetXOAuthKeyForImap method instead")]
public string GetXOAuthKey()
Visual Basic
<ObsoleteAttribute("Please use GetXOAuthKeyForImap method instead")> _
Public Function GetXOAuthKey As String
Visual C++
[ObsoleteAttribute(L"Please use GetXOAuthKeyForImap method instead")]
public:
String^ GetXOAuthKey()

Return Value

XOAuthKey.

See Also