OAuthGetXOAuthKey Method (String) |
Fetches XOAuth key from the specified URI.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string GetXOAuthKey(
string uri
)
Public Function GetXOAuthKey (
uri As String
) As String
Parameters
- uri
- Type: SystemString
An URI for producing XOAuth key string.
Return Value
Type:
StringA string with URI for XOAuth authentication process for IMAP/SMTP.
Exceptions Examples See
OAuth topic for the example.
See Also