GetImageChunkEx2
Description
This method enables the retrieval of an inbound fax (image), along with its file type.
Formal Definition
http://ws.interfax.net/inbound.asmx?op=GetImageChunkEx2
Input
| Name | Type | Comments |
|---|---|---|
| Username | String | As provided during registration |
| Password | String | As provided during registration |
| MessageID | Integer | Message ID of the transaction to download |
| MarkAsRead | Boolean | True - mark as read. False - don't mark as read. |
| ChunkSize | Long | Buffer size to download. Maximum download size is defined in System Limitations |
| From | Long | Offset (zero-based) in bytes to start reading the buffer from |
Output: GetImageChunkEx2Result
| Name | Type | Comments |
|---|---|---|
| Buffer | Base64Binary | |
| ResultCode | Integer | 0 - OK < 0 - Error, see Appendix A |
| SourceFileType | String | Returned buffer's file type: PDF or TIF |

