Contact Class

Definition

Contact information for domain registration. If 'Domain Privacy' option is not selected then the contact information is made publicly available through the Whois directories as per ICANN requirements.

public class Contact
type Contact = class
Public Class Contact
Inheritance
Contact

Constructors

Contact()

Initializes a new instance of the Contact class.

Contact(String, String, String, String, Address, String, String, String, String)

Initializes a new instance of the Contact class.

Properties

AddressMailing

Gets or sets mailing address.

Email

Gets or sets email address.

Fax

Gets or sets fax number.

JobTitle

Gets or sets job title.

NameFirst

Gets or sets first name.

NameLast

Gets or sets last name.

NameMiddle

Gets or sets middle name.

Organization

Gets or sets organization contact belongs to.

Phone

Gets or sets phone number.

Methods

Validate()

Validate the object.

Applies to