Discuss this help topic in SecureBlackbox Forum

TElMessagePart.PartsCount

TElMessagePart     See also     


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


This read-only property contains number of parts included into current one.

Declaration

[C#]
    int PartsCount;

[VB.NET]
    Property PartsCount As Integer

[Pascal]
    property PartsCount : Integer;

[C++]
    int32_t get_PartsCount();

[PHP]
    integer get_PartsCount()

[Java]
    int getPartsCount();

Description

    Parts of some types, for example multipart, can itself consist from several parts. Use this property to get the number of such included parts.

See also:     AddPart     DeletePart     GetPart    

Discuss this help topic in SecureBlackbox Forum