PstItemCollectionCount Property |
Gets approximate number of emails.
Namespace: MailBee.OutlookAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic int Count { get; }
Public ReadOnly Property Count As Integer
Get
Property Value
Type:
Int32
RemarksUse foreach statement for full-collection running over.
See Also