Click or drag to resize

IFindContactsWithNumActivitiesCreatedTotal Method

Returns list of contacts with matching appointment/document counters. Search by total number of appointments/documents.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
SOContacts ContactsWithNumActivitiesCreatedTotal(
	EnAppointType Type,
	IListTextItem intent,
	EnDirection direction,
	EnFindOperator op,
	int Value
)

Parameters

Type
Type: SuperOffice.COM.SuperOfficeDBEnAppointType
intent
Type: SuperOffice.COM.SuperOfficeDBIListTextItem
The intention of the activities, NULL equals all intentions
direction
Type: SuperOffice.COM.SuperOfficeDBEnDirection
op
Type: SuperOffice.COM.SuperOfficeDBEnFindOperator
Value
Type: SystemInt32
Number of activities in total to compare with the operator

Return Value

Type: SOContacts
SOContacs - a collection of contacts matching the query
See Also