| |
This file decides which column can be shown on the Email List
screen. Only the attributes of the following columns can be
changed, Any attempt to change other attributes will result in a
runtime error. Following are the columns of this file:
- Attachment- Can be switched on or off based on the value
of the show field, it can either be On or Off, the default is
show=On
- Subject - Decides whether the subject is shown on the
email list screen, it can either be On or Off, the default is
show=On
- Date - Decides whether the date is shown on the email
list screen, it can either be On or Off, the default is
show=On
- Size - Decides whether the email size is shown on the
email list screen, it can either be On or Off, the default is
show=On
- Account - Decides whether the email account name is
shown on the email list screen, it can either be On or Off, the
default is show=On
- NumberOfRows - The number of rows on the email list
screen
<Email>
<EmailList>
<Select />
<Icon />
<Priority />
<Attachment show="On" />
<From />
<Subject show="On" />
<Date show="On" />
<Size show="On" />
<Account show="Off" />
</EmailList>
<NumberOfRows value="30" />
</Email>
|