Attachment 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.
An attachment within an activity.
public class Attachment
type Attachment = class
Public Class Attachment
- Inheritance
-
Attachment
- Derived
Constructors
Attachment() |
Initializes a new instance of the Attachment class. |
Attachment(String, String, Object, String, String) |
Initializes a new instance of the Attachment class. |
Properties
Content |
Gets or sets embedded content. |
ContentType |
Gets or sets mimetype/Contenttype for the file. |
ContentUrl |
Gets or sets content Url. |
Name |
Gets or sets (OPTIONAL) The name of the attachment. |
Properties |
Gets or sets properties that are not otherwise defined by the Attachment type but that might appear in the REST JSON object. |
ThumbnailUrl |
Gets or sets (OPTIONAL) Thumbnail associated with attachment. |
Extension Methods
ToMessagingExtensionAttachment(Attachment, Attachment) |
Converts normal attachment into the messaging extension attachment. |