Gets the number of elements stored in the collection.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
int Count { get; }
Visual Basic
ReadOnly Property Count As Integer
	Get
Visual C++
property int Count {
	int get ();
}

See Also