Gets details about the current status of the 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 string Details { get; }
Visual Basic
Public ReadOnly Property Details As String
	Get

Field Value

The details.

Remarks

The meaning of this field is dependent on the value of the Code property

Holding - Details of last failure if RetryCount > 0
QueuedForSend - Details of last failure if RetryCount > 0
Connecting - Connecting Information (Phone number, IP address etc.)
Transmitting - Connection Info (rate if available, remote station ID)
Successful - Call Subscriber ID (CSID)
Failed - Failure Information

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