API Reference
Class
ProviderHelpTopic
Represents a documentation resource for a mail/provider topic (e.g., SPF, DKIM, DMARC).
Inheritance
- Object
- ProviderHelpTopic
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 ProviderHelpLinks.Topics
Constructors
public ProviderHelpTopic() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Topic { get; set; } #Topic name (e.g., DMARC, SPF, DKIM, ARC, BIMI, MTA-STS, TLS-RPT).
public String Url { get; set; } #URL to the documentation resource.
public String Title { get; set; } #Optional friendly title.
public String Summary { get; set; } #Short summary of the document.
public Boolean IsPublic { get; set; } #True when the resource is publicly accessible without login.
public Boolean IsThirdParty { get; set; } #True for third-party resources (non-vendor sources).
public Nullable<DateTime> LastVerified { get; set; } #Last verification timestamp for the link.