Returns the size (in bytes) of every message in bytes. Returns a key value collection. Keys are message numbers (starting from 1) value is size of the message.

Namespace: Lesnikowski.Client
Assembly:  Mail (in Mail.dll)
Version: 2.7.2897.36617

Syntax

C#
public Dictionary<long, long> ListSize()
Visual Basic (Declaration)
Public Function ListSize As Dictionary(Of Long, Long)
Visual C++
public:
Dictionary<long long, long long>^ ListSize ()

Return Value

Key value collection, with message number as key and size as a value

See Also

Pop3 Class