API Reference
Class
EmailDnsRecord
Record definition for EmailDnsRecordsTable.
Inheritance
- Object
- EmailDnsRecord
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 EmailDnsRecordsTable.Records
Accepted by parameters
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).