Click or drag to resize

CStorage.AttachmentWrite Method

X#
This method is called multiple times per attachment during the receive process.

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

Parameters

cData
Type: String
Contains the encoded attachment data. For BASE64 encoded data the length of cData is mostly 78 characters.The default implementation decodes cData and writes it into the file.

Return Value

Type: 
NOTHING
See Also