_DistListItem.NoAging Property
Returns or sets a Boolean value (bool in C#) that is True to not age the Outlook item. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property NoAging As Boolean
Get
Set
'Usage
Dim instance As _DistListItem
Dim value As Boolean
value = instance.NoAging
instance.NoAging = value
bool NoAging { get; set; }
Property Value
Type: System.Boolean