The EditableContactEntry type exposes the following members.

Constructors

  NameDescription
Public methodEditableContactEntry()()()()
Initializes a new instance of the EditableContactEntry class.
Public methodEditableContactEntry(ContactEntry)
Initializes a new instance of the EditableContactEntry class.

Methods

  NameDescription
Public methodAddAccessRights
Adds the access rights.
Public methodCompareTo
Compares the current object with another object of the same type.
(Inherited from ContactEntry.)
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.
(Inherited from ContactEntry.)
Public methodGetDisplayableIdentifier
This is a convenience method that will retrieve an displayable identifier for this ContactEntry.
(Inherited from ContactEntry.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from ContactEntry.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasAccess
Determines whether the specified access rights have been granted.
(Inherited from ContactEntry.)
Public methodIsOwner
Determines whether the specified possible owner is the actual owner of this contact entry.
(Inherited from ContactEntry.)
Public methodIsPropertySet
Determines whether the specified ContactProperty contains data for this ContactEntry.
(Inherited from ContactEntry.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSubtractAccessRights
Subtracts the access rights.
Public methodToString
Returns a String that represents the current Object.
(Inherited from ContactEntry.)

Properties

  NameDescription
Public propertyAccessRights
Gets or sets the access rights.
Public propertyAlias
Gets the alias.
Public propertyAssistant
Gets or sets the assistant name.
Public propertyAssistantPhone
Gets the assistant phone, which can be used to edit the value.
Public propertyBusinessAddress
Gets or sets the business address.
Public propertyBusinessCity
Gets or sets the business city.
Public propertyBusinessCountry
Gets or sets the business country.
Public propertyBusinessEmail
Gets or sets the business Email.
Public propertyBusinessPhone
Gets the business phone, which can be used to edit the value.
Public propertyBusinessPhone2
Gets the business phone2, which can be used to edit the value.
Public propertyBusinessState
Gets or sets the state of the business.
Public propertyBusinessZipCode
Gets or sets the business zip code.
Public propertyCompany
Gets or sets the company.
Public propertyContactSources
Gets the contact's source(s). See ContactSource for further details.
(Inherited from ContactEntry.)
Public propertyDepartment
Gets or sets the department.
Public propertyDisplayName
Gets or sets the name of the display.
Public propertyEntryId
Gets or sets the entry ID.
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.
(Inherited from ContactEntry.)
Public propertyExternalPresenceProviders
Gets the available external presence providers for this contact.
(Inherited from ContactEntry.)
Public propertyFax
Gets the contact's business Fax number, which can be used to edit the value.
Public propertyFirstName
Gets or sets first name.
Public propertyHomeAddress
Gets or sets the home address.
Public propertyHomeCity
Gets or sets the home city.
Public propertyHomeCountry
Gets or sets the home country.
Public propertyHomeEmail
Gets or sets the home Email.
Public propertyHomePhone
Gets the home phone, which can be used to edit the value.
Public propertyHomePhone2
Gets the home phone2, which can be used to edit the value.
Public propertyHomeState
Gets or sets the home state.
Public propertyHomeZipCode
Gets or sets the home zip code.
Public propertyIndex
Gets the location of this contact on a paged directory.
(Inherited from ContactEntry.)
Public propertyLastName
Gets or sets last name.
Public propertyLyncSipAddress Obsolete.
Gets the Lync SIP Address for this contact.
(Inherited from ContactEntry.)
Public propertyMobilePhone
Gets the mobile phone, which can be used to edit the value.
Public propertyNotes
Gets or sets the notes.
Public propertyOwnerId
Gets the owner.
Public propertyPager
Gets the pager, which can be used to edit the value.
Public propertyPrimaryNumberDesignation
Gets or sets the primary number designation. (Not for use with SpeedDial directories.)
Public propertySkills
Gets the Skills set for this contact.
(Inherited from ContactEntry.)
Public propertyStatusUri
Gets or sets the status uri.
Public propertyTitle
Gets or sets the title.
Public propertyTrackerData
Gets the tracker data.
(Inherited from ContactEntry.)
Public propertyUserId
Gets the user ID.
Public propertyVoicemailLocation
Gets the Voicemail location.
Public propertyWebpage
Gets or sets the web page.
Public propertyWorkgroups
Gets the workgroups.

See Also