The CContactTransport type exposes the following members.

Constructors

  NameDescription
CContactTransportOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
BillingCategory
The billing category for this contact, used to categorize contacts for billing purposes
BillToContactId
The Contact ID of the Contact to which bills should be sent. Usually the parent institute.
BirthDate
The birth date of the contact
Chapter
The chapter to which the contact belongs (if any)
ContactId
The Key to the Contact. Often the member ID for members.
ContactRank
The rank of this contact within the organization. Used to sort contacts on a roster. Lower numbers sort to the top.
ContactStatusCode
The status of the contact's record. Must be one of the values configured in iMIS.
CreatedOn
The date and time that this record was added to iMIS
CustomerTypeChangedOn
The date and time that the customer type (member type) of this contact was last changed
CustomerTypeCode
Gets or sets a reference to the CCustomerType of this customer/contact.
Designation
Gets or sets the designation that follows the customer's/contact's name.
DuplicateMatchingFactor
Gets the result of the duplicate matching formula used to help to prevent duplicate contacts from being input.
EmailAddress
The primary email address of the contact. Alternative email addresses can be entered in the Address records
ExcludeFromDirectory
Indicates whether or not this contact should be excluded from any print or online directory lists
ExcludeFromMailings
Indicates whether or not this contact should be excluded from any mailings
Fax
The FAX number (facsimile telephone number) of this contact
FinancialEntityCode
The Organization (Financial Entity) to which this contact record belongs. This is used to distinguish different financial entities within iMIS and is validated against the list setup in iMIS Organization Names.
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.
FunctionalTitle
The functional (job) title of the contact. Functional title is used to group people with the same job function but different actual job titles together for querying, sorting or reporting. For example, contacts with a title of Secretary, Office Assistant, and Receptionist might all get the Functional Title "Office Assistant".
Gender
The Gender (sex) if the contact, if a person. Valid values are "M" for Male, "F" for female or the empty string for unspecified or for companies.
HomePhone
The home telephone number of the contact
Informal
Gets or sets the informal or nickname of the contact. For example, FirstName = "Robert", the informal name might be "Bob".
InstituteContactId
The Contact ID of the institute/company for which this contact works (for people) or is a subsidiary of (for institutes/companies)
InstituteCustomerTypeCode
The Customer type of the institute
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).
IsMember
Indicates whether or not the contact is a member. A contact is a member if MemberRecord is true and Status begins with "A"
JoinDate
The date that the contact joined (became a member of) the organization
LastFirst
Gets the contact's last and first name. Calculated as LastName, FirstName. Like Doe, John
LastName
Gets or sets the last name, family name or surname of this contact/customer, if a person. Not set for Institute/Company records.
MailCode
Also known as "Address Code" this code may be assigned to contacts and addresses (depending on system options) to allow them to be sorted together in mailings
MajorKey
A second unique key (in addition to ContactId) that can optionally be assigned to contacts to help in retrieving them via the iMIS search functionality. Usually something like Social Security Number, License Number, Certification Number, Old Member ID, etc.
MemberStatusCode
The membership status of the Contact
MemberStatusDate
The date on which the MemberStatus was set to its current state
MiddleName
Gets or sets the middle name of the contact/customer.
PaidThroughDate
The date through whcih this contact has paid membership dues.
PreferredBillAddress
The CAddress that is the contact's preferred address for bills
PreferredMailAddress
The CAddress that is the contact's preferred address for mailings
Prefix
Gets or sets the prefix (personal title) to the customer's name. Like Mr., Mrs., etc.
PreviousCustomerTypeCode
The previous customer type (member type) before it was changed to its present value.
SicCode
The Standard Industrial Classification (SIC) Code that best matches the one in which this contact does business.
SortName
Gets the name of the contact, optimized for sorting
SourceCode
A character code indicating the source of this contact
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)
UpdatedByUserId
The login user id of the user who last updated this contact's record
UpdatedOn
The date and time that this contact's record was last updated
UseMemberPricing
Indicates whether or not to give this contact member pricing when doing product sales.
WebsiteAddress
The contact's website address. May include the http:// but does not need it unless it needs to be https
WorkPhone
The contact's telephone number at work

See Also