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)

Collapse imageSyntax

C#
public class FaxResult
Visual Basic
Public Class FaxResult

Collapse imageRemarks

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.

Collapse imageInheritance Hierarchy

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

Collapse imageVersion 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.

Collapse imageSee Also