Stores bounce back e-mail retry policies.
Column Description(s):
Column Name | Column Type | Description |
EMLPOLICY_ID |
INTEGER NOT NULL |
The primary key. |
NUMRETRIES |
SMALLINT NOT NULL |
The maximum number of times the retry may be attempted. |
INTERVAL |
INTEGER NOT NULL |
The number of minutes between each retry attempt. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031225350 |
EMLPOLICY_ID |
Primary Key |
Referenced By:
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1037 |
EMLPOLICY_ID |
EMLSTRPLCY |
EMLPOLICY_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.