CEmail.DeleteAttachment Method | |
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
public virtual bool DeleteAttachment(
uint dwIndex
)
Request Example
View SourceParameters
- dwIndex
- Type: DWord
The index of the attachment to delete
Return Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
See Also