PstItemCollectionCount Property
Gets approximate number of emails.

Namespace: MailBee.Outlook
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int Count { get; }

Property Value

Type: Int32
Remarks
Use foreach statement for full-collection running over.
See Also