w
This commit is contained in:
+1
-2
@@ -251,8 +251,7 @@ export class EwsClient {
|
||||
} = options;
|
||||
|
||||
const isDistinguished =
|
||||
DISTINGUISHED_FOLDERS[folderId.toLowerCase()] !== undefined
|
||||
|| ["msgfolderroot"].includes(folderId.toLowerCase());
|
||||
DISTINGUISHED_FOLDERS[folderId.toLowerCase()] !== undefined;
|
||||
|
||||
const folderIdXml = isDistinguished
|
||||
? `<t:DistinguishedFolderId Id="${folderId}"/>`
|
||||
|
||||
Reference in New Issue
Block a user