Skip to content

4700ec92 3169 c356 50df 34f759b08da1

Axel Kesseler edited this page Mar 1, 2023 · 4 revisions

MailLoggerSettings.Encoding Property

Gets or sets the used mail encoding.

Namespace: Plexdata.LogWriter.Settings
Assembly: Plexdata.LogWriter.Mail (in Plexdata.LogWriter.Mail.dll) Version: 1.0.7.1

Syntax

C#

public Encoding Encoding { get; set; }

Property Value

Type: Encoding
The mail encoding to be used.

Implements

IMailLoggerSettings.Encoding

Remarks

This property allows to change the mail encoding to be used. Default value is UTF-8.

See Also

Reference

MailLoggerSettings Class
Plexdata.LogWriter.Settings Namespace

Clone this wiki locally