Click or drag to resize

CStorage.AttachmentFullPath 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 AttachmentFullPath(
	cAttachID AS STRING
) AS STRING
Request Example View Source

Parameters

cAttachID
Type: String
Contains the ID or the full path of the attachment.If it is a full path the first character of cAttachID is ATTACHID_PATHFLAG (>)

Return Value

Type: String
cID STRING The full path of an attachment file
See Also