Indicates the current status of a fax.
Namespace: ININ.IceLib.UnifiedMessagingAssembly: 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 name | Value | Description | |
---|---|---|---|
None | 0 | The fax is in an unknown or invalid status. | |
Holding | 1 | The fax is currently waiting to be placed in the send queue. | |
QueuedForSend | 2 | The fax has been queued for sending. | |
Connecting | 3 | The fax device is currently negotiating a connection with a remote fax. | |
Transmitting | 4 | The fax device is currently transmitting the fax to the remote fax. | |
Successful | 5 | The fax was delivered successfully. | |
Failed | 6 | 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.
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.