Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
3/29/2010

Defines the attributes and behaviors of a custom dialog box for choosing Contacts.

The following tables list the members exposed by the ChooseContactDialogtype.

Public Constructors

  Name Description
ChooseContactDialog Initializes a new instance of the ChooseContactDialog class.
Top

Public Properties(see also Protected Properties)

  Name Description
ChooseContactOnly Gets or sets a value indicating whether the user is limited to choosing just a Contact, or choosing a property of a specified Contact.
ChoosePropertyOnly Gets or sets a value indicating whether the user is limited to choosing just a property of a specified Contact, or choosing the Contact.
ChoosePropertyText Gets or sets the text label of the Property Chooser control.
Container  (inherited from Component)
EnableGlobalAddressListLookup When set, gives users the ability to search for contacts in the Global Address Book (GAL).
FilterRequiredProperties Filters the list view of Contact items to display only those Contacts that have the required properties populated.
HideNew Gets or sets a value indicating whether the user can create a new Contact.
IncrementalFilter Gets or sets the text of the incremental filter box.
NoUI When set, neither the Contact Chooser, nor the Property Chooser dialog boxes display.
NoUIOnSingleOrNoMatch When set, neither the Contact Chooser, nor the Property Chooser dialog boxes display for a single match, or for no matches.
Owner Gets or sets the owner control.
RequiredProperties Gets or sets the ContactPropertyarray values that allow you to filter the list of Contacts that appear in the Contact Chooser dialog box. Only those contacts that have data in one or more of the required properties will appear in the Contact Chooser dialog box—and only the required properties appear in the Property Chooser dialog box.
RestrictContacts Gets or sets the restriction string used to generate a filtered Contact list.
SelectedContact Gets or sets the Contact.
SelectedContactName Gets the selected Contact’s name.
SelectedProperty Gets the selected property.
SelectedPropertyValue Gets the selected property value.
Site  (inherited from Component)
Title Gets or sets the title of the Contact Chooser dialog box.
Top

Protected Properties

  Name Description
DesignMode  (inherited from Component)
Events  (inherited from Component)
Top

Public Methods(see also Protected Methods)

  Name Description
CreateObjRef  (inherited from MarshalByRefObject)
Dispose  Overloaded. (inherited from Component)
Equals  Overloaded. (inherited from Object)
GetHashCode  (inherited from Object)
GetLifetimeService  (inherited from MarshalByRefObject)
GetType  (inherited from Object)
InitializeLifetimeService  (inherited from MarshalByRefObject)
ReferenceEquals  (inherited from Object)
ShowDialog Displays the Contact Chooser dialog box.
ToString  (inherited from Component)
Top

Protected Methods

  Name Description
Dispose  Overloaded. (inherited from Component)
Finalize  (inherited from Component)
GetService  (inherited from Component)
MemberwiseClone  (inherited from Object)
Top

Public Events

  Name Description
Disposed  (inherited from Component)
Top

See Also