Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class EmailDomains

    Represents a collection of email domains, categorized into public, disposable, and SE reserved domains. The domain lists are case-insensitive.

    Inheritance
    object
    EmailDomains
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Transport
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class EmailDomains

    Properties

    DisposableDomainsList

    Gets or sets a case-insensitive list of disposable email domains.

    Declaration
    [JsonProperty("disposable-domains")]
    public HashSet<string> DisposableDomainsList { get; set; }
    Property Value
    Type Description
    HashSet<string>

    PublicDomainsList

    Gets or sets a case-insensitive list of public email domains.

    Declaration
    [JsonProperty("public-domains")]
    public HashSet<string> PublicDomainsList { get; set; }
    Property Value
    Type Description
    HashSet<string>

    SEReservedDomainsList

    Gets or sets a case-insensitive list of SE reserved email domains.

    Declaration
    [JsonProperty("se-reserved-domains")]
    public HashSet<string> SEReservedDomainsList { get; set; }
    Property Value
    Type Description
    HashSet<string>

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation