PstItemCollectionCount Property |
Gets approximate number of emails.
Namespace: MailBee.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int Count { get; }
Public ReadOnly Property Count As Integer
Get
Property Value
Type:
Int32Remarks Use foreach statement for full-collection running over.
See Also