messageGmailId (property)

The unique Gmail Id of the message.

Syntax

@property (nonatomic,readwrite,assign,getter=messageGmailId,setter=setMessageGmailId:) NSString* messageGmailId;
- (NSString*)messageGmailId;
- (void)setMessageGmailId:(NSString*)newMessageGmailId;
public var messageGmailId: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property holds the Gmail assigned unique Id of the message. Gmail assigns a unique Id for each message which allows it to be identified across folders.

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