Internet Direct (Indy)
Home
PreviousUpNext
TIdMailBoxState Enumeration

Indicates the read and/or write state for a mailbox.

Pascal
TIdMailBoxState = (
  msReadWrite,
  msReadOnly
);

TIdMailBoxState is an enumerated type that represents the read and write permissions for accessing a mailbox. TIdMailBoxState can contain one the following values and associated meanings: 

 

msReadWrite 
Mailbox can be read from and written to. 
msReadOnly 
Mailbox can read contents only. 

 

TIdMailBoxState is the type used to represent the TIdMailBox.State property.

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.