Exception.Deleted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns Boolean (bool in C#) that is True if the AppointmentItem was deleted from the recurring pattern. Read-only
public:
property bool Deleted { bool get(); };
public bool Deleted { get; }
Public ReadOnly Property Deleted As Boolean