MAIL INTERFACE Clause Samples

MAIL INTERFACE. The management of Incoming mail and POP servers will require the use of structure T_MAIL. This structure will be used for the commands Create, Query and Alter. struct T_MAIL{ struct T_PERL_INTF PerlIntf; int nNumMailboxes; }; The usage of the fields is as follows. eSERVERTYPE: SERVER_MAIL. nNUMMAILBOXES: Holds the number of mail boxes requested by the user.