PstItemCollectionCount Property
Gets approximate number of emails.

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

Property Value

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