messageAttachmentLastModifiedDate (property)

This property contains the date and time when the attachment was last modified.

Syntax

- (NSString*)messageAttachmentLastModifiedDate:(int)messageAttachmentIndex;
- (void)setMessageAttachmentLastModifiedDate:(int)messageAttachmentIndex:(NSString*)newMessageAttachmentLastModifiedDate;
public func messageAttachmentLastModifiedDate(messageAttachmentIndex: Int32) throws -> String
public func setMessageAttachmentLastModifiedDate(messageAttachmentIndex: Int32, newMessageAttachmentLastModifiedDate: String) throws -> Void

Default Value

""

Remarks

This field contains the date and time when the attachment was last modified.

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]