SecureBlackbox 2020 .NET Edition

Questions / Feedback?

TextEncoding Property

The encoding to be applied to the message.

Syntax

public MailwriterTextEncodings TextEncoding { get; set; }

enum MailwriterTextEncodings { meAuto, me8bit, meBase64, meQuotedPrintable }
Public Property TextEncoding As MailwriterTextEncodings

Enum MailwriterTextEncodings meAuto me8bit meBase64 meQuotedPrintable End Enum

Default Value

0

Remarks

Use this property to specify the encoding to use for the content of the message.

meAuto0
me8bit1
meBase642
meQuotedPrintable3

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