(Contents)(Previous)(Next)

Contact Object

The Contact object represents an OfficeTalk Contact. This object provides access to the common object functionality.

Contact Methods
Edit Lets the caller edit the properties of the Contact via a dialog box
Update Saves changes to this contact
Delete Deletes the meeting
Value Gets the value of the passed in field/column name
Value= Sets the value of the passed in field/column name
SetNotes Sets the notes associated with the contact
GetNotes Gets the notes associated with the contact
Contact Properties
Name Represents the contact's description
LastEditedDate The date on which the contact was last changed
CreationDate The date when the contact was created
LastName The contact surname
FirstNames The contact first name
HomeAddress1 The first address line of the contacts home address.
HomeAddress2 The second address line of the contacts home address.
HomeAddress3 The third address line of the contacts home address.
HomeCity The city address line of the contacts home address.
HomeCounty The county address line of the contacts home address.
HomePostcode The postcode address line of the contacts home address.
HomeCountry The country address line of the contacts home address.
Phone1 The primary phone number of the contact's home address
Phone2 The secondary phone number of the contact's home address
Fax The fax number of the contacts home address
Email The Email address of the contact at home
Available Fields
Name
Type
Description
ID Long The contact's ID
Last Edited Date The date when this contact was last changed (Read Only)
Name String The name of this contact
Company Number The ID of the employing company (if there is one). Setting this field to the ID of a company will not properly make the associated company an employee of the company. Instead, use the method AddEmployee() for the Company object.
FirstNames String The first name(s) of this contact
Address1 String The first address line of this contact's home address
Address2 String The second address line of this contact's home address
Address3 String The third address line of this contact's home address
City String The contact's home town or city
County String The contact's home county or state
Postcode String The contact's home postcode or zip code
Country String The country where the contact's home address is located
Phone1 String The contact's primary home phone number
Phone2 String The contact's secondary home phone number
Fax String The contact's home fax number
Comment String The comment associated with the contact
Web Address String The contact's world wide web address
Email String The contact's home e-mail address
Company Last Edited Date The date when this contact's company was last changed (Read Only)
Company Name String The name of this contact's company
Company Address 1 String The first address line of this contact's company
Company Address 2 String The second address line of this contact's company
Company Address 3 String The third address line of this contact's company
Company Town/City String The town or city in which the contact's company is located
Company County String The county or state in which the contact's company is located
Company Postcode String The contact's company's postcode or zip code
Company Country String The country where the contact's company is located
Company Phone 1 String The primary phone number of the contact's company
Company Phone 2 String The secondary phone number of the contact's company
Company Fax String The contact's company's fax number
Company Comment String The comment associated with the contact's company
Company Web Address String The contact's company's world wide web address
Company Email String The contact's company's e-mail address
More:

SetNotes()

GetNotes()


Next