Click or drag to resize

IFindContactsWithLastDoByActivity Method

Returns list of contacts with matching appointment/document counters. Search by date.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
IContacts ContactsWithLastDoByActivity(
	EnAppointType Type,
	IListTextItem intent,
	EnDirection direction,
	EnFindOperator op,
	DateTime Value
)

Parameters

Type
Type: SuperOffice.COM.ApplicationEnAppointType
intent
Type: SuperOffice.COM.ApplicationIListTextItem
direction
Type: SuperOffice.COM.ApplicationEnDirection
op
Type: SuperOffice.COM.ApplicationEnFindOperator
Value
Type: SystemDateTime

Return Value

Type: IContacts
See Also