MessageHeadersString Property
String version of headers from the SMIME message.
Syntax
public String getMessageHeadersString(); public void setMessageHeadersString(String messageHeadersString);
Remarks
This property contains the string version of headers from the SMIME message. The bean 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 bean 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.
Default Value
""