Represents Fax device configuration information.

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

Remarks

Use the FaxTransmitOptions class to tell the Fax server how the Fax device should behave when sending a Fax. This class is used when configuring a FaxEnvelope.

The properties contained in this class may be used to override several of the default behaviors that have been configured for Fax devices by your IC administrator.

Accepting the default values for an instance of this class will instruct the Fax server to use the settings defined by the administrator. If additional control over the behavior is desired, then the default values may be read from the FaxServerSettings and modified as necessary.


Note
When setting DeviceGroup, the value * (the default) is a wildcard used to indicate any available device group.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.UnifiedMessaging..::..FaxTransmitOptions

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