IPWorks S/MIME 2020 PHP Edition

Questions / Feedback?

IncludeHeaders Property

Tells the class whether to include the headers when encoding the message.

Object Oriented Interface

public function getIncludeHeaders();
public function setIncludeHeaders($value);

Procedural Interface

ipworkssmime_smime_get($res, 10 );
ipworkssmime_smime_set($res, 10, $value );

Default Value

false

Remarks

If true, the class will include the headers when Sign, Encrypt, or SignAndEncrypt are called. If false, only the message will be encoded.

The default value for IncludeHeaders is false.

Data Type

Boolean

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