UNPKG

@jaricardodev/ews-javascript-api

Version:
16 lines (13 loc) 209 B
/** * Defines the type of body of an item. */ export enum BodyType { /** * The body is formatted in HTML. */ HTML = 0, /** * The body is in plain text. */ Text = 1 }