Contacts Exchange Manager "get"
[Contacts Exchange Manager Verbs]


Defines

#define ALP_EXGMGR_CONTACTS_CATEGORY_OK_PARAM   "categoryOK"
#define ALP_EXGMGR_CONTACTS_CATEGORY_SELECTED_PARAM   "categorySelected"
#define ALP_EXGMGR_CONTACTS_CATEGORY_WAS_SELECTED_PARAM   "categoryWasSelected"
#define ALP_EXGMGR_CONTACTS_CONTACT_LUID_PARAM   "contactLuid"
#define ALP_EXGMGR_CONTACTS_CONTACT_TYPE_PARAM   "contactType"
#define ALP_EXGMGR_CONTACTS_DISTRIBUTION_CONTACT_TYPE_PARAM   "distributionType"
#define ALP_EXGMGR_CONTACTS_DISTRIBUTION_OK_PARAM   "distributionOK"
#define ALP_EXGMGR_CONTACTS_DISTRIBUTION_OK_PARAM_VALUE_NO   0
#define ALP_EXGMGR_CONTACTS_DISTRIBUTION_OK_PARAM_VALUE_ONLY   2
#define ALP_EXGMGR_CONTACTS_DISTRIBUTION_OK_PARAM_VALUE_YES   1
#define ALP_EXGMGR_CONTACTS_DISTRIBUTION_SELECTED_PARAM   "distributionSelected"
#define ALP_EXGMGR_CONTACTS_DISTRIBUTION_WAS_SELECTED_PARAM   "distributionWasSelected"


Define Documentation

#define ALP_EXGMGR_CONTACTS_CATEGORY_OK_PARAM   "categoryOK"
 

[in] (optional)[int] If present, and non-zero, then the user will be allowed to select an entire category. Defaults to 0.

#define ALP_EXGMGR_CONTACTS_CATEGORY_SELECTED_PARAM   "categorySelected"
 

[out] [int] If ALP_EXGMGR_CONTACTS_CATEGORY_OK_PARAM and ALP_EXGMGR_CONTACTS_CATEGORY_WAS_SELECTED_PARAM is 1, this will contain the category the user selected. 0 = All, -1 = Unfiled, otherwise the category ID.

#define ALP_EXGMGR_CONTACTS_CATEGORY_WAS_SELECTED_PARAM   "categoryWasSelected"
 

[out] [int] If ALP_EXGMGR_CONTACTS_CATEGORY_OK_PARAM, this will tell you if a category was selected. 0 = No, 1 = Yes.

#define ALP_EXGMGR_CONTACTS_CONTACT_LUID_PARAM   "contactLuid"
 

[out] [int] If ALP_EXGMGR_CONTACTS_CONTACT_TYPE_PARAM specified, this is the Luid of the selected contact. 0 on errors or if user cancels selection.

#define ALP_EXGMGR_CONTACTS_CONTACT_TYPE_PARAM   "contactType"
 

[in,out] (optional) [char*] If present, used to limit the info returned to the desired contact type value and friendly name (returned in ALP_EXGMGR_FILENAME_PARAM.) Also restricts the picker to show only contacts that have data of this type. On output it will contain the value. Note where multiple values are present, only the first one will be returned. You can use the ALP_EXG2_PHONESTRING_SUBJECT if you want to get any phone number. Use kDistributionContactTypeMessaging (in contacts_dml.h) if you want any phone number and/or email.

#define ALP_EXGMGR_CONTACTS_DISTRIBUTION_CONTACT_TYPE_PARAM   "distributionType"
 

[in] (optional) [char*] If present, used to limit the info returned to the desired distribution type. See contacts_dml.h for valid values.

#define ALP_EXGMGR_CONTACTS_DISTRIBUTION_OK_PARAM   "distributionOK"
 

[in] (optional)[int] If present, and non-zero, then the user will be allowed to select a distribution group. Defaults to ALP_EXGMGR_CONTACTS_DISTRIBUTION_OK_PARAM. If ALP_EXGMGR_CONTACTS_DISTRIBUTION_OK_PARAM_VALUE_ONLY then only distribution groups can be selected.

#define ALP_EXGMGR_CONTACTS_DISTRIBUTION_OK_PARAM_VALUE_NO   0
 

#define ALP_EXGMGR_CONTACTS_DISTRIBUTION_OK_PARAM_VALUE_ONLY   2
 

#define ALP_EXGMGR_CONTACTS_DISTRIBUTION_OK_PARAM_VALUE_YES   1
 

#define ALP_EXGMGR_CONTACTS_DISTRIBUTION_SELECTED_PARAM   "distributionSelected"
 

[out] [int] If ALP_EXGMGR_CONTACTS_DISTRIBUTION_OK_PARAM is non-zero and ALP_EXGMGR_CONTACTS_DISTRIBUTION_WAS_SELECTED_PARAM is 1, this will contain the the distribution ID selected.

#define ALP_EXGMGR_CONTACTS_DISTRIBUTION_WAS_SELECTED_PARAM   "distributionWasSelected"
 

[out] [int] If ALP_EXGMGR_CONTACTS_CATEGORY_OK_PARAM, this will tell you if a distribution group was selected. 0 = No, 1 = Yes.


Generated on Wed Jul 30 07:06:44 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.