Specifies the flags used in mailbox attibutes.
TIdMailBoxAttributes = ( maNoinferiors, maNoselect, maMarked, maUnmarked );
TIdMailBoxAttributes is an enumerated type that specifies the valid values for flags that can be associated with a TIdMailbox object instance.
TIdMailBoxAttributes is the type used for the TIdMailbox.Attributes property, and can contain the following values:
Value |
Meaning |
maNoinferiors |
The mailbox does not allow either creation or access for |
|
child levels in the mailbox hierarchy. |
maNoselect |
The mailbox is a child in the mailbox hierarchy that cannot |
|
be selected. |
maMarked |
The maibox has been marked as "interesting" by the server, |
|
and probably contains messages that have been added since |
|
the last time the maibox was selected. |
maUnmarked |
The mailbox does not contain any messages added since the |
|
last time the maibox was selected. |
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |