Cloud Mail 2020 Delphi Edition

Questions / Feedback?

MessageInfo Event

Fired when a message is retrieved from the server.

Syntax

type TMessageInfoEvent = procedure (
  Sender: TObject;
  const Id: String;
  const ThreadId: String;
  const HistoryId: String;
  const InternalDate: String;
  const Subject: String;
  const Labels: String;
  const From: String;
  const SentTo: String;
  const Cc: String;
  const Bcc: String;
  const Snippet: String;
  Size: Integer
) of Object;

property OnMessageInfo: TMessageInfoEvent read FOnMessageInfo write FOnMessageInfo;

Remarks

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

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