CStorage.SaveAttachments Method | |
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
public virtual bool SaveAttachments(
CEmail oEMail,
[DefaultParameterValueAttribute(false, 0)] bool lClone
)
Request Example
View SourceParameters
- 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:
LogiccID STRING The unique ID. If AttachmentAdd() fails it returns a NULL_STRING.
See Also