GetInboundLogEmails
Description
This method retrieves a list of emails to which an inbound fax was forwarded, along with a success/failure indication of the forwarding attempt.
Formal Definition
http://ws.interfax.net/inbound.asmx?op=GetInboundLogEmails
Input
| Name | Type | Comments |
|---|---|---|
| Username | String | As provided during registration |
| Password | String | As provided during registration |
| RequestedUserID | String | UserID for whom the query is requested |
| TransactionID | Integer | TransactionID for which to return email forwarding address(es) |
Output: GetInboundLogEmailsResult
| Name | Type | Comments | ||
|---|---|---|---|---|
| ResultCode | Integer | 0 - OK < 0 - Error, see Appendix A |
||
| InboundEmails | Zero or more structures of the following InboundLogEmail: | |||
| InboundLogEmail | ||||
| EmailAddress | String | Email address to which fax was forwarded | ||
| MessageStatus | Integer | 0 - OK; number smaller than 0 - in progress; number greater than zero - Error | ||
| CompletionTime | DateTime | Email forwarding completion timestamp | ||

