Click or drag to resize

CEmail.DeleteAttachment Method

X#
Adds an attachment to the email.

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD DeleteAttachment(
	dwIndex AS DWORD
) AS LOGIC
Request Example View Source

Parameters

dwIndex
Type: DWord
The index of the attachment to delete

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
See Also