MessageActionsPayloadAttachment 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.
Represents the attachment in a message.
public class MessageActionsPayloadAttachment
type MessageActionsPayloadAttachment = class
Public Class MessageActionsPayloadAttachment
- Inheritance
-
MessageActionsPayloadAttachment
Constructors
MessageActionsPayloadAttachment() |
Initializes a new instance of the MessageActionsPayloadAttachment class. |
MessageActionsPayloadAttachment(String, String, String, Object, String, String) |
Initializes a new instance of the MessageActionsPayloadAttachment class. |
Properties
Content |
Gets or sets the content of the attachment, in case of a code snippet, email, or file. |
ContentType |
Gets or sets the type of the attachment. |
ContentUrl |
Gets or sets the url of the attachment, in case of an external link. |
Id |
Gets or sets the id of the attachment. |
Name |
Gets or sets the plaintext display name of the attachment. |
ThumbnailUrl |
Gets or sets the url of a thumbnail image that might be embedded in the attachment, in case of a card. |