CStorage.AttachmentSave Method | |
Stores the attachment with the ID cAttachID to the file cToFile.
cToFile must be a full path name. This method is called from CEMail:SaveAs().
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD AttachmentSave(
cAttachID AS STRING,
cToFile AS STRING
) AS LOGIC
public virtual bool AttachmentSave(
string cAttachID,
string cToFile
)
Request Example
View SourceParameters
- cAttachID
- Type: String
Contains the ID or the full path of the attachment. - cToFile
- Type: String
Contains the full path name of the target file.
Return Value
Type:
LogiccID STRING The unique ID. If AttachmentAdd() fails it returns a NULL_STRING.
See Also