@hiraokahypertools/pst-extractor 0.1.0-alpha.21 → 0.1.0-alpha.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/FasterEmail.d.ts +1 -0
- package/dist/PSTFolder.class.js +1 -0
- package/package.json +1 -1
package/dist/FasterEmail.d.ts
CHANGED
package/dist/PSTFolder.class.js
CHANGED
|
@@ -238,6 +238,7 @@ class PSTFolder extends PSTObject_class_1.PSTObject {
|
|
|
238
238
|
list.push({
|
|
239
239
|
displayName: getValueOfAny([OutlookProperties_1.OutlookProperties.PR_SUBJECT, OutlookProperties_1.OutlookProperties.PR_DISPLAY_NAME]),
|
|
240
240
|
messageClass: getValueOfAny([OutlookProperties_1.OutlookProperties.PR_MESSAGE_CLASS]),
|
|
241
|
+
primaryNodeId: node.nodeId,
|
|
241
242
|
getMessage() {
|
|
242
243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
243
244
|
return yield rootProvider.getItemOf(node, node.getSubNode());
|