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

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

Syntax

C#
public long ListSizeByUID(
	string uid
)
Visual Basic
Public Function ListSizeByUID ( _
	uid As String _
) As Long
Visual C++
public:
long long ListSizeByUID(
	String^ uid
)

Parameters

uid
Type: System..::..String
Unique-id of the message to get.

Return Value

Size of the message.

See Also