E-mail Initialization
You need to initialize the e-mail system using the InitWBMail
or InitWBMailEx
function before you begin working with e-mail functions. The mail profile is passed as a parameter to the InitWBMail
function. After you are finished working with e-mail functions, all resources used for handling e-mail must be released using the CloseWBMail
function.
Incoming mail receive is writing to the reserved database tables located within the application as determined in the profile. These tables can be created in advance by calling the MailCreInBoXTables
function.