Click or drag to resize

CEmail.StreamStart Method

X#
Initialize the Stream Status of an email message.

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD StreamStart() AS USUAL
Request Example View Source

Return Value

Type: Usual
Remarks
There is usually no need to call this message directly. It is called repeatedly from CSmtp:SendMail() when sending emails, from CPop when receiving mails and from CEmail:Decode when decoding mails
Tip 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