Table of Contents

TTMSFNCCloudMicrosoftOutlookMailItem.GetBodyWithInlineImages Method

Returns the message body with referenced inline images replaced by their Base64-encoded data so the body can be displayed standalone.

API unit family: TMSFNCCloudMicrosoftOutlookMail Declaring type: TTMSFNCCloudMicrosoftOutlookMailItem

Syntax

function GetBodyWithInlineImages: string;

Remarks

On first access the attachments are downloaded and each content-identifier reference in the body is replaced by the embedded image data. The expanded body is cached for later calls.

Returns

The body with inline image references expanded.