Show / Hide Table of Contents

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>

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS