IPWorks S/MIME 2020 C++ Edition

Questions / Feedback?

MessageSigned Property

Whether or not the current message is signed.

Syntax

ANSI (Cross Platform)
int GetMessageSigned();

Unicode (Windows)
BOOL GetMessageSigned();
@property (nonatomic,readonly,assign,getter=messageSigned) BOOL messageSigned;
- (BOOL)messageSigned;
#define PID_SPOP_MESSAGESIGNED 39

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

Default Value

FALSE

Remarks

This property indicates whether or not the current message is signed. This property will return true if the current message appears to be signed, according to the value of MessageHeaders.

Note that a message that is both signed and encrypted will not appear to be signed until after it is decrypted.

This property is read-only.

Data Type

Boolean

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