API Reference
Class
EmailDnsRecord
Record definition for EmailDnsRecordsTable.
Inheritance
- Object
- EmailDnsRecord
Constructors
public EmailDnsRecord() #Inherited Methods
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).