Click or drag to resize

GmailOAuthGetXOAuthKeyForImap Method (String)

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.23341.1754
Syntax
public string GetXOAuthKeyForImap(
	string email
)

Parameters

email
Type: SystemString
Email address.

Return Value

Type: String
XOAuthKey.
See Also