Share via


Exception.Deleted Property

Returns True if the AppointmentItem was deleted from the recurring pattern. Read-only

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
ReadOnly Property Deleted As Boolean
    Get
'Usage
Dim instance As Exception
Dim value As Boolean

value = instance.Deleted
bool Deleted { get; }

Property Value

Type: System.Boolean

See Also

Reference

Exception Interface

Exception Members

Microsoft.Office.Interop.Outlook Namespace