Unit NMailBox |
Classes |
NMailboxViewer -
TFormClass -
TMailboxViewerControl -
TMBCustomListBox -
TMBHeader -
TNMailBox -
Functions |
Types |
MBName
NMailBoxIndex
TMailboxNotification
TMailboxViewerRecord
TMailboxViewerRecordPtr
TMBClickEvent
TMBVNotifications
TNMailBoxError
TViewerInfo
Constants |
MBV_CLOSE
MBV_PARENT
MBV_SETMESSAGE
MBV_UPDATEINFO
WM_MBNOTIFY
Variables |
Functions |
Types |
MBName=string[8]
NMailBoxIndex = record
FromName : string[80];
ToName : string[80];
Subject : string[40];
Date : string[40];
Size : LongInt;
Lines : LongInt;
Start : LongInt;
FirstAtt : LongInt;
LastAtt : LongInt;
Part : SmallInt;
Flag : Char;
end;
TMailboxNotification=(mnAdd,mnDelete,mnFlag,mnClearAll,mnDeleteMailbox,mnDestroying);
TMailboxViewerRecord = record
Name : String[60];
Subject : String[80];
Date : String[40];
Size : LongInt;
Flag : Char;
Attachments : Boolean;
end;
TMailboxViewerRecordPtr=^TMailboxViewerRecord
TMBClickEvent=procedure(Sender: TObject;MessageNumber: integer) of object
TMBVNotifications = record
Control : TMailboxViewerControl;
MailboxName : MBName;
end;
TNMailBoxError=(NoError,AlreadyExists,InvalidDirectory,FileError, InvalidNMailBox);
TViewerInfo = record
Handle : THandle;
MessageNumber : integer;
end;
Constants |
Variables |