Internet Direct (Indy) Version 9.0.2 Beta
TIdMIMEBoundary.NewBoundary
Indicates if the boundary marker was added to the list in Push.

property NewBoundary: Boolean;
Description
NewBoundary is a Boolean property that indicates if the boundary marker added to the internal list of boundary markers is a new marker, or another occurrance of the most recent boundary marker.

NewBoundary is updated in the Push method. NewBoundary will contain True when the boundary list is not empty, and the current marker has the same value as the boundary marker on the top of the stack. Check NewBoundary after using Push to determine if the marker was added to the list.