Click or drag to resize

CStorage.AttachmentRead Method

X#
This method is called during sending of an attachment. It reads a data block from the attachment file. In our implementation it reads 1536 bytes. The result string is the encoded value of this data block.

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

Return Value

Type: String
STRING The encoded value of this data block.
See Also