 | Gmail2LeggedOAuthGetXOAuthKeyForImap Method |
Namespace: Limilabs.Client.Authentication.GoogleAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string GetXOAuthKeyForImap(
string email
)
Public Function GetXOAuthKeyForImap (
email As String
) As String
public:
String^ GetXOAuthKeyForImap(
String^ email
)
member GetXOAuthKeyForImap :
email : string -> string Parameters
- email String
- Email of the mailbox you want access.
Return Value
StringXOAuthKey.
See Also