AttachmentData Class

Definition

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.

Applies to