Discuss this help topic in SecureBlackbox Forum

TElMultiPartList.PartList

TElMultiPartList     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This read-only property contains the list of enclosed parts.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    protected property PartList : TList;

[PHP]
    not available

[C++]
    not available

[Java]
    not available

Description

    Part of multipart type consists of other parts. PartList property allows to get list of these parts and access individual parts. Parts are separated from each other by boundary. For more information see RFC 2822 (Resnick).

See also:     Boundary    

Discuss this help topic in SecureBlackbox Forum