IPWorks S/MIME 2020 PHP Edition

Questions / Feedback?

ContentType Property

The value of the content-type header of the message which was encoded/decoded.

Object Oriented Interface

public function getContentType();
public function setContentType($value);

Procedural Interface

ipworkssmime_mime_get($res, 2 );
ipworkssmime_mime_set($res, 2, $value );

Default Value

''

Remarks

This property contains the value of the content-type header of the message which was encoded/decoded. The class filters it out from the MessageHeaders. It shows the user about the type of the parts and their relation to each other.

The content-type attributes such as filename, boundary, charset etc are held in this property.

Data Type

String

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