Saves the working Fax file using the provided filename.
Namespace: ININ.IceLib.UnifiedMessagingAssembly: ININ.IceLib.UnifiedMessaging (in ININ.IceLib.UnifiedMessaging.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public void SaveAs( string fileName, StorageFormat storageFormat ) |
Visual Basic |
---|
Public Sub SaveAs ( _ fileName As String, _ storageFormat As StorageFormat _ ) |
Parameters
- fileName
- Type: System..::..String
The full pathname of the file to write the Fax information to. If the destination file exists it will be overwritten.
- storageFormat
- Type: ININ.IceLib.UnifiedMessaging..::..StorageFormat
The format used to store the Fax data.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | Thrown when the API is unable to determine the storage format by extension. |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.