SecInfoEncrypted Property
Indicates whether the message is encrypted.
Syntax
ANSI (Cross Platform) int GetSecInfoEncrypted(); Unicode (Windows) BOOL GetSecInfoEncrypted();
@property (nonatomic,readonly,assign,getter=secInfoEncrypted) BOOL secInfoEncrypted; - (BOOL)secInfoEncrypted;
#define PID_MAILREADER_SECINFOENCRYPTED 122 SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_MailReader_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
Default Value
FALSE
Remarks
Indicates whether the message is encrypted.
This property is read-only.
Data Type
Boolean