IPWorks S/MIME 2020 PHP Edition

Questions / Feedback?

MessageText Property

The body of the retrieved message.

Object Oriented Interface

public function getMessageText();
public function setMessageText($value);

Procedural Interface

ipworkssmime_simap_get($res, 73 );
ipworkssmime_simap_set($res, 73, $value );

Default Value

''

Remarks

The class fills out this property with the contents of the message body (in RFC822 format) when a call to FetchMessageText completes successfully.

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]