_DocumentItem.Saved Property
Returns a Boolean (bool in C#) value 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
<DispIdAttribute()> _
ReadOnly Property Saved As Boolean
Get
'Usage
Dim instance As _DocumentItem
Dim value As Boolean
value = instance.Saved
[DispIdAttribute()]
bool Saved { get; }
Property Value
Type: System.Boolean