Internet Direct (Indy) Version 9.0.1 Beta
TIdMailBox.Create
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 inherited Create method to initialize properties. Create also initializes the TIdMessageCollection instance used in the MessageList propertie, using TIdMessageItem as the collection item class. Create calls Clear to insure that other properties in the instance are reset to their default values.