_SharingItem.NoAging Property

Returns or sets a Boolean (bool in C#) value that is True to not age the SharingItem. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property NoAging As Boolean
    Get
    Set
'Usage
Dim instance As _SharingItem
Dim value As Boolean

value = instance.NoAging

instance.NoAging = value
[DispIdAttribute()]
bool NoAging { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

_SharingItem Interface

_SharingItem Members

Microsoft.Office.Interop.Outlook Namespace