ResendInboundToEmail
Description
Resend an inbound message to a specific email address.
Formal Definition
http://ws.interfax.net/inbound.asmx?op=ResendInboundToEmail
Input
| Name | Type | Comments |
|---|---|---|
| Username | String | As provided during registration |
| Password | String | As provided during registration |
| RequestedUserID | String | UserID for whom the method is requested |
| TransactionID | Integer | TransactionID of fax to resend |
| OnlyToFailed | Boolean | Attempt to resend email only to addresses which previously failed? If an email address is provided in the EmailAddress property, this setting is ignored. |
| EmailAddress | String | Optional alternative email address to which to forward the inbound fax. If a null string is provided, the fax is forwarded to email addresses previously attempted, taking into account the OnlyToFailed property. |
Output: ResendInboundToEmailResult
| Name | Type | Comments |
|---|---|---|
| ResultCode | Integer | 0 - OK < 0 - Error, see Appendix A |
| EmailsSent | Integer |

