Domain Detective

API Reference

Class

BarracudaEmailGatewayDefenseProvider

Namespace DomainDetective.Providers.Email.Vendors
Assembly DomainDetective
Implements
Modifiers sealed

Provides barracuda email gateway defense provider functionality.

Inheritance

  • Object
  • BarracudaEmailGatewayDefenseProvider

Constructors

public BarracudaEmailGatewayDefenseProvider() #

Properties

public virtual String Id { get; } #

Represents the id value.

public virtual String DisplayName { get; } #

Represents the display name value.

public virtual ProviderCapability Capabilities { get; } #

Represents the capabilities value.

public virtual IEnumerable<String> MxHostPatterns { get; } #

Represents the mx host patterns value.

public virtual IEnumerable<String> SpfRequiredTokens { get; } #

Represents the spf required tokens value.

public virtual IEnumerable<String> DkimSelectorHints { get; } #

Represents the dkim selector hints value.

public virtual IEnumerable<String> DkimCnameSuffixes { get; } #

Represents the dkim cname suffixes value.

public virtual Boolean SingleMxOk { get; } #

Represents the single mx ok value.

public virtual Int32 RecommendedMinMxRecords { get; } #

Represents the recommended min mx records value.

public virtual Int32 MinimumDkimSelectorsToPass { get; } #

Represents the minimum dkim selectors to pass value.

public virtual DmarcSubdomainPolicyRecommendation SubdomainPolicyRecommendation { get; } #

Represents the subdomain policy recommendation value.

public virtual ProviderDocumentation Docs { get; } #

Represents the docs value.

{{ include "footer" }}