Internet Direct (Indy)
Home
PreviousUpNext
TIdMIMEBoundary.ParentPart Property

Indicates the ordinal position of the message part that owns the content type at the top of the stack.

Pascal
property ParentPart: integer;

ParentPart is a read-only integer property that indicates the ordinal position of the message part that is the owner of the content identified in the boundary marker at the top of the stack. 

ParentPart is used to support nested MIME parts where the boundary marker may be for a message part that makes up a "multipart/alternative", "multipart/related", or "multipart/mixed" content type. 

ParentPart returns the integer value that indicates the ordinal position of the message part, or -1 when there are no parent message parts stored in the internal list.

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.