Table of Contents

TMimeWriter.EndPart Method

Ends a MIME part started with AddPartHeader.

Syntax

Namespace: FlexCel.Core

public void EndPart(TextWriter message)

Parameters

<-> Parameter Type Description
message TextWriter TextWriter where you are saving the message.

See also