SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

AttachEncoding Property

The encoding to be applied to the attachments.

Syntax

public var attachEncoding: MailwriterAttachEncodings

public enum class MailwriterAttachEncodings(val value: Int) {
meAuto(0),
me8bit(1),
meBase64(2),
meQuotedPrintable(3);
}

Default Value

0

Remarks

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

meAuto0
me8bit1
meBase642
meQuotedPrintable3

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