messageDate (property)

The time the message was created.

Syntax

@property (nonatomic,readonly,assign,getter=messageDate) NSString* messageDate;
- (NSString*)messageDate;
public var messageDate: String {
  get {...}
}

Default Value

""

Remarks

This property contains the date and time when the message was created.

RFC 822 contains detailed date format specifications. An example of a valid date is "Fri, 1 Mar 96 21:24:52 EST".

This property is read-only.

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