Skip to content

Commit 45ca8f7

Browse files
[Outlook] (decryption) Update code snippets (#2491)
1 parent aa40f53 commit 45ca8f7

4 files changed

Lines changed: 0 additions & 60 deletions

File tree

docs/code-snippets/outlook-snippets.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,6 @@ Office.DecryptedMessageAttachment:interface:
327327
const decryptedPdfFile = "JVBERi0xLjQKJeLjz9MKNCAwIG9i...";
328328
const pdfFileName = "Fabrikam_Report_202509";
329329
330-
// Decrypted content and properties of a mail item.
331-
const decryptedEmailFile = "VGhpcyBpcyBhIHRleHQgZmlsZS4=...";
332-
const emailFileName = "Fabrikam_Report_202508.eml";
333-
334330
// Decrypted properties of a cloud attachment.
335331
const cloudFilePath = "https://contosostorage.com/reports/weekly_forecast.xlsx";
336332
const cloudFileName = "weekly_forecast.xlsx";
@@ -347,12 +343,6 @@ Office.DecryptedMessageAttachment:interface:
347343
isInline: false,
348344
name: pdfFileName
349345
},
350-
{
351-
attachmentType: Office.MailboxEnums.AttachmentType.Item,
352-
content: decryptedEmailFile,
353-
isInline: false,
354-
name: emailFileName
355-
},
356346
{
357347
attachmentType: Office.MailboxEnums.AttachmentType.Cloud,
358348
isInline: false,
@@ -395,10 +385,6 @@ Office.DecryptedMessageBody:interface:
395385
const decryptedPdfFile = "JVBERi0xLjQKJeLjz9MKNCAwIG9i...";
396386
const pdfFileName = "Fabrikam_Report_202509";
397387
398-
// Decrypted content and properties of a mail item.
399-
const decryptedEmailFile = "VGhpcyBpcyBhIHRleHQgZmlsZS4=...";
400-
const emailFileName = "Fabrikam_Report_202508.eml";
401-
402388
// Decrypted properties of a cloud attachment.
403389
const cloudFilePath = "https://contosostorage.com/reports/weekly_forecast.xlsx";
404390
const cloudFileName = "weekly_forecast.xlsx";
@@ -415,12 +401,6 @@ Office.DecryptedMessageBody:interface:
415401
isInline: false,
416402
name: pdfFileName
417403
},
418-
{
419-
attachmentType: Office.MailboxEnums.AttachmentType.Item,
420-
content: decryptedEmailFile,
421-
isInline: false,
422-
name: emailFileName
423-
},
424404
{
425405
attachmentType: Office.MailboxEnums.AttachmentType.Cloud,
426406
isInline: false,

docs/docs-ref-autogen/outlook/outlook/office.decryptedmessageattachment.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ remarks: >-
4949
const decryptedPdfFile = "JVBERi0xLjQKJeLjz9MKNCAwIG9i...";
5050
const pdfFileName = "Fabrikam_Report_202509";
5151
52-
// Decrypted content and properties of a mail item.
53-
const decryptedEmailFile = "VGhpcyBpcyBhIHRleHQgZmlsZS4=...";
54-
const emailFileName = "Fabrikam_Report_202508.eml";
55-
5652
// Decrypted properties of a cloud attachment.
5753
const cloudFilePath = "https://contosostorage.com/reports/weekly_forecast.xlsx";
5854
const cloudFileName = "weekly_forecast.xlsx";
@@ -69,12 +65,6 @@ remarks: >-
6965
isInline: false,
7066
name: pdfFileName
7167
},
72-
{
73-
attachmentType: Office.MailboxEnums.AttachmentType.Item,
74-
content: decryptedEmailFile,
75-
isInline: false,
76-
name: emailFileName
77-
},
7868
{
7969
attachmentType: Office.MailboxEnums.AttachmentType.Cloud,
8070
isInline: false,

docs/docs-ref-autogen/outlook/outlook/office.decryptedmessagebody.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ remarks: >-
4949
const decryptedPdfFile = "JVBERi0xLjQKJeLjz9MKNCAwIG9i...";
5050
const pdfFileName = "Fabrikam_Report_202509";
5151
52-
// Decrypted content and properties of a mail item.
53-
const decryptedEmailFile = "VGhpcyBpcyBhIHRleHQgZmlsZS4=...";
54-
const emailFileName = "Fabrikam_Report_202508.eml";
55-
5652
// Decrypted properties of a cloud attachment.
5753
const cloudFilePath = "https://contosostorage.com/reports/weekly_forecast.xlsx";
5854
const cloudFileName = "weekly_forecast.xlsx";
@@ -69,12 +65,6 @@ remarks: >-
6965
isInline: false,
7066
name: pdfFileName
7167
},
72-
{
73-
attachmentType: Office.MailboxEnums.AttachmentType.Item,
74-
content: decryptedEmailFile,
75-
isInline: false,
76-
name: emailFileName
77-
},
7868
{
7969
attachmentType: Office.MailboxEnums.AttachmentType.Cloud,
8070
isInline: false,

generate-docs/script-inputs/local-repo-snippets.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)