The ContactTrackingService type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetActivities(String, String, String, Nullable Int32 , Nullable DateTime ) |
Get all activities for a given contact.
|
![]() | GetActivities(String, String, String, Nullable Int32 , Nullable DateTime , Pagination) |
Get all activities for a given contact.
|
![]() | GetBounces(String, String, Pagination) |
Get bounces for a given contact.
|
![]() | GetBounces(String, String, String, Nullable Int32 ) |
Get bounces for a given contact.
|
![]() | GetClicks(String, String, Nullable DateTime , Pagination) |
Get clicks for a given contact.
|
![]() | GetClicks(String, String, String, Nullable Int32 , Nullable DateTime ) |
Get clicks for a given contact.
|
![]() | GetEmailCampaignActivities |
Get activities by email campaign for a given contact.
|
![]() | GetForwards(String, String, Nullable DateTime , Pagination) |
Get forwards for a given contact.
|
![]() | GetForwards(String, String, String, Nullable Int32 , Nullable DateTime ) |
Get forwards for a given contact.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetOpens(String, String, Nullable DateTime , Pagination) |
Get opens for a given contact.
|
![]() | GetOpens(String, String, String, Nullable Int32 , Nullable DateTime ) |
Get opens for a given contact.
|
![]() | GetOptOuts(String, String, Nullable DateTime , Pagination) |
Get opt outs for a given contact.
|
![]() | GetOptOuts(String, String, String, Nullable Int32 , Nullable DateTime ) |
Get opt outs for a given contact.
|
![]() | GetSends(String, String, Nullable DateTime , Pagination) |
Get sends for a given contact.
|
![]() | GetSends(String, String, String, Nullable Int32 , Nullable DateTime ) |
Get sends for a given contact.
|
![]() | GetSummary |
Get a summary of reporting data for a given contact.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
See Also