FreeFlow class library
AttachmentField.SaveToFile Method
Saves the attachment to a file.
[Visual Basic]
Public Sub SaveToFile( _
ByVal
fileName
As
String
_
)
[C#]
public
void
SaveToFile(
string
fileName
);
Parameters
fileName
Name of the file to save to.
See Also
AttachmentField Class
|
FreeFlow.Client Namespace