Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.GetMessageSize

TElPOP3Client     See also     


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


This method returns size of the message with given number

Declaration

[C#]
    long GetMessageSize(int Index);

[VB.NET]
    Function GetMessageSize(ByVal Index As Integer) As Long

[Pascal]
    function GetMessageSize(Index : integer) : int64;

[C++]
    int64_t GetMessageSize(int32_t Index);

[PHP]
    integer GetMessageSize(integer $Index)

[Java]
    long getMessageSize(int Index);

Parameters

  • Index - index of the message

Description

    Call this method to get the size of the message with given number.

See also:     GetMessageCount    

Discuss this help topic in SecureBlackbox Forum