IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

InputMessageHeadersString Property

String version of headers from the SMIME message.

Object Oriented Interface

public function getInputMessageHeadersString();
public function setInputMessageHeadersString($value);

Procedural Interface

ipworksencrypt_smime_get($res, 16 );
ipworksencrypt_smime_set($res, 16, $value );

Default Value

''

Remarks

This property contains the string version of headers from the SMIME message.

This property may be set to the headers of the message that will be decrypted/verified.

Data Type

String

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