IPWorks S/MIME 2020 PHP Edition

Questions / Feedback?

HTMLFile Property

The path to a local HTML file.

Object Oriented Interface

public function getHTMLFile();
public function setHTMLFile($value);

Procedural Interface

ipworkssmime_shtmlmailer_get($res, 23 );
ipworkssmime_shtmlmailer_set($res, 23, $value );

Default Value

''

Remarks

This property may contain the path to the local HTML file. If this property is not empty, the contents of the file with that name will be appended to the text in MessageHTML.

Note that this means that if MessageHTML is empty, HTMLFile is what will be sent to the server.

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]