IPWorks S/MIME 2020 C++ Edition

Questions / Feedback?

InternalHeaders Property

The headers of the MIME entity inside the encrypted or signed message.

Syntax

ANSI (Cross Platform)
char* GetInternalHeaders();
int SetInternalHeaders(const char* lpszInternalHeaders); Unicode (Windows) LPWSTR GetInternalHeaders();
INT SetInternalHeaders(LPCWSTR lpszInternalHeaders);
@property (nonatomic,readwrite,assign,getter=internalHeaders,setter=setInternalHeaders:) NSString* internalHeaders;
- (NSString*)internalHeaders;
- (void)setInternalHeaders:(NSString*)newInternalHeaders;
#define PID_SMIME_INTERNALHEADERS 17

IPWORKSSMIME_EXTERNAL void* IPWORKSSMIME_CALL IPWorksSMIME_SMIME_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSSMIME_EXTERNAL int IPWORKSSMIME_CALL IPWorksSMIME_SMIME_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

After an encryption, decryption, signing, or verification operation is completed, this property shows the headers of the encrypted or signed message part.

This property is 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]