CreateContactInput.WhetherMessagesFromThisContactAreSuppressed 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.
Determines whether conversations with this contact are suppressed, and therefore not pushed to the top of the message queue when received.
[System.Text.Json.Serialization.JsonPropertyName("is_suppressed")]
public bool? WhetherMessagesFromThisContactAreSuppressed { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("is_suppressed")>]
member this.WhetherMessagesFromThisContactAreSuppressed : Nullable<bool> with get, set
Public Property WhetherMessagesFromThisContactAreSuppressed As Nullable(Of Boolean)
Property Value
- Attributes