CStorage.AttachmentWrite Method | |
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
public virtual void AttachmentWrite(
string cData
)
Request Example
View SourceParameters
- 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