Represent the progress of a Fax that was submitted for delivery.

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 class FaxStatus
Visual Basic
Public Class FaxStatus

Remarks

The FaxStatus class represents the progress information received from an IC server about a Fax submitted by a user.

The FaxStatus is wrapped into a FaxMonitorUpdate event and broadcast to any registered listeners when monitoring has been turned on through a call to EnableFaxMonitoring(Boolean).

See ININ.IceLib.UnifiedMessaging for an example of responding to a FaxMonitorUpdate event.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.UnifiedMessaging..::..FaxStatus

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