Object Definition Unsubscription
Object definition unsubscription
| Property | Type | Description |
|---|---|---|
| ID | Guid | The ID of the unsubscription |
| AccountID | Guid | The accountID of the unsubscription |
| EmailAddress | String | The email address that unsubscribed |
| UnsubscriptionType | Int (Enum) | The unsubscription type 1 = Unsusbcribed, recipient clicked the unsubscribe link 2 = Complained, recipient complained, for example by clicking the "mark as spam" button 3 = Bounced, recipient address caused a permanent bounce, probably this email address doesn't exist. |
| CreatedOn | DateTime | When the address was created in CET |
| CreatedOnUtc | DateTime | When the address was created in UTC |
| ModifiedOn | DateTime | When the address was last modified in CET |
| ModifiedOnUtc | DateTime | When the address was last modified in UTC |
Updated over 3 years ago