The information used to control generation of a Fax cover page.
Namespace: ININ.IceLib.UnifiedMessagingAssembly: ININ.IceLib.UnifiedMessaging (in ININ.IceLib.UnifiedMessaging.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public class FaxCoverPageTemplate : ICloneable |
Visual Basic |
---|
Public Class FaxCoverPageTemplate _ Implements ICloneable |
Remarks
Use the FaxCoverPageTemplate class to describe the cover page to attach to an outbound Fax. This class is used when configuring a FaxEnvelope.
When the Name has been set to a valid Fax cover page template the Fax server will use the other properties, along with any information in the FaxAddressee to create a cover page image using that template.
Examples
All known templates are stored on the IC server. The following example
demonstrates retrieving the list of templates available to a user.
CopyC#
FaxServerSettings faxServerSettings;
UnifiedMessagingManager umManager = UnifiedMessagingManager.GetInstance(IceLibSession);
faxServerSettings = umManager.GetFaxServerSettings();
ReadOnlyCollection<string> CoverPages = faxServerSettings.CoverPages;
Inheritance Hierarchy
System..::..Object
ININ.IceLib.UnifiedMessaging..::..FaxCoverPageTemplate
ININ.IceLib.UnifiedMessaging..::..FaxCoverPageTemplate
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.
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.