CreateContactResponse.TotalMsgsReceived 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.
The number of total messages received from this contact.
[System.Text.Json.Serialization.JsonPropertyName("total_msgs_received")]
public int? TotalMsgsReceived { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("total_msgs_received")>]
member this.TotalMsgsReceived : Nullable<int> with get, set
Public Property TotalMsgsReceived As Nullable(Of Integer)
Property Value
- Attributes