Cloud Mail 2020 Delphi Edition

Questions / Feedback?

MessageList Event

Fired when a message is retrieved from the server.

Syntax

type TMessageListEvent = procedure (
  Sender: TObject;
  const Id: String;
  const Subject: String;
  const MessageSender: String;
  const ReceivedDateTime: String;
  const SentDateTime: String;
  HasAttachments: Boolean;
  const BodyContentType: String;
  const BodyContent: String;
  const BodyPreview: String
) of Object;

property OnMessageList: TMessageListEvent read FOnMessageList write FOnMessageList;

Remarks

The MessageList event is fired for each folder retrieved from the server when ListMessages is called.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 Delphi Edition - Version 20.0 [Build 8308]