IPWorks S/MIME 2020 C++ Edition

Questions / Feedback?

MessageUID Property

The unique identifier of the message as specified by the server.

Syntax

ANSI (Cross Platform)
char* GetMessageUID();

Unicode (Windows)
LPWSTR GetMessageUID();
@property (nonatomic,readonly,assign,getter=messageUID) NSString* messageUID;
- (NSString*)messageUID;
#define PID_SPOP_MESSAGEUID 44

IPWORKSSMIME_EXTERNAL void* IPWORKSSMIME_CALL IPWorksSMIME_SPOP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property contains the unique identifier of the message as specified by the server. If the class is not connected, or MessageNumber does not contain a valid message number, the value of this property is an empty string. Otherwise, it contains the UID of the mail message as reported by the server.

The MailServer is asked about the UID of the message only if the MessageNumber property has changed. If MessageNumber has not changed, the class returns a cached value.

This property is read-only.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 C++ Edition - Version 20.0 [Build 8154]