API Reference
Class
ProofpointEssentialsProvider
Provides proofpoint essentials provider functionality.
Inheritance
- Object
- ProofpointEssentialsProvider
Constructors
public ProofpointEssentialsProvider() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.