EmailProviderOptions

Namespace: Proffer.Email

Generic options for a IEmailProvider.

public class EmailProviderOptions : IEmailProviderOptions

Inheritance ObjectEmailProviderOptions
Implements IEmailProviderOptions

Properties

Type

Gets or sets the type of the provider.

public string Type { get; set; }

Property Value

String

Parameters

Gets or sets the provider parameters.

public Dictionary<string, string> Parameters { get; set; }

Property Value

Dictionary<String, String>

Constructors

EmailProviderOptions()

public EmailProviderOptions()