Functions
Const getAttachmentOptions
- getAttachmentOptions(item: any): { contentType?: string; filename?: string; knownLength?: number }
-
Parameters
Returns { contentType?: string; filename?: string; knownLength?: number }
-
Optional contentType?: string
-
Optional filename?: string
-
Optional knownLength?: number
Const isStream
- isStream(attachment: any): boolean
-
Parameters
Returns boolean