Represents the result of a send Fax operation.

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

Remarks

The FaxResult links the full local pathname of a Fax file to an ID resulting from a SendFax(String) operation. When an asynchronous send operation such as SendFaxAsync(String, EventHandler<(Of <<'(AsyncSendFaxCompletedEventArgs>)>>), Object) is used, the FaxFile property allows you to perform validation against the specified filename if desired.


Note
The FaxId returned is not guaranteed to be unique.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.UnifiedMessaging..::..FaxResult

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