Click or drag to resize
Contact Class
Represents a contact.
Inheritance Hierarchy
SystemObject
  CMS.DataComContact

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
[SerializableAttribute]
public class Contact

The Contact type exposes the following members.

Constructors
  NameDescription
Public methodContact
Top
Fields
  NameDescription
Public fieldlastModificationDateTimeText
The string representation of a date and time when the contact record was last modified.
Top
Properties
  NameDescription
Public propertyAddress
Gets or sets the address where this contact is located.
Public propertyAreaCode
Gets or sets the area code where this contact is located.
Public propertyCity
Gets or sets the city where this contact is located.
Public propertyCompanyId
Gets or sets the identifier of the company of this contact.
Public propertyCompanyName
Gets or sets the name ot the company of this contact.
Public propertyContactId
Gets or sets the identifier of this contact.
Public propertyContactSaleCount
Gets or sets the number of sales of this contact.
Public propertyContactUrl
Gets or sets the URL with more details about this contact.
Public propertyCountry
Gets or sets the country where this contact is located.
Public propertyEmail
Gets or sets the e-mail address of this contact.
Public propertyFirstName
Gets or sets the first name of this contact.
Public propertyGraveyarded
Gets or sets the value indicating whether this contact record is up-to-date.
Public propertyLastModificationDateTime
Gets or sets the date and time when this contact record was last modified.
Public propertyLastName
Gets or sets the last name of this contact.
Public propertyOwned
Gets or sets the value indicating whether the Data.com account used to retrieve this contact record owns it.
Public propertyOwnedType
Gets or sets the type of ownership of this contact.
Public propertyPhone
Gets or sets the phone number of this contact.
Public propertySeoContactUrl
Gets or sets the SEO optimized URL with more details about this contact.
Public propertyState
Gets or sets the state where this contact is located.
Public propertyTitle
Gets or sets the title of this contact.
Public propertyZipCode
Gets or sets the zip code where this contact is located.
Top
Extension Methods
  NameDescription
Public Extension MethodMergeWith
Merges the specified contact into this contact.
(Defined by DomainExtensions.)
Top
See Also