Discuss this help topic in SecureBlackbox Forum

TElMessagePart.Parent

TElMessagePart     See also     


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


This read-only property contains reference to the parent part of the current one.

Declaration

[C#]
    TElMessagePart Parent;

[VB.NET]
    Property Parent As TElMessagePart

[Pascal]
    property Parent : TElMessagePart;

[C++]
    TElMessagePart* get_Parent();

[PHP]
    TElMessagePart get_Parent()

[Java]
    TElMessagePart getParent();

Description

    Parts of some types, for example multipart, can include several other parts. Use this property when you want to get parent part of the current one.

See also:     ParentMessage    

Discuss this help topic in SecureBlackbox Forum