Internet Direct (Indy)
Home
PreviousUpNext
TIdMIMEBoundaryStrings.IndyMIMEBoundary Method

Represents the default MIME boundary for Indy MIME encoders.

Pascal
function IndyMIMEBoundary: string;

string - MIME boundary marker for the Indy MIME encoders.

IndyMIMEBoundary is a string function used to represent the default MIME boundary for Indy MIME encoders. 

IndyMIMEBoundary is automatically generated with an arbitrary length using values returned by GenerateRandomChar and other characters as recommended in RFC 2045. 

IndyMIMEBoundary is used in TIdMessageEncoderInfoMIME when the InitializeHeaders method is used to generate MIME headers for a TIdMessage instance.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.