Click or drag to resize

CStorage.AttachmentSave Method

X#
Stores the attachment with the ID cAttachID to the file cToFile. cToFile must be a full path name. This method is called from CEMail:SaveAs().

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD AttachmentSave(
	cAttachID AS STRING,
	cToFile AS STRING
) AS LOGIC
Request Example View Source

Parameters

cAttachID
Type: String
Contains the ID or the full path of the attachment.
cToFile
Type: String
Contains the full path name of the target file.

Return Value

Type: Logic
cID STRING The unique ID. If AttachmentAdd() fails it returns a NULL_STRING.
See Also