Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These flags define the behavior of the Contact Chooser.
| Flag | Value | Description |
|---|---|---|
| CCF_DEFAULT | 0x0000 | Default view. The Property Chooser dialog box will be used when the selected Contact has values for two or more properties specified in rgpropidRequiredProperties.
The "New" button is displayed. |
| CCF_HIDENEW | 0x0001 | Allows the user to create a new Contact from the Contact Chooser control. |
| CCF_CHOOSECONTACTONLY | 0x0002 | When set, the Property Chooser dialog box does not appear.
The first non-blank property specified in rgpropidRequiredProperties is chosen. |
| CCF_CHOOSEPROPERTYONLY | 0x0004 | When set, the Contact Chooser dialog box does not appear.
The OID of the Contact to use is retrieved from the oidContactID property. |
| CCF_RETURNCONTACTNAME | 0x0008 | When set, the Contact name is returned in the bstrContactName property. |
| CCF_RETURNPROPERTYVALUE | 0x0010 | When set, the property value is returned in the bstrPropertyValueSelected property. |
| CCF_FILTERREQUIREDPROPERTIES | 0x0020 | Filter required properties. |
| CCF_NOUIONSINGLEORNOMATCH | 0x0040 | When set, neither the Contact Chooser, nor the Property Chooser dialog boxes display for a single match, or for no matches. |
| CCF_NOUI | 0x0080 | When set, neither the Contact Chooser, nor the Property Chooser dialog boxes display. |
Requirements
Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS Versions: Windows CE 5.01 and later
Header: pimstore.h
Library: pimstore.lib
See Also
Pocket Outlook Object Model API Flags | ChooseContact | CHOOSECONTACT
Send Feedback on this topic to the authors