messageId (property)

The message identifier of the current message.

Syntax

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

Default Value

""

Remarks

The class fills out this property when message information is retrieved from the MailServer.

The id is permanent if UIDMode is set, and temporary otherwise.

This property is read-only.

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