Get a set of contacts.
Namespace: CTCTAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
Parameters
- Type:
System String
Match the exact email address.
- limit
- Type:
System Nullable
Int32
Limit the number of returned values, default 500.
- modifiedSince
- Type:
System Nullable
DateTime
limit contacts retrieved to contacts modified since the supplied date
- status
- Type:
System Nullable ContactStatus
Match the exact contact status
Return Value
Returns a list of contacts.See Also