| Field |
Type |
Defaults |
Nulls? |
Comments |
| identifier |
numeric (19) |
None |
No |
Unique ID for an entry. |
| logNumber |
numeric (19) |
None |
No |
Audit log identifier. |
| enableCaptcha |
tinyint |
None |
Yes |
Whether or not the captcha is enabled. |
| limitExtensions |
tinyint |
None |
Yes |
Whether or not to limit the allowed file extensions for attachments. |
| limitMaxSize |
tinyint |
None |
Yes |
Whether or not to place a limit on the attachments. |
| linkExpirationTimeNumber |
int |
None |
Yes |
The numerical component of the period at which package pickup will expire. |
| linkExpirationTimeUnit |
nvarchar (255) |
None |
Yes |
The time unit component of the period at which package pickup will expire. Values values: MINUTES, HOURS, DAYS, WEEKS, MONTHS, YEARS. |
| linkExpirationEnabled |
tinyint |
None |
Yes |
Whether or not package pickup link expiration is enabled. |
| maxSize |
numeric (19) |
None |
Yes |
The maximum size of an attachment. |
| restrictRecipientDomains |
tinyint |
None |
Yes |
Whether or not the recipients are restricted to a set of domains. |
| serviceEnabled |
tinyint |
None |
Yes |
Whether or not the reply portal is enabled. |