MessageHeadersString Property
String version of headers from the SMIME message.
Syntax
char* GetMessageHeadersString();
int SetMessageHeadersString(char* lpszMessageHeadersString);
Default Value
""
Remarks
This property contains the string version of headers from the SMIME message. The class fills out this property upon signing and/or encrypting.
The user should use these additional headers when emailing or sending the Message. This can be done by including these headers in the OtherHeaders property of the class that you wish to send the message with.
During decryption or signature verification, this property must contain the headers of the incoming message.
After the decryption or verification, this property contains the headers of the verified or decrypted message.
Data Type
String