SendMessageByPhoneNumberResponse.MmsMedia 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.
List of urls pointing to this message's attachments. All urls will be text-request generated urls.
[System.Text.Json.Serialization.JsonPropertyName("mms_media")]
public System.Collections.Generic.List<string> MmsMedia { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("mms_media")>]
member this.MmsMedia : System.Collections.Generic.List<string> with get, set
Public Property MmsMedia As List(Of String)
Property Value
- Attributes