SecureBlackbox 2020 PHP Edition

Questions / Feedback?

AttachEncoding Property

The encoding to be applied to the attachments.

Object Oriented Interface

public function getAttachEncoding();
public function setAttachEncoding($value);

Procedural Interface

secureblackbox_mailwriter_get($res, 1 );
secureblackbox_mailwriter_set($res, 1, $value );

Default Value

0

Remarks

Use this property to specify the encoding method for the attached files.

meAuto0
me8bit1
meBase642
meQuotedPrintable3

Data Type

Integer

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