IEmailProviderOptions
Namespace: Proffer.Email
Options for a IEmailProvider.
public interface IEmailProviderOptions
Properties
Type
Gets or sets the type of the provider.
public abstract string Type { get; set; }
Property Value
Parameters
Gets or sets the provider parameters.
public abstract Dictionary<string, string> Parameters { get; set; }