_ContactItem.NoAging Property

Definition

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

public:
 property bool NoAging { bool get(); void set(bool value); };
public bool NoAging { get; set; }
Public Property NoAging As Boolean

Property Value

Applies to