There is usually no need to call this message directly. It is called repeatedly from CSmtp:SendMail() when sending emails.
Tip
Visual Objects tries to avoid building large emails completely in memory. Therefore it reads or writes them in chunks. The StreamIn() and StreamOut() methods on the CEmail class handle these chunks.