API Reference

Class

ContentLineWriterOptions

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

Deterministic content-line serialization policy.

Inheritance

  • Object
  • ContentLineWriterOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

public ContentLineWriterOptions(Int32 foldAtOctets = 75, Int64 maxOutputBytes = 16777216, Encoding encoding = null) #

Creates a writer policy.

Parameters

foldAtOctets System.Int32 = 75 optionalposition: 0
maxOutputBytes System.Int64 = 16777216 optionalposition: 1
encoding System.Text.Encoding = null optionalposition: 2

Properties

public static ContentLineWriterOptions Default { get; } #

Default RFC-compatible writer policy.

public Int32 FoldAtOctets { get; } #

Maximum physical line length in encoded octets before folding.

public Int64 MaxOutputBytes { get; } #

Maximum serialized bytes produced by one document.

public Encoding Encoding { get; } #

Output encoding. UTF-8 without a byte-order mark is the default.