IPWorks S/MIME 2020 PHP Edition

Questions / Feedback?

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

ipworkssmime_smime_get($res, 17 );
ipworkssmime_smime_set($res, 17, $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

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