OAuth2GetXOAuthKey Method |
Fetches XOAuth key for the specified e-mail address.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string GetXOAuthKey(
string email,
string accessToken
)
Public Function GetXOAuthKey (
email As String,
accessToken As String
) As String
Parameters
- email
- Type: SystemString
E-mail address, like user@domain.com. - accessToken
- Type: SystemString
Access token (GetAccessToken method in the code example creates it).
Return Value
Type:
StringA string with URI for XOAuth authentication process for IMAP/SMTP.
Exceptions Examples See
OAuth2 topic for the example.
See Also