IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

OutputMessageHeadersString Property

String version of headers from the SMIME message.

Syntax

ANSI (Cross Platform)
char* GetOutputMessageHeadersString();

Unicode (Windows)
LPWSTR GetOutputMessageHeadersString();
@property (nonatomic,readonly,assign,getter=outputMessageHeadersString) NSString* outputMessageHeadersString;
- (NSString*)outputMessageHeadersString;
#define PID_SMIME_OUTPUTMESSAGEHEADERSSTRING 25

IPWORKSENCRYPT_EXTERNAL void* IPWORKSENCRYPT_CALL IPWorksEncrypt_SMIME_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property contains the string version of headers from the SMIME message. The class will populate this property after signing and/or encrypting.

The user should use these additional headers when emailing or sending the OutputMessage. This can be done by including these headers in the OtherHeaders property of the class that you wish to send the message with.

After the decryption or verification, this property contains the headers of the verified or decrypted message.

This property is read-only.

Data Type

String

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