SignalWire.Relay.Calling.FaxResult
This object returned from FaxReceive
and FaxSend
methods or part of the action when [FaxReceiveAsync
] and FaxSendAsync
complete, which represents the final result of a fax operation.
Properties
Property | Type | Description |
---|---|---|
Event | SignalWire.Relay.Event | The last event that completed the call. |
Direction | SignalWire.Relay.Calling.Direction | Indicates the direction of the result. |
Document | string | The location of the faxed document. |
Identity | string | The phone number representing the client side of the operation. |
Pages | int | The quantity of successfully transmitted pages. |
RemoteIdentity | string | The phone number representing the remote side of the operation. |
Successful | bool | Whether the fax operation has completed successfully. |