Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.GetMailboxSize

TElPOP3Client     See also     


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


This method returns total size of all messages in the mailbox.

Declaration

[C#]
    long GetMailboxSize();

[VB.NET]
    Function GetMailboxSize() As Long

[Pascal]
    function GetMailboxSize : int64;

[C++]
    int64_t GetMailboxSize();

[PHP]
    integer GetMailboxSize()

[Java]
    long getMailboxSize();

Description

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

See also:     GetMailboxInfo     GetMessageCount     Login    

Discuss this help topic in SecureBlackbox Forum