messageAttachmentFile (property)

This property contains the local file name associated with the attachment.

Syntax

- (NSString*)messageAttachmentFile:(int)messageAttachmentIndex;
- (void)setMessageAttachmentFile:(int)messageAttachmentIndex:(NSString*)newMessageAttachmentFile;
public func messageAttachmentFile(messageAttachmentIndex: Int32) throws -> String
public func setMessageAttachmentFile(messageAttachmentIndex: Int32, newMessageAttachmentFile: String) throws -> Void

Default Value

""

Remarks

This field contains the local file name associated with the attachment.

The MessageAttachmentIndex parameter specifies the index of the item in the array. The size of the array is controlled by the MessageAttachmentCount property.

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