_MobileItem.Saved Property

Returns a Boolean (bool value in C#) that indicates whether the MobileItem object has 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 _MobileItem
Dim value As Boolean

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

Property Value

Type: System.Boolean

Remarks

The value of this property is True if the MobileItem object has not been modified since the last save.

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace