Internet Direct (Indy)
Home
PreviousUpNext
TIdMIMEBoundary.Push Method

Adds a new boundary marker to the top of the boundary marker stack.

Pascal
procedure Push(
    ABoundary: string; 
    AParentPart: integer
);
Parameters 
Description 
ABoundary 
Boundary marker to be added to the internal list.
 
AParentPart 
Parent message part identifier to add to the internal list. 

Push is a procedure used to add the boundary marker in ABoundary and the parent message part identifier in AParentPart to the top of the stack. 

AParentPart generally contains an integer value that represents the position of the message part in the MessageParts collection for a message instance. AParentPart may contain -1 when there is no parent message part. 

Use Pop to remove the boundary marker and the parent message part identifier from the internal lists.

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.