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