PstItemCollectionCount Property
Gets approximate number of emails.

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

Property Value

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