CStorage.RawClose Method |
Namespace: VO
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. |