CreateContactResponse.OptedOutUtc 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 this contact opted out to receiving messages.
[System.Text.Json.Serialization.JsonPropertyName("opted_out_utc")]
public string OptedOutUtc { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("opted_out_utc")>]
member this.OptedOutUtc : string with get, set
Public Property OptedOutUtc As String
Property Value
- Attributes