Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
TIdIMAP4.Create
TIdIMAP4
Constructor for the object instance.
constructor
Create(AOwner: TComponent);
override
;
Parameters
AOwner: TComponent
Owner of the object instance.
Description
Create is the Constructor for the object instance, and relies on the inhertited Create method. Create also initializes properties to their default values, including:
MailBox
- TIdMailbox instance for the session.
Port
- Default value is
IdPORT_IMAP4
.
ConnectionState
- Default value is csNonAuthenticated.
RetrieveOnSelect
- Defaule value is rsDisabled.