public sealed class ContactSettings : IMessage<ContactSettings>, IEquatable<ContactSettings>, IDeepCloneable<ContactSettings>, IBufferMessage, IMessage
Defines the contact information associated with a Registration.
ICANN requires all domain names to have associated
contact information. The registrant_contact is considered the
domain's legal owner, and often the other contacts are identical.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eContactSettings\u003c/code\u003e defines the contact information required by ICANN for all domain name \u003ccode\u003eRegistration\u003c/code\u003es, with the \u003ccode\u003eregistrant_contact\u003c/code\u003e considered the legal owner.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, equality comparisons, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for creating a \u003ccode\u003eContactSettings\u003c/code\u003e instance, one default and another that allows copying from an existing \u003ccode\u003eContactSettings\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe class has four key properties: \u003ccode\u003eAdminContact\u003c/code\u003e, \u003ccode\u003ePrivacy\u003c/code\u003e, \u003ccode\u003eRegistrantContact\u003c/code\u003e, and \u003ccode\u003eTechnicalContact\u003c/code\u003e, all of which are required for the domain registration, and are used to define their respective contact details.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRegistrantContact\u003c/code\u003e is particularly important, as anyone with access to its listed email, phone number, or postal address could potentially gain control of the associated domain.\u003c/p\u003e\n"]]],[],null,[]]