The FaxEnvelope type exposes the following members.

Constructors

  NameDescription
Public methodFaxEnvelope()()()()
Creates a new envelope with defaults for when, where, and how a Fax will be sent.
Protected methodFaxEnvelope(FaxEnvelope)
Protected copy constructor.
Public methodFaxEnvelope(FaxAddressee, FaxCoverPageTemplate, FaxDeliverySchedule, FaxDeliveryNotification, FaxTransmitOptions)
Creates a new envelope for when, where and how a Fax will be sent.

Methods

  NameDescription
Public methodClone
Creates a duplicate of this Fax Envelope object by copying all members.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromStream
Constructs a new envelope by reading existing envelope data from a stream object.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerialize
Writes an Envelope object to an open stream.
Public methodToString
Override of ToString()()()() that prints full Fax envelope information.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyCoverPage
The information used to generate a cover page.
Public propertyNotification
The information used to control delivery receipts.
Public propertyOptions
The information used to control how a Fax is sent.
Public propertyRecipient
The information used to identify the recipient of a Fax.
Public propertySchedule
The information used to control when a Fax is delivered.
Public propertySenderId
The unique identifier for a user sending a fax. This is an IC User name or name of an IP handler.
Public propertyTimeSent
The Date and Time a fax was sent.
Public propertyVersion
The revision identifier of this FaxEnvelope.

See Also