The FaxTransmitOptions type exposes the following members.

Constructors

  NameDescription
Public methodFaxTransmitOptions()()()()
Constructs an object with all transmission options defaulted.
Protected methodFaxTransmitOptions(FaxTransmitOptions)
Protected copy constructor.

Methods

  NameDescription
Public methodClone
Creates a duplicate of this transmit options 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 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 methodToString
Override of ToString()()()() that prints full fax options information.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyDeviceGroup
Fax port group name used to send Fax.
Public propertyMaxTransmissionRate
Maximum BPS rate to use in Fax transmission.
Public propertyPageHeader
Included in the header line of each Fax page.
Public propertyResendCoverOnRetry
Boolean that indicates whether the cover page be sent again when re-attempting a failed Fax send operation.
Public propertyRetries
Retries before returning error report.
Public propertyRetryDelay
Delay between retries (seconds).
Public propertyStationId
Identification string to display to a remote station receiving a Fax.

See Also