User Manual

Appendix A
Data Structures
205
Mailrooms
Columns
Name Type Size
MailRoomID Long Integer 4
MailRoomIdentifier Text 20
MailRoom Text 25
Address1 Text 50
Address2 Text 50
City Text 25
State Text 25
PostalCode Text 15
Country Text 50
PhoneNumber Text 50
FaxNumber Text 50
ContactName Text 50
ContactEmail Text 50
ContactPhoneNumber Text 50
Comments Text 255
Table Indexes
Name Field
MailRoomID MailRoomID (Ascending)
MailRoomIdentifier MailRoomIdentifier (Ascending)
PrimaryKey MailRoomID (Ascending)