_ContactItem.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 _ContactItem
Dim value As Boolean

value = instance.Saved
bool Saved { get; }

Property Value

Type: System.Boolean

See Also

Reference

_ContactItem Interface

_ContactItem Members

Microsoft.Office.Interop.Outlook Namespace