Returns the size (in bytes) of specified message in bytes.

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

Syntax

C#
public long ListSize(
	long messageNumber
)
Visual Basic (Declaration)
Public Function ListSize ( _
	messageNumber As Long _
) As Long
Visual C++
public:
long long ListSize(
	long long messageNumber
)

Parameters

messageNumber
Type: System..::.Int64
Number of message to get (starts from 1)

Return Value

Size of the message

See Also