Creates a new envelope for when, where and how a Fax will be sent.
Namespace: ININ.IceLib.UnifiedMessagingAssembly: ININ.IceLib.UnifiedMessaging (in ININ.IceLib.UnifiedMessaging.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public FaxEnvelope( FaxAddressee recipient, FaxCoverPageTemplate coverPage, FaxDeliverySchedule schedule, FaxDeliveryNotification notification, FaxTransmitOptions options ) |
Visual Basic |
---|
Public Sub New ( _ recipient As FaxAddressee, _ coverPage As FaxCoverPageTemplate, _ schedule As FaxDeliverySchedule, _ notification As FaxDeliveryNotification, _ options As FaxTransmitOptions _ ) |
Parameters
- recipient
- Type: ININ.IceLib.UnifiedMessaging..::..FaxAddressee
The recipient of the Fax.
- coverPage
- Type: ININ.IceLib.UnifiedMessaging..::..FaxCoverPageTemplate
Options used to generate a cover page on send.
- schedule
- Type: ININ.IceLib.UnifiedMessaging..::..FaxDeliverySchedule
The delivery schedule.
- notification
- Type: ININ.IceLib.UnifiedMessaging..::..FaxDeliveryNotification
Controls generation of a delivery receipt.
- options
- Type: ININ.IceLib.UnifiedMessaging..::..FaxTransmitOptions
Controls the Fax device that will send a Fax.
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.