lyrMemberBounceLog
The lyrMemberBounceLog table keeps track of information related to bounces received via incoming SMTP.
|
Field Name |
Description |
Version Added |
|---|---|---|
| LogID | autogenerated ID (int, NOT NULL) | 10.0 |
| ListID | Relates to lists_.ListID_ (int, NOT NULL) | 10.0 |
| MessageID | Relates to inmail_.MessageID_ (int, NULL) | 10.0 |
| RespondID | Relates to respond_.RespondID_ (int, NULL) | 10.0 |
| MailingID | Relates to outmail_.MessageID_ (int, NULL) | 10.0 |
| MemberID | Relates to members_.MemberID_ (int, NULL) | 10.0 |
| CompletionStatusID | The classification value of this bounce (int, NULL) | 10.0 |
| Created | When the bounce occurred (smalldatetime, NOT NULL) | 10.0 |