AutoDecodeParts Property

Determines whether to automatically decode message parts.

Object Oriented Interface

public function getAutoDecodeParts();
public function setAutoDecodeParts($value);

Procedural Interface

cloudmail_gmail_get($res, 3 );
cloudmail_gmail_set($res, 3, $value );

Default Value

true

Remarks

This property determines whether or not to automatically decode message parts. Message parts, especially binary message parts, are normally sent by the server encoded (Base64 or other format). If this setting is False, the parts will not be automatically decoded.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 PHP Edition - Version 20.0 [Build 8308]