Interface ISmtpOAuthController
Namespace: DotNetNuke.Services.Mail.OAuth
Assembly: DotNetNuke.dll
Syntax
public interface ISmtpOAuthController
Methods
GetOAuthProvider(string)
Declaration
ISmtpOAuthProvider GetOAuthProvider(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Returns
Type | Description |
---|---|
ISmtpOAuthProvider |
GetOAuthProviders()
Declaration
IReadOnlyCollection<ISmtpOAuthProvider> GetOAuthProviders()
Returns
Type | Description |
---|---|
IReadOnlyCollection<ISmtpOAuthProvider> |