Click or drag to resize

CStorage.AttachmentDelete Method

X#
This method returns the full path of an attachment file addressed through cAttachID.

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

Parameters

cID
Type: String
Contains the ID or the full path of the attachment.

Return Value

Type: Logic
LOGIC TRUE when the attachment could be deleted.
See Also