Click or drag to resize

CEmail.StreamOut Method

X#
Generate message contents

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

Return Value

Type: String
Remarks
There is usually no need to call this message directly. It is called repeatedly from CSmtp:SendMail() when sending emails.
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