Controls when a Fax will be delivered to an addressee.

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 FaxDeliverySchedule : ICloneable
Visual Basic
Public Class FaxDeliverySchedule _
	Implements ICloneable

Remarks

Use the FaxDeliverySchedule class to tell the Fax server when to begin delivery attempts on a Fax. This class is used when configuring a FaxEnvelope.


Note
Instances of this class should leave all values set at their defaults. The Fax server will always attempt to deliver Faxes as soon as possible according to the availability schedule established on the IC server.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.UnifiedMessaging..::..FaxDeliverySchedule

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