Gets additional 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 DetailsExtended { get; }
Visual Basic
Public ReadOnly Property DetailsExtended As String
	Get

Field Value

The extended details.

Remarks

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

Holding - Device details (if any) of last failure if RetryCount > 0
QueuedForSend - Device details (if any) of last failure if RetryCount > 0
Failed - Device details (if any) of failure

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