StatusDescription property

String? StatusDescription
Gets a String representing the status of the task, localized according to the PreferredCulture property of the ExchangeService object the task is bound to.

Implementation

String? get StatusDescription =>
    this.PropertyBag[TaskSchema.StatusDescription] as String?;