Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.GetMessageCount

TElPOP3Client     See also     


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


This method returns the number of messages in the mailbox.

Declaration

[C#]
    int GetMessageCount();

[VB.NET]
    Function GetMessageCount() As Integer

[Pascal]
    function GetMessageCount : integer;

[C++]
    int32_t GetMessageCount();

[PHP]
    integer GetMessageCount()

[Java]
    int getMessageCount();

Description

    Call this method to obtain information about how much messages are in the mailbox. This method calls GetMailboxInfo method internally. Information can be obtained after successful Login method.

See also:     GetMailboxInfo     GetMailboxSize     Login    

Discuss this help topic in SecureBlackbox Forum