Cloud Mail 2020 Kotlin Edition

Questions / Feedback?

OLAttachment Type

Holds information about an attachment.

Remarks

Holds information about an attachment.

Fields

AttachmentType
String?

This field contains the attachment type of the attachment.

ContentId
String?

This field contains the value of the unique content identifier of the attachment.

ContentLocation
String?

This field contains the content location of the attachment. It is generally null, as it is no longer supported in the Microsoft Graph API.

ContentType
String?

This field contains the content type of the attachment.

Data
String

This field contains the raw data of the attachment.

DataB
ByteArray?

This field contains the raw data of the attachment.

File
String?

This field contains the local file name associated with the attachment.

Id
String?

This field contains the attachment identifier of the attachment.

InputStream
InputStream?

If InputStream is set, the data from the specified stream will be used for the attachment.

IsInline
Boolean

This field is true if the attachment is an inline attachment.

LastModifiedDate
String?

This field contains the date and time when the attachment was last modified.

Name
String?

This field contains the name of the attachment.

Size
Int

This field contains the size in bytes of the attachment.

Constructors

public constructor()



public constructor(file: String?)



public constructor(name: String?, file: String?)



public constructor(name: String?, inputStream: InputStream?)



Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 Kotlin Edition - Version 20.0 [Build 7941]