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