Populates this Fax object by copying all information found in the specified Fax file.

Namespace: ININ.IceLib.UnifiedMessaging
Assembly: ININ.IceLib.UnifiedMessaging (in ININ.IceLib.UnifiedMessaging.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public void LoadFrom(
	string fileName,
	StorageFormat storageFormat
)
Visual Basic
Public Sub LoadFrom ( _
	fileName As String, _
	storageFormat As StorageFormat _
)

Parameters

fileName
Type: System..::..String
Existing i3f or Tiff Fax file to retrieve information from.
storageFormat
Type: ININ.IceLib.UnifiedMessaging..::..StorageFormat
The format that was used to store the Fax data.

Remarks

When a Tiff file is specified the file must contain only a valid 1bpp indexed Tiff image.

Exceptions

ExceptionCondition
System.IO..::..FileLoadExceptionThrown when the structure of an i3f file is incorrect.
System.IO..::..IOExceptionGeneral stream read error or there was an error creating a temporary file.
System..::..ArgumentExceptionThrown 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.

See Also