@hiraokahypertools/pst-extractor 0.1.0-alpha.1

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.
Files changed (90) hide show
  1. package/dist/BTHeap.d.ts +15 -0
  2. package/dist/BTHeap.js +76 -0
  3. package/dist/CollectionAsyncProvider.d.ts +15 -0
  4. package/dist/CollectionAsyncProvider.js +44 -0
  5. package/dist/KeyedDelay.d.ts +8 -0
  6. package/dist/KeyedDelay.js +37 -0
  7. package/dist/LZFu.class.d.ts +12 -0
  8. package/dist/LZFu.class.js +95 -0
  9. package/dist/NodeMap.class.d.ts +35 -0
  10. package/dist/NodeMap.class.js +86 -0
  11. package/dist/OutlookProperties.d.ts +278 -0
  12. package/dist/OutlookProperties.js +284 -0
  13. package/dist/PAUtil.d.ts +17 -0
  14. package/dist/PAUtil.js +145 -0
  15. package/dist/PHNodeHeap.d.ts +16 -0
  16. package/dist/PHNodeHeap.js +2 -0
  17. package/dist/PHNodeHeapReader.d.ts +6 -0
  18. package/dist/PHNodeHeapReader.js +5 -0
  19. package/dist/PHUtil.d.ts +6 -0
  20. package/dist/PHUtil.js +103 -0
  21. package/dist/PLMisc.d.ts +8 -0
  22. package/dist/PLMisc.js +16 -0
  23. package/dist/PLNode.d.ts +11 -0
  24. package/dist/PLNode.js +5 -0
  25. package/dist/PLStore.d.ts +9 -0
  26. package/dist/PLStore.js +5 -0
  27. package/dist/PLSubNode.d.ts +8 -0
  28. package/dist/PLSubNode.js +5 -0
  29. package/dist/PLUtil.d.ts +29 -0
  30. package/dist/PLUtil.js +683 -0
  31. package/dist/PSTActivity.class.d.ts +103 -0
  32. package/dist/PSTActivity.class.js +144 -0
  33. package/dist/PSTAppointment.class.d.ts +275 -0
  34. package/dist/PSTAppointment.class.js +381 -0
  35. package/dist/PSTAttachment.class.d.ts +168 -0
  36. package/dist/PSTAttachment.class.js +286 -0
  37. package/dist/PSTContact.class.d.ts +900 -0
  38. package/dist/PSTContact.class.js +1253 -0
  39. package/dist/PSTFile.class.d.ts +144 -0
  40. package/dist/PSTFile.class.js +221 -0
  41. package/dist/PSTFolder.class.d.ts +111 -0
  42. package/dist/PSTFolder.class.js +269 -0
  43. package/dist/PSTMessage.class.d.ts +773 -0
  44. package/dist/PSTMessage.class.js +1264 -0
  45. package/dist/PSTMessageStore.class.d.ts +16 -0
  46. package/dist/PSTMessageStore.class.js +18 -0
  47. package/dist/PSTObject.class.d.ts +107 -0
  48. package/dist/PSTObject.class.js +208 -0
  49. package/dist/PSTOpts.d.ts +24 -0
  50. package/dist/PSTOpts.js +2 -0
  51. package/dist/PSTRecipient.class.d.ts +68 -0
  52. package/dist/PSTRecipient.class.js +105 -0
  53. package/dist/PSTTask.class.d.ts +146 -0
  54. package/dist/PSTTask.class.js +206 -0
  55. package/dist/PSTUtil.class.d.ts +134 -0
  56. package/dist/PSTUtil.class.js +804 -0
  57. package/dist/Property.d.ts +38 -0
  58. package/dist/Property.js +2 -0
  59. package/dist/PropertyContext.d.ts +6 -0
  60. package/dist/PropertyContext.js +2 -0
  61. package/dist/PropertyContextUtil.d.ts +4 -0
  62. package/dist/PropertyContextUtil.js +77 -0
  63. package/dist/PropertyTypeObject.d.ts +12 -0
  64. package/dist/PropertyTypeObject.js +21 -0
  65. package/dist/PropertyValueResolver.d.ts +4 -0
  66. package/dist/PropertyValueResolver.js +2 -0
  67. package/dist/PropertyValueResolverV1.d.ts +7 -0
  68. package/dist/PropertyValueResolverV1.js +253 -0
  69. package/dist/RawProperty.d.ts +8 -0
  70. package/dist/RawProperty.js +2 -0
  71. package/dist/RecurrencePattern.class.d.ts +50 -0
  72. package/dist/RecurrencePattern.class.js +120 -0
  73. package/dist/RootProvider.d.ts +12 -0
  74. package/dist/RootProvider.js +2 -0
  75. package/dist/SingleAsyncProvider.d.ts +5 -0
  76. package/dist/SingleAsyncProvider.js +30 -0
  77. package/dist/TableContext.d.ts +4 -0
  78. package/dist/TableContext.js +2 -0
  79. package/dist/TableContextUtil.d.ts +4 -0
  80. package/dist/TableContextUtil.js +147 -0
  81. package/dist/TableRow.d.ts +6 -0
  82. package/dist/TableRow.js +2 -0
  83. package/dist/index.d.ts +15 -0
  84. package/dist/index.js +28 -0
  85. package/dist/msftUuidStringify.d.ts +17 -0
  86. package/dist/msftUuidStringify.js +48 -0
  87. package/dist/openPstFile.d.ts +19 -0
  88. package/dist/openPstFile.js +67 -0
  89. package/package.json +105 -0
  90. package/readme.md +16 -0
