Gets XOAuthKey that can be used by LoginOAUTH(String) methods.
Namespace: Limilabs.Client.Authentication.GoogleAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public string GetXOAuthKeyForSmtp( string email ) |
| Visual Basic |
|---|
Public Function GetXOAuthKeyForSmtp ( _ email As String _ ) As String |
| Visual C++ |
|---|
public: String^ GetXOAuthKeyForSmtp( String^ email ) |
Parameters
- Type: System..::..String
Email of the mailbox you want access.