_MobileItem.NoAging Property

Returns or sets a Boolean (bool in C#) value that specifies whether to age the Microsoft Outlook item. 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 _MobileItem
Dim value As Boolean

value = instance.NoAging

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

Property Value

Type: System.Boolean

Remarks

True indicates not to age the item; False indicates to age the item.

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace