CreateContactInput.WhetherMessagesFromThisContactAreBlocked 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 blocked, and therefore not received or stored.
[System.Text.Json.Serialization.JsonPropertyName("is_blocked")]
public bool? WhetherMessagesFromThisContactAreBlocked { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("is_blocked")>]
member this.WhetherMessagesFromThisContactAreBlocked : Nullable<bool> with get, set
Public Property WhetherMessagesFromThisContactAreBlocked As Nullable(Of Boolean)
Property Value
- Attributes