Share via


MessageActionsPayload.Deleted Property

Definition

Gets or sets indicates whether a message has been soft deleted.

public bool? Deleted { get; set; }
member this.Deleted : Nullable<bool> with get, set
Public Property Deleted As Nullable(Of Boolean)

Property Value

Boolean indicating whether a message has been soft deleted.

Applies to