IPWorks S/MIME 2020 C++ Edition

Questions / Feedback?

MessageNetId Property

The globally unique identifier of the message.

Syntax

ANSI (Cross Platform)
char* GetMessageNetId();

Unicode (Windows)
LPWSTR GetMessageNetId();
@property (nonatomic,readonly,assign,getter=messageNetId) NSString* messageNetId;
- (NSString*)messageNetId;
#define PID_SIMAP_MESSAGENETID 51

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

Default Value

""

Remarks

This property contains the globally unique identifier of the message. The class fills the MessageNetId with the value of the Message-Id: header. This is a globally unique value normally created by the first mail server the message is sent to.

This property is read-only and not available at design time.

Data Type

String

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