Table of Contents

Class EmailChannelDomainOptions

Namespace
CMS.EmailLibrary
Assembly
CMS.EmailMarketing.dll

Email channel domain options that are used to configure domain overrides for email channels.

public sealed class EmailChannelDomainOptions
Inheritance
object
EmailChannelDomainOptions
Extension Methods

Remarks

Configuring email domains for a channel overrides the corresponding configuration stored in the database. Values not provided via the options object are loaded from the database. The initialized instance of dictionary uses System.StringComparer.OrdinalIgnoreCase key comparer.

Properties

DomainOverrides

Collection of domain overrides for email channel specified by ChannelName.

public IDictionary<string, EmailChannelDomains> DomainOverrides { get; }

Property Value

IDictionary<string, EmailChannelDomains>