MessageHeadersString Property
String version of headers from the SMIME message.
Syntax
[VB.NET] Public Property MessageHeadersString As String
[C#] public string MessageHeadersString {get; set;}
Remarks
This property contains the string version of headers from the SMIME message. The component 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 component 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
""