Compartilhar via


MessagingExtensionAttachment Class

Definition

Messaging extension attachment.

public class MessagingExtensionAttachment : Microsoft.Agents.Core.Models.Attachment
type MessagingExtensionAttachment = class
    inherit Attachment
Public Class MessagingExtensionAttachment
Inherits Attachment
Inheritance
MessagingExtensionAttachment

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.

Applies to