Get a result set of bounces for a given campaign.
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
ResultSet<BounceActivity> GetBounces( string accessToken, string apiKey, Pagination pag )
Parameters
- accessToken
- Type: System String
Constant Contact OAuth2 access token.
- apiKey
- Type: System String
The API key for the application
- pag
- Type: CTCT.Components Pagination
Pagination object.
Return Value
ResultSet containing a results array of @link BounceActivity.See Also