PstItemCollectionCount Property
Gets approximate number of emails.

Namespace: MailBee.Outlook
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public int Count { get; }

Property Value

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