Discuss this help topic in SecureBlackbox Forum

TElMessagePart.GetDataSize

TElMessagePart     See also     


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


Use this method to get size in bytes of the part contents.

Declaration

[C#]
    int GetDataSize(ref int Size);

[VB.NET]
    Function GetDataSize(ByRef Size As Integer) As Integer

[Pascal]
    function GetDataSize(var Size: LongInt): ELMIMERESULT;

[C++]
    int32_t GetDataSize(int32_t &Size);

[PHP]
    integer GetDataSize(integer &$Size)

[Java]
    int getDataSize();
    int getDataSize(TSBInteger Size);

Parameters

  • Size - size of the data in bytes.

Return value

    Returns 0 (EL_OK) on success;
    Error otherwise.

Description

    This method allows to get size of the part contents.

See also:     GetData    

Discuss this help topic in SecureBlackbox Forum