The FaxCoverPageTemplate type exposes the following members.

Constructors

  NameDescription
Public methodFaxCoverPageTemplate()()()()
Constructs an empty cover page template.
Protected methodFaxCoverPageTemplate(FaxCoverPageTemplate)
Protected copy constructor.

Methods

  NameDescription
Public methodClone
Creates a duplicate of this cover page template 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 cover page information.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyComments
Comment information used to fill in the cover page template.
Public propertyFromCompany
Company information used to fill in the cover page template.
Public propertyFromFax
Fax information used to fill in the cover page template.
Public propertyFromName
Sender information used to fill in the cover page template.
Public propertyFromPhone
Phone information used to fill in the cover page template.
Public propertyName
Name of the Fax cover page template used to generate a cover page.
Public propertyType
The type of cover page this object represents.

See Also