Skip to content

Commit 7939a5c

Browse files
committed
@kenjiuno/msgreader@1.27.0-alpha.3
1 parent 3bd1eb5 commit 7939a5c

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kenjiuno/msgreader",
3-
"version": "1.27.0-alpha.2",
3+
"version": "1.27.0-alpha.3",
44
"description": "Outlook Item File (.msg) reader in JavaScript Npm Module",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

src/MsgReader.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,6 +1114,13 @@ export interface SomeOxProps {
11141114
* @see [PidLidOldLocation Canonical Property | Microsoft Learn](https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidoldlocation-canonical-property)
11151115
*/
11161116
apptOldLocation?: string;
1117+
1118+
/**
1119+
* An undocumented property known as PR_PREVIEW.
1120+
*
1121+
* Target {@link dataType} = 'msg'.
1122+
*/
1123+
preview?: string;
11171124
}
11181125

11191126
export interface SomeParsedOxProps {
@@ -1295,13 +1302,6 @@ export interface FieldsData extends SomeOxProps, SomeParsedOxProps {
12951302
* - And then invoke {@link MsgReader.getFileData}.
12961303
*/
12971304
rawProps?: RawProp[];
1298-
1299-
/**
1300-
* An undocumented property known as PR_PREVIEW.
1301-
*
1302-
* Target {@link dataType} = 'msg'.
1303-
*/
1304-
preview?: string;
13051305
}
13061306

13071307
/**

0 commit comments

Comments
 (0)