The addressee who will be receiving 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 FaxAddressee : ICloneable
Visual Basic
Public Class FaxAddressee _
	Implements ICloneable

Remarks

Use the FaxAddressee class to define the recipient of a Fax to use in a FaxEnvelope.

If a FaxCoverPageTemplate has been provided in the FaxEnvelope then the information contained in the FaxAddressee is used to populate several fields in the generated cover page. The exact fields used depend on the cover page template specified in the Name property of the FaxCoverPageTemplate.


Note
The Fax property is used to instruct the Fax server where to send a Fax and is required for a send operation to succeed.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.UnifiedMessaging..::..FaxAddressee

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