Controls notifications about the delivery state of a 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 class FaxDeliveryNotification : ICloneable
Visual Basic
Public Class FaxDeliveryNotification _
	Implements ICloneable

Remarks

Use the FaxDeliveryNotification class to define the notifications to send when the final delivery state of a Fax has been determined. This class is used when configuring a FaxEnvelope.

The delivery mechanism for a Fax allows the Fax server to notify an interested party when a fax has been successfully sent or has failed all attempts at delivery. The FaxDeliveryNotification class allows you to define who is notified under each condition.

When setting either NotifyOnSuccess or NotifyOnFailure to trueTruetruetrue (True in Visual Basic), make sure to set the matching Email field to a valid address (SMTP, Exchange, etc.).

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.UnifiedMessaging..::..FaxDeliveryNotification

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