File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -162,26 +162,26 @@ function onMessageReadHandler(event) {
162162 const imageContentId = " image001.png@01DC1DD9.1A4AA300" ;
163163
164164 const decryptedAttachments = [
165- {
166- attachmentType: Office .MailboxEnums .AttachmentType .File ,
165+ {
166+ attachmentType: Office .MailboxEnums .AttachmentType .File ,
167167 content: decryptedPdfFile,
168168 isInline: false ,
169169 name: pdfFileName
170170 },
171171 {
172- attachmentType: Office .MailboxEnums .AttachmentType .Item ,
172+ attachmentType: Office .MailboxEnums .AttachmentType .Item ,
173173 content: decryptedEmailFile,
174174 isInline: false ,
175175 name: emailFileName
176176 },
177177 {
178- attachmentType: Office .MailboxEnums .AttachmentType .Cloud ,
178+ attachmentType: Office .MailboxEnums .AttachmentType .Cloud ,
179179 isInline: false ,
180180 name: cloudFileName,
181181 path: cloudFilePath
182182 },
183183 {
184- attachmentType: Office .MailboxEnums .AttachmentType .File ,
184+ attachmentType: Office .MailboxEnums .AttachmentType .File ,
185185 content: decryptedImageFile,
186186 contentId: imageContentId,
187187 isInline: true ,
You can’t perform that action at this time.
0 commit comments