CEmail.StreamOut Method | |
Generate message contents
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.22 GA
Syntax Remarks
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.
|
See Also