The FaxStatus type exposes the following members.
Methods
Name | Description | |
---|---|---|
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.) | |
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.) | |
ToString | Returns a String that represents the current Object. (Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
Code |
Gets the FaxStatusCode that described the current status of the Fax.
| |
Details |
Gets details about the current status of the Fax.
| |
DetailsExtended |
Gets additional details about the current status of the Fax.
| |
EnvelopeId |
Gets the identifier of the Fax being processed.
| |
HoldingUntilTime |
Gets the time until the fax will be sent, if holding.
| |
PagesTransmitted |
Gets the number of pages transmitted so far.
| |
RecipientFax |
Gets fax number used to contact the recipient.
| |
RecipientName |
Gets the intended recipient of the Fax.
| |
RetryCount |
Gets the number of attempts made to send the Fax.
| |
TimeSent |
Gets the Date and Time a Fax was sent.
|