Discuss this help topic in SecureBlackbox Forum

TElMessagePart.GetPart

TElMessagePart     See also     


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


Returns part by its index.

Declaration

[C#]
    TElMessagePart GetPart(int Index);

[VB.NET]
    Function GetPart(ByVal Index As Integer) As TElMessagePart

[Pascal]
    function GetPart(Index: Integer): TElMessagePart;

[C++]
    TElMessagePartHandle GetPart(int32_t Index);

[PHP]
    TElMessagePart GetPart(integer $Index)

[Java]
    TElMessagePart getPart(int Index);

Parameters

  • Index - index of the part to be returned.

Return value

    Part of the multipart message or part.

Description

    Use this method to get one of the multipart parts.

See also:     AddPart     DeletePart     PartsCount    

Discuss this help topic in SecureBlackbox Forum