Gets XOAuthKey that can be used by LoginOAUTH(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(
	string email
)
Visual Basic
<ObsoleteAttribute("Please use GetXOAuthKeyForImap method instead")> _
Public Function GetXOAuthKey ( _
	email As String _
) As String
Visual C++
[ObsoleteAttribute(L"Please use GetXOAuthKeyForImap method instead")]
public:
String^ GetXOAuthKey(
	String^ email
)

Parameters

email
Type: System..::..String
Email of the mailbox you want access.

Return Value

XOAuthKey.

See Also