DoNotUseMeFolderClass.UnReadItemCount Property
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property UnReadItemCount As Integer
Get
'Usage
Dim instance As DoNotUseMeFolderClass
Dim value As Integer
value = instance.UnReadItemCount
public virtual int UnReadItemCount { get; }
Property Value
Type: System.Int32