IPWorks OpenPGP 2020 PHP Edition

Questions / Feedback?

MessageHeadersString Property

String version of RFC822-encoded headers of the message.

Object Oriented Interface

public function getMessageHeadersString();
public function setMessageHeadersString($value);

Procedural Interface

ipworksopenpgp_pimap_get($res, 39 );
ipworksopenpgp_pimap_set($res, 39, $value );

Default Value

''

Remarks

This property contains the full headers of the message in RFC822 format. The headers are retrieved by calling the FetchMessageHeaders or the FetchMessagePartHeaders method.

This property is not available at design time.

Data Type

String

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