Skip to main content

The parameters with which the callback of getEmailAsMsg is called.

Properties (8)

Property Type Default Required Description
data⚓︎ string x

The email data in base64 format.

errorMessage⚓︎ string x

Error message.

length⚓︎ number x

The length of the current data chunk.

more⚓︎ boolean x

Set to true if the data has been chunked and there are more chunks to be received.

offset⚓︎ number x

The offset of the current data chunk within the total data.

success⚓︎ boolean x

Whether the data was returned successfully.

totalLength⚓︎ number x

The total length of the data across all chunks.