The CContactBasic type exposes the following members.

Properties

  NameDescription
Designation
Gets or sets the designation that follows the customer's/contact's name.
DisableNameUpdates
Whether or not to automatically update FullName and LastFirst
EditStatus
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus
(Inherited from iboBase.)
EmailAddress
The primary email address of the contact.
Errors
The collection of CError objects (error and warning messages) associated with this object instance
(Inherited from iboBase.)
ErrorsCount
Gets the number of error and warning messages that have been set on this object.
(Inherited from iboBase.)
Fax
Gets or sets the FAX number (facsimile telephone number) of this contact.
FirstName
Gets or sets the first (or given) name of this contact, if a person. Not set for Institute/Company records.
FullName
Gets the full name of the contact/customer.
Informal
Gets or sets the informal or nickname of the contact. For example, FirstName = "Robert", the informal name might be "Bob".
InstituteName
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.
InstituteSort
Gets the Institute name, optimized for sorting
IsInstitute
Gets or sets an indicator of whether this contact is an institute/company (true) or a Person (false).
LastFirst
Gets the contact's last and first name. Calculated as LastName, FirstName. Like Doe, John
LastFirstInstitute
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.
LastName
Gets or sets the last name, family name or surname of this contact/customer, if a person. Not set for Institute/Company records.
MiddleName
Gets or sets the middle name of the contact/customer.
Prefix
Gets or sets the prefix (personal title) to the customer's name. Like Mr., Mrs., etc.
SortName
Gets the name of the contact, optimized for sorting
Suffix
Gets or sets the suffix to the customer's name. Like Sr., Jr., etc.
Title
The job title of the contact. Like CEO, Staff Accountant, etc.
TollFreePhone
Gets or sets the toll free telephone number of this contact. (A.K.A., 800 number)
WorkPhone
Gets or sets the work/business telephone number of this contact.

See Also