InternalHeaders Property
The headers of the MIME entity inside the encrypted or signed message.
Object Oriented Interface
public function getInternalHeaders(); public function setInternalHeaders($value);
Procedural Interface
ipworksencrypt_smime_get($res, 10 ); ipworksencrypt_smime_set($res, 10, $value );
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