attachmentLocalFile (property)

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

Syntax

- (NSString*)attachmentLocalFile:(int)attachmentIndex;
- (void)setAttachmentLocalFile:(int)attachmentIndex:(NSString*)newAttachmentLocalFile;
public func attachmentLocalFile(attachmentIndex: Int32) throws -> String
public func setAttachmentLocalFile(attachmentIndex: Int32, newAttachmentLocalFile: String) throws -> Void

Default Value

""

Remarks

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

The size of the array is controlled by the AttachmentCount property.

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