Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface representing the properties of an Inline Image.

Hierarchy

  • InlineImageType

Index

Properties

id: string

Unique identifier for the inline image.

imageId?: string

Optional identifier for the image Id.

isForwardedAttachment?: boolean

Flag indication whether its forwarded attachment in case of email forward

isInline?: boolean

Flag indicating whether the image is intended to be displayed inline.

mimeType: string

MIME type of the inline image.

name: string

Name of the inline image.

size: number

Size of the inline image in bytes.

uploaded: boolean

Indicates whether the inline image has been successfully uploaded.

url: string

URL of the inline image.

Generated using TypeDoc