AttachmentData

A class for an attachment.

Property

Type

Description

AttachmentInfo

AttachmentInfo

The content type that indicates the type of the mime content.

Data

byte[]

The attachment as bytes.

TransportType

esriTransportType

Describes the way the attachments will be return based on the esriTransportType constant.

URL

string

The URL to the attachment.

Remarks

This class supports two transportation types, "esriTransportTypeUrl" which returns a URL to the attachment and "esriTransportTypeEmbedded" which returns the attachment as bytes that can be save to a file.

11/8/2016