Indicates the current status of a fax.

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 enum FaxStatusCode
Visual Basic
Public Enumeration FaxStatusCode

Members

Member nameValueDescription
None0 The fax is in an unknown or invalid status.
Holding1 The fax is currently waiting to be placed in the send queue.
QueuedForSend2 The fax has been queued for sending.
Connecting3 The fax device is currently negotiating a connection with a remote fax.
Transmitting4 The fax device is currently transmitting the fax to the remote fax.
Successful5 The fax was delivered successfully.
Failed6 The fax was not delivered.

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