Skip to content

Commit 19e68be

Browse files
[Outlook] (encryption) Fix code indentation (#5444)
1 parent 2655df9 commit 19e68be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/outlook/encryption-decryption.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)