@@ -0,0 +1,900 @@
1
+ import { PropertyFinder } from './PAUtil';
2
+ import { PLNode } from './PLNode';
3
+ import { PLSubNode } from './PLSubNode';
4
+ import { PSTMessage } from './PSTMessage.class';
5
+ import { RootProvider } from './RootProvider';
6
+ export declare class PSTContact extends PSTMessage {
7
+ /**
8
+ *
9
+ * @internal
10
+ */
11
+ constructor(rootProvider: RootProvider, node: PLNode, subNode: PLSubNode, propertyFinder: PropertyFinder);
12
+ /**
13
+ * Contains the recipient's account name.
14
+ * https://msdn.microsoft.com/en-us/library/office/cc842401.aspx
15
+ * @readonly
16
+ * @type {string}
17
+ * @memberof PSTContact
18
+ */
19
+ get account(): string;
20
+ /**
21
+ * Contains a telephone number that the message recipient can use to reach the sender.
22
+ * https://msdn.microsoft.com/en-us/library/office/cc839943.aspx
23
+ * @readonly
24
+ * @type {string}
25
+ * @memberof PSTContact
26
+ */
27
+ get callbackTelephoneNumber(): string;
28
+ /**
29
+ * Contains a generational abbreviation that follows the full name of the recipient.
30
+ * https://msdn.microsoft.com/en-us/library/office/cc842136.aspx
31
+ * @readonly
32
+ * @type {string}
33
+ * @memberof PSTContact
34
+ */
35
+ get generation(): string;
36
+ /**
37
+ * Contains the first or given name of the recipient.
38
+ * https://msdn.microsoft.com/en-us/library/office/cc815351.aspx
39
+ * @readonly
40
+ * @type {string}
41
+ * @memberof PSTContact
42
+ */
43
+ get givenName(): string;
44
+ /**
45
+ * Contains a government identifier for the recipient.
46
+ * https://msdn.microsoft.com/en-us/library/office/cc815890.aspx
47
+ * @readonly
48
+ * @type {string}
49
+ * @memberof PSTContact
50
+ */
51
+ get governmentIdNumber(): string;
52
+ /**
53
+ * Contains the primary telephone number of the recipient's place of business.
54
+ * https://msdn.microsoft.com/en-us/library/office/cc839937.aspx
55
+ * @readonly
56
+ * @type {string}
57
+ * @memberof PSTContact
58
+ */
59
+ get businessTelephoneNumber(): string;
60
+ /**
61
+ * Contains the primary telephone number of the recipient's home.
62
+ * https://msdn.microsoft.com/en-us/library/office/cc815389.aspx
63
+ * @readonly
64
+ * @type {string}
65
+ * @memberof PSTContact
66
+ */
67
+ get homeTelephoneNumber(): string;
68
+ /**
69
+ * Contains the initials for parts of the full name of the recipient.
70
+ * https://msdn.microsoft.com/en-us/library/office/cc839843.aspx
71
+ * @readonly
72
+ * @type {string}
73
+ * @memberof PSTContact
74
+ */
75
+ get initials(): string;
76
+ /**
77
+ * Contains a keyword that identifies the recipient to the recipient's system administrator.
78
+ * https://msdn.microsoft.com/en-us/library/office/cc842250.aspx
79
+ * @readonly
80
+ * @type {string}
81
+ * @memberof PSTContact
82
+ */
83
+ get keyword(): string;
84
+ /**
85
+ * Contains a value that indicates the language in which the messaging user is writing messages.
86
+ * https://msdn.microsoft.com/en-us/library/office/cc839724.aspx
87
+ * @readonly
88
+ * @type {string}
89
+ * @memberof PSTContact
90
+ */
91
+ get language(): string;
92
+ /**
93
+ * Contains the location of the recipient in a format that is useful to the recipient's organization.
94
+ * https://msdn.microsoft.com/en-us/library/office/cc815567.aspx
95
+ * @readonly
96
+ * @type {string}
97
+ * @memberof PSTContact
98
+ */
99
+ get location(): string;
100
+ /**
101
+ * Contains the common name of the message handling system.
102
+ * https://msdn.microsoft.com/en-us/library/office/cc842474.aspx
103
+ * @readonly
104
+ * @type {string}
105
+ * @memberof PSTContact
106
+ */
107
+ get mhsCommonName(): string;
108
+ /**
109
+ * Contains an organizational ID number for the contact, such as an employee ID number.
110
+ * https://msdn.microsoft.com/en-us/library/office/cc765672.aspx
111
+ * @readonly
112
+ * @type {string}
113
+ * @memberof PSTContact
114
+ */
115
+ get organizationalIdNumber(): string;
116
+ /**
117
+ * Contains the last or surname of the recipient.
118
+ * https://msdn.microsoft.com/en-us/library/office/cc765704.aspx
119
+ * @readonly
120
+ * @type {string}
121
+ * @memberof PSTContact
122
+ */
123
+ get surname(): string;
124
+ /**
125
+ * Contains the original display name for an entry copied from an address book to a personal address book or other writable address book.
126
+ * https://msdn.microsoft.com/en-us/library/office/cc765709.aspx
127
+ * @readonly
128
+ * @type {string}
129
+ * @memberof PSTContact
130
+ */
131
+ get originalDisplayName(): string;
132
+ /**
133
+ * Contains the recipient's postal address.
134
+ * https://msdn.microsoft.com/en-us/library/office/cc842549.aspx
135
+ * @readonly
136
+ * @type {string}
137
+ * @memberof PSTContact
138
+ */
139
+ get postalAddress(): string;
140
+ /**
141
+ * Contains the recipient's company name.
142
+ * https://msdn.microsoft.com/en-us/library/office/cc842192.aspx
143
+ * @readonly
144
+ * @type {string}
145
+ * @memberof PSTContact
146
+ */
147
+ get companyName(): string;
148
+ /**
149
+ * Contains the recipient's job title.
150
+ * https://msdn.microsoft.com/en-us/library/office/cc815831.aspx
151
+ * @readonly
152
+ * @type {string}
153
+ * @memberof PSTContact
154
+ */
155
+ get title(): string;
156
+ /**
157
+ * Contains a name for the department in which the recipient works.
158
+ * https://msdn.microsoft.com/en-us/library/office/cc839825.aspx
159
+ * @readonly
160
+ * @type {string}
161
+ * @memberof PSTContact
162
+ */
163
+ get departmentName(): string;
164
+ /**
165
+ * Contains the recipient's office location.
166
+ * https://msdn.microsoft.com/en-us/library/office/cc842269.aspx
167
+ * @readonly
168
+ * @type {string}
169
+ * @memberof PSTContact
170
+ */
171
+ get officeLocation(): string;
172
+ /**
173
+ * Contains the recipient's primary telephone number.
174
+ * https://msdn.microsoft.com/en-us/library/office/cc839969.aspx
175
+ * @readonly
176
+ * @type {string}
177
+ * @memberof PSTContact
178
+ */
179
+ get primaryTelephoneNumber(): string;
180
+ /**
181
+ * Contains a secondary telephone number at the recipient's place of business.
182
+ * https://msdn.microsoft.com/en-us/library/office/cc841990.aspx
183
+ * @readonly
184
+ * @type {string}
185
+ * @memberof PSTContact
186
+ */
187
+ get business2TelephoneNumber(): string;
188
+ /**
189
+ * Contains the recipient's cellular telephone number.
190
+ * https://msdn.microsoft.com/en-us/library/office/cc839798.aspx
191
+ * @readonly
192
+ * @type {string}
193
+ * @memberof PSTContact
194
+ */
195
+ get mobileTelephoneNumber(): string;
196
+ /**
197
+ * Contains the recipient's radio telephone number.
198
+ * https://msdn.microsoft.com/en-us/library/office/cc839806.aspx
199
+ * @readonly
200
+ * @type {string}
201
+ * @memberof PSTContact
202
+ */
203
+ get radioTelephoneNumber(): string;
204
+ /**
205
+ * Contains the recipient's car telephone number.
206
+ * https://msdn.microsoft.com/en-us/library/office/cc815394.aspx
207
+ * @readonly
208
+ * @type {string}
209
+ * @memberof PSTContact
210
+ */
211
+ get carTelephoneNumber(): string;
212
+ /**
213
+ * Contains an alternate telephone number for the recipient.
214
+ * https://msdn.microsoft.com/en-us/library/office/cc839561.aspx
215
+ * @readonly
216
+ * @type {string}
217
+ * @memberof PSTContact
218
+ */
219
+ get otherTelephoneNumber(): string;
220
+ /**
221
+ * Contains a recipient's display name in a secure form that cannot be changed.
222
+ * https://msdn.microsoft.com/en-us/library/office/cc815723.aspx
223
+ * @readonly
224
+ * @type {string}
225
+ * @memberof PSTContact
226
+ */
227
+ get transmittableDisplayName(): string;
228
+ /**
229
+ * Contains the recipient's pager telephone number.
230
+ * https://msdn.microsoft.com/en-us/library/office/cc765824.aspx
231
+ * @readonly
232
+ * @type {string}
233
+ * @memberof PSTContact
234
+ */
235
+ get pagerTelephoneNumber(): string;
236
+ /**
237
+ * Contains the telephone number of the recipient's primary fax machine.
238
+ * https://msdn.microsoft.com/en-us/library/office/cc815713.aspx
239
+ * @readonly
240
+ * @type {string}
241
+ * @memberof PSTContact
242
+ */
243
+ get primaryFaxNumber(): string;
244
+ /**
245
+ * Contains the telephone number of the recipient's business fax machine.
246
+ * https://msdn.microsoft.com/en-us/library/office/cc765799.aspx
247
+ * @readonly
248
+ * @type {string}
249
+ * @memberof PSTContact
250
+ */
251
+ get businessFaxNumber(): string;
252
+ /**
253
+ * Contains the telephone number of the recipient's home fax machine.
254
+ * https://msdn.microsoft.com/en-us/library/office/cc842109.aspx
255
+ * @readonly
256
+ * @type {string}
257
+ * @memberof PSTContact
258
+ */
259
+ get homeFaxNumber(): string;
260
+ /**
261
+ * Contains the name of the recipient's country/region.
262
+ * https://msdn.microsoft.com/en-us/library/office/cc842494.aspx
263
+ * @readonly
264
+ * @type {string}
265
+ * @memberof PSTContact
266
+ */
267
+ get businessAddressCountry(): string;
268
+ /**
269
+ * Contains the name of the recipient's locality, such as the town or city.
270
+ * https://msdn.microsoft.com/en-us/library/office/cc815711.aspx
271
+ * @readonly
272
+ * @type {string}
273
+ * @memberof PSTContact
274
+ */
275
+ get businessAddressCity(): string;
276
+ /**
277
+ * Contains the name of the recipient's state or province.
278
+ * https://msdn.microsoft.com/en-us/library/office/cc839544.aspx
279
+ * @readonly
280
+ * @type {string}
281
+ * @memberof PSTContact
282
+ */
283
+ get businessAddressStateOrProvince(): string;
284
+ /**
285
+ * Contains the recipient's street address.
286
+ * https://msdn.microsoft.com/en-us/library/office/cc765810.aspx
287
+ * @readonly
288
+ * @type {string}
289
+ * @memberof PSTContact
290
+ */
291
+ get businessAddressStreet(): string;
292
+ /**
293
+ * Contains the postal code for the recipient's postal address.
294
+ * https://msdn.microsoft.com/en-us/library/office/cc839851.aspx
295
+ * @readonly
296
+ * @type {string}
297
+ * @memberof PSTContact
298
+ */
299
+ get businessPostalCode(): string;
300
+ /**
301
+ * Contains the number or identifier of the recipient's post office box.
302
+ * https://msdn.microsoft.com/en-us/library/office/cc815522.aspx
303
+ * @readonly
304
+ * @type {string}
305
+ * @memberof PSTContact
306
+ */
307
+ get businessPoBox(): string;
308
+ /**
309
+ * Contains the recipient's telex number.
310
+ * https://msdn.microsoft.com/en-us/library/office/cc765894.aspx
311
+ * @readonly
312
+ * @type {string}
313
+ * @memberof PSTContact
314
+ */
315
+ get telexNumber(): string;
316
+ /**
317
+ * Contains the recipient's ISDN-capable telephone number.
318
+ * https://msdn.microsoft.com/en-us/library/office/cc765863.aspx
319
+ * @readonly
320
+ * @type {string}
321
+ * @memberof PSTContact
322
+ */
323
+ get isdnNumber(): string;
324
+ /**
325
+ * Contains the telephone number of the recipient's administrative assistant.
326
+ * https://msdn.microsoft.com/en-us/library/office/cc840012.aspx
327
+ * @readonly
328
+ * @type {string}
329
+ * @memberof PSTContact
330
+ */
331
+ get assistantTelephoneNumber(): string;
332
+ /**
333
+ * Contains a secondary telephone number at the recipient's home.
334
+ * https://msdn.microsoft.com/en-us/library/office/cc815540.aspx
335
+ * @readonly
336
+ * @type {string}
337
+ * @memberof PSTContact
338
+ */
339
+ get home2TelephoneNumber(): string;
340
+ /**
341
+ * Contains the name of the recipient's administrative assistant.
342
+ * https://msdn.microsoft.com/en-us/library/office/cc815319.aspx
343
+ * @readonly
344
+ * @type {string}
345
+ * @memberof PSTContact
346
+ */
347
+ get assistant(): string;
348
+ /**
349
+ * Contains the names of the hobbies of the messaging user.
350
+ * https://msdn.microsoft.com/en-us/library/office/cc815391.aspx
351
+ * @readonly
352
+ * @type {string}
353
+ * @memberof PSTContact
354
+ */
355
+ get hobbies(): string;
356
+ /**
357
+ * Contains the middle name of a contact.
358
+ * https://msdn.microsoft.com/en-us/library/office/cc815329.aspx
359
+ * @readonly
360
+ * @type {string}
361
+ * @memberof PSTContact
362
+ */
363
+ get middleName(): string;
364
+ /**
365
+ * Contains the display name prefix (such as Miss, Mr., Mrs.) for the messaging user.
366
+ * https://msdn.microsoft.com/en-us/library/office/cc765538.aspx
367
+ * @readonly
368
+ * @type {string}
369
+ * @memberof PSTContact
370
+ */
371
+ get displayNamePrefix(): string;
372
+ /**
373
+ * Contains the profession of the user.
374
+ * https://msdn.microsoft.com/en-us/library/office/cc765792.aspx
375
+ * @readonly
376
+ * @type {string}
377
+ * @memberof PSTContact
378
+ */
379
+ get profession(): string;
380
+ /**
381
+ * Contains the name of the mail user's referral.
382
+ * https://msdn.microsoft.com/en-us/library/office/cc765803.aspx
383
+ * @readonly
384
+ * @type {string}
385
+ * @memberof PSTContact
386
+ */
387
+ get preferredByName(): string;
388
+ /**
389
+ * Contains the user’s spouse name.
390
+ * https://msdn.microsoft.com/en-us/library/office/cc765832.aspx
391
+ * @readonly
392
+ * @type {string}
393
+ * @memberof PSTContact
394
+ */
395
+ get spouseName(): string;
396
+ /**
397
+ * Contains the name of the network used to transmit the message.
398
+ * https://msdn.microsoft.com/en-us/library/office/cc839633.aspx
399
+ * @readonly
400
+ * @type {string}
401
+ * @memberof PSTContact
402
+ */
403
+ get computerNetworkName(): string;
404
+ /**
405
+ * Contains the contact’s customer ID number.
406
+ * https://msdn.microsoft.com/en-us/library/office/cc842178.aspx
407
+ * @readonly
408
+ * @type {string}
409
+ * @memberof PSTContact
410
+ */
411
+ get customerId(): string;
412
+ /**
413
+ * Contains the telephone number for the contact’s text telephone (TTY) or telecommunication device for the deaf (TDD).
414
+ * https://msdn.microsoft.com/en-us/library/office/cc765580.aspx
415
+ * @readonly
416
+ * @type {string}
417
+ * @memberof PSTContact
418
+ */
419
+ get ttytddPhoneNumber(): string;
420
+ /**
421
+ * Contains the contact’s File Transfer Protocol (FTP) URL. FTP is a protocol that is used to transfer data, as specified in [RFC959].
422
+ * https://msdn.microsoft.com/en-us/library/office/cc839830.aspx
423
+ * @readonly
424
+ * @type {string}
425
+ * @memberof PSTContact
426
+ */
427
+ get ftpSite(): string;
428
+ /**
429
+ * Contains the name of the recipient's manager.
430
+ * https://msdn.microsoft.com/en-us/library/office/cc842009.aspx
431
+ * @readonly
432
+ * @type {string}
433
+ * @memberof PSTContact
434
+ */
435
+ get managerName(): string;
436
+ /**
437
+ * Contains the nickname of the contact.
438
+ * https://msdn.microsoft.com/en-us/library/office/cc765603.aspx
439
+ * @readonly
440
+ * @type {string}
441
+ * @memberof PSTContact
442
+ */
443
+ get nickname(): string;
444
+ /**
445
+ * Contains the URL of a user's personal home page.
446
+ * https://msdn.microsoft.com/en-us/library/office/cc765751.aspx
447
+ * @readonly
448
+ * @type {string}
449
+ * @memberof PSTContact
450
+ */
451
+ get personalHomePage(): string;
452
+ /**
453
+ * Contains the URL of the home page for the business.
454
+ * https://msdn.microsoft.com/en-us/library/office/cc842385.aspx
455
+ * @readonly
456
+ * @type {string}
457
+ * @memberof PSTContact
458
+ */
459
+ get businessHomePage(): string;
460
+ /**
461
+ * Get the note associated with the contact.
462
+ * @readonly
463
+ * @type {string}
464
+ * @memberof PSTContact
465
+ */
466
+ get note(): string;
467
+ /**
468
+ * Get a named string item from the map
469
+ * @param {number} key
470
+ * @returns {string}
471
+ * @memberof PSTContact
472
+ */
473
+ getNamedStringItem(key: number): string;
474
+ /**
475
+ * Contains the main telephone number for a company
476
+ * https://msdn.microsoft.com/en-us/library/office/cc839651.aspx
477
+ * @readonly
478
+ * @type {string}
479
+ * @memberof PSTContact
480
+ */
481
+ get companyMainPhoneNumber(): string;
482
+ /**
483
+ * Contains a list of names of children
484
+ * https://msdn.microsoft.com/en-us/library/office/cc839533.aspx
485
+ * @readonly
486
+ * @type {string}
487
+ * @memberof PSTContact
488
+ */
489
+ get childrensNames(): string;
490
+ /**
491
+ * Contains the city for the recipient's home address.
492
+ * https://msdn.microsoft.com/en-us/library/office/cc815582.aspx
493
+ * @readonly
494
+ * @type {string}
495
+ * @memberof PSTContact
496
+ */
497
+ get homeAddressCity(): string;
498
+ /**
499
+ * Contains the county in a contact's address.
500
+ * https://msdn.microsoft.com/en-us/library/office/cc842548.aspx
501
+ * @readonly
502
+ * @type {string}
503
+ * @memberof PSTContact
504
+ */
505
+ get homeAddressCountry(): string;
506
+ /**
507
+ * Contains the postal code for the user's home address.
508
+ * https://msdn.microsoft.com/en-us/library/office/cc815880.aspx
509
+ * @readonly
510
+ * @type {string}
511
+ * @memberof PSTContact
512
+ */
513
+ get homeAddressPostalCode(): string;
514
+ /**
515
+ * Contains the state or province portion of a user's address.
516
+ * https://msdn.microsoft.com/en-us/library/office/cc839958.aspx
517
+ * @readonly
518
+ * @type {string}
519
+ * @memberof PSTContact
520
+ */
521
+ get homeAddressStateOrProvince(): string;
522
+ /**
523
+ * Contains the street portion of a user's address.
524
+ * https://msdn.microsoft.com/en-us/library/office/cc841997.aspx
525
+ * @readonly
526
+ * @type {string}
527
+ * @memberof PSTContact
528
+ */
529
+ get homeAddressStreet(): string;
530
+ /**
531
+ * Contains the post office box information for a user's address.
532
+ * https://msdn.microsoft.com/en-us/library/office/cc842440.aspx
533
+ * @readonly
534
+ * @type {string}
535
+ * @memberof PSTContact
536
+ */
537
+ get homeAddressPostOfficeBox(): string;
538
+ /**
539
+ * Contains the name of the mail user's other locality, such as the town or city.
540
+ * https://msdn.microsoft.com/en-us/library/office/cc765881.aspx
541
+ * @readonly
542
+ * @type {string}
543
+ * @memberof PSTContact
544
+ */
545
+ get otherAddressCity(): string;
546
+ /**
547
+ * Contains the mail user's other country/region.
548
+ * https://msdn.microsoft.com/en-us/library/office/cc765814.aspx
549
+ * @readonly
550
+ * @type {string}
551
+ * @memberof PSTContact
552
+ */
553
+ get otherAddressCountry(): string;
554
+ /**
555
+ * Contains the postal code for the mail user's other postal address.
556
+ * https://msdn.microsoft.com/en-us/library/office/cc842261.aspx
557
+ * @readonly
558
+ * @type {string}
559
+ * @memberof PSTContact
560
+ */
561
+ get otherAddressPostalCode(): string;
562
+ /**
563
+ * Contains the name of state or province used in the other address.
564
+ * https://msdn.microsoft.com/en-us/library/office/cc815782.aspx
565
+ * @readonly
566
+ * @type {string}
567
+ * @memberof PSTContact
568
+ */
569
+ get otherAddressStateOrProvince(): string;
570
+ /**
571
+ * Contains the mail user's other street address.
572
+ * https://msdn.microsoft.com/en-us/library/office/cc839546.aspx
573
+ * @readonly
574
+ * @type {string}
575
+ * @memberof PSTContact
576
+ */
577
+ get otherAddressStreet(): string;
578
+ /**
579
+ * Contains the post office box for a contact's other address.
580
+ * https://msdn.microsoft.com/en-us/library/office/cc842396.aspx
581
+ * @readonly
582
+ * @type {string}
583
+ * @memberof PSTContact
584
+ */
585
+ get otherAddressPostOfficeBox(): string;
586
+ /**
587
+ * Specifies the name under which the contact is filed when displaying a list of contacts.
588
+ * https://msdn.microsoft.com/en-us/library/office/cc842002.aspx
589
+ * @readonly
590
+ * @type {string}
591
+ * @memberof PSTContact
592
+ */
593
+ get fileUnder(): string;
594
+ /**
595
+ * Specifies the complete address of the contact’s home address.
596
+ * https://msdn.microsoft.com/en-us/library/office/cc839539.aspx
597
+ * @readonly
598
+ * @type {string}
599
+ * @memberof PSTContact
600
+ */
601
+ get homeAddress(): string;
602
+ /**
603
+ * Specifies the contact's complete work address.
604
+ * https://msdn.microsoft.com/en-us/library/office/cc815905.aspx
605
+ * @readonly
606
+ * @type {string}
607
+ * @memberof PSTContact
608
+ */
609
+ get workAddress(): string;
610
+ /**
611
+ * Specifies the complete address of the contact’s other address.
612
+ * https://msdn.microsoft.com/en-us/library/office/cc815383.aspx
613
+ * @readonly
614
+ * @type {string}
615
+ * @memberof PSTContact
616
+ */
617
+ get otherAddress(): string;
618
+ /**
619
+ * Specifies which physical address is the contact’s mailing address.
620
+ * https://msdn.microsoft.com/en-us/library/office/cc815430.aspx
621
+ * @readonly
622
+ * @type {number}
623
+ * @memberof PSTContact
624
+ */
625
+ get postalAddressId(): number;
626
+ /**
627
+ * Specifies the contact’s business Web page URL.
628
+ * https://msdn.microsoft.com/en-us/library/office/cc842001.aspx
629
+ * @readonly
630
+ * @type {string}
631
+ * @memberof PSTContact
632
+ */
633
+ get html(): string;
634
+ /**
635
+ * Specifies the street portion of the contact's work mailing address.
636
+ * https://msdn.microsoft.com/en-us/library/office/cc815537.aspx
637
+ * @readonly
638
+ * @type {string}
639
+ * @memberof PSTContact
640
+ */
641
+ get workAddressStreet(): string;
642
+ /**
643
+ * Specifies the city or locality portion of the contact's work address.
644
+ * https://msdn.microsoft.com/en-us/library/office/cc765923.aspx
645
+ * @readonly
646
+ * @type {string}
647
+ * @memberof PSTContact
648
+ */
649
+ get workAddressCity(): string;
650
+ /**
651
+ * Specifies the state or province portion of the contact's work mailing address.
652
+ * https://msdn.microsoft.com/en-us/library/office/cc842152.aspx
653
+ * @readonly
654
+ * @type {string}
655
+ * @memberof PSTContact
656
+ */
657
+ get workAddressState(): string;
658
+ /**
659
+ * Specifies the postal code (ZIP code) portion of the contact's work address.
660
+ * https://msdn.microsoft.com/en-us/library/office/cc842066.aspx
661
+ * @readonly
662
+ * @type {string}
663
+ * @memberof PSTContact
664
+ */
665
+ get workAddressPostalCode(): string;
666
+ /**
667
+ * Specifies the country or region portion of the contact's work address.
668
+ * https://msdn.microsoft.com/en-us/library/office/cc765698.aspx
669
+ * @readonly
670
+ * @type {string}
671
+ * @memberof PSTContact
672
+ */
673
+ get workAddressCountry(): string;
674
+ /**
675
+ * Specifies the post office box portion of the contact's work.
676
+ * https://msdn.microsoft.com/en-us/library/office/cc815563.aspx
677
+ * @readonly
678
+ * @type {string}
679
+ * @memberof PSTContact
680
+ */
681
+ get workAddressPostOfficeBox(): string;
682
+ /**
683
+ * Specifies the contact’s instant messaging address.
684
+ * https://msdn.microsoft.com/en-us/library/office/cc815607.aspx
685
+ * @readonly
686
+ * @type {string}
687
+ * @memberof PSTContact
688
+ */
689
+ get instantMessagingAddress(): string;
690
+ /**
691
+ * Specifies the user-readable display name for the first e-mail address.
692
+ * https://msdn.microsoft.com/en-us/library/office/cc815460.aspx
693
+ * @readonly
694
+ * @type {string}
695
+ * @memberof PSTContact
696
+ */
697
+ get email1DisplayName(): string;
698
+ /**
699
+ * Specifies the address type of the first e-mail address.
700
+ * https://msdn.microsoft.com/en-us/library/office/cc815570.aspx
701
+ * @readonly
702
+ * @type {string}
703
+ * @memberof PSTContact
704
+ */
705
+ get email1AddressType(): string;
706
+ /**
707
+ * Specifies the first e-mail address of the contact.
708
+ * https://msdn.microsoft.com/en-us/library/office/cc842050.aspx
709
+ * @readonly
710
+ * @type {string}
711
+ * @memberof PSTContact
712
+ */
713
+ get email1EmailAddress(): string;
714
+ /**
715
+ * Specifies the first display name that corresponds to the e-mail address that is specified for the contact.
716
+ * https://msdn.microsoft.com/en-us/library/office/cc815564.aspx
717
+ * @readonly
718
+ * @type {string}
719
+ * @memberof PSTContact
720
+ */
721
+ get email1OriginalDisplayName(): string;
722
+ /**
723
+ * Specifies the user-readable display name for the second e-mail address.
724
+ * https://msdn.microsoft.com/en-us/library/office/cc839675.aspx
725
+ * @readonly
726
+ * @type {string}
727
+ * @memberof PSTContact
728
+ */
729
+ get email2DisplayName(): string;
730
+ /**
731
+ * Specifies the address type of the second e-mail address.
732
+ * https://msdn.microsoft.com/en-us/library/office/cc815361.aspx
733
+ * @readonly
734
+ * @type {string}
735
+ * @memberof PSTContact
736
+ */
737
+ get email2AddressType(): string;
738
+ /**
739
+ * Specifies the second e-mail address of the contact.
740
+ * https://msdn.microsoft.com/en-us/library/office/cc842205.aspx
741
+ * @readonly
742
+ * @type {string}
743
+ * @memberof PSTContact
744
+ */
745
+ get email2EmailAddress(): string;
746
+ /**
747
+ * Specifies the second display name that corresponds to the e-mail address specified for the contact.
748
+ * https://msdn.microsoft.com/en-us/library/office/cc765618.aspx
749
+ * @readonly
750
+ * @type {string}
751
+ * @memberof PSTContact
752
+ */
753
+ get email2OriginalDisplayName(): string;
754
+ /**
755
+ * Specifies the user-readable display name for the third e-mail address.
756
+ * https://msdn.microsoft.com/en-us/library/office/cc815669.aspx
757
+ * @readonly
758
+ * @type {string}
759
+ * @memberof PSTContact
760
+ */
761
+ get email3DisplayName(): string;
762
+ /**
763
+ * Specifies the address type of the third e-mail address.
764
+ * https://msdn.microsoft.com/en-us/library/office/cc842438.aspx
765
+ * @readonly
766
+ * @type {string}
767
+ * @memberof PSTContact
768
+ */
769
+ get email3AddressType(): string;
770
+ /**
771
+ * Specifies the third e-mail address of the contact.
772
+ * https://msdn.microsoft.com/en-us/library/office/cc815504.aspx
773
+ * @readonly
774
+ * @type {string}
775
+ * @memberof PSTContact
776
+ */
777
+ get email3EmailAddress(): string;
778
+ /**
779
+ * Specifies the third display name that corresponds to the e-mail address that is specified for the contact.
780
+ * https://msdn.microsoft.com/en-us/library/office/cc815833.aspx
781
+ * @readonly
782
+ * @type {string}
783
+ * @memberof PSTContact
784
+ */
785
+ get email3OriginalDisplayName(): string;
786
+ /**
787
+ * Specifies the address type for the business fax address for a contact.
788
+ * https://msdn.microsoft.com/en-us/library/office/cc842026.aspx
789
+ * @readonly
790
+ * @type {string}
791
+ * @memberof PSTContact
792
+ */
793
+ get fax1AddressType(): string;
794
+ /**
795
+ * Specifies the e-mail address of the contact’s business fax.
796
+ * https://msdn.microsoft.com/en-us/library/office/cc765813.aspx
797
+ * @readonly
798
+ * @type {string}
799
+ * @memberof PSTContact
800
+ */
801
+ get fax1EmailAddress(): string;
802
+ /**
803
+ * Specifies the original display name of the contact’s business fax address.
804
+ * https://msdn.microsoft.com/en-us/library/office/cc765694.aspx
805
+ * @readonly
806
+ * @type {string}
807
+ * @memberof PSTContact
808
+ */
809
+ get fax1OriginalDisplayName(): string;
810
+ /**
811
+ * Specifies the address type for the contact’s home fax address.
812
+ * https://msdn.microsoft.com/en-us/library/office/cc839741.aspx
813
+ * @readonly
814
+ * @type {string}
815
+ * @memberof PSTContact
816
+ */
817
+ get fax2AddressType(): string;
818
+ /**
819
+ * Specifies the e-mail address of the contact’s home fax address.
820
+ * https://msdn.microsoft.com/en-us/library/office/cc765668.aspx
821
+ * @readonly
822
+ * @type {string}
823
+ * @memberof PSTContact
824
+ */
825
+ get fax2EmailAddress(): string;
826
+ /**
827
+ * Specifies the original display name of the contact’s home fax address.
828
+ * https://msdn.microsoft.com/en-us/library/office/cc842101.aspx
829
+ * @readonly
830
+ * @type {string}
831
+ * @memberof PSTContact
832
+ */
833
+ get fax2OriginalDisplayName(): string;
834
+ /**
835
+ * Specifies the address type for the other contact’s fax address.
836
+ * https://msdn.microsoft.com/en-us/library/office/cc839752.aspx
837
+ * @readonly
838
+ * @type {string}
839
+ * @memberof PSTContact
840
+ */
841
+ get fax3AddressType(): string;
842
+ /**
843
+ * Specifies the email address of the contact’s other fax address.
844
+ * https://msdn.microsoft.com/en-us/library/office/cc842217.aspx
845
+ * @readonly
846
+ * @type {string}
847
+ * @memberof PSTContact
848
+ */
849
+ get fax3EmailAddress(): string;
850
+ /**
851
+ * Specifies the original display name of the contact’s other fax address.
852
+ * https://msdn.microsoft.com/en-us/library/office/cc765682.aspx
853
+ * @readonly
854
+ * @type {string}
855
+ * @memberof PSTContact
856
+ */
857
+ get fax3OriginalDisplayName(): string;
858
+ /**
859
+ * Specifies a URL path from which a client can retrieve free/busy information for the contact as an iCal file, as specified in [MS-OXCICAL].
860
+ * https://msdn.microsoft.com/en-us/library/office/cc765766.aspx
861
+ * @readonly
862
+ * @type {string}
863
+ * @memberof PSTContact
864
+ */
865
+ get freeBusyLocation(): string;
866
+ /**
867
+ * Contains the birthday of the contact.
868
+ * https://msdn.microsoft.com/en-us/library/office/cc842301.aspx
869
+ * @readonly
870
+ * @type {Date}
871
+ * @memberof PSTContact
872
+ */
873
+ get birthday(): Date | null;
874
+ /**
875
+ * Contains the date of a user's wedding anniversary.
876
+ * https://msdn.microsoft.com/en-us/library/office/cc842132.aspx
877
+ * @readonly
878
+ * @type {Date}
879
+ * @memberof PSTContact
880
+ */
881
+ get anniversary(): Date | null;
882
+ /**
883
+ * Specifies the phonetic pronunciation of the surname of the contact.
884
+ */
885
+ get yomiLastName(): string;
886
+ /**
887
+ * Specifies the phonetic pronunciation of the contact's given name.
888
+ */
889
+ get yomiFirstName(): string;
890
+ /**
891
+ * Specifies the phonetic pronunciation of the contact's company name.
892
+ */
893
+ get yomiCompanyName(): string;
894
+ /**
895
+ * JSON stringify the object properties.
896
+ * @returns {string}
897
+ * @memberof PSTContact
898
+ */
899
+ toJSON(): any;
900
+ }