HtmlForgeX

API Reference

Class

EmailDnsRecord

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Modifiers sealed

Record definition for EmailDnsRecordsTable.

Inheritance

  • Object
  • EmailDnsRecord

Constructors

Properties

public String Type { get; set; } #

Record type (TXT, CNAME, MX, ...).

public String Name { get; set; } #

Host/name (e.g., "@", "api", "_domainkey").

public String Value { get; set; } #

Record value (e.g., target hostname or TXT value).

public String Ttl { get; set; } #

TTL (optional; typically seconds, e.g., "3600").

public Nullable<Int32> Priority { get; set; } #

Priority (optional; used for MX/SRV records).