Attachment Info Structure

<< Fare clic per visualizzazione il sommario >>

Percorso:  API di piattaforma > Altri servizi > Mail > Strutture dati >

Attachment Info Structure

An attachment is represented by a Dictionary<string, object> containing the following fields.

 

Parameters

Name

Description

Type

Optional

Id

Attachment id

String

 

Description

Attachment description

String

Y

FileName

Suggested file name.

String

 

MediaType

The Content-Type MIME header defined by RFC 2045.

String

Y

ContentMessage

(Only for received messages) the inner message of the attachment (in MIME format) if it is an attached message of “message/rfc822″ content type.

String

Y

ContentString

(Only for received messages) the content string of the attachment, or null if the content cannot be represented as string.

String

Y

 

Download data structure Attachment Info.