onAttachmentList (event)

Fired when an attachment is retrieved from the server.

Syntax

- (void)onAttachmentList:(NSString*)id :(NSString*)name :(NSString*)contentType :(NSString*)contentLocation :(NSData*)contentBytes :(NSString*)contentId :(NSString*)lastModifiedDateTime :(BOOL)isInline :(int)size;
func onAttachmentList(_ id: String, _ name: String, _ contentType: String, _ contentLocation: String, _ contentBytes: Data, _ contentId: String, _ lastModifiedDateTime: String, _ isInline: Bool, _ size: Int32)

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 iOS Edition - Version 20.0 [Build 8308]