MessageId Property

The message identifier of the current message.

Syntax

char* GetMessageId();
LPWSTR GetMessageId();
@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 and not available at design time.

Data Type

String

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