@@ -8577,10 +8577,6 @@ Office.DecryptedMessageAttachment:interface:
85778577 const decryptedPdfFile = "JVBERi0xLjQKJeLjz9MKNCAwIG9i...";
85788578 const pdfFileName = "Fabrikam_Report_202509";
85798579
8580- // Decrypted content and properties of a mail item.
8581- const decryptedEmailFile = "VGhpcyBpcyBhIHRleHQgZmlsZS4=...";
8582- const emailFileName = "Fabrikam_Report_202508.eml";
8583-
85848580 // Decrypted properties of a cloud attachment.
85858581 const cloudFilePath = "https://contosostorage.com/reports/weekly_forecast.xlsx";
85868582 const cloudFileName = "weekly_forecast.xlsx";
@@ -8597,12 +8593,6 @@ Office.DecryptedMessageAttachment:interface:
85978593 isInline: false,
85988594 name: pdfFileName
85998595 },
8600- {
8601- attachmentType: Office.MailboxEnums.AttachmentType.Item,
8602- content: decryptedEmailFile,
8603- isInline: false,
8604- name: emailFileName
8605- },
86068596 {
86078597 attachmentType: Office.MailboxEnums.AttachmentType.Cloud,
86088598 isInline: false,
@@ -8645,10 +8635,6 @@ Office.DecryptedMessageBody:interface:
86458635 const decryptedPdfFile = "JVBERi0xLjQKJeLjz9MKNCAwIG9i...";
86468636 const pdfFileName = "Fabrikam_Report_202509";
86478637
8648- // Decrypted content and properties of a mail item.
8649- const decryptedEmailFile = "VGhpcyBpcyBhIHRleHQgZmlsZS4=...";
8650- const emailFileName = "Fabrikam_Report_202508.eml";
8651-
86528638 // Decrypted properties of a cloud attachment.
86538639 const cloudFilePath = "https://contosostorage.com/reports/weekly_forecast.xlsx";
86548640 const cloudFileName = "weekly_forecast.xlsx";
@@ -8665,12 +8651,6 @@ Office.DecryptedMessageBody:interface:
86658651 isInline: false,
86668652 name: pdfFileName
86678653 },
8668- {
8669- attachmentType: Office.MailboxEnums.AttachmentType.Item,
8670- content: decryptedEmailFile,
8671- isInline: false,
8672- name: emailFileName
8673- },
86748654 {
86758655 attachmentType: Office.MailboxEnums.AttachmentType.Cloud,
86768656 isInline: false,
0 commit comments