Click or drag to resize

CStorage.SaveAttachments Method

X#
This method stores all attachments of an email into the storage.

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SaveAttachments(
	oEMail AS CEmail,
	 lClone AS LOGIC
) AS LOGIC
Request Example View Source

Parameters

oEMail
Type: CEmail
The Email from which the attachments need to be saved to the storage.
lClone
Type: Logic
If lClone is TRUE and oEMail was loaded from the storage new copies of the attachments are stored into the storage.

Return Value

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