CreateContactResponse.FirstContactUtc 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.
Timestamp of when the first message was sent to this contact.
[System.Text.Json.Serialization.JsonPropertyName("first_contact_utc")]
public string FirstContactUtc { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("first_contact_utc")>]
member this.FirstContactUtc : string with get, set
Public Property FirstContactUtc As String
Property Value
- Attributes