SendMessageByPhoneNumberInput.MMSMediaAttachmentsForThisMessage 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.
Array of MMS Media attachments for this message. Attachments must be urls gotten from the post /mms endpoint (not included in this connector). External attachment links will not be accepted.
[System.Text.Json.Serialization.JsonPropertyName("mms_media")]
public System.Collections.Generic.List<string> MMSMediaAttachmentsForThisMessage { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("mms_media")>]
member this.MMSMediaAttachmentsForThisMessage : System.Collections.Generic.List<string> with get, set
Public Property MMSMediaAttachmentsForThisMessage As List(Of String)
Property Value
- Attributes