attachmentName (property)

This property contains the name of the attachment to be sent.

Syntax

- (NSString*)attachmentName:(int)attachmentIndex;
- (void)setAttachmentName:(int)attachmentIndex:(NSString*)newAttachmentName;
public func attachmentName(attachmentIndex: Int32) throws -> String
public func setAttachmentName(attachmentIndex: Int32, newAttachmentName: String) throws -> Void

Default Value

""

Remarks

This property contains the name of the attachment to be sent.

The AttachmentIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AttachmentCount property.

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