Cloud Mail 2020 C++ Builder Edition

Questions / Feedback?

AttachmentList Event

Fired when an attachment is retrieved from the server.

Syntax

typedef struct {
  String Id;
  String Name;
  String ContentType;
  String ContentLocation;
  String ContentBytes;
  DynamicArray<Byte> ContentBytesB;
  String ContentId;
  String LastModifiedDateTime;
  bool IsInline;
  int Size;
} TicmOffice365AttachmentListEventParams;

typedef void __fastcall (__closure *TicmOffice365AttachmentListEvent)(System::TObject* Sender, TicmOffice365AttachmentListEventParams *e);

__property TicmOffice365AttachmentListEvent OnAttachmentList = { 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 C++ Builder Edition - Version 20.0 [Build 8308]