pst-extractor 1.8.0 → 1.10.0
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/ColumnDescriptor.class.d.ts +26 -26
- package/dist/ColumnDescriptor.class.js +51 -48
- package/dist/DescriptorIndexNode.class.d.ts +25 -26
- package/dist/DescriptorIndexNode.class.js +53 -53
- package/dist/LZFu.class.d.ts +11 -12
- package/dist/LZFu.class.js +95 -95
- package/dist/NodeInfo.class.d.ts +33 -33
- package/dist/NodeInfo.class.js +52 -52
- package/dist/NodeMap.class.d.ts +35 -35
- package/dist/NodeMap.class.js +86 -83
- package/dist/OffsetIndexItem.class.d.ts +23 -24
- package/dist/OffsetIndexItem.class.js +45 -45
- package/dist/OutlookProperties.d.ts +275 -275
- package/dist/OutlookProperties.js +281 -281
- package/dist/PSTActivity.class.d.ts +103 -103
- package/dist/PSTActivity.class.js +144 -144
- package/dist/PSTAppointment.class.d.ts +270 -271
- package/dist/PSTAppointment.class.js +376 -376
- package/dist/PSTAttachment.class.d.ts +172 -172
- package/dist/PSTAttachment.class.js +317 -314
- package/dist/PSTContact.class.d.ts +884 -884
- package/dist/PSTContact.class.js +1227 -1227
- package/dist/PSTDescriptorItem.class.d.ts +45 -46
- package/dist/PSTDescriptorItem.class.js +99 -96
- package/dist/PSTFile.class.d.ts +215 -216
- package/dist/PSTFile.class.js +818 -792
- package/dist/PSTFolder.class.d.ts +129 -129
- package/dist/PSTFolder.class.js +318 -307
- package/dist/PSTMessage.class.d.ts +788 -789
- package/dist/PSTMessage.class.js +1321 -1318
- package/dist/PSTMessageStore.class.d.ts +13 -13
- package/dist/PSTMessageStore.class.js +17 -17
- package/dist/PSTNodeInputStream.class.d.ts +122 -123
- package/dist/PSTNodeInputStream.class.js +514 -488
- package/dist/PSTObject.class.d.ts +133 -134
- package/dist/PSTObject.class.js +326 -323
- package/dist/PSTRecipient.class.d.ts +65 -65
- package/dist/PSTRecipient.class.js +103 -103
- package/dist/PSTTable.class.d.ts +52 -52
- package/dist/PSTTable.class.js +175 -172
- package/dist/PSTTable7C.class.d.ts +45 -45
- package/dist/PSTTable7C.class.js +281 -278
- package/dist/PSTTableBC.class.d.ts +31 -31
- package/dist/PSTTableBC.class.js +111 -108
- package/dist/PSTTableItem.class.d.ts +47 -48
- package/dist/PSTTableItem.class.js +124 -121
- package/dist/PSTTask.class.d.ts +146 -146
- package/dist/PSTTask.class.js +205 -205
- package/dist/PSTUtil.class.d.ts +134 -135
- package/dist/PSTUtil.class.js +795 -790
- package/dist/RecurrencePattern.class.d.ts +49 -50
- package/dist/RecurrencePattern.class.js +120 -120
- package/dist/index.d.ts +6 -6
- package/dist/index.js +15 -15
- package/example/package.json +7 -7
- package/example/test-min.ts +31 -12
- package/example/{test-mem.ts → test.ts} +38 -30
- package/example/testdata/output.txt +278 -0
- package/example/testdata/outputBody.txt +3404 -0
- package/example/yarn.lock +112 -50
- package/junit.xml +36 -36
- package/package.json +28 -27
- package/readme.md +1 -3
- package/example/test-max.ts +0 -251
|
@@ -1,271 +1,270 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
* @
|
|
13
|
-
* @
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
* @
|
|
21
|
-
* @
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
* @
|
|
29
|
-
* @
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* @
|
|
37
|
-
* @
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
*
|
|
43
|
-
*
|
|
44
|
-
* @
|
|
45
|
-
* @
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
* @
|
|
53
|
-
* @
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
*
|
|
59
|
-
*
|
|
60
|
-
* @
|
|
61
|
-
* @
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
*
|
|
67
|
-
*
|
|
68
|
-
* @
|
|
69
|
-
* @
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
* @
|
|
77
|
-
* @
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
* @
|
|
85
|
-
* @
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
*
|
|
91
|
-
*
|
|
92
|
-
* @
|
|
93
|
-
* @
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
*
|
|
99
|
-
*
|
|
100
|
-
* @
|
|
101
|
-
* @
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
* @
|
|
109
|
-
* @
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
* @
|
|
117
|
-
* @
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
*
|
|
123
|
-
*
|
|
124
|
-
* @
|
|
125
|
-
* @
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
*
|
|
131
|
-
*
|
|
132
|
-
* @
|
|
133
|
-
* @
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
* @
|
|
141
|
-
* @
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
*
|
|
147
|
-
*
|
|
148
|
-
* @
|
|
149
|
-
* @
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
*
|
|
155
|
-
*
|
|
156
|
-
* @
|
|
157
|
-
* @
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
*
|
|
163
|
-
*
|
|
164
|
-
* @
|
|
165
|
-
* @
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
*
|
|
171
|
-
*
|
|
172
|
-
* @
|
|
173
|
-
* @
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
*
|
|
179
|
-
*
|
|
180
|
-
* @
|
|
181
|
-
* @
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
*
|
|
187
|
-
*
|
|
188
|
-
* @
|
|
189
|
-
* @
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
*
|
|
195
|
-
*
|
|
196
|
-
* @
|
|
197
|
-
* @
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
*
|
|
203
|
-
*
|
|
204
|
-
* @
|
|
205
|
-
* @
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
*
|
|
211
|
-
*
|
|
212
|
-
* @
|
|
213
|
-
* @
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
*
|
|
219
|
-
*
|
|
220
|
-
* @
|
|
221
|
-
* @
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
*
|
|
227
|
-
*
|
|
228
|
-
* @
|
|
229
|
-
* @
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
*
|
|
235
|
-
*
|
|
236
|
-
* @
|
|
237
|
-
* @
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
*
|
|
243
|
-
*
|
|
244
|
-
* @
|
|
245
|
-
* @
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
*
|
|
251
|
-
*
|
|
252
|
-
* @
|
|
253
|
-
* @
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
*
|
|
259
|
-
*
|
|
260
|
-
* @
|
|
261
|
-
* @
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
*
|
|
267
|
-
* @
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
}
|
|
1
|
+
import { DescriptorIndexNode } from './DescriptorIndexNode.class';
|
|
2
|
+
import { PSTDescriptorItem } from './PSTDescriptorItem.class';
|
|
3
|
+
import { PSTFile } from './PSTFile.class';
|
|
4
|
+
import { PSTMessage } from './PSTMessage.class';
|
|
5
|
+
import { PSTTableBC } from './PSTTableBC.class';
|
|
6
|
+
export declare class PSTAppointment extends PSTMessage {
|
|
7
|
+
constructor(pstFile: PSTFile, descriptorIndexNode: DescriptorIndexNode, table?: PSTTableBC, localDescriptorItems?: Map<number, PSTDescriptorItem>);
|
|
8
|
+
/**
|
|
9
|
+
* Specifies if a meeting request should be sent as an iCal message.
|
|
10
|
+
* https://msdn.microsoft.com/en-us/library/office/cc839802.aspx
|
|
11
|
+
* @readonly
|
|
12
|
+
* @type {boolean}
|
|
13
|
+
* @memberof PSTAppointment
|
|
14
|
+
*/
|
|
15
|
+
get sendAsICAL(): boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Represents the user’s availability for an appointment.
|
|
18
|
+
* https://msdn.microsoft.com/en-us/library/office/cc841972.aspx
|
|
19
|
+
* @readonly
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof PSTAppointment
|
|
22
|
+
*/
|
|
23
|
+
get busyStatus(): number;
|
|
24
|
+
/**
|
|
25
|
+
* The user is busy.
|
|
26
|
+
* https://msdn.microsoft.com/en-us/library/office/cc841972.aspx
|
|
27
|
+
* @readonly
|
|
28
|
+
* @type {boolean}
|
|
29
|
+
* @memberof PSTAppointment
|
|
30
|
+
*/
|
|
31
|
+
get showAsBusy(): boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Represents the location of an appointment.
|
|
34
|
+
* https://msdn.microsoft.com/en-us/library/office/cc842419.aspx
|
|
35
|
+
* @readonly
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof PSTAppointment
|
|
38
|
+
*/
|
|
39
|
+
get location(): string;
|
|
40
|
+
/**
|
|
41
|
+
* Represents the date and time when an appointment begins.
|
|
42
|
+
* https://msdn.microsoft.com/en-us/library/office/cc839929.aspx
|
|
43
|
+
* @readonly
|
|
44
|
+
* @type {Date}
|
|
45
|
+
* @memberof PSTAppointment
|
|
46
|
+
*/
|
|
47
|
+
get startTime(): Date | null;
|
|
48
|
+
/**
|
|
49
|
+
* Represents the date and time that an appointment ends.
|
|
50
|
+
* https://msdn.microsoft.com/en-us/library/office/cc815864.aspx
|
|
51
|
+
* @readonly
|
|
52
|
+
* @type {Date}
|
|
53
|
+
* @memberof PSTAppointment
|
|
54
|
+
*/
|
|
55
|
+
get endTime(): Date | null;
|
|
56
|
+
/**
|
|
57
|
+
* Represents the length of time, in minutes, when an appointment is scheduled.
|
|
58
|
+
* https://msdn.microsoft.com/en-us/library/office/cc842287.aspx
|
|
59
|
+
* @readonly
|
|
60
|
+
* @type {number}
|
|
61
|
+
* @memberof PSTAppointment
|
|
62
|
+
*/
|
|
63
|
+
get duration(): number;
|
|
64
|
+
/**
|
|
65
|
+
* Specifies the color to use when displaying the calendar.
|
|
66
|
+
* https://msdn.microsoft.com/en-us/library/office/cc842274.aspx
|
|
67
|
+
* @readonly
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof PSTAppointment
|
|
70
|
+
*/
|
|
71
|
+
get color(): number;
|
|
72
|
+
/**
|
|
73
|
+
* Specifies whether or not the event is all day.
|
|
74
|
+
* https://msdn.microsoft.com/en-us/library/office/cc839901.aspx
|
|
75
|
+
* @readonly
|
|
76
|
+
* @type {boolean}
|
|
77
|
+
* @memberof PSTAppointment
|
|
78
|
+
*/
|
|
79
|
+
get subType(): boolean;
|
|
80
|
+
/**
|
|
81
|
+
* Specifies a bit field that describes the state of the object.
|
|
82
|
+
* https://msdn.microsoft.com/en-us/library/office/cc765762.aspx
|
|
83
|
+
* @readonly
|
|
84
|
+
* @type {number}
|
|
85
|
+
* @memberof PSTAppointment
|
|
86
|
+
*/
|
|
87
|
+
get meetingStatus(): number;
|
|
88
|
+
/**
|
|
89
|
+
* Specifies the response status of an attendee.
|
|
90
|
+
* https://msdn.microsoft.com/en-us/library/office/cc839923.aspx
|
|
91
|
+
* @readonly
|
|
92
|
+
* @type {number}
|
|
93
|
+
* @memberof PSTAppointment
|
|
94
|
+
*/
|
|
95
|
+
get responseStatus(): number;
|
|
96
|
+
/**
|
|
97
|
+
* Specifies whether an appointment message is recurrent.
|
|
98
|
+
* https://msdn.microsoft.com/en-us/library/office/cc765772.aspx
|
|
99
|
+
* @readonly
|
|
100
|
+
* @type {boolean}
|
|
101
|
+
* @memberof PSTAppointment
|
|
102
|
+
*/
|
|
103
|
+
get isRecurring(): boolean;
|
|
104
|
+
/**
|
|
105
|
+
* Specifies the date and time within the recurrence pattern that the exception will replace.
|
|
106
|
+
* https://msdn.microsoft.com/en-us/library/office/cc842450.aspx
|
|
107
|
+
* @readonly
|
|
108
|
+
* @type {Date}
|
|
109
|
+
* @memberof PSTAppointment
|
|
110
|
+
*/
|
|
111
|
+
get recurrenceBase(): Date | null;
|
|
112
|
+
/**
|
|
113
|
+
* Specifies the recurrence type of the recurring series.
|
|
114
|
+
* https://msdn.microsoft.com/en-us/library/office/cc842135.aspx
|
|
115
|
+
* @readonly
|
|
116
|
+
* @type {number}
|
|
117
|
+
* @memberof PSTAppointment
|
|
118
|
+
*/
|
|
119
|
+
get recurrenceType(): number;
|
|
120
|
+
/**
|
|
121
|
+
* Specifies a description of the recurrence pattern of the calendar object.
|
|
122
|
+
* https://msdn.microsoft.com/en-us/library/office/cc815733.aspx
|
|
123
|
+
* @readonly
|
|
124
|
+
* @type {string}
|
|
125
|
+
* @memberof PSTAppointment
|
|
126
|
+
*/
|
|
127
|
+
get recurrencePattern(): string;
|
|
128
|
+
/**
|
|
129
|
+
* Specifies the dates and times when a recurring series occurs by using one of the recurrence patterns and ranges that are specified in [MS-OXOCAL].
|
|
130
|
+
* https://msdn.microsoft.com/en-us/library/office/cc842017.aspx
|
|
131
|
+
* @readonly
|
|
132
|
+
* @type {Buffer}
|
|
133
|
+
* @memberof PSTAppointment
|
|
134
|
+
*/
|
|
135
|
+
get recurrenceStructure(): Buffer | null;
|
|
136
|
+
/**
|
|
137
|
+
* Contains a stream that maps to the persisted format of a TZREG structure, which describes the time zone to be used for the start and end time of a recurring appointment or meeting request.
|
|
138
|
+
* https://msdn.microsoft.com/en-us/library/office/cc815376.aspx
|
|
139
|
+
* @readonly
|
|
140
|
+
* @type {Buffer}
|
|
141
|
+
* @memberof PSTAppointment
|
|
142
|
+
*/
|
|
143
|
+
get timezone(): Buffer | null;
|
|
144
|
+
/**
|
|
145
|
+
* Specifies a list of all the attendees except for the organizer, including resources and unsendable attendees.
|
|
146
|
+
* https://msdn.microsoft.com/en-us/library/office/cc815418.aspx
|
|
147
|
+
* @readonly
|
|
148
|
+
* @type {string}
|
|
149
|
+
* @memberof PSTAppointment
|
|
150
|
+
*/
|
|
151
|
+
get allAttendees(): string;
|
|
152
|
+
/**
|
|
153
|
+
* Contains a list of all the sendable attendees who are also required attendees.
|
|
154
|
+
* https://msdn.microsoft.com/en-us/library/office/cc842502.aspx
|
|
155
|
+
* @readonly
|
|
156
|
+
* @type {string}
|
|
157
|
+
* @memberof PSTAppointment
|
|
158
|
+
*/
|
|
159
|
+
get toAttendees(): string;
|
|
160
|
+
/**
|
|
161
|
+
* Contains a list of all the sendable attendees who are also optional attendees.
|
|
162
|
+
* https://msdn.microsoft.com/en-us/library/office/cc839636.aspx
|
|
163
|
+
* @readonly
|
|
164
|
+
* @type {string}
|
|
165
|
+
* @memberof PSTAppointment
|
|
166
|
+
*/
|
|
167
|
+
get ccAttendees(): string;
|
|
168
|
+
/**
|
|
169
|
+
* Specifies the sequence number of a Meeting object.
|
|
170
|
+
* https://msdn.microsoft.com/en-us/library/office/cc765937.aspx
|
|
171
|
+
* @readonly
|
|
172
|
+
* @type {number}
|
|
173
|
+
* @memberof PSTAppointment
|
|
174
|
+
*/
|
|
175
|
+
get appointmentSequence(): number;
|
|
176
|
+
/**
|
|
177
|
+
* Is a hosted meeting?
|
|
178
|
+
* https://msdn.microsoft.com/en-us/library/ee200872(v=exchg.80).aspx
|
|
179
|
+
* @readonly
|
|
180
|
+
* @type {boolean}
|
|
181
|
+
* @memberof PSTAppointment
|
|
182
|
+
*/
|
|
183
|
+
get isOnlineMeeting(): boolean;
|
|
184
|
+
/**
|
|
185
|
+
* Specifies the type of the meeting.
|
|
186
|
+
* https://msdn.microsoft.com/en-us/library/ee158396(v=exchg.80).aspx
|
|
187
|
+
* @readonly
|
|
188
|
+
* @type {number}
|
|
189
|
+
* @memberof PSTAppointment
|
|
190
|
+
*/
|
|
191
|
+
get netMeetingType(): number;
|
|
192
|
+
/**
|
|
193
|
+
* Specifies the directory server to be used.
|
|
194
|
+
* https://msdn.microsoft.com/en-us/library/ee201516(v=exchg.80).aspx
|
|
195
|
+
* @readonly
|
|
196
|
+
* @type {string}
|
|
197
|
+
* @memberof PSTAppointment
|
|
198
|
+
*/
|
|
199
|
+
get netMeetingServer(): string;
|
|
200
|
+
/**
|
|
201
|
+
* Specifies the email address of the organizer.
|
|
202
|
+
* https://msdn.microsoft.com/en-us/library/ee203317(v=exchg.80).aspx
|
|
203
|
+
* @readonly
|
|
204
|
+
* @type {string}
|
|
205
|
+
* @memberof PSTAppointment
|
|
206
|
+
*/
|
|
207
|
+
get netMeetingOrganizerAlias(): string;
|
|
208
|
+
/**
|
|
209
|
+
* Specifies the document to be launched when the user joins the meeting.
|
|
210
|
+
* https://msdn.microsoft.com/en-us/library/ee204395(v=exchg.80).aspx
|
|
211
|
+
* @readonly
|
|
212
|
+
* @type {string}
|
|
213
|
+
* @memberof PSTAppointment
|
|
214
|
+
*/
|
|
215
|
+
get netMeetingDocumentPathName(): string;
|
|
216
|
+
/**
|
|
217
|
+
* The PidLidNetShowUrl property ([MS-OXPROPS] section 2.175) specifies the URL to be launched when the user joins the meeting
|
|
218
|
+
* https://msdn.microsoft.com/en-us/library/ee179451(v=exchg.80).aspx
|
|
219
|
+
* @readonly
|
|
220
|
+
* @type {string}
|
|
221
|
+
* @memberof PSTAppointment
|
|
222
|
+
*/
|
|
223
|
+
get netShowURL(): string;
|
|
224
|
+
/**
|
|
225
|
+
* Specifies the date and time at which the meeting-related object was sent.
|
|
226
|
+
* https://msdn.microsoft.com/en-us/library/ee237112(v=exchg.80).aspx
|
|
227
|
+
* @readonly
|
|
228
|
+
* @type {Date}
|
|
229
|
+
* @memberof PSTAppointment
|
|
230
|
+
*/
|
|
231
|
+
get attendeeCriticalChange(): Date | null;
|
|
232
|
+
/**
|
|
233
|
+
* Indicates that this meeting response is a counter proposal.
|
|
234
|
+
* https://msdn.microsoft.com/en-us/magazine/cc815846.aspx
|
|
235
|
+
* @readonly
|
|
236
|
+
* @type {boolean}
|
|
237
|
+
* @memberof PSTAppointment
|
|
238
|
+
*/
|
|
239
|
+
get appointmentCounterProposal(): boolean;
|
|
240
|
+
/**
|
|
241
|
+
* Indicates whether the user did not include any text in the body of the Meeting Response object.
|
|
242
|
+
* https://msdn.microsoft.com/en-us/library/ee159822(v=exchg.80).aspx
|
|
243
|
+
* @readonly
|
|
244
|
+
* @type {boolean}
|
|
245
|
+
* @memberof PSTAppointment
|
|
246
|
+
*/
|
|
247
|
+
get isSilent(): boolean;
|
|
248
|
+
/**
|
|
249
|
+
* Identifies required attendees for the appointment or meeting.
|
|
250
|
+
* https://msdn.microsoft.com/en-us/library/ee160700(v=exchg.80).aspx
|
|
251
|
+
* @readonly
|
|
252
|
+
* @type {string}
|
|
253
|
+
* @memberof PSTAppointment
|
|
254
|
+
*/
|
|
255
|
+
get requiredAttendees(): string;
|
|
256
|
+
/**
|
|
257
|
+
* Contains the Windows Locale ID of the end-user who created this message.
|
|
258
|
+
* https://msdn.microsoft.com/en-us/library/ee201602(v=exchg.80).aspx
|
|
259
|
+
* @readonly
|
|
260
|
+
* @type {number}
|
|
261
|
+
* @memberof PSTAppointment
|
|
262
|
+
*/
|
|
263
|
+
get localeId(): number;
|
|
264
|
+
/**
|
|
265
|
+
* JSON stringify the object properties. Large fields (like body) aren't included.
|
|
266
|
+
* @returns {string}
|
|
267
|
+
* @memberof PSTAppointment
|
|
268
|
+
*/
|
|
269
|
+
toJSON(): any;
|
|
270
|
+
}
|