TMimeWriter.EndPart Method
Ends a MIME part started with AddPartHeader.
Syntax
Unit: FlexCel.Core
procedure TMimeWriter.EndPart(const message: TFlexCelWriter);
Parameters
<-> |
Parameter |
Type |
Description |
const |
message |
TFlexCelWriter |
TFlexCelWriter where you are saving the message. |
See also