Get bounces for a given contact.
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public 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 BounceActivityImplements
IContactTrackingService GetBounces(String, String, Pagination)See Also