Table of Contents

TTMSFNCCloudGoogleGmail.DeleteMessage Method

Deletes the specified message from the account.

API unit family: TMSFNCCloudGoogleGmail Declaring type: TTMSFNCCloudGoogleGmail Inherited from: TTMSFNCCustomCloudGoogleGmail

Overloads

Overload 1

Deletes the specified message from the account.

procedure DeleteMessage(AMessage: TTMSFNCCloudGoogleGmailMessage); overload;

Parameters

Name Description
AMessage Message to delete.

Overload 2

Deletes the message with the specified identifier from the account.

procedure DeleteMessage(AMessageID: string); overload;

Parameters

Name Description
AMessageID Identifier of the message to delete.