_TaskRequestItem.Saved Property
Returns a Boolean value (bool in C#) that is True if the Outlook item has not been modified since the last save. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
ReadOnly Property Saved As Boolean
Get
'Usage
Dim instance As _TaskRequestItem
Dim value As Boolean
value = instance.Saved
bool Saved { get; }
Property Value
Type: System.Boolean