The CContactBasic type exposes the following members.

Properties

  NameDescription
Public propertyDesignation
Gets or sets the designation that follows the customer's/contact's name.
Public propertyDisableNameUpdates
Whether or not to automatically update FullName and LastFirst
Public propertyEditStatus
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus
(Inherited from iboBase.)
Public propertyEmailAddress
The primary email address of the contact.
Public propertyErrors
The collection of CError objects (error and warning messages) associated with this object instance
(Inherited from iboBase.)
Public propertyErrorsCount
Gets the number of error and warning messages that have been set on this object.
(Inherited from iboBase.)
Public propertyFax
Gets or sets the FAX number (facsimile telephone number) of this contact.
Public propertyFirstName
Gets or sets the first (or given) name of this contact, if a person. Not set for Institute/Company records.
Public propertyFullName
Gets the full name of the contact/customer.
Public propertyInformal
Gets or sets the informal or nickname of the contact. For example, FirstName = "Robert", the informal name might be "Bob".
Public propertyInstituteName
Gets or sets the name of the institute/company for which the ship to customer works, or if the customer is an institute/company, its name.
Public propertyInstituteSort
Gets the Institute name, optimized for sorting
Public propertyIsInstitute
Gets or sets an indicator of whether this contact is an institute/company (true) or a Person (false).
Public propertyLastFirst
Gets the contact's last and first name. Calculated as LastName, FirstName. Like Doe, John
Public propertyLastFirstInstitute
Gets the contact's last and first name or the institute name if no last or first is available. Calculated as LastName, FirstName. Like Doe, John or ABC Corp.
Public propertyLastName
Gets or sets the last name, family name or surname of this contact/customer, if a person. Not set for Institute/Company records.
Public propertyMiddleName
Gets or sets the middle name of the contact/customer.
Public propertyPrefix
Gets or sets the prefix (personal title) to the customer's name. Like Mr., Mrs., etc.
Public propertySortName
Gets the name of the contact, optimized for sorting
Public propertySuffix
Gets or sets the suffix to the customer's name. Like Sr., Jr., etc.
Public propertyTitle
The job title of the contact. Like CEO, Staff Accountant, etc.
Public propertyTollFreePhone
Gets or sets the toll free telephone number of this contact. (A.K.A., 800 number)
Public propertyWorkPhone
Gets or sets the work/business telephone number of this contact.

See Also