The FaxEnvelope type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FaxEnvelope()()()() |
Creates a new envelope with defaults for when, where, and how a Fax will be sent.
|
![]() | FaxEnvelope(FaxEnvelope) |
Protected copy constructor.
|
![]() | FaxEnvelope(FaxAddressee, FaxCoverPageTemplate, FaxDeliverySchedule, FaxDeliveryNotification, FaxTransmitOptions) |
Creates a new envelope for when, where and how a Fax will be sent.
|
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Creates a duplicate of this Fax Envelope object by copying all members.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | FromStream |
Constructs a new envelope by reading existing envelope data from a stream object.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Serialize |
Writes an Envelope object to an open stream.
|
![]() | ToString |
Override of ToString()()()() that prints full Fax envelope information.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
![]() | CoverPage |
The information used to generate a cover page.
|
![]() | Notification |
The information used to control delivery receipts.
|
![]() | Options |
The information used to control how a Fax is sent.
|
![]() | Recipient |
The information used to identify the recipient of a Fax.
|
![]() | Schedule |
The information used to control when a Fax is delivered.
|
![]() | SenderId |
The unique identifier for a user sending a fax. This is an IC User name or name of an IP handler.
|
![]() | TimeSent |
The Date and Time a fax was sent.
|
![]() | Version |
The revision identifier of this FaxEnvelope.
|