AttachmentData 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.
Attachment data.
public class AttachmentData
type AttachmentData = class
Public Class AttachmentData
- Inheritance
-
AttachmentData
Constructors
AttachmentData() |
Initializes a new instance of the AttachmentData class. |
AttachmentData(String, String, Byte[], Byte[]) |
Initializes a new instance of the AttachmentData class. |
Properties
Name |
Gets or sets name of the attachment. |
OriginalBase64 |
Gets or sets attachment content. |
ThumbnailBase64 |
Gets or sets attachment thumbnail. |
Type |
Gets or sets content-type of the attachment. |