MessagingExtensionAttachment Class
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.
Messaging extension attachment.
public class MessagingExtensionAttachment : Microsoft.Agents.Core.Models.Attachment
type MessagingExtensionAttachment = class
inherit Attachment
Public Class MessagingExtensionAttachment
Inherits Attachment
- Inheritance
Constructors
| MessagingExtensionAttachment() |
Initializes a new instance of the MessagingExtensionAttachment class. |
| MessagingExtensionAttachment(String, String, Object, String, String, Attachment) |
Initializes a new instance of the MessagingExtensionAttachment class. |
Properties
| Content |
Embedded content. (Inherited from Attachment) |
| ContentType |
mimetype/Contenttype for the file. (Inherited from Attachment) |
| ContentUrl |
Content Url. (Inherited from Attachment) |
| Name |
(OPTIONAL) The name of the attachment. (Inherited from Attachment) |
| Preview |
Gets or sets the preview. |
| Properties |
Gets properties that are not otherwise defined by the Activity type but that might appear in the serialized REST JSON object. (Inherited from Attachment) |
| ThumbnailUrl |
(OPTIONAL) Thumbnail associated with attachment. (Inherited from Attachment) |
Extension Methods
| ToMessagingExtensionAttachment(Attachment, Attachment) |
Converts normal attachment into the messaging extension attachment. |