HasBeenProcessed property

bool? HasBeenProcessed
Gets a value indicating whether the meeting message has been processed by Exchange (i.e. Exchange has noted the arrival of a meeting request and has created the associated meeting item in the calendar).

Implementation

bool? get HasBeenProcessed =>
    this.PropertyBag[MeetingMessageSchema.HasBeenProcessed] as bool?;