ConstantContact GetContactTrackingBounces Method (String, Nullable Int32 ) CTCT Wrapper Documented Class Library
Get bounces for a given contact.

Namespace: CTCT
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public ResultSet<BounceActivity> GetContactTrackingBounces(
	string contactId,
	Nullable<int> limit
)

Parameters

contactId
Type: OnlineSystem String
Contact id.
limit
Type: OnlineSystem Nullable OnlineInt32 
Specifies the number of results per page in the output, from 1 - 500, default = 500.

Return Value

ResultSet containing a results array of @link BounceActivity
Exceptions

See Also