Discuss this help topic in SecureBlackbox Forum

TElMessagePart.StreamPosBegin

TElMessagePart     See also     


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


This read-only property contains start position of the message part body in the stream.

Declaration

[C#]
    int StreamPosBegin;

[VB.NET]
    Property StreamPosBegin As Integer

[Pascal]
    property StreamPosBegin : LongInt;

[C++]
    int32_t get_StreamPosBegin();

[PHP]
    integer get_StreamPosBegin()

[Java]
    int getStreamPosBegin();

Description

    Use this property to get start position of the message part body.

See also:     BodyLen     Stream    

Discuss this help topic in SecureBlackbox Forum