| |
FaxCompleteStatus.ScheduleDateTime | DateTime Date and time for sending the fax. |
FaxCompleteStatus.SenderDept | Character string Department of sender. |
FaxCompleteStatus.InError | Boolean True: Indicates whether the fax has been abandoned for any reason (even by the user). |
FaxCompleteStatus.SentByCurrentConnection | BooleanTrue: Indicates whether a fax is sent via the connection specified in the FaxStatus function by the <Identifiant Connexion> parameter. |
FaxCompleteStatus.Status | Integer constant Fax status at device level: | | FaxStatusCanceled | The fax transmission is canceled. | FaxStatusCall | The fax is dialing out. | FaxStatusLocked | The recipient number is locked. | FaxStatusDisconnected | Disconnection during the transmission. | FaxStatusSend | The fax is currently sent. | FaxStatusSent | The fax was sent. | FaxStatusError | Unable to get the fax status. | FaxStatusFatalError | Fatal error. | FaxStatusBadNumber | Wrong fax number. | FaxStatusServerPending | The device is available. | FaxStatusOffline | The device is offline and unavailable. | FaxStatusInactive | The fax sending is disabled (pause between two calls for example) | FaxStatusUnavailable | The fax is busy (used by another application) | FaxStatusInit | The transmission is currently initialized | FaxStatusBusy | The recipient is busy | FaxStatusNotFaxCall | A call other than a fax call (phone call for example) was received by the device | FaxStatusNoDialTone | No dial tone | FaxStatusHandled | The fax is handled and transmitted by the fax manager. | FaxStatusReceiving | The device is currently receiving a fax | FaxStatusAnswered | The recipient answered | FaxStatusDelayed | The call is delayed | FaxStatusRouting | The device is currently routing an incoming fax. | FaxStatusNoAnswer | The recipient does not answer | FaxStatusRing | The recipient fax is ringing |
|
FaxCompleteStatus.QueueStatus | Integer. Fax status in the fax manager. Can correspond to a combination of the following constants: | | FaxQueueStatusFailed | The fax was not sent | FaxQueueStatusPending | The fax is pending | FaxQueueStatusInProgress | The fax is currently sent | FaxQueueStatusRetriesExceeded | The maximum number of attempts has been reached and the fax will not be sent. | FaxQueueStatusNoLine | No line is available to send the fax. It will be sent when a line becomes available. | FaxQueueStatusPaused | The fax is paused. | FaxQueueStatusRetrying | The fax was not sent and a new attempt will be done later. | FaxQueueStatusDeleting | The fax is currently deleted. |
|
FaxCompleteStatus.Identifier | Integer Numeric identifier of the fax. |
FaxCompleteStatus.StatusCaption | Character string Description of fax status. |
FaxCompleteStatus.PageCount | Integer. Total number of pages to transmit. |
FaxCompleteStatus.RecipientName | Character string Name of recipient. |
FaxCompleteStatus.DocumentName | Character string Name of fax. |
FaxCompleteStatus.SenderName | Character string Name of sender. |
FaxCompleteStatus.DeviceName | Character string Name of device (modem) used for the transmission. |
FaxCompleteStatus.RecipientNumber | Character string Number of recipient. |
FaxCompleteStatus.CurrentPage | Integer. Number of the page currently transmitted. |
FaxCompleteStatus.ScheduleAction | Integer constant. Used to schedule the outgoing fax: | | FaxScheduleActionDiscountPeriod | The fax will be sent during off-peak hours. | FaxScheduleActionSpecificTime | The fax will be sent at the time specified in FaxCompleteStatus.ScheduleDateTime. | FaxScheduleActionNow | The fax will be sent as soon as possible. |
|
FaxCompleteStatus.Owner | Character string. Name of the user who emitted the fax. |
FaxCompleteStatus.SenderCompany | Character string. Company of sender. |
FaxCompleteStatus.SizeInBytes | Integer Size of transmitted document (in bytes). |
FaxCompleteStatus.Ended | Boolean. Specifies whether the transmission is over (which means ended or canceled). |
FaxCompleteStatus.Type | Integer constant. Type of fax: | | FaxTypeFailReceive | The fax was not routed yet because it was not received. | FaxTypeSend | Fax sent. | FaxTypeRouting | The fax was not routed. It will be retried later. | FaxTypeUnknown | Unknown type because the fax was not scheduled yet. | FaxTypeReceive | Fax received. |
|