CMessage.SaveAs Method | |
Decode and save the attachment.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SaveAs(
cPath,
cFile,
n
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SaveAs(
Usual cPath = default,
Usual cFile = default,
Usual n = default
)
Request Example
View SourceParameters
- cPath (Optional)
- Type: Usual
The optional directory in which the file will be saved. - cFile (Optional)
- Type: Usual
The optional file name to save the attachment as. - n (Optional)
- Type: Usual
Which attachment to save. If not specified, the first attachment will be saved.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also