messageAttachmentName (property)

This property contains the name of the attachment.

Syntax

- (NSString*)messageAttachmentName:(int)messageAttachmentIndex;
- (void)setMessageAttachmentName:(int)messageAttachmentIndex:(NSString*)newMessageAttachmentName;
public func messageAttachmentName(messageAttachmentIndex: Int32) throws -> String
public func setMessageAttachmentName(messageAttachmentIndex: Int32, newMessageAttachmentName: String) throws -> Void

Default Value

""

Remarks

This field contains the name of 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]