The ContactEntry type exposes the following members.

Methods

  NameDescription
Public methodCompareTo
Compares the current object with another object of the same type.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDefaultPhoneNumber
This is a convenience method that will apply some heuristics to return a suitable phone number that can be dialed for this contact entry object instance.
Public methodGetDisplayableIdentifier
This is a convenience method that will retrieve an displayable identifier for this ContactEntry.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasAccess
Determines whether the specified access rights have been granted.
Public methodIsOwner
Determines whether the specified possible owner is the actual owner of this contact entry.
Public methodIsPropertySet
Determines whether the specified ContactProperty contains data for this ContactEntry.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyAccessRights
Gets the access rights.
Public propertyAlias
Gets the alias.
Public propertyAssistant
Gets the assistant.
Public propertyAssistantPhone
Gets the assistant phone.
Public propertyBusinessAddress
Gets the business address.
Public propertyBusinessCity
Gets the business city.
Public propertyBusinessCountry
Gets the business country.
Public propertyBusinessEmail
Gets the business Email.
Public propertyBusinessPhone
Gets the business telephone number.
Public propertyBusinessPhone2
Gets the second business phone.
Public propertyBusinessState
Gets the state of the business.
Public propertyBusinessZipCode
Gets the business zip code.
Public propertyCompany
Gets the company.
Public propertyContactSources
Gets the contact's source(s). See ContactSource for further details.
Public propertyDepartment
Gets the department.
Public propertyDisplayName
Gets the directory contact display name.
Public propertyEntryId
Gets the entry ID. A unique identifier for a directory contact instance.
Public propertyExtension
Gets the extension.
Public propertyExtensionAsPhoneNumber
Gets the extension in Phone Number format. DirectoryPhoneNumber.
Public propertyExternalContactEntries
Gets the collection of ExternalContactEntry objects that contain additional information about this contact in relation to a system external to IC.
Public propertyExternalPresenceProviders
Gets the available external presence providers for this contact.
Public propertyFax
Gets the Fax.
Public propertyFirstName
Gets the first name of the contact.
Public propertyHomeAddress
Gets the home address.
Public propertyHomeCity
Gets the home city.
Public propertyHomeCountry
Gets the home country.
Public propertyHomeEmail
Gets the home Email.
Public propertyHomePhone
Gets the home telephone number.
Public propertyHomePhone2
Gets the second home phone.
Public propertyHomeState
Gets the state of the home.
Public propertyHomeZipCode
Gets the home zip code.
Public propertyIndex
Gets the location of this contact on a paged directory.
Public propertyLastName
Gets the last name of the contact.
Public propertyLyncSipAddress Obsolete.
Gets the Lync SIP Address for this contact.
Public propertyMobilePhone
Gets the mobile phone.
Public propertyNotes
Gets the notes.
Public propertyOwnerId
Gets the owner.
Public propertyPager
Gets the pager.
Public propertyPrimaryNumberDesignation
Gets the primary number designation.
Public propertySkills
Gets the Skills set for this contact.
Public propertyStatusUri
Gets the Status Uri.
Public propertyTitle
Gets the title.
Public propertyTrackerData
Gets the tracker data.
Public propertyUserId
Gets the user ID.
Public propertyVoicemailLocation
Gets the Voicemail location.
Public propertyWebpage
Gets the web page.
Public propertyWorkgroups
Gets the workgroups.

See Also