API Reference
Class
ProviderHelpLinks
Helpful vendor documentation links discovered for the current provider.
Inheritance
- Object
- ProviderHelpLinks
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property MxInfo.ProviderHelp
- Property SpfRecordInfo.ProviderHelp
Constructors
public ProviderHelpLinks() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ProviderName { get; set; } #Gets or sets the provider name value.
public String Dmarc { get; set; } #Gets or sets the dmarc value.
public String Spf { get; set; } #Gets or sets the spf value.
public String Dkim { get; set; } #Gets or sets the dkim value.
public String MtaSts { get; set; } #Gets or sets the mta sts value.
public String TlsRpt { get; set; } #Gets or sets the tls rpt value.
public String Deliverability { get; set; } #Gets or sets the deliverability value.
public List<ProviderHelpTopic> Topics { get; set; } #Gets or sets the topics value.
public Boolean HasAny { get; } #Represents the has any value.