Click or drag to resize

CStorage.RawClose Method

X#
This method is called when an email was received completely.

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

Return Value

Type: 
NOTHING
Remarks
Tip Tip
It is not recommended to decode raw emails in memory as one single string. The preferred mechanism is to stream them to disk or to a database. "streaming" instead. Look into the method EmailWindowMain:ImportMail() of the email sample to see how easy this works. If you want to see how to send an email into a raw email file look into the method EmailStore:SendMailAsFile() of the email sample.
See Also