Cloud Mail 2020 Delphi Edition

Questions / Feedback?

AttachmentList Event

Fired when an attachment is retrieved from the server.

Syntax

type TAttachmentListEvent = procedure (
  Sender: TObject;
  const Id: String;
  const Name: String;
  const ContentType: String;
  const ContentLocation: String;
  ContentBytes: String;
  ContentBytesB: TBytes;
  const ContentId: String;
  const LastModifiedDateTime: String;
  IsInline: Boolean;
  Size: Integer
) of Object;

property OnAttachmentList: TAttachmentListEvent read FOnAttachmentList write FOnAttachmentList;

Remarks

The AttachmentList event is fired for each attachment retrieved from the server when ListAttachments is called.

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