CreateContactResponse.IsArchived 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 archived, and therefore cannot be seen when querying conversations (by default).
[System.Text.Json.Serialization.JsonPropertyName("is_archived")]
public bool? IsArchived { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("is_archived")>]
member this.IsArchived : Nullable<bool> with get, set
Public Property IsArchived As Nullable(Of Boolean)
Property Value
- Attributes