Replacement for JDIS Importer
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

19907 строки
1.2 MiB

  1. {
  2. "version": 3,
  3. "targets": {
  4. "net6.0": {
  5. "Independentsoft.Exchange/3.0.700": {
  6. "type": "package",
  7. "compile": {
  8. "Lib/netcoreapp2.0/Independentsoft.Exchange.dll": {}
  9. },
  10. "runtime": {
  11. "Lib/netcoreapp2.0/Independentsoft.Exchange.dll": {}
  12. }
  13. },
  14. "Json.Net/1.0.33": {
  15. "type": "package",
  16. "compile": {
  17. "lib/netstandard2.0/Json.Net.dll": {}
  18. },
  19. "runtime": {
  20. "lib/netstandard2.0/Json.Net.dll": {}
  21. }
  22. },
  23. "Microsoft.AspNet.WebApi.Client/5.2.9": {
  24. "type": "package",
  25. "dependencies": {
  26. "Newtonsoft.Json": "10.0.1",
  27. "Newtonsoft.Json.Bson": "1.0.1"
  28. },
  29. "compile": {
  30. "lib/netstandard2.0/System.Net.Http.Formatting.dll": {
  31. "related": ".xml"
  32. }
  33. },
  34. "runtime": {
  35. "lib/netstandard2.0/System.Net.Http.Formatting.dll": {
  36. "related": ".xml"
  37. }
  38. }
  39. },
  40. "Microsoft.Exchange.WebServices/2.2.0": {
  41. "type": "package",
  42. "compile": {
  43. "lib/40/Microsoft.Exchange.WebServices.Auth.dll": {
  44. "related": ".pdb;.xml"
  45. },
  46. "lib/40/Microsoft.Exchange.WebServices.dll": {
  47. "related": ".Auth.pdb;.Auth.xml;.pdb;.xml"
  48. }
  49. },
  50. "runtime": {
  51. "lib/40/Microsoft.Exchange.WebServices.Auth.dll": {
  52. "related": ".pdb;.xml"
  53. },
  54. "lib/40/Microsoft.Exchange.WebServices.dll": {
  55. "related": ".Auth.pdb;.Auth.xml;.pdb;.xml"
  56. }
  57. }
  58. },
  59. "Microsoft.Identity.Client/4.49.1": {
  60. "type": "package",
  61. "dependencies": {
  62. "Microsoft.IdentityModel.Abstractions": "6.22.0"
  63. },
  64. "compile": {
  65. "lib/net6.0/Microsoft.Identity.Client.dll": {
  66. "related": ".xml"
  67. }
  68. },
  69. "runtime": {
  70. "lib/net6.0/Microsoft.Identity.Client.dll": {
  71. "related": ".xml"
  72. }
  73. }
  74. },
  75. "Microsoft.IdentityModel.Abstractions/6.22.0": {
  76. "type": "package",
  77. "compile": {
  78. "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
  79. "related": ".xml"
  80. }
  81. },
  82. "runtime": {
  83. "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
  84. "related": ".xml"
  85. }
  86. }
  87. },
  88. "Microsoft.NETCore.Platforms/2.0.0": {
  89. "type": "package",
  90. "compile": {
  91. "lib/netstandard1.0/_._": {}
  92. },
  93. "runtime": {
  94. "lib/netstandard1.0/_._": {}
  95. }
  96. },
  97. "Microsoft.NETCore.Targets/1.1.0": {
  98. "type": "package",
  99. "compile": {
  100. "lib/netstandard1.0/_._": {}
  101. },
  102. "runtime": {
  103. "lib/netstandard1.0/_._": {}
  104. }
  105. },
  106. "Microsoft.Win32.Primitives/4.3.0": {
  107. "type": "package",
  108. "dependencies": {
  109. "Microsoft.NETCore.Platforms": "1.1.0",
  110. "Microsoft.NETCore.Targets": "1.1.0",
  111. "System.Runtime": "4.3.0"
  112. },
  113. "compile": {
  114. "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {
  115. "related": ".xml"
  116. }
  117. }
  118. },
  119. "Microsoft.Win32.Registry/4.4.0": {
  120. "type": "package",
  121. "dependencies": {
  122. "Microsoft.NETCore.Platforms": "2.0.0",
  123. "System.Security.AccessControl": "4.4.0",
  124. "System.Security.Principal.Windows": "4.4.0"
  125. },
  126. "compile": {
  127. "ref/netstandard2.0/_._": {
  128. "related": ".xml"
  129. }
  130. },
  131. "runtime": {
  132. "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {}
  133. },
  134. "runtimeTargets": {
  135. "runtimes/unix/lib/netcoreapp2.0/Microsoft.Win32.Registry.dll": {
  136. "assetType": "runtime",
  137. "rid": "unix"
  138. },
  139. "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.Registry.dll": {
  140. "assetType": "runtime",
  141. "rid": "win"
  142. }
  143. }
  144. },
  145. "NETStandard.Library/1.6.1": {
  146. "type": "package",
  147. "dependencies": {
  148. "Microsoft.NETCore.Platforms": "1.1.0",
  149. "Microsoft.Win32.Primitives": "4.3.0",
  150. "System.AppContext": "4.3.0",
  151. "System.Collections": "4.3.0",
  152. "System.Collections.Concurrent": "4.3.0",
  153. "System.Console": "4.3.0",
  154. "System.Diagnostics.Debug": "4.3.0",
  155. "System.Diagnostics.Tools": "4.3.0",
  156. "System.Diagnostics.Tracing": "4.3.0",
  157. "System.Globalization": "4.3.0",
  158. "System.Globalization.Calendars": "4.3.0",
  159. "System.IO": "4.3.0",
  160. "System.IO.Compression": "4.3.0",
  161. "System.IO.Compression.ZipFile": "4.3.0",
  162. "System.IO.FileSystem": "4.3.0",
  163. "System.IO.FileSystem.Primitives": "4.3.0",
  164. "System.Linq": "4.3.0",
  165. "System.Linq.Expressions": "4.3.0",
  166. "System.Net.Http": "4.3.0",
  167. "System.Net.Primitives": "4.3.0",
  168. "System.Net.Sockets": "4.3.0",
  169. "System.ObjectModel": "4.3.0",
  170. "System.Reflection": "4.3.0",
  171. "System.Reflection.Extensions": "4.3.0",
  172. "System.Reflection.Primitives": "4.3.0",
  173. "System.Resources.ResourceManager": "4.3.0",
  174. "System.Runtime": "4.3.0",
  175. "System.Runtime.Extensions": "4.3.0",
  176. "System.Runtime.Handles": "4.3.0",
  177. "System.Runtime.InteropServices": "4.3.0",
  178. "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
  179. "System.Runtime.Numerics": "4.3.0",
  180. "System.Security.Cryptography.Algorithms": "4.3.0",
  181. "System.Security.Cryptography.Encoding": "4.3.0",
  182. "System.Security.Cryptography.Primitives": "4.3.0",
  183. "System.Security.Cryptography.X509Certificates": "4.3.0",
  184. "System.Text.Encoding": "4.3.0",
  185. "System.Text.Encoding.Extensions": "4.3.0",
  186. "System.Text.RegularExpressions": "4.3.0",
  187. "System.Threading": "4.3.0",
  188. "System.Threading.Tasks": "4.3.0",
  189. "System.Threading.Timer": "4.3.0",
  190. "System.Xml.ReaderWriter": "4.3.0",
  191. "System.Xml.XDocument": "4.3.0"
  192. }
  193. },
  194. "Newtonsoft.Json/13.0.1": {
  195. "type": "package",
  196. "compile": {
  197. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  198. "related": ".xml"
  199. }
  200. },
  201. "runtime": {
  202. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  203. "related": ".xml"
  204. }
  205. }
  206. },
  207. "Newtonsoft.Json.Bson/1.0.1": {
  208. "type": "package",
  209. "dependencies": {
  210. "NETStandard.Library": "1.6.1",
  211. "Newtonsoft.Json": "10.0.1"
  212. },
  213. "compile": {
  214. "lib/netstandard1.3/Newtonsoft.Json.Bson.dll": {
  215. "related": ".xml"
  216. }
  217. },
  218. "runtime": {
  219. "lib/netstandard1.3/Newtonsoft.Json.Bson.dll": {
  220. "related": ".xml"
  221. }
  222. }
  223. },
  224. "RestSharp/108.0.2": {
  225. "type": "package",
  226. "compile": {
  227. "lib/net6.0/RestSharp.dll": {
  228. "related": ".xml"
  229. }
  230. },
  231. "runtime": {
  232. "lib/net6.0/RestSharp.dll": {
  233. "related": ".xml"
  234. }
  235. }
  236. },
  237. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  238. "type": "package",
  239. "runtimeTargets": {
  240. "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
  241. "assetType": "native",
  242. "rid": "debian.8-x64"
  243. }
  244. }
  245. },
  246. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  247. "type": "package",
  248. "runtimeTargets": {
  249. "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
  250. "assetType": "native",
  251. "rid": "fedora.23-x64"
  252. }
  253. }
  254. },
  255. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  256. "type": "package",
  257. "runtimeTargets": {
  258. "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
  259. "assetType": "native",
  260. "rid": "fedora.24-x64"
  261. }
  262. }
  263. },
  264. "runtime.native.System/4.3.0": {
  265. "type": "package",
  266. "dependencies": {
  267. "Microsoft.NETCore.Platforms": "1.1.0",
  268. "Microsoft.NETCore.Targets": "1.1.0"
  269. },
  270. "compile": {
  271. "lib/netstandard1.0/_._": {}
  272. },
  273. "runtime": {
  274. "lib/netstandard1.0/_._": {}
  275. }
  276. },
  277. "runtime.native.System.Data.SqlClient.sni/4.4.0": {
  278. "type": "package",
  279. "dependencies": {
  280. "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
  281. "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
  282. "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
  283. }
  284. },
  285. "runtime.native.System.IO.Compression/4.3.0": {
  286. "type": "package",
  287. "dependencies": {
  288. "Microsoft.NETCore.Platforms": "1.1.0",
  289. "Microsoft.NETCore.Targets": "1.1.0"
  290. },
  291. "compile": {
  292. "lib/netstandard1.0/_._": {}
  293. },
  294. "runtime": {
  295. "lib/netstandard1.0/_._": {}
  296. }
  297. },
  298. "runtime.native.System.Net.Http/4.3.0": {
  299. "type": "package",
  300. "dependencies": {
  301. "Microsoft.NETCore.Platforms": "1.1.0",
  302. "Microsoft.NETCore.Targets": "1.1.0"
  303. },
  304. "compile": {
  305. "lib/netstandard1.0/_._": {}
  306. },
  307. "runtime": {
  308. "lib/netstandard1.0/_._": {}
  309. }
  310. },
  311. "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  312. "type": "package",
  313. "dependencies": {
  314. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
  315. },
  316. "compile": {
  317. "lib/netstandard1.0/_._": {}
  318. },
  319. "runtime": {
  320. "lib/netstandard1.0/_._": {}
  321. }
  322. },
  323. "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  324. "type": "package",
  325. "dependencies": {
  326. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  327. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  328. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  329. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  330. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  331. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  332. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  333. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  334. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  335. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  336. },
  337. "compile": {
  338. "lib/netstandard1.0/_._": {}
  339. },
  340. "runtime": {
  341. "lib/netstandard1.0/_._": {}
  342. }
  343. },
  344. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  345. "type": "package",
  346. "runtimeTargets": {
  347. "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
  348. "assetType": "native",
  349. "rid": "opensuse.13.2-x64"
  350. }
  351. }
  352. },
  353. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  354. "type": "package",
  355. "runtimeTargets": {
  356. "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
  357. "assetType": "native",
  358. "rid": "opensuse.42.1-x64"
  359. }
  360. }
  361. },
  362. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  363. "type": "package",
  364. "runtimeTargets": {
  365. "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib": {
  366. "assetType": "native",
  367. "rid": "osx.10.10-x64"
  368. }
  369. }
  370. },
  371. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  372. "type": "package",
  373. "runtimeTargets": {
  374. "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib": {
  375. "assetType": "native",
  376. "rid": "osx.10.10-x64"
  377. }
  378. }
  379. },
  380. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  381. "type": "package",
  382. "runtimeTargets": {
  383. "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
  384. "assetType": "native",
  385. "rid": "rhel.7-x64"
  386. }
  387. }
  388. },
  389. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  390. "type": "package",
  391. "runtimeTargets": {
  392. "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
  393. "assetType": "native",
  394. "rid": "ubuntu.14.04-x64"
  395. }
  396. }
  397. },
  398. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  399. "type": "package",
  400. "runtimeTargets": {
  401. "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
  402. "assetType": "native",
  403. "rid": "ubuntu.16.04-x64"
  404. }
  405. }
  406. },
  407. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  408. "type": "package",
  409. "runtimeTargets": {
  410. "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
  411. "assetType": "native",
  412. "rid": "ubuntu.16.10-x64"
  413. }
  414. }
  415. },
  416. "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  417. "type": "package",
  418. "runtimeTargets": {
  419. "runtimes/win-arm64/native/sni.dll": {
  420. "assetType": "native",
  421. "rid": "win-arm64"
  422. }
  423. }
  424. },
  425. "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  426. "type": "package",
  427. "runtimeTargets": {
  428. "runtimes/win-x64/native/sni.dll": {
  429. "assetType": "native",
  430. "rid": "win-x64"
  431. }
  432. }
  433. },
  434. "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  435. "type": "package",
  436. "runtimeTargets": {
  437. "runtimes/win-x86/native/sni.dll": {
  438. "assetType": "native",
  439. "rid": "win-x86"
  440. }
  441. }
  442. },
  443. "System.AppContext/4.3.0": {
  444. "type": "package",
  445. "dependencies": {
  446. "System.Runtime": "4.3.0"
  447. },
  448. "compile": {
  449. "ref/netstandard1.6/System.AppContext.dll": {
  450. "related": ".xml"
  451. }
  452. },
  453. "runtime": {
  454. "lib/netstandard1.6/System.AppContext.dll": {}
  455. }
  456. },
  457. "System.Buffers/4.3.0": {
  458. "type": "package",
  459. "dependencies": {
  460. "System.Diagnostics.Debug": "4.3.0",
  461. "System.Diagnostics.Tracing": "4.3.0",
  462. "System.Resources.ResourceManager": "4.3.0",
  463. "System.Runtime": "4.3.0",
  464. "System.Threading": "4.3.0"
  465. },
  466. "compile": {
  467. "lib/netstandard1.1/_._": {}
  468. },
  469. "runtime": {
  470. "lib/netstandard1.1/System.Buffers.dll": {}
  471. }
  472. },
  473. "System.Collections/4.3.0": {
  474. "type": "package",
  475. "dependencies": {
  476. "Microsoft.NETCore.Platforms": "1.1.0",
  477. "Microsoft.NETCore.Targets": "1.1.0",
  478. "System.Runtime": "4.3.0"
  479. },
  480. "compile": {
  481. "ref/netstandard1.3/System.Collections.dll": {
  482. "related": ".xml"
  483. }
  484. }
  485. },
  486. "System.Collections.Concurrent/4.3.0": {
  487. "type": "package",
  488. "dependencies": {
  489. "System.Collections": "4.3.0",
  490. "System.Diagnostics.Debug": "4.3.0",
  491. "System.Diagnostics.Tracing": "4.3.0",
  492. "System.Globalization": "4.3.0",
  493. "System.Reflection": "4.3.0",
  494. "System.Resources.ResourceManager": "4.3.0",
  495. "System.Runtime": "4.3.0",
  496. "System.Runtime.Extensions": "4.3.0",
  497. "System.Threading": "4.3.0",
  498. "System.Threading.Tasks": "4.3.0"
  499. },
  500. "compile": {
  501. "ref/netstandard1.3/System.Collections.Concurrent.dll": {
  502. "related": ".xml"
  503. }
  504. },
  505. "runtime": {
  506. "lib/netstandard1.3/System.Collections.Concurrent.dll": {}
  507. }
  508. },
  509. "System.Console/4.3.0": {
  510. "type": "package",
  511. "dependencies": {
  512. "Microsoft.NETCore.Platforms": "1.1.0",
  513. "Microsoft.NETCore.Targets": "1.1.0",
  514. "System.IO": "4.3.0",
  515. "System.Runtime": "4.3.0",
  516. "System.Text.Encoding": "4.3.0"
  517. },
  518. "compile": {
  519. "ref/netstandard1.3/System.Console.dll": {
  520. "related": ".xml"
  521. }
  522. }
  523. },
  524. "System.Data.SqlClient/4.4.0": {
  525. "type": "package",
  526. "dependencies": {
  527. "Microsoft.Win32.Registry": "4.4.0",
  528. "System.Security.Principal.Windows": "4.4.0",
  529. "System.Text.Encoding.CodePages": "4.4.0",
  530. "runtime.native.System.Data.SqlClient.sni": "4.4.0"
  531. },
  532. "compile": {
  533. "ref/netstandard2.0/System.Data.SqlClient.dll": {
  534. "related": ".xml"
  535. }
  536. },
  537. "runtime": {
  538. "lib/netstandard2.0/System.Data.SqlClient.dll": {}
  539. },
  540. "runtimeTargets": {
  541. "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll": {
  542. "assetType": "runtime",
  543. "rid": "unix"
  544. },
  545. "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll": {
  546. "assetType": "runtime",
  547. "rid": "win"
  548. }
  549. }
  550. },
  551. "System.Diagnostics.Debug/4.3.0": {
  552. "type": "package",
  553. "dependencies": {
  554. "Microsoft.NETCore.Platforms": "1.1.0",
  555. "Microsoft.NETCore.Targets": "1.1.0",
  556. "System.Runtime": "4.3.0"
  557. },
  558. "compile": {
  559. "ref/netstandard1.3/System.Diagnostics.Debug.dll": {
  560. "related": ".xml"
  561. }
  562. }
  563. },
  564. "System.Diagnostics.DiagnosticSource/4.3.0": {
  565. "type": "package",
  566. "dependencies": {
  567. "System.Collections": "4.3.0",
  568. "System.Diagnostics.Tracing": "4.3.0",
  569. "System.Reflection": "4.3.0",
  570. "System.Runtime": "4.3.0",
  571. "System.Threading": "4.3.0"
  572. },
  573. "compile": {
  574. "lib/netstandard1.3/_._": {
  575. "related": ".xml"
  576. }
  577. },
  578. "runtime": {
  579. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {
  580. "related": ".xml"
  581. }
  582. }
  583. },
  584. "System.Diagnostics.Tools/4.3.0": {
  585. "type": "package",
  586. "dependencies": {
  587. "Microsoft.NETCore.Platforms": "1.1.0",
  588. "Microsoft.NETCore.Targets": "1.1.0",
  589. "System.Runtime": "4.3.0"
  590. },
  591. "compile": {
  592. "ref/netstandard1.0/System.Diagnostics.Tools.dll": {
  593. "related": ".xml"
  594. }
  595. }
  596. },
  597. "System.Diagnostics.Tracing/4.3.0": {
  598. "type": "package",
  599. "dependencies": {
  600. "Microsoft.NETCore.Platforms": "1.1.0",
  601. "Microsoft.NETCore.Targets": "1.1.0",
  602. "System.Runtime": "4.3.0"
  603. },
  604. "compile": {
  605. "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {
  606. "related": ".xml"
  607. }
  608. }
  609. },
  610. "System.Globalization/4.3.0": {
  611. "type": "package",
  612. "dependencies": {
  613. "Microsoft.NETCore.Platforms": "1.1.0",
  614. "Microsoft.NETCore.Targets": "1.1.0",
  615. "System.Runtime": "4.3.0"
  616. },
  617. "compile": {
  618. "ref/netstandard1.3/System.Globalization.dll": {
  619. "related": ".xml"
  620. }
  621. }
  622. },
  623. "System.Globalization.Calendars/4.3.0": {
  624. "type": "package",
  625. "dependencies": {
  626. "Microsoft.NETCore.Platforms": "1.1.0",
  627. "Microsoft.NETCore.Targets": "1.1.0",
  628. "System.Globalization": "4.3.0",
  629. "System.Runtime": "4.3.0"
  630. },
  631. "compile": {
  632. "ref/netstandard1.3/System.Globalization.Calendars.dll": {
  633. "related": ".xml"
  634. }
  635. }
  636. },
  637. "System.Globalization.Extensions/4.3.0": {
  638. "type": "package",
  639. "dependencies": {
  640. "Microsoft.NETCore.Platforms": "1.1.0",
  641. "System.Globalization": "4.3.0",
  642. "System.Resources.ResourceManager": "4.3.0",
  643. "System.Runtime": "4.3.0",
  644. "System.Runtime.Extensions": "4.3.0",
  645. "System.Runtime.InteropServices": "4.3.0"
  646. },
  647. "compile": {
  648. "ref/netstandard1.3/_._": {
  649. "related": ".xml"
  650. }
  651. },
  652. "runtimeTargets": {
  653. "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": {
  654. "assetType": "runtime",
  655. "rid": "unix"
  656. },
  657. "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": {
  658. "assetType": "runtime",
  659. "rid": "win"
  660. }
  661. }
  662. },
  663. "System.IO/4.3.0": {
  664. "type": "package",
  665. "dependencies": {
  666. "Microsoft.NETCore.Platforms": "1.1.0",
  667. "Microsoft.NETCore.Targets": "1.1.0",
  668. "System.Runtime": "4.3.0",
  669. "System.Text.Encoding": "4.3.0",
  670. "System.Threading.Tasks": "4.3.0"
  671. },
  672. "compile": {
  673. "ref/netstandard1.5/System.IO.dll": {
  674. "related": ".xml"
  675. }
  676. }
  677. },
  678. "System.IO.Compression/4.3.0": {
  679. "type": "package",
  680. "dependencies": {
  681. "Microsoft.NETCore.Platforms": "1.1.0",
  682. "System.Buffers": "4.3.0",
  683. "System.Collections": "4.3.0",
  684. "System.Diagnostics.Debug": "4.3.0",
  685. "System.IO": "4.3.0",
  686. "System.Resources.ResourceManager": "4.3.0",
  687. "System.Runtime": "4.3.0",
  688. "System.Runtime.Extensions": "4.3.0",
  689. "System.Runtime.Handles": "4.3.0",
  690. "System.Runtime.InteropServices": "4.3.0",
  691. "System.Text.Encoding": "4.3.0",
  692. "System.Threading": "4.3.0",
  693. "System.Threading.Tasks": "4.3.0",
  694. "runtime.native.System": "4.3.0",
  695. "runtime.native.System.IO.Compression": "4.3.0"
  696. },
  697. "compile": {
  698. "ref/netstandard1.3/System.IO.Compression.dll": {
  699. "related": ".xml"
  700. }
  701. },
  702. "runtimeTargets": {
  703. "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": {
  704. "assetType": "runtime",
  705. "rid": "unix"
  706. },
  707. "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": {
  708. "assetType": "runtime",
  709. "rid": "win"
  710. }
  711. }
  712. },
  713. "System.IO.Compression.ZipFile/4.3.0": {
  714. "type": "package",
  715. "dependencies": {
  716. "System.Buffers": "4.3.0",
  717. "System.IO": "4.3.0",
  718. "System.IO.Compression": "4.3.0",
  719. "System.IO.FileSystem": "4.3.0",
  720. "System.IO.FileSystem.Primitives": "4.3.0",
  721. "System.Resources.ResourceManager": "4.3.0",
  722. "System.Runtime": "4.3.0",
  723. "System.Runtime.Extensions": "4.3.0",
  724. "System.Text.Encoding": "4.3.0"
  725. },
  726. "compile": {
  727. "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {
  728. "related": ".xml"
  729. }
  730. },
  731. "runtime": {
  732. "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {}
  733. }
  734. },
  735. "System.IO.FileSystem/4.3.0": {
  736. "type": "package",
  737. "dependencies": {
  738. "Microsoft.NETCore.Platforms": "1.1.0",
  739. "Microsoft.NETCore.Targets": "1.1.0",
  740. "System.IO": "4.3.0",
  741. "System.IO.FileSystem.Primitives": "4.3.0",
  742. "System.Runtime": "4.3.0",
  743. "System.Runtime.Handles": "4.3.0",
  744. "System.Text.Encoding": "4.3.0",
  745. "System.Threading.Tasks": "4.3.0"
  746. },
  747. "compile": {
  748. "ref/netstandard1.3/System.IO.FileSystem.dll": {
  749. "related": ".xml"
  750. }
  751. }
  752. },
  753. "System.IO.FileSystem.Primitives/4.3.0": {
  754. "type": "package",
  755. "dependencies": {
  756. "System.Runtime": "4.3.0"
  757. },
  758. "compile": {
  759. "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {
  760. "related": ".xml"
  761. }
  762. },
  763. "runtime": {
  764. "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
  765. }
  766. },
  767. "System.Linq/4.3.0": {
  768. "type": "package",
  769. "dependencies": {
  770. "System.Collections": "4.3.0",
  771. "System.Diagnostics.Debug": "4.3.0",
  772. "System.Resources.ResourceManager": "4.3.0",
  773. "System.Runtime": "4.3.0",
  774. "System.Runtime.Extensions": "4.3.0"
  775. },
  776. "compile": {
  777. "ref/netstandard1.6/System.Linq.dll": {
  778. "related": ".xml"
  779. }
  780. },
  781. "runtime": {
  782. "lib/netstandard1.6/System.Linq.dll": {}
  783. }
  784. },
  785. "System.Linq.Expressions/4.3.0": {
  786. "type": "package",
  787. "dependencies": {
  788. "System.Collections": "4.3.0",
  789. "System.Diagnostics.Debug": "4.3.0",
  790. "System.Globalization": "4.3.0",
  791. "System.IO": "4.3.0",
  792. "System.Linq": "4.3.0",
  793. "System.ObjectModel": "4.3.0",
  794. "System.Reflection": "4.3.0",
  795. "System.Reflection.Emit": "4.3.0",
  796. "System.Reflection.Emit.ILGeneration": "4.3.0",
  797. "System.Reflection.Emit.Lightweight": "4.3.0",
  798. "System.Reflection.Extensions": "4.3.0",
  799. "System.Reflection.Primitives": "4.3.0",
  800. "System.Reflection.TypeExtensions": "4.3.0",
  801. "System.Resources.ResourceManager": "4.3.0",
  802. "System.Runtime": "4.3.0",
  803. "System.Runtime.Extensions": "4.3.0",
  804. "System.Threading": "4.3.0"
  805. },
  806. "compile": {
  807. "ref/netstandard1.6/System.Linq.Expressions.dll": {
  808. "related": ".xml"
  809. }
  810. },
  811. "runtime": {
  812. "lib/netstandard1.6/System.Linq.Expressions.dll": {}
  813. }
  814. },
  815. "System.Net.Http/4.3.0": {
  816. "type": "package",
  817. "dependencies": {
  818. "Microsoft.NETCore.Platforms": "1.1.0",
  819. "System.Collections": "4.3.0",
  820. "System.Diagnostics.Debug": "4.3.0",
  821. "System.Diagnostics.DiagnosticSource": "4.3.0",
  822. "System.Diagnostics.Tracing": "4.3.0",
  823. "System.Globalization": "4.3.0",
  824. "System.Globalization.Extensions": "4.3.0",
  825. "System.IO": "4.3.0",
  826. "System.IO.FileSystem": "4.3.0",
  827. "System.Net.Primitives": "4.3.0",
  828. "System.Resources.ResourceManager": "4.3.0",
  829. "System.Runtime": "4.3.0",
  830. "System.Runtime.Extensions": "4.3.0",
  831. "System.Runtime.Handles": "4.3.0",
  832. "System.Runtime.InteropServices": "4.3.0",
  833. "System.Security.Cryptography.Algorithms": "4.3.0",
  834. "System.Security.Cryptography.Encoding": "4.3.0",
  835. "System.Security.Cryptography.OpenSsl": "4.3.0",
  836. "System.Security.Cryptography.Primitives": "4.3.0",
  837. "System.Security.Cryptography.X509Certificates": "4.3.0",
  838. "System.Text.Encoding": "4.3.0",
  839. "System.Threading": "4.3.0",
  840. "System.Threading.Tasks": "4.3.0",
  841. "runtime.native.System": "4.3.0",
  842. "runtime.native.System.Net.Http": "4.3.0",
  843. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  844. },
  845. "compile": {
  846. "ref/netstandard1.3/System.Net.Http.dll": {
  847. "related": ".xml"
  848. }
  849. },
  850. "runtimeTargets": {
  851. "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": {
  852. "assetType": "runtime",
  853. "rid": "unix"
  854. },
  855. "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": {
  856. "assetType": "runtime",
  857. "rid": "win"
  858. }
  859. }
  860. },
  861. "System.Net.Primitives/4.3.0": {
  862. "type": "package",
  863. "dependencies": {
  864. "Microsoft.NETCore.Platforms": "1.1.0",
  865. "Microsoft.NETCore.Targets": "1.1.0",
  866. "System.Runtime": "4.3.0",
  867. "System.Runtime.Handles": "4.3.0"
  868. },
  869. "compile": {
  870. "ref/netstandard1.3/System.Net.Primitives.dll": {
  871. "related": ".xml"
  872. }
  873. }
  874. },
  875. "System.Net.Sockets/4.3.0": {
  876. "type": "package",
  877. "dependencies": {
  878. "Microsoft.NETCore.Platforms": "1.1.0",
  879. "Microsoft.NETCore.Targets": "1.1.0",
  880. "System.IO": "4.3.0",
  881. "System.Net.Primitives": "4.3.0",
  882. "System.Runtime": "4.3.0",
  883. "System.Threading.Tasks": "4.3.0"
  884. },
  885. "compile": {
  886. "ref/netstandard1.3/System.Net.Sockets.dll": {
  887. "related": ".xml"
  888. }
  889. }
  890. },
  891. "System.ObjectModel/4.3.0": {
  892. "type": "package",
  893. "dependencies": {
  894. "System.Collections": "4.3.0",
  895. "System.Diagnostics.Debug": "4.3.0",
  896. "System.Resources.ResourceManager": "4.3.0",
  897. "System.Runtime": "4.3.0",
  898. "System.Threading": "4.3.0"
  899. },
  900. "compile": {
  901. "ref/netstandard1.3/System.ObjectModel.dll": {
  902. "related": ".xml"
  903. }
  904. },
  905. "runtime": {
  906. "lib/netstandard1.3/System.ObjectModel.dll": {}
  907. }
  908. },
  909. "System.Reflection/4.3.0": {
  910. "type": "package",
  911. "dependencies": {
  912. "Microsoft.NETCore.Platforms": "1.1.0",
  913. "Microsoft.NETCore.Targets": "1.1.0",
  914. "System.IO": "4.3.0",
  915. "System.Reflection.Primitives": "4.3.0",
  916. "System.Runtime": "4.3.0"
  917. },
  918. "compile": {
  919. "ref/netstandard1.5/System.Reflection.dll": {
  920. "related": ".xml"
  921. }
  922. }
  923. },
  924. "System.Reflection.Emit/4.3.0": {
  925. "type": "package",
  926. "dependencies": {
  927. "System.IO": "4.3.0",
  928. "System.Reflection": "4.3.0",
  929. "System.Reflection.Emit.ILGeneration": "4.3.0",
  930. "System.Reflection.Primitives": "4.3.0",
  931. "System.Runtime": "4.3.0"
  932. },
  933. "compile": {
  934. "ref/netstandard1.1/_._": {
  935. "related": ".xml"
  936. }
  937. },
  938. "runtime": {
  939. "lib/netstandard1.3/System.Reflection.Emit.dll": {}
  940. }
  941. },
  942. "System.Reflection.Emit.ILGeneration/4.3.0": {
  943. "type": "package",
  944. "dependencies": {
  945. "System.Reflection": "4.3.0",
  946. "System.Reflection.Primitives": "4.3.0",
  947. "System.Runtime": "4.3.0"
  948. },
  949. "compile": {
  950. "ref/netstandard1.0/_._": {
  951. "related": ".xml"
  952. }
  953. },
  954. "runtime": {
  955. "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {}
  956. }
  957. },
  958. "System.Reflection.Emit.Lightweight/4.3.0": {
  959. "type": "package",
  960. "dependencies": {
  961. "System.Reflection": "4.3.0",
  962. "System.Reflection.Emit.ILGeneration": "4.3.0",
  963. "System.Reflection.Primitives": "4.3.0",
  964. "System.Runtime": "4.3.0"
  965. },
  966. "compile": {
  967. "ref/netstandard1.0/_._": {
  968. "related": ".xml"
  969. }
  970. },
  971. "runtime": {
  972. "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {}
  973. }
  974. },
  975. "System.Reflection.Extensions/4.3.0": {
  976. "type": "package",
  977. "dependencies": {
  978. "Microsoft.NETCore.Platforms": "1.1.0",
  979. "Microsoft.NETCore.Targets": "1.1.0",
  980. "System.Reflection": "4.3.0",
  981. "System.Runtime": "4.3.0"
  982. },
  983. "compile": {
  984. "ref/netstandard1.0/System.Reflection.Extensions.dll": {
  985. "related": ".xml"
  986. }
  987. }
  988. },
  989. "System.Reflection.Primitives/4.3.0": {
  990. "type": "package",
  991. "dependencies": {
  992. "Microsoft.NETCore.Platforms": "1.1.0",
  993. "Microsoft.NETCore.Targets": "1.1.0",
  994. "System.Runtime": "4.3.0"
  995. },
  996. "compile": {
  997. "ref/netstandard1.0/System.Reflection.Primitives.dll": {
  998. "related": ".xml"
  999. }
  1000. }
  1001. },
  1002. "System.Reflection.TypeExtensions/4.3.0": {
  1003. "type": "package",
  1004. "dependencies": {
  1005. "System.Reflection": "4.3.0",
  1006. "System.Runtime": "4.3.0"
  1007. },
  1008. "compile": {
  1009. "ref/netstandard1.5/_._": {
  1010. "related": ".xml"
  1011. }
  1012. },
  1013. "runtime": {
  1014. "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {}
  1015. }
  1016. },
  1017. "System.Resources.ResourceManager/4.3.0": {
  1018. "type": "package",
  1019. "dependencies": {
  1020. "Microsoft.NETCore.Platforms": "1.1.0",
  1021. "Microsoft.NETCore.Targets": "1.1.0",
  1022. "System.Globalization": "4.3.0",
  1023. "System.Reflection": "4.3.0",
  1024. "System.Runtime": "4.3.0"
  1025. },
  1026. "compile": {
  1027. "ref/netstandard1.0/System.Resources.ResourceManager.dll": {
  1028. "related": ".xml"
  1029. }
  1030. }
  1031. },
  1032. "System.Runtime/4.3.0": {
  1033. "type": "package",
  1034. "dependencies": {
  1035. "Microsoft.NETCore.Platforms": "1.1.0",
  1036. "Microsoft.NETCore.Targets": "1.1.0"
  1037. },
  1038. "compile": {
  1039. "ref/netstandard1.5/System.Runtime.dll": {
  1040. "related": ".xml"
  1041. }
  1042. }
  1043. },
  1044. "System.Runtime.Extensions/4.3.0": {
  1045. "type": "package",
  1046. "dependencies": {
  1047. "Microsoft.NETCore.Platforms": "1.1.0",
  1048. "Microsoft.NETCore.Targets": "1.1.0",
  1049. "System.Runtime": "4.3.0"
  1050. },
  1051. "compile": {
  1052. "ref/netstandard1.5/System.Runtime.Extensions.dll": {
  1053. "related": ".xml"
  1054. }
  1055. }
  1056. },
  1057. "System.Runtime.Handles/4.3.0": {
  1058. "type": "package",
  1059. "dependencies": {
  1060. "Microsoft.NETCore.Platforms": "1.1.0",
  1061. "Microsoft.NETCore.Targets": "1.1.0",
  1062. "System.Runtime": "4.3.0"
  1063. },
  1064. "compile": {
  1065. "ref/netstandard1.3/System.Runtime.Handles.dll": {
  1066. "related": ".xml"
  1067. }
  1068. }
  1069. },
  1070. "System.Runtime.InteropServices/4.3.0": {
  1071. "type": "package",
  1072. "dependencies": {
  1073. "Microsoft.NETCore.Platforms": "1.1.0",
  1074. "Microsoft.NETCore.Targets": "1.1.0",
  1075. "System.Reflection": "4.3.0",
  1076. "System.Reflection.Primitives": "4.3.0",
  1077. "System.Runtime": "4.3.0",
  1078. "System.Runtime.Handles": "4.3.0"
  1079. },
  1080. "compile": {
  1081. "ref/netcoreapp1.1/System.Runtime.InteropServices.dll": {}
  1082. }
  1083. },
  1084. "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
  1085. "type": "package",
  1086. "dependencies": {
  1087. "System.Reflection": "4.3.0",
  1088. "System.Reflection.Extensions": "4.3.0",
  1089. "System.Resources.ResourceManager": "4.3.0",
  1090. "System.Runtime": "4.3.0",
  1091. "System.Runtime.InteropServices": "4.3.0",
  1092. "System.Threading": "4.3.0",
  1093. "runtime.native.System": "4.3.0"
  1094. },
  1095. "compile": {
  1096. "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}
  1097. },
  1098. "runtime": {
  1099. "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}
  1100. },
  1101. "runtimeTargets": {
  1102. "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
  1103. "assetType": "runtime",
  1104. "rid": "unix"
  1105. },
  1106. "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
  1107. "assetType": "runtime",
  1108. "rid": "win"
  1109. }
  1110. }
  1111. },
  1112. "System.Runtime.Numerics/4.3.0": {
  1113. "type": "package",
  1114. "dependencies": {
  1115. "System.Globalization": "4.3.0",
  1116. "System.Resources.ResourceManager": "4.3.0",
  1117. "System.Runtime": "4.3.0",
  1118. "System.Runtime.Extensions": "4.3.0"
  1119. },
  1120. "compile": {
  1121. "ref/netstandard1.1/System.Runtime.Numerics.dll": {
  1122. "related": ".xml"
  1123. }
  1124. },
  1125. "runtime": {
  1126. "lib/netstandard1.3/System.Runtime.Numerics.dll": {}
  1127. }
  1128. },
  1129. "System.Security.AccessControl/4.4.0": {
  1130. "type": "package",
  1131. "dependencies": {
  1132. "Microsoft.NETCore.Platforms": "2.0.0",
  1133. "System.Security.Principal.Windows": "4.4.0"
  1134. },
  1135. "compile": {
  1136. "ref/netstandard2.0/_._": {
  1137. "related": ".xml"
  1138. }
  1139. },
  1140. "runtime": {
  1141. "lib/netstandard2.0/System.Security.AccessControl.dll": {}
  1142. },
  1143. "runtimeTargets": {
  1144. "runtimes/unix/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
  1145. "assetType": "runtime",
  1146. "rid": "unix"
  1147. },
  1148. "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
  1149. "assetType": "runtime",
  1150. "rid": "win"
  1151. }
  1152. }
  1153. },
  1154. "System.Security.Cryptography.Algorithms/4.3.0": {
  1155. "type": "package",
  1156. "dependencies": {
  1157. "Microsoft.NETCore.Platforms": "1.1.0",
  1158. "System.Collections": "4.3.0",
  1159. "System.IO": "4.3.0",
  1160. "System.Resources.ResourceManager": "4.3.0",
  1161. "System.Runtime": "4.3.0",
  1162. "System.Runtime.Extensions": "4.3.0",
  1163. "System.Runtime.Handles": "4.3.0",
  1164. "System.Runtime.InteropServices": "4.3.0",
  1165. "System.Runtime.Numerics": "4.3.0",
  1166. "System.Security.Cryptography.Encoding": "4.3.0",
  1167. "System.Security.Cryptography.Primitives": "4.3.0",
  1168. "System.Text.Encoding": "4.3.0",
  1169. "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
  1170. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  1171. },
  1172. "compile": {
  1173. "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {}
  1174. },
  1175. "runtimeTargets": {
  1176. "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {
  1177. "assetType": "runtime",
  1178. "rid": "osx"
  1179. },
  1180. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {
  1181. "assetType": "runtime",
  1182. "rid": "unix"
  1183. },
  1184. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {
  1185. "assetType": "runtime",
  1186. "rid": "win"
  1187. }
  1188. }
  1189. },
  1190. "System.Security.Cryptography.Cng/4.3.0": {
  1191. "type": "package",
  1192. "dependencies": {
  1193. "Microsoft.NETCore.Platforms": "1.1.0",
  1194. "System.IO": "4.3.0",
  1195. "System.Resources.ResourceManager": "4.3.0",
  1196. "System.Runtime": "4.3.0",
  1197. "System.Runtime.Extensions": "4.3.0",
  1198. "System.Runtime.Handles": "4.3.0",
  1199. "System.Runtime.InteropServices": "4.3.0",
  1200. "System.Security.Cryptography.Algorithms": "4.3.0",
  1201. "System.Security.Cryptography.Encoding": "4.3.0",
  1202. "System.Security.Cryptography.Primitives": "4.3.0",
  1203. "System.Text.Encoding": "4.3.0"
  1204. },
  1205. "compile": {
  1206. "ref/netstandard1.6/_._": {}
  1207. },
  1208. "runtimeTargets": {
  1209. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": {
  1210. "assetType": "runtime",
  1211. "rid": "unix"
  1212. },
  1213. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": {
  1214. "assetType": "runtime",
  1215. "rid": "win"
  1216. }
  1217. }
  1218. },
  1219. "System.Security.Cryptography.Csp/4.3.0": {
  1220. "type": "package",
  1221. "dependencies": {
  1222. "Microsoft.NETCore.Platforms": "1.1.0",
  1223. "System.IO": "4.3.0",
  1224. "System.Reflection": "4.3.0",
  1225. "System.Resources.ResourceManager": "4.3.0",
  1226. "System.Runtime": "4.3.0",
  1227. "System.Runtime.Extensions": "4.3.0",
  1228. "System.Runtime.Handles": "4.3.0",
  1229. "System.Runtime.InteropServices": "4.3.0",
  1230. "System.Security.Cryptography.Algorithms": "4.3.0",
  1231. "System.Security.Cryptography.Encoding": "4.3.0",
  1232. "System.Security.Cryptography.Primitives": "4.3.0",
  1233. "System.Text.Encoding": "4.3.0",
  1234. "System.Threading": "4.3.0"
  1235. },
  1236. "compile": {
  1237. "ref/netstandard1.3/_._": {}
  1238. },
  1239. "runtimeTargets": {
  1240. "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": {
  1241. "assetType": "runtime",
  1242. "rid": "unix"
  1243. },
  1244. "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": {
  1245. "assetType": "runtime",
  1246. "rid": "win"
  1247. }
  1248. }
  1249. },
  1250. "System.Security.Cryptography.Encoding/4.3.0": {
  1251. "type": "package",
  1252. "dependencies": {
  1253. "Microsoft.NETCore.Platforms": "1.1.0",
  1254. "System.Collections": "4.3.0",
  1255. "System.Collections.Concurrent": "4.3.0",
  1256. "System.Linq": "4.3.0",
  1257. "System.Resources.ResourceManager": "4.3.0",
  1258. "System.Runtime": "4.3.0",
  1259. "System.Runtime.Extensions": "4.3.0",
  1260. "System.Runtime.Handles": "4.3.0",
  1261. "System.Runtime.InteropServices": "4.3.0",
  1262. "System.Security.Cryptography.Primitives": "4.3.0",
  1263. "System.Text.Encoding": "4.3.0",
  1264. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  1265. },
  1266. "compile": {
  1267. "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {
  1268. "related": ".xml"
  1269. }
  1270. },
  1271. "runtimeTargets": {
  1272. "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {
  1273. "assetType": "runtime",
  1274. "rid": "unix"
  1275. },
  1276. "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {
  1277. "assetType": "runtime",
  1278. "rid": "win"
  1279. }
  1280. }
  1281. },
  1282. "System.Security.Cryptography.OpenSsl/4.3.0": {
  1283. "type": "package",
  1284. "dependencies": {
  1285. "System.Collections": "4.3.0",
  1286. "System.IO": "4.3.0",
  1287. "System.Resources.ResourceManager": "4.3.0",
  1288. "System.Runtime": "4.3.0",
  1289. "System.Runtime.Extensions": "4.3.0",
  1290. "System.Runtime.Handles": "4.3.0",
  1291. "System.Runtime.InteropServices": "4.3.0",
  1292. "System.Runtime.Numerics": "4.3.0",
  1293. "System.Security.Cryptography.Algorithms": "4.3.0",
  1294. "System.Security.Cryptography.Encoding": "4.3.0",
  1295. "System.Security.Cryptography.Primitives": "4.3.0",
  1296. "System.Text.Encoding": "4.3.0",
  1297. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  1298. },
  1299. "compile": {
  1300. "ref/netstandard1.6/_._": {}
  1301. },
  1302. "runtime": {
  1303. "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {}
  1304. },
  1305. "runtimeTargets": {
  1306. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {
  1307. "assetType": "runtime",
  1308. "rid": "unix"
  1309. }
  1310. }
  1311. },
  1312. "System.Security.Cryptography.Primitives/4.3.0": {
  1313. "type": "package",
  1314. "dependencies": {
  1315. "System.Diagnostics.Debug": "4.3.0",
  1316. "System.Globalization": "4.3.0",
  1317. "System.IO": "4.3.0",
  1318. "System.Resources.ResourceManager": "4.3.0",
  1319. "System.Runtime": "4.3.0",
  1320. "System.Threading": "4.3.0",
  1321. "System.Threading.Tasks": "4.3.0"
  1322. },
  1323. "compile": {
  1324. "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}
  1325. },
  1326. "runtime": {
  1327. "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}
  1328. }
  1329. },
  1330. "System.Security.Cryptography.X509Certificates/4.3.0": {
  1331. "type": "package",
  1332. "dependencies": {
  1333. "Microsoft.NETCore.Platforms": "1.1.0",
  1334. "System.Collections": "4.3.0",
  1335. "System.Diagnostics.Debug": "4.3.0",
  1336. "System.Globalization": "4.3.0",
  1337. "System.Globalization.Calendars": "4.3.0",
  1338. "System.IO": "4.3.0",
  1339. "System.IO.FileSystem": "4.3.0",
  1340. "System.IO.FileSystem.Primitives": "4.3.0",
  1341. "System.Resources.ResourceManager": "4.3.0",
  1342. "System.Runtime": "4.3.0",
  1343. "System.Runtime.Extensions": "4.3.0",
  1344. "System.Runtime.Handles": "4.3.0",
  1345. "System.Runtime.InteropServices": "4.3.0",
  1346. "System.Runtime.Numerics": "4.3.0",
  1347. "System.Security.Cryptography.Algorithms": "4.3.0",
  1348. "System.Security.Cryptography.Cng": "4.3.0",
  1349. "System.Security.Cryptography.Csp": "4.3.0",
  1350. "System.Security.Cryptography.Encoding": "4.3.0",
  1351. "System.Security.Cryptography.OpenSsl": "4.3.0",
  1352. "System.Security.Cryptography.Primitives": "4.3.0",
  1353. "System.Text.Encoding": "4.3.0",
  1354. "System.Threading": "4.3.0",
  1355. "runtime.native.System": "4.3.0",
  1356. "runtime.native.System.Net.Http": "4.3.0",
  1357. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  1358. },
  1359. "compile": {
  1360. "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {
  1361. "related": ".xml"
  1362. }
  1363. },
  1364. "runtimeTargets": {
  1365. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": {
  1366. "assetType": "runtime",
  1367. "rid": "unix"
  1368. },
  1369. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": {
  1370. "assetType": "runtime",
  1371. "rid": "win"
  1372. }
  1373. }
  1374. },
  1375. "System.Security.Principal.Windows/4.4.0": {
  1376. "type": "package",
  1377. "dependencies": {
  1378. "Microsoft.NETCore.Platforms": "2.0.0"
  1379. },
  1380. "compile": {
  1381. "ref/netstandard2.0/_._": {
  1382. "related": ".xml"
  1383. }
  1384. },
  1385. "runtime": {
  1386. "lib/netstandard2.0/System.Security.Principal.Windows.dll": {}
  1387. },
  1388. "runtimeTargets": {
  1389. "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {
  1390. "assetType": "runtime",
  1391. "rid": "unix"
  1392. },
  1393. "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {
  1394. "assetType": "runtime",
  1395. "rid": "win"
  1396. }
  1397. }
  1398. },
  1399. "System.Text.Encoding/4.3.0": {
  1400. "type": "package",
  1401. "dependencies": {
  1402. "Microsoft.NETCore.Platforms": "1.1.0",
  1403. "Microsoft.NETCore.Targets": "1.1.0",
  1404. "System.Runtime": "4.3.0"
  1405. },
  1406. "compile": {
  1407. "ref/netstandard1.3/System.Text.Encoding.dll": {
  1408. "related": ".xml"
  1409. }
  1410. }
  1411. },
  1412. "System.Text.Encoding.CodePages/4.4.0": {
  1413. "type": "package",
  1414. "dependencies": {
  1415. "Microsoft.NETCore.Platforms": "2.0.0"
  1416. },
  1417. "compile": {
  1418. "ref/netstandard2.0/_._": {
  1419. "related": ".xml"
  1420. }
  1421. },
  1422. "runtime": {
  1423. "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {}
  1424. },
  1425. "runtimeTargets": {
  1426. "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": {
  1427. "assetType": "runtime",
  1428. "rid": "win"
  1429. }
  1430. }
  1431. },
  1432. "System.Text.Encoding.Extensions/4.3.0": {
  1433. "type": "package",
  1434. "dependencies": {
  1435. "Microsoft.NETCore.Platforms": "1.1.0",
  1436. "Microsoft.NETCore.Targets": "1.1.0",
  1437. "System.Runtime": "4.3.0",
  1438. "System.Text.Encoding": "4.3.0"
  1439. },
  1440. "compile": {
  1441. "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {
  1442. "related": ".xml"
  1443. }
  1444. }
  1445. },
  1446. "System.Text.RegularExpressions/4.3.0": {
  1447. "type": "package",
  1448. "dependencies": {
  1449. "System.Runtime": "4.3.0"
  1450. },
  1451. "compile": {
  1452. "ref/netcoreapp1.1/System.Text.RegularExpressions.dll": {}
  1453. },
  1454. "runtime": {
  1455. "lib/netstandard1.6/System.Text.RegularExpressions.dll": {}
  1456. }
  1457. },
  1458. "System.Threading/4.3.0": {
  1459. "type": "package",
  1460. "dependencies": {
  1461. "System.Runtime": "4.3.0",
  1462. "System.Threading.Tasks": "4.3.0"
  1463. },
  1464. "compile": {
  1465. "ref/netstandard1.3/System.Threading.dll": {
  1466. "related": ".xml"
  1467. }
  1468. },
  1469. "runtime": {
  1470. "lib/netstandard1.3/System.Threading.dll": {}
  1471. }
  1472. },
  1473. "System.Threading.Tasks/4.3.0": {
  1474. "type": "package",
  1475. "dependencies": {
  1476. "Microsoft.NETCore.Platforms": "1.1.0",
  1477. "Microsoft.NETCore.Targets": "1.1.0",
  1478. "System.Runtime": "4.3.0"
  1479. },
  1480. "compile": {
  1481. "ref/netstandard1.3/System.Threading.Tasks.dll": {
  1482. "related": ".xml"
  1483. }
  1484. }
  1485. },
  1486. "System.Threading.Tasks.Extensions/4.3.0": {
  1487. "type": "package",
  1488. "dependencies": {
  1489. "System.Collections": "4.3.0",
  1490. "System.Runtime": "4.3.0",
  1491. "System.Threading.Tasks": "4.3.0"
  1492. },
  1493. "compile": {
  1494. "lib/netstandard1.0/_._": {
  1495. "related": ".xml"
  1496. }
  1497. },
  1498. "runtime": {
  1499. "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {
  1500. "related": ".xml"
  1501. }
  1502. }
  1503. },
  1504. "System.Threading.Timer/4.3.0": {
  1505. "type": "package",
  1506. "dependencies": {
  1507. "Microsoft.NETCore.Platforms": "1.1.0",
  1508. "Microsoft.NETCore.Targets": "1.1.0",
  1509. "System.Runtime": "4.3.0"
  1510. },
  1511. "compile": {
  1512. "ref/netstandard1.2/System.Threading.Timer.dll": {
  1513. "related": ".xml"
  1514. }
  1515. }
  1516. },
  1517. "System.Xml.ReaderWriter/4.3.0": {
  1518. "type": "package",
  1519. "dependencies": {
  1520. "System.Collections": "4.3.0",
  1521. "System.Diagnostics.Debug": "4.3.0",
  1522. "System.Globalization": "4.3.0",
  1523. "System.IO": "4.3.0",
  1524. "System.IO.FileSystem": "4.3.0",
  1525. "System.IO.FileSystem.Primitives": "4.3.0",
  1526. "System.Resources.ResourceManager": "4.3.0",
  1527. "System.Runtime": "4.3.0",
  1528. "System.Runtime.Extensions": "4.3.0",
  1529. "System.Runtime.InteropServices": "4.3.0",
  1530. "System.Text.Encoding": "4.3.0",
  1531. "System.Text.Encoding.Extensions": "4.3.0",
  1532. "System.Text.RegularExpressions": "4.3.0",
  1533. "System.Threading.Tasks": "4.3.0",
  1534. "System.Threading.Tasks.Extensions": "4.3.0"
  1535. },
  1536. "compile": {
  1537. "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {
  1538. "related": ".xml"
  1539. }
  1540. },
  1541. "runtime": {
  1542. "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {}
  1543. }
  1544. },
  1545. "System.Xml.XDocument/4.3.0": {
  1546. "type": "package",
  1547. "dependencies": {
  1548. "System.Collections": "4.3.0",
  1549. "System.Diagnostics.Debug": "4.3.0",
  1550. "System.Diagnostics.Tools": "4.3.0",
  1551. "System.Globalization": "4.3.0",
  1552. "System.IO": "4.3.0",
  1553. "System.Reflection": "4.3.0",
  1554. "System.Resources.ResourceManager": "4.3.0",
  1555. "System.Runtime": "4.3.0",
  1556. "System.Runtime.Extensions": "4.3.0",
  1557. "System.Text.Encoding": "4.3.0",
  1558. "System.Threading": "4.3.0",
  1559. "System.Xml.ReaderWriter": "4.3.0"
  1560. },
  1561. "compile": {
  1562. "ref/netstandard1.3/System.Xml.XDocument.dll": {
  1563. "related": ".xml"
  1564. }
  1565. },
  1566. "runtime": {
  1567. "lib/netstandard1.3/System.Xml.XDocument.dll": {}
  1568. }
  1569. }
  1570. },
  1571. "net6.0/linux-x64": {
  1572. "Independentsoft.Exchange/3.0.700": {
  1573. "type": "package",
  1574. "compile": {
  1575. "Lib/netcoreapp2.0/Independentsoft.Exchange.dll": {}
  1576. },
  1577. "runtime": {
  1578. "Lib/netcoreapp2.0/Independentsoft.Exchange.dll": {}
  1579. }
  1580. },
  1581. "Json.Net/1.0.33": {
  1582. "type": "package",
  1583. "compile": {
  1584. "lib/netstandard2.0/Json.Net.dll": {}
  1585. },
  1586. "runtime": {
  1587. "lib/netstandard2.0/Json.Net.dll": {}
  1588. }
  1589. },
  1590. "Microsoft.AspNet.WebApi.Client/5.2.9": {
  1591. "type": "package",
  1592. "dependencies": {
  1593. "Newtonsoft.Json": "10.0.1",
  1594. "Newtonsoft.Json.Bson": "1.0.1"
  1595. },
  1596. "compile": {
  1597. "lib/netstandard2.0/System.Net.Http.Formatting.dll": {
  1598. "related": ".xml"
  1599. }
  1600. },
  1601. "runtime": {
  1602. "lib/netstandard2.0/System.Net.Http.Formatting.dll": {
  1603. "related": ".xml"
  1604. }
  1605. }
  1606. },
  1607. "Microsoft.Exchange.WebServices/2.2.0": {
  1608. "type": "package",
  1609. "compile": {
  1610. "lib/40/Microsoft.Exchange.WebServices.Auth.dll": {
  1611. "related": ".pdb;.xml"
  1612. },
  1613. "lib/40/Microsoft.Exchange.WebServices.dll": {
  1614. "related": ".Auth.pdb;.Auth.xml;.pdb;.xml"
  1615. }
  1616. },
  1617. "runtime": {
  1618. "lib/40/Microsoft.Exchange.WebServices.Auth.dll": {
  1619. "related": ".pdb;.xml"
  1620. },
  1621. "lib/40/Microsoft.Exchange.WebServices.dll": {
  1622. "related": ".Auth.pdb;.Auth.xml;.pdb;.xml"
  1623. }
  1624. }
  1625. },
  1626. "Microsoft.Identity.Client/4.49.1": {
  1627. "type": "package",
  1628. "dependencies": {
  1629. "Microsoft.IdentityModel.Abstractions": "6.22.0"
  1630. },
  1631. "compile": {
  1632. "lib/net6.0/Microsoft.Identity.Client.dll": {
  1633. "related": ".xml"
  1634. }
  1635. },
  1636. "runtime": {
  1637. "lib/net6.0/Microsoft.Identity.Client.dll": {
  1638. "related": ".xml"
  1639. }
  1640. }
  1641. },
  1642. "Microsoft.IdentityModel.Abstractions/6.22.0": {
  1643. "type": "package",
  1644. "compile": {
  1645. "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
  1646. "related": ".xml"
  1647. }
  1648. },
  1649. "runtime": {
  1650. "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
  1651. "related": ".xml"
  1652. }
  1653. }
  1654. },
  1655. "Microsoft.NETCore.Platforms/2.0.0": {
  1656. "type": "package",
  1657. "compile": {
  1658. "lib/netstandard1.0/_._": {}
  1659. },
  1660. "runtime": {
  1661. "lib/netstandard1.0/_._": {}
  1662. }
  1663. },
  1664. "Microsoft.NETCore.Targets/1.1.0": {
  1665. "type": "package",
  1666. "compile": {
  1667. "lib/netstandard1.0/_._": {}
  1668. },
  1669. "runtime": {
  1670. "lib/netstandard1.0/_._": {}
  1671. }
  1672. },
  1673. "Microsoft.Win32.Primitives/4.3.0": {
  1674. "type": "package",
  1675. "dependencies": {
  1676. "Microsoft.NETCore.Platforms": "1.1.0",
  1677. "Microsoft.NETCore.Targets": "1.1.0",
  1678. "System.Runtime": "4.3.0",
  1679. "runtime.unix.Microsoft.Win32.Primitives": "4.3.0"
  1680. },
  1681. "compile": {
  1682. "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {
  1683. "related": ".xml"
  1684. }
  1685. }
  1686. },
  1687. "Microsoft.Win32.Registry/4.4.0": {
  1688. "type": "package",
  1689. "dependencies": {
  1690. "Microsoft.NETCore.Platforms": "2.0.0",
  1691. "System.Security.AccessControl": "4.4.0",
  1692. "System.Security.Principal.Windows": "4.4.0"
  1693. },
  1694. "compile": {
  1695. "ref/netstandard2.0/_._": {
  1696. "related": ".xml"
  1697. }
  1698. },
  1699. "runtime": {
  1700. "runtimes/unix/lib/netcoreapp2.0/Microsoft.Win32.Registry.dll": {}
  1701. }
  1702. },
  1703. "NETStandard.Library/1.6.1": {
  1704. "type": "package",
  1705. "dependencies": {
  1706. "Microsoft.NETCore.Platforms": "1.1.0",
  1707. "Microsoft.Win32.Primitives": "4.3.0",
  1708. "System.AppContext": "4.3.0",
  1709. "System.Collections": "4.3.0",
  1710. "System.Collections.Concurrent": "4.3.0",
  1711. "System.Console": "4.3.0",
  1712. "System.Diagnostics.Debug": "4.3.0",
  1713. "System.Diagnostics.Tools": "4.3.0",
  1714. "System.Diagnostics.Tracing": "4.3.0",
  1715. "System.Globalization": "4.3.0",
  1716. "System.Globalization.Calendars": "4.3.0",
  1717. "System.IO": "4.3.0",
  1718. "System.IO.Compression": "4.3.0",
  1719. "System.IO.Compression.ZipFile": "4.3.0",
  1720. "System.IO.FileSystem": "4.3.0",
  1721. "System.IO.FileSystem.Primitives": "4.3.0",
  1722. "System.Linq": "4.3.0",
  1723. "System.Linq.Expressions": "4.3.0",
  1724. "System.Net.Http": "4.3.0",
  1725. "System.Net.Primitives": "4.3.0",
  1726. "System.Net.Sockets": "4.3.0",
  1727. "System.ObjectModel": "4.3.0",
  1728. "System.Reflection": "4.3.0",
  1729. "System.Reflection.Extensions": "4.3.0",
  1730. "System.Reflection.Primitives": "4.3.0",
  1731. "System.Resources.ResourceManager": "4.3.0",
  1732. "System.Runtime": "4.3.0",
  1733. "System.Runtime.Extensions": "4.3.0",
  1734. "System.Runtime.Handles": "4.3.0",
  1735. "System.Runtime.InteropServices": "4.3.0",
  1736. "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
  1737. "System.Runtime.Numerics": "4.3.0",
  1738. "System.Security.Cryptography.Algorithms": "4.3.0",
  1739. "System.Security.Cryptography.Encoding": "4.3.0",
  1740. "System.Security.Cryptography.Primitives": "4.3.0",
  1741. "System.Security.Cryptography.X509Certificates": "4.3.0",
  1742. "System.Text.Encoding": "4.3.0",
  1743. "System.Text.Encoding.Extensions": "4.3.0",
  1744. "System.Text.RegularExpressions": "4.3.0",
  1745. "System.Threading": "4.3.0",
  1746. "System.Threading.Tasks": "4.3.0",
  1747. "System.Threading.Timer": "4.3.0",
  1748. "System.Xml.ReaderWriter": "4.3.0",
  1749. "System.Xml.XDocument": "4.3.0"
  1750. }
  1751. },
  1752. "Newtonsoft.Json/13.0.1": {
  1753. "type": "package",
  1754. "compile": {
  1755. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  1756. "related": ".xml"
  1757. }
  1758. },
  1759. "runtime": {
  1760. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  1761. "related": ".xml"
  1762. }
  1763. }
  1764. },
  1765. "Newtonsoft.Json.Bson/1.0.1": {
  1766. "type": "package",
  1767. "dependencies": {
  1768. "NETStandard.Library": "1.6.1",
  1769. "Newtonsoft.Json": "10.0.1"
  1770. },
  1771. "compile": {
  1772. "lib/netstandard1.3/Newtonsoft.Json.Bson.dll": {
  1773. "related": ".xml"
  1774. }
  1775. },
  1776. "runtime": {
  1777. "lib/netstandard1.3/Newtonsoft.Json.Bson.dll": {
  1778. "related": ".xml"
  1779. }
  1780. }
  1781. },
  1782. "RestSharp/108.0.2": {
  1783. "type": "package",
  1784. "compile": {
  1785. "lib/net6.0/RestSharp.dll": {
  1786. "related": ".xml"
  1787. }
  1788. },
  1789. "runtime": {
  1790. "lib/net6.0/RestSharp.dll": {
  1791. "related": ".xml"
  1792. }
  1793. }
  1794. },
  1795. "runtime.any.System.Collections/4.3.0": {
  1796. "type": "package",
  1797. "dependencies": {
  1798. "System.Runtime": "4.3.0"
  1799. },
  1800. "compile": {
  1801. "ref/netstandard/_._": {}
  1802. },
  1803. "runtime": {
  1804. "lib/netstandard1.3/System.Collections.dll": {}
  1805. }
  1806. },
  1807. "runtime.any.System.Diagnostics.Tools/4.3.0": {
  1808. "type": "package",
  1809. "compile": {
  1810. "ref/netstandard/_._": {}
  1811. },
  1812. "runtime": {
  1813. "lib/netstandard1.3/System.Diagnostics.Tools.dll": {}
  1814. }
  1815. },
  1816. "runtime.any.System.Diagnostics.Tracing/4.3.0": {
  1817. "type": "package",
  1818. "compile": {
  1819. "ref/netstandard/_._": {}
  1820. },
  1821. "runtime": {
  1822. "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {}
  1823. }
  1824. },
  1825. "runtime.any.System.Globalization/4.3.0": {
  1826. "type": "package",
  1827. "compile": {
  1828. "ref/netstandard/_._": {}
  1829. },
  1830. "runtime": {
  1831. "lib/netstandard1.3/System.Globalization.dll": {}
  1832. }
  1833. },
  1834. "runtime.any.System.Globalization.Calendars/4.3.0": {
  1835. "type": "package",
  1836. "compile": {
  1837. "ref/netstandard/_._": {}
  1838. },
  1839. "runtime": {
  1840. "lib/netstandard1.3/System.Globalization.Calendars.dll": {}
  1841. }
  1842. },
  1843. "runtime.any.System.IO/4.3.0": {
  1844. "type": "package",
  1845. "compile": {
  1846. "ref/netstandard/_._": {}
  1847. },
  1848. "runtime": {
  1849. "lib/netstandard1.5/System.IO.dll": {}
  1850. }
  1851. },
  1852. "runtime.any.System.Reflection/4.3.0": {
  1853. "type": "package",
  1854. "compile": {
  1855. "ref/netstandard/_._": {}
  1856. },
  1857. "runtime": {
  1858. "lib/netstandard1.5/System.Reflection.dll": {}
  1859. }
  1860. },
  1861. "runtime.any.System.Reflection.Extensions/4.3.0": {
  1862. "type": "package",
  1863. "compile": {
  1864. "ref/netstandard/_._": {}
  1865. },
  1866. "runtime": {
  1867. "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
  1868. }
  1869. },
  1870. "runtime.any.System.Reflection.Primitives/4.3.0": {
  1871. "type": "package",
  1872. "compile": {
  1873. "ref/netstandard/_._": {}
  1874. },
  1875. "runtime": {
  1876. "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
  1877. }
  1878. },
  1879. "runtime.any.System.Resources.ResourceManager/4.3.0": {
  1880. "type": "package",
  1881. "compile": {
  1882. "ref/netstandard/_._": {}
  1883. },
  1884. "runtime": {
  1885. "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
  1886. }
  1887. },
  1888. "runtime.any.System.Runtime/4.3.0": {
  1889. "type": "package",
  1890. "dependencies": {
  1891. "System.Private.Uri": "4.3.0"
  1892. },
  1893. "compile": {
  1894. "ref/netstandard/_._": {}
  1895. },
  1896. "runtime": {
  1897. "lib/netstandard1.5/System.Runtime.dll": {}
  1898. }
  1899. },
  1900. "runtime.any.System.Runtime.Handles/4.3.0": {
  1901. "type": "package",
  1902. "compile": {
  1903. "ref/netstandard/_._": {}
  1904. },
  1905. "runtime": {
  1906. "lib/netstandard1.3/System.Runtime.Handles.dll": {}
  1907. }
  1908. },
  1909. "runtime.any.System.Runtime.InteropServices/4.3.0": {
  1910. "type": "package",
  1911. "compile": {
  1912. "ref/netstandard/_._": {}
  1913. },
  1914. "runtime": {
  1915. "lib/netstandard1.6/System.Runtime.InteropServices.dll": {}
  1916. }
  1917. },
  1918. "runtime.any.System.Text.Encoding/4.3.0": {
  1919. "type": "package",
  1920. "compile": {
  1921. "ref/netstandard/_._": {}
  1922. },
  1923. "runtime": {
  1924. "lib/netstandard1.3/System.Text.Encoding.dll": {}
  1925. }
  1926. },
  1927. "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
  1928. "type": "package",
  1929. "compile": {
  1930. "ref/netstandard/_._": {}
  1931. },
  1932. "runtime": {
  1933. "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
  1934. }
  1935. },
  1936. "runtime.any.System.Threading.Tasks/4.3.0": {
  1937. "type": "package",
  1938. "compile": {
  1939. "ref/netstandard/_._": {}
  1940. },
  1941. "runtime": {
  1942. "lib/netstandard1.3/System.Threading.Tasks.dll": {}
  1943. }
  1944. },
  1945. "runtime.any.System.Threading.Timer/4.3.0": {
  1946. "type": "package",
  1947. "compile": {
  1948. "ref/netstandard/_._": {}
  1949. },
  1950. "runtime": {
  1951. "lib/netstandard1.3/System.Threading.Timer.dll": {}
  1952. }
  1953. },
  1954. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1955. "type": "package"
  1956. },
  1957. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1958. "type": "package"
  1959. },
  1960. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1961. "type": "package"
  1962. },
  1963. "runtime.native.System/4.3.0": {
  1964. "type": "package",
  1965. "dependencies": {
  1966. "Microsoft.NETCore.Platforms": "1.1.0",
  1967. "Microsoft.NETCore.Targets": "1.1.0"
  1968. },
  1969. "compile": {
  1970. "lib/netstandard1.0/_._": {}
  1971. },
  1972. "runtime": {
  1973. "lib/netstandard1.0/_._": {}
  1974. }
  1975. },
  1976. "runtime.native.System.Data.SqlClient.sni/4.4.0": {
  1977. "type": "package",
  1978. "dependencies": {
  1979. "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
  1980. "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
  1981. "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
  1982. }
  1983. },
  1984. "runtime.native.System.IO.Compression/4.3.0": {
  1985. "type": "package",
  1986. "dependencies": {
  1987. "Microsoft.NETCore.Platforms": "1.1.0",
  1988. "Microsoft.NETCore.Targets": "1.1.0"
  1989. },
  1990. "compile": {
  1991. "lib/netstandard1.0/_._": {}
  1992. },
  1993. "runtime": {
  1994. "lib/netstandard1.0/_._": {}
  1995. }
  1996. },
  1997. "runtime.native.System.Net.Http/4.3.0": {
  1998. "type": "package",
  1999. "dependencies": {
  2000. "Microsoft.NETCore.Platforms": "1.1.0",
  2001. "Microsoft.NETCore.Targets": "1.1.0"
  2002. },
  2003. "compile": {
  2004. "lib/netstandard1.0/_._": {}
  2005. },
  2006. "runtime": {
  2007. "lib/netstandard1.0/_._": {}
  2008. }
  2009. },
  2010. "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  2011. "type": "package",
  2012. "dependencies": {
  2013. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
  2014. },
  2015. "compile": {
  2016. "lib/netstandard1.0/_._": {}
  2017. },
  2018. "runtime": {
  2019. "lib/netstandard1.0/_._": {}
  2020. }
  2021. },
  2022. "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  2023. "type": "package",
  2024. "dependencies": {
  2025. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  2026. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  2027. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  2028. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  2029. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  2030. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  2031. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  2032. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  2033. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  2034. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  2035. },
  2036. "compile": {
  2037. "lib/netstandard1.0/_._": {}
  2038. },
  2039. "runtime": {
  2040. "lib/netstandard1.0/_._": {}
  2041. }
  2042. },
  2043. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  2044. "type": "package"
  2045. },
  2046. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  2047. "type": "package"
  2048. },
  2049. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  2050. "type": "package"
  2051. },
  2052. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  2053. "type": "package"
  2054. },
  2055. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  2056. "type": "package"
  2057. },
  2058. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  2059. "type": "package"
  2060. },
  2061. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  2062. "type": "package"
  2063. },
  2064. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  2065. "type": "package"
  2066. },
  2067. "runtime.unix.Microsoft.Win32.Primitives/4.3.0": {
  2068. "type": "package",
  2069. "dependencies": {
  2070. "System.Runtime": "4.3.0",
  2071. "System.Runtime.InteropServices": "4.3.0",
  2072. "runtime.native.System": "4.3.0"
  2073. },
  2074. "compile": {
  2075. "ref/netstandard/_._": {}
  2076. },
  2077. "runtime": {
  2078. "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Primitives.dll": {}
  2079. }
  2080. },
  2081. "runtime.unix.System.Console/4.3.0": {
  2082. "type": "package",
  2083. "dependencies": {
  2084. "System.Collections": "4.3.0",
  2085. "System.IO": "4.3.0",
  2086. "System.IO.FileSystem.Primitives": "4.3.0",
  2087. "System.Resources.ResourceManager": "4.3.0",
  2088. "System.Runtime": "4.3.0",
  2089. "System.Runtime.Extensions": "4.3.0",
  2090. "System.Runtime.Handles": "4.3.0",
  2091. "System.Runtime.InteropServices": "4.3.0",
  2092. "System.Text.Encoding": "4.3.0",
  2093. "System.Text.Encoding.Extensions": "4.3.0",
  2094. "System.Threading": "4.3.0",
  2095. "System.Threading.Tasks": "4.3.0",
  2096. "runtime.native.System": "4.3.0"
  2097. },
  2098. "compile": {
  2099. "ref/netstandard/_._": {}
  2100. },
  2101. "runtime": {
  2102. "runtimes/unix/lib/netstandard1.3/System.Console.dll": {}
  2103. }
  2104. },
  2105. "runtime.unix.System.Diagnostics.Debug/4.3.0": {
  2106. "type": "package",
  2107. "dependencies": {
  2108. "runtime.native.System": "4.3.0"
  2109. },
  2110. "compile": {
  2111. "ref/netstandard/_._": {}
  2112. },
  2113. "runtime": {
  2114. "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
  2115. }
  2116. },
  2117. "runtime.unix.System.IO.FileSystem/4.3.0": {
  2118. "type": "package",
  2119. "dependencies": {
  2120. "System.Buffers": "4.3.0",
  2121. "System.Collections": "4.3.0",
  2122. "System.Diagnostics.Debug": "4.3.0",
  2123. "System.IO": "4.3.0",
  2124. "System.IO.FileSystem.Primitives": "4.3.0",
  2125. "System.Resources.ResourceManager": "4.3.0",
  2126. "System.Runtime": "4.3.0",
  2127. "System.Runtime.Extensions": "4.3.0",
  2128. "System.Runtime.Handles": "4.3.0",
  2129. "System.Runtime.InteropServices": "4.3.0",
  2130. "System.Text.Encoding": "4.3.0",
  2131. "System.Text.Encoding.Extensions": "4.3.0",
  2132. "System.Threading": "4.3.0",
  2133. "System.Threading.Tasks": "4.3.0",
  2134. "runtime.native.System": "4.3.0"
  2135. },
  2136. "compile": {
  2137. "ref/netstandard/_._": {}
  2138. },
  2139. "runtime": {
  2140. "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll": {}
  2141. }
  2142. },
  2143. "runtime.unix.System.Net.Primitives/4.3.0": {
  2144. "type": "package",
  2145. "dependencies": {
  2146. "Microsoft.Win32.Primitives": "4.3.0",
  2147. "System.Collections": "4.3.0",
  2148. "System.Diagnostics.Tracing": "4.3.0",
  2149. "System.Globalization": "4.3.0",
  2150. "System.Resources.ResourceManager": "4.3.0",
  2151. "System.Runtime": "4.3.0",
  2152. "System.Runtime.Extensions": "4.3.0",
  2153. "System.Runtime.Handles": "4.3.0",
  2154. "System.Runtime.InteropServices": "4.3.0",
  2155. "System.Threading": "4.3.0",
  2156. "runtime.native.System": "4.3.0"
  2157. },
  2158. "compile": {
  2159. "ref/netstandard/_._": {}
  2160. },
  2161. "runtime": {
  2162. "runtimes/unix/lib/netstandard1.3/System.Net.Primitives.dll": {}
  2163. }
  2164. },
  2165. "runtime.unix.System.Net.Sockets/4.3.0": {
  2166. "type": "package",
  2167. "dependencies": {
  2168. "System.Collections": "4.3.0",
  2169. "System.Diagnostics.Debug": "4.3.0",
  2170. "System.Diagnostics.Tracing": "4.3.0",
  2171. "System.Globalization": "4.3.0",
  2172. "System.IO": "4.3.0",
  2173. "System.IO.FileSystem": "4.3.0",
  2174. "System.Net.NameResolution": "4.3.0",
  2175. "System.Net.Primitives": "4.3.0",
  2176. "System.Resources.ResourceManager": "4.3.0",
  2177. "System.Runtime": "4.3.0",
  2178. "System.Runtime.Extensions": "4.3.0",
  2179. "System.Runtime.Handles": "4.3.0",
  2180. "System.Runtime.InteropServices": "4.3.0",
  2181. "System.Threading": "4.3.0",
  2182. "System.Threading.Tasks": "4.3.0",
  2183. "System.Threading.ThreadPool": "4.3.0",
  2184. "runtime.native.System": "4.3.0"
  2185. },
  2186. "compile": {
  2187. "ref/netstandard/_._": {}
  2188. },
  2189. "runtime": {
  2190. "runtimes/unix/lib/netstandard1.3/System.Net.Sockets.dll": {}
  2191. }
  2192. },
  2193. "runtime.unix.System.Private.Uri/4.3.0": {
  2194. "type": "package",
  2195. "dependencies": {
  2196. "runtime.native.System": "4.3.0"
  2197. },
  2198. "compile": {
  2199. "ref/netstandard/_._": {}
  2200. },
  2201. "runtime": {
  2202. "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll": {}
  2203. }
  2204. },
  2205. "runtime.unix.System.Runtime.Extensions/4.3.0": {
  2206. "type": "package",
  2207. "dependencies": {
  2208. "System.Private.Uri": "4.3.0",
  2209. "runtime.native.System": "4.3.0",
  2210. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  2211. },
  2212. "compile": {
  2213. "ref/netstandard/_._": {}
  2214. },
  2215. "runtime": {
  2216. "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
  2217. }
  2218. },
  2219. "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  2220. "type": "package"
  2221. },
  2222. "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  2223. "type": "package"
  2224. },
  2225. "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  2226. "type": "package"
  2227. },
  2228. "System.AppContext/4.3.0": {
  2229. "type": "package",
  2230. "dependencies": {
  2231. "System.Runtime": "4.3.0"
  2232. },
  2233. "compile": {
  2234. "ref/netstandard1.6/System.AppContext.dll": {
  2235. "related": ".xml"
  2236. }
  2237. },
  2238. "runtime": {
  2239. "lib/netstandard1.6/System.AppContext.dll": {}
  2240. }
  2241. },
  2242. "System.Buffers/4.3.0": {
  2243. "type": "package",
  2244. "dependencies": {
  2245. "System.Diagnostics.Debug": "4.3.0",
  2246. "System.Diagnostics.Tracing": "4.3.0",
  2247. "System.Resources.ResourceManager": "4.3.0",
  2248. "System.Runtime": "4.3.0",
  2249. "System.Threading": "4.3.0"
  2250. },
  2251. "compile": {
  2252. "lib/netstandard1.1/System.Buffers.dll": {}
  2253. },
  2254. "runtime": {
  2255. "lib/netstandard1.1/System.Buffers.dll": {}
  2256. }
  2257. },
  2258. "System.Collections/4.3.0": {
  2259. "type": "package",
  2260. "dependencies": {
  2261. "Microsoft.NETCore.Platforms": "1.1.0",
  2262. "Microsoft.NETCore.Targets": "1.1.0",
  2263. "System.Runtime": "4.3.0",
  2264. "runtime.any.System.Collections": "4.3.0"
  2265. },
  2266. "compile": {
  2267. "ref/netstandard1.3/System.Collections.dll": {
  2268. "related": ".xml"
  2269. }
  2270. }
  2271. },
  2272. "System.Collections.Concurrent/4.3.0": {
  2273. "type": "package",
  2274. "dependencies": {
  2275. "System.Collections": "4.3.0",
  2276. "System.Diagnostics.Debug": "4.3.0",
  2277. "System.Diagnostics.Tracing": "4.3.0",
  2278. "System.Globalization": "4.3.0",
  2279. "System.Reflection": "4.3.0",
  2280. "System.Resources.ResourceManager": "4.3.0",
  2281. "System.Runtime": "4.3.0",
  2282. "System.Runtime.Extensions": "4.3.0",
  2283. "System.Threading": "4.3.0",
  2284. "System.Threading.Tasks": "4.3.0"
  2285. },
  2286. "compile": {
  2287. "ref/netstandard1.3/System.Collections.Concurrent.dll": {
  2288. "related": ".xml"
  2289. }
  2290. },
  2291. "runtime": {
  2292. "lib/netstandard1.3/System.Collections.Concurrent.dll": {}
  2293. }
  2294. },
  2295. "System.Console/4.3.0": {
  2296. "type": "package",
  2297. "dependencies": {
  2298. "Microsoft.NETCore.Platforms": "1.1.0",
  2299. "Microsoft.NETCore.Targets": "1.1.0",
  2300. "System.IO": "4.3.0",
  2301. "System.Runtime": "4.3.0",
  2302. "System.Text.Encoding": "4.3.0",
  2303. "runtime.unix.System.Console": "4.3.0"
  2304. },
  2305. "compile": {
  2306. "ref/netstandard1.3/System.Console.dll": {
  2307. "related": ".xml"
  2308. }
  2309. }
  2310. },
  2311. "System.Data.SqlClient/4.4.0": {
  2312. "type": "package",
  2313. "dependencies": {
  2314. "Microsoft.Win32.Registry": "4.4.0",
  2315. "System.Security.Principal.Windows": "4.4.0",
  2316. "System.Text.Encoding.CodePages": "4.4.0",
  2317. "runtime.native.System.Data.SqlClient.sni": "4.4.0"
  2318. },
  2319. "compile": {
  2320. "ref/netstandard2.0/System.Data.SqlClient.dll": {
  2321. "related": ".xml"
  2322. }
  2323. },
  2324. "runtime": {
  2325. "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll": {}
  2326. }
  2327. },
  2328. "System.Diagnostics.Debug/4.3.0": {
  2329. "type": "package",
  2330. "dependencies": {
  2331. "Microsoft.NETCore.Platforms": "1.1.0",
  2332. "Microsoft.NETCore.Targets": "1.1.0",
  2333. "System.Runtime": "4.3.0",
  2334. "runtime.unix.System.Diagnostics.Debug": "4.3.0"
  2335. },
  2336. "compile": {
  2337. "ref/netstandard1.3/System.Diagnostics.Debug.dll": {
  2338. "related": ".xml"
  2339. }
  2340. }
  2341. },
  2342. "System.Diagnostics.DiagnosticSource/4.3.0": {
  2343. "type": "package",
  2344. "dependencies": {
  2345. "System.Collections": "4.3.0",
  2346. "System.Diagnostics.Tracing": "4.3.0",
  2347. "System.Reflection": "4.3.0",
  2348. "System.Runtime": "4.3.0",
  2349. "System.Threading": "4.3.0"
  2350. },
  2351. "compile": {
  2352. "lib/netstandard1.3/_._": {
  2353. "related": ".xml"
  2354. }
  2355. },
  2356. "runtime": {
  2357. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {
  2358. "related": ".xml"
  2359. }
  2360. }
  2361. },
  2362. "System.Diagnostics.Tools/4.3.0": {
  2363. "type": "package",
  2364. "dependencies": {
  2365. "Microsoft.NETCore.Platforms": "1.1.0",
  2366. "Microsoft.NETCore.Targets": "1.1.0",
  2367. "System.Runtime": "4.3.0",
  2368. "runtime.any.System.Diagnostics.Tools": "4.3.0"
  2369. },
  2370. "compile": {
  2371. "ref/netstandard1.0/System.Diagnostics.Tools.dll": {
  2372. "related": ".xml"
  2373. }
  2374. }
  2375. },
  2376. "System.Diagnostics.Tracing/4.3.0": {
  2377. "type": "package",
  2378. "dependencies": {
  2379. "Microsoft.NETCore.Platforms": "1.1.0",
  2380. "Microsoft.NETCore.Targets": "1.1.0",
  2381. "System.Runtime": "4.3.0",
  2382. "runtime.any.System.Diagnostics.Tracing": "4.3.0"
  2383. },
  2384. "compile": {
  2385. "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {
  2386. "related": ".xml"
  2387. }
  2388. }
  2389. },
  2390. "System.Globalization/4.3.0": {
  2391. "type": "package",
  2392. "dependencies": {
  2393. "Microsoft.NETCore.Platforms": "1.1.0",
  2394. "Microsoft.NETCore.Targets": "1.1.0",
  2395. "System.Runtime": "4.3.0",
  2396. "runtime.any.System.Globalization": "4.3.0"
  2397. },
  2398. "compile": {
  2399. "ref/netstandard1.3/System.Globalization.dll": {
  2400. "related": ".xml"
  2401. }
  2402. }
  2403. },
  2404. "System.Globalization.Calendars/4.3.0": {
  2405. "type": "package",
  2406. "dependencies": {
  2407. "Microsoft.NETCore.Platforms": "1.1.0",
  2408. "Microsoft.NETCore.Targets": "1.1.0",
  2409. "System.Globalization": "4.3.0",
  2410. "System.Runtime": "4.3.0",
  2411. "runtime.any.System.Globalization.Calendars": "4.3.0"
  2412. },
  2413. "compile": {
  2414. "ref/netstandard1.3/System.Globalization.Calendars.dll": {
  2415. "related": ".xml"
  2416. }
  2417. }
  2418. },
  2419. "System.Globalization.Extensions/4.3.0": {
  2420. "type": "package",
  2421. "dependencies": {
  2422. "Microsoft.NETCore.Platforms": "1.1.0",
  2423. "System.Globalization": "4.3.0",
  2424. "System.Resources.ResourceManager": "4.3.0",
  2425. "System.Runtime": "4.3.0",
  2426. "System.Runtime.Extensions": "4.3.0",
  2427. "System.Runtime.InteropServices": "4.3.0"
  2428. },
  2429. "compile": {
  2430. "ref/netstandard1.3/_._": {
  2431. "related": ".xml"
  2432. }
  2433. },
  2434. "runtime": {
  2435. "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": {}
  2436. }
  2437. },
  2438. "System.IO/4.3.0": {
  2439. "type": "package",
  2440. "dependencies": {
  2441. "Microsoft.NETCore.Platforms": "1.1.0",
  2442. "Microsoft.NETCore.Targets": "1.1.0",
  2443. "System.Runtime": "4.3.0",
  2444. "System.Text.Encoding": "4.3.0",
  2445. "System.Threading.Tasks": "4.3.0",
  2446. "runtime.any.System.IO": "4.3.0"
  2447. },
  2448. "compile": {
  2449. "ref/netstandard1.5/System.IO.dll": {
  2450. "related": ".xml"
  2451. }
  2452. }
  2453. },
  2454. "System.IO.Compression/4.3.0": {
  2455. "type": "package",
  2456. "dependencies": {
  2457. "Microsoft.NETCore.Platforms": "1.1.0",
  2458. "System.Buffers": "4.3.0",
  2459. "System.Collections": "4.3.0",
  2460. "System.Diagnostics.Debug": "4.3.0",
  2461. "System.IO": "4.3.0",
  2462. "System.Resources.ResourceManager": "4.3.0",
  2463. "System.Runtime": "4.3.0",
  2464. "System.Runtime.Extensions": "4.3.0",
  2465. "System.Runtime.Handles": "4.3.0",
  2466. "System.Runtime.InteropServices": "4.3.0",
  2467. "System.Text.Encoding": "4.3.0",
  2468. "System.Threading": "4.3.0",
  2469. "System.Threading.Tasks": "4.3.0",
  2470. "runtime.native.System": "4.3.0",
  2471. "runtime.native.System.IO.Compression": "4.3.0"
  2472. },
  2473. "compile": {
  2474. "ref/netstandard1.3/System.IO.Compression.dll": {
  2475. "related": ".xml"
  2476. }
  2477. },
  2478. "runtime": {
  2479. "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": {}
  2480. }
  2481. },
  2482. "System.IO.Compression.ZipFile/4.3.0": {
  2483. "type": "package",
  2484. "dependencies": {
  2485. "System.Buffers": "4.3.0",
  2486. "System.IO": "4.3.0",
  2487. "System.IO.Compression": "4.3.0",
  2488. "System.IO.FileSystem": "4.3.0",
  2489. "System.IO.FileSystem.Primitives": "4.3.0",
  2490. "System.Resources.ResourceManager": "4.3.0",
  2491. "System.Runtime": "4.3.0",
  2492. "System.Runtime.Extensions": "4.3.0",
  2493. "System.Text.Encoding": "4.3.0"
  2494. },
  2495. "compile": {
  2496. "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {
  2497. "related": ".xml"
  2498. }
  2499. },
  2500. "runtime": {
  2501. "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {}
  2502. }
  2503. },
  2504. "System.IO.FileSystem/4.3.0": {
  2505. "type": "package",
  2506. "dependencies": {
  2507. "Microsoft.NETCore.Platforms": "1.1.0",
  2508. "Microsoft.NETCore.Targets": "1.1.0",
  2509. "System.IO": "4.3.0",
  2510. "System.IO.FileSystem.Primitives": "4.3.0",
  2511. "System.Runtime": "4.3.0",
  2512. "System.Runtime.Handles": "4.3.0",
  2513. "System.Text.Encoding": "4.3.0",
  2514. "System.Threading.Tasks": "4.3.0",
  2515. "runtime.unix.System.IO.FileSystem": "4.3.0"
  2516. },
  2517. "compile": {
  2518. "ref/netstandard1.3/System.IO.FileSystem.dll": {
  2519. "related": ".xml"
  2520. }
  2521. }
  2522. },
  2523. "System.IO.FileSystem.Primitives/4.3.0": {
  2524. "type": "package",
  2525. "dependencies": {
  2526. "System.Runtime": "4.3.0"
  2527. },
  2528. "compile": {
  2529. "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {
  2530. "related": ".xml"
  2531. }
  2532. },
  2533. "runtime": {
  2534. "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
  2535. }
  2536. },
  2537. "System.Linq/4.3.0": {
  2538. "type": "package",
  2539. "dependencies": {
  2540. "System.Collections": "4.3.0",
  2541. "System.Diagnostics.Debug": "4.3.0",
  2542. "System.Resources.ResourceManager": "4.3.0",
  2543. "System.Runtime": "4.3.0",
  2544. "System.Runtime.Extensions": "4.3.0"
  2545. },
  2546. "compile": {
  2547. "ref/netstandard1.6/System.Linq.dll": {
  2548. "related": ".xml"
  2549. }
  2550. },
  2551. "runtime": {
  2552. "lib/netstandard1.6/System.Linq.dll": {}
  2553. }
  2554. },
  2555. "System.Linq.Expressions/4.3.0": {
  2556. "type": "package",
  2557. "dependencies": {
  2558. "System.Collections": "4.3.0",
  2559. "System.Diagnostics.Debug": "4.3.0",
  2560. "System.Globalization": "4.3.0",
  2561. "System.IO": "4.3.0",
  2562. "System.Linq": "4.3.0",
  2563. "System.ObjectModel": "4.3.0",
  2564. "System.Reflection": "4.3.0",
  2565. "System.Reflection.Emit": "4.3.0",
  2566. "System.Reflection.Emit.ILGeneration": "4.3.0",
  2567. "System.Reflection.Emit.Lightweight": "4.3.0",
  2568. "System.Reflection.Extensions": "4.3.0",
  2569. "System.Reflection.Primitives": "4.3.0",
  2570. "System.Reflection.TypeExtensions": "4.3.0",
  2571. "System.Resources.ResourceManager": "4.3.0",
  2572. "System.Runtime": "4.3.0",
  2573. "System.Runtime.Extensions": "4.3.0",
  2574. "System.Threading": "4.3.0"
  2575. },
  2576. "compile": {
  2577. "ref/netstandard1.6/System.Linq.Expressions.dll": {
  2578. "related": ".xml"
  2579. }
  2580. },
  2581. "runtime": {
  2582. "lib/netstandard1.6/System.Linq.Expressions.dll": {}
  2583. }
  2584. },
  2585. "System.Net.Http/4.3.0": {
  2586. "type": "package",
  2587. "dependencies": {
  2588. "Microsoft.NETCore.Platforms": "1.1.0",
  2589. "System.Collections": "4.3.0",
  2590. "System.Diagnostics.Debug": "4.3.0",
  2591. "System.Diagnostics.DiagnosticSource": "4.3.0",
  2592. "System.Diagnostics.Tracing": "4.3.0",
  2593. "System.Globalization": "4.3.0",
  2594. "System.Globalization.Extensions": "4.3.0",
  2595. "System.IO": "4.3.0",
  2596. "System.IO.FileSystem": "4.3.0",
  2597. "System.Net.Primitives": "4.3.0",
  2598. "System.Resources.ResourceManager": "4.3.0",
  2599. "System.Runtime": "4.3.0",
  2600. "System.Runtime.Extensions": "4.3.0",
  2601. "System.Runtime.Handles": "4.3.0",
  2602. "System.Runtime.InteropServices": "4.3.0",
  2603. "System.Security.Cryptography.Algorithms": "4.3.0",
  2604. "System.Security.Cryptography.Encoding": "4.3.0",
  2605. "System.Security.Cryptography.OpenSsl": "4.3.0",
  2606. "System.Security.Cryptography.Primitives": "4.3.0",
  2607. "System.Security.Cryptography.X509Certificates": "4.3.0",
  2608. "System.Text.Encoding": "4.3.0",
  2609. "System.Threading": "4.3.0",
  2610. "System.Threading.Tasks": "4.3.0",
  2611. "runtime.native.System": "4.3.0",
  2612. "runtime.native.System.Net.Http": "4.3.0",
  2613. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  2614. },
  2615. "compile": {
  2616. "ref/netstandard1.3/System.Net.Http.dll": {
  2617. "related": ".xml"
  2618. }
  2619. },
  2620. "runtime": {
  2621. "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": {}
  2622. }
  2623. },
  2624. "System.Net.NameResolution/4.3.0": {
  2625. "type": "package",
  2626. "dependencies": {
  2627. "Microsoft.NETCore.Platforms": "1.1.0",
  2628. "System.Collections": "4.3.0",
  2629. "System.Diagnostics.Tracing": "4.3.0",
  2630. "System.Globalization": "4.3.0",
  2631. "System.Net.Primitives": "4.3.0",
  2632. "System.Resources.ResourceManager": "4.3.0",
  2633. "System.Runtime": "4.3.0",
  2634. "System.Runtime.Extensions": "4.3.0",
  2635. "System.Runtime.Handles": "4.3.0",
  2636. "System.Runtime.InteropServices": "4.3.0",
  2637. "System.Security.Principal.Windows": "4.3.0",
  2638. "System.Threading": "4.3.0",
  2639. "System.Threading.Tasks": "4.3.0",
  2640. "runtime.native.System": "4.3.0"
  2641. },
  2642. "compile": {
  2643. "ref/netstandard1.3/System.Net.NameResolution.dll": {
  2644. "related": ".xml"
  2645. }
  2646. },
  2647. "runtime": {
  2648. "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": {}
  2649. }
  2650. },
  2651. "System.Net.Primitives/4.3.0": {
  2652. "type": "package",
  2653. "dependencies": {
  2654. "Microsoft.NETCore.Platforms": "1.1.0",
  2655. "Microsoft.NETCore.Targets": "1.1.0",
  2656. "System.Runtime": "4.3.0",
  2657. "System.Runtime.Handles": "4.3.0",
  2658. "runtime.unix.System.Net.Primitives": "4.3.0"
  2659. },
  2660. "compile": {
  2661. "ref/netstandard1.3/System.Net.Primitives.dll": {
  2662. "related": ".xml"
  2663. }
  2664. }
  2665. },
  2666. "System.Net.Sockets/4.3.0": {
  2667. "type": "package",
  2668. "dependencies": {
  2669. "Microsoft.NETCore.Platforms": "1.1.0",
  2670. "Microsoft.NETCore.Targets": "1.1.0",
  2671. "System.IO": "4.3.0",
  2672. "System.Net.Primitives": "4.3.0",
  2673. "System.Runtime": "4.3.0",
  2674. "System.Threading.Tasks": "4.3.0",
  2675. "runtime.unix.System.Net.Sockets": "4.3.0"
  2676. },
  2677. "compile": {
  2678. "ref/netstandard1.3/System.Net.Sockets.dll": {
  2679. "related": ".xml"
  2680. }
  2681. }
  2682. },
  2683. "System.ObjectModel/4.3.0": {
  2684. "type": "package",
  2685. "dependencies": {
  2686. "System.Collections": "4.3.0",
  2687. "System.Diagnostics.Debug": "4.3.0",
  2688. "System.Resources.ResourceManager": "4.3.0",
  2689. "System.Runtime": "4.3.0",
  2690. "System.Threading": "4.3.0"
  2691. },
  2692. "compile": {
  2693. "ref/netstandard1.3/System.ObjectModel.dll": {
  2694. "related": ".xml"
  2695. }
  2696. },
  2697. "runtime": {
  2698. "lib/netstandard1.3/System.ObjectModel.dll": {}
  2699. }
  2700. },
  2701. "System.Private.Uri/4.3.0": {
  2702. "type": "package",
  2703. "dependencies": {
  2704. "Microsoft.NETCore.Platforms": "1.1.0",
  2705. "Microsoft.NETCore.Targets": "1.1.0",
  2706. "runtime.unix.System.Private.Uri": "4.3.0"
  2707. },
  2708. "compile": {
  2709. "ref/netstandard/_._": {}
  2710. }
  2711. },
  2712. "System.Reflection/4.3.0": {
  2713. "type": "package",
  2714. "dependencies": {
  2715. "Microsoft.NETCore.Platforms": "1.1.0",
  2716. "Microsoft.NETCore.Targets": "1.1.0",
  2717. "System.IO": "4.3.0",
  2718. "System.Reflection.Primitives": "4.3.0",
  2719. "System.Runtime": "4.3.0",
  2720. "runtime.any.System.Reflection": "4.3.0"
  2721. },
  2722. "compile": {
  2723. "ref/netstandard1.5/System.Reflection.dll": {
  2724. "related": ".xml"
  2725. }
  2726. }
  2727. },
  2728. "System.Reflection.Emit/4.3.0": {
  2729. "type": "package",
  2730. "dependencies": {
  2731. "System.IO": "4.3.0",
  2732. "System.Reflection": "4.3.0",
  2733. "System.Reflection.Emit.ILGeneration": "4.3.0",
  2734. "System.Reflection.Primitives": "4.3.0",
  2735. "System.Runtime": "4.3.0"
  2736. },
  2737. "compile": {
  2738. "ref/netstandard1.1/_._": {
  2739. "related": ".xml"
  2740. }
  2741. },
  2742. "runtime": {
  2743. "lib/netstandard1.3/System.Reflection.Emit.dll": {}
  2744. }
  2745. },
  2746. "System.Reflection.Emit.ILGeneration/4.3.0": {
  2747. "type": "package",
  2748. "dependencies": {
  2749. "System.Reflection": "4.3.0",
  2750. "System.Reflection.Primitives": "4.3.0",
  2751. "System.Runtime": "4.3.0"
  2752. },
  2753. "compile": {
  2754. "ref/netstandard1.0/_._": {
  2755. "related": ".xml"
  2756. }
  2757. },
  2758. "runtime": {
  2759. "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {}
  2760. }
  2761. },
  2762. "System.Reflection.Emit.Lightweight/4.3.0": {
  2763. "type": "package",
  2764. "dependencies": {
  2765. "System.Reflection": "4.3.0",
  2766. "System.Reflection.Emit.ILGeneration": "4.3.0",
  2767. "System.Reflection.Primitives": "4.3.0",
  2768. "System.Runtime": "4.3.0"
  2769. },
  2770. "compile": {
  2771. "ref/netstandard1.0/_._": {
  2772. "related": ".xml"
  2773. }
  2774. },
  2775. "runtime": {
  2776. "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {}
  2777. }
  2778. },
  2779. "System.Reflection.Extensions/4.3.0": {
  2780. "type": "package",
  2781. "dependencies": {
  2782. "Microsoft.NETCore.Platforms": "1.1.0",
  2783. "Microsoft.NETCore.Targets": "1.1.0",
  2784. "System.Reflection": "4.3.0",
  2785. "System.Runtime": "4.3.0",
  2786. "runtime.any.System.Reflection.Extensions": "4.3.0"
  2787. },
  2788. "compile": {
  2789. "ref/netstandard1.0/System.Reflection.Extensions.dll": {
  2790. "related": ".xml"
  2791. }
  2792. }
  2793. },
  2794. "System.Reflection.Primitives/4.3.0": {
  2795. "type": "package",
  2796. "dependencies": {
  2797. "Microsoft.NETCore.Platforms": "1.1.0",
  2798. "Microsoft.NETCore.Targets": "1.1.0",
  2799. "System.Runtime": "4.3.0",
  2800. "runtime.any.System.Reflection.Primitives": "4.3.0"
  2801. },
  2802. "compile": {
  2803. "ref/netstandard1.0/System.Reflection.Primitives.dll": {
  2804. "related": ".xml"
  2805. }
  2806. }
  2807. },
  2808. "System.Reflection.TypeExtensions/4.3.0": {
  2809. "type": "package",
  2810. "dependencies": {
  2811. "System.Reflection": "4.3.0",
  2812. "System.Runtime": "4.3.0"
  2813. },
  2814. "compile": {
  2815. "ref/netstandard1.5/_._": {
  2816. "related": ".xml"
  2817. }
  2818. },
  2819. "runtime": {
  2820. "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {}
  2821. }
  2822. },
  2823. "System.Resources.ResourceManager/4.3.0": {
  2824. "type": "package",
  2825. "dependencies": {
  2826. "Microsoft.NETCore.Platforms": "1.1.0",
  2827. "Microsoft.NETCore.Targets": "1.1.0",
  2828. "System.Globalization": "4.3.0",
  2829. "System.Reflection": "4.3.0",
  2830. "System.Runtime": "4.3.0",
  2831. "runtime.any.System.Resources.ResourceManager": "4.3.0"
  2832. },
  2833. "compile": {
  2834. "ref/netstandard1.0/System.Resources.ResourceManager.dll": {
  2835. "related": ".xml"
  2836. }
  2837. }
  2838. },
  2839. "System.Runtime/4.3.0": {
  2840. "type": "package",
  2841. "dependencies": {
  2842. "Microsoft.NETCore.Platforms": "1.1.0",
  2843. "Microsoft.NETCore.Targets": "1.1.0",
  2844. "runtime.any.System.Runtime": "4.3.0"
  2845. },
  2846. "compile": {
  2847. "ref/netstandard1.5/System.Runtime.dll": {
  2848. "related": ".xml"
  2849. }
  2850. }
  2851. },
  2852. "System.Runtime.Extensions/4.3.0": {
  2853. "type": "package",
  2854. "dependencies": {
  2855. "Microsoft.NETCore.Platforms": "1.1.0",
  2856. "Microsoft.NETCore.Targets": "1.1.0",
  2857. "System.Runtime": "4.3.0",
  2858. "runtime.unix.System.Runtime.Extensions": "4.3.0"
  2859. },
  2860. "compile": {
  2861. "ref/netstandard1.5/System.Runtime.Extensions.dll": {
  2862. "related": ".xml"
  2863. }
  2864. }
  2865. },
  2866. "System.Runtime.Handles/4.3.0": {
  2867. "type": "package",
  2868. "dependencies": {
  2869. "Microsoft.NETCore.Platforms": "1.1.0",
  2870. "Microsoft.NETCore.Targets": "1.1.0",
  2871. "System.Runtime": "4.3.0",
  2872. "runtime.any.System.Runtime.Handles": "4.3.0"
  2873. },
  2874. "compile": {
  2875. "ref/netstandard1.3/System.Runtime.Handles.dll": {
  2876. "related": ".xml"
  2877. }
  2878. }
  2879. },
  2880. "System.Runtime.InteropServices/4.3.0": {
  2881. "type": "package",
  2882. "dependencies": {
  2883. "Microsoft.NETCore.Platforms": "1.1.0",
  2884. "Microsoft.NETCore.Targets": "1.1.0",
  2885. "System.Reflection": "4.3.0",
  2886. "System.Reflection.Primitives": "4.3.0",
  2887. "System.Runtime": "4.3.0",
  2888. "System.Runtime.Handles": "4.3.0",
  2889. "runtime.any.System.Runtime.InteropServices": "4.3.0"
  2890. },
  2891. "compile": {
  2892. "ref/netcoreapp1.1/System.Runtime.InteropServices.dll": {}
  2893. }
  2894. },
  2895. "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
  2896. "type": "package",
  2897. "dependencies": {
  2898. "System.Reflection": "4.3.0",
  2899. "System.Reflection.Extensions": "4.3.0",
  2900. "System.Resources.ResourceManager": "4.3.0",
  2901. "System.Runtime": "4.3.0",
  2902. "System.Runtime.InteropServices": "4.3.0",
  2903. "System.Threading": "4.3.0",
  2904. "runtime.native.System": "4.3.0"
  2905. },
  2906. "compile": {
  2907. "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}
  2908. },
  2909. "runtime": {
  2910. "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}
  2911. }
  2912. },
  2913. "System.Runtime.Numerics/4.3.0": {
  2914. "type": "package",
  2915. "dependencies": {
  2916. "System.Globalization": "4.3.0",
  2917. "System.Resources.ResourceManager": "4.3.0",
  2918. "System.Runtime": "4.3.0",
  2919. "System.Runtime.Extensions": "4.3.0"
  2920. },
  2921. "compile": {
  2922. "ref/netstandard1.1/System.Runtime.Numerics.dll": {
  2923. "related": ".xml"
  2924. }
  2925. },
  2926. "runtime": {
  2927. "lib/netstandard1.3/System.Runtime.Numerics.dll": {}
  2928. }
  2929. },
  2930. "System.Security.AccessControl/4.4.0": {
  2931. "type": "package",
  2932. "dependencies": {
  2933. "Microsoft.NETCore.Platforms": "2.0.0",
  2934. "System.Security.Principal.Windows": "4.4.0"
  2935. },
  2936. "compile": {
  2937. "ref/netstandard2.0/_._": {
  2938. "related": ".xml"
  2939. }
  2940. },
  2941. "runtime": {
  2942. "runtimes/unix/lib/netcoreapp2.0/System.Security.AccessControl.dll": {}
  2943. }
  2944. },
  2945. "System.Security.Cryptography.Algorithms/4.3.0": {
  2946. "type": "package",
  2947. "dependencies": {
  2948. "Microsoft.NETCore.Platforms": "1.1.0",
  2949. "System.Collections": "4.3.0",
  2950. "System.IO": "4.3.0",
  2951. "System.Resources.ResourceManager": "4.3.0",
  2952. "System.Runtime": "4.3.0",
  2953. "System.Runtime.Extensions": "4.3.0",
  2954. "System.Runtime.Handles": "4.3.0",
  2955. "System.Runtime.InteropServices": "4.3.0",
  2956. "System.Runtime.Numerics": "4.3.0",
  2957. "System.Security.Cryptography.Encoding": "4.3.0",
  2958. "System.Security.Cryptography.Primitives": "4.3.0",
  2959. "System.Text.Encoding": "4.3.0",
  2960. "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
  2961. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  2962. },
  2963. "compile": {
  2964. "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {}
  2965. },
  2966. "runtime": {
  2967. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {}
  2968. }
  2969. },
  2970. "System.Security.Cryptography.Cng/4.3.0": {
  2971. "type": "package",
  2972. "dependencies": {
  2973. "Microsoft.NETCore.Platforms": "1.1.0",
  2974. "System.IO": "4.3.0",
  2975. "System.Resources.ResourceManager": "4.3.0",
  2976. "System.Runtime": "4.3.0",
  2977. "System.Runtime.Extensions": "4.3.0",
  2978. "System.Runtime.Handles": "4.3.0",
  2979. "System.Runtime.InteropServices": "4.3.0",
  2980. "System.Security.Cryptography.Algorithms": "4.3.0",
  2981. "System.Security.Cryptography.Encoding": "4.3.0",
  2982. "System.Security.Cryptography.Primitives": "4.3.0",
  2983. "System.Text.Encoding": "4.3.0"
  2984. },
  2985. "compile": {
  2986. "ref/netstandard1.6/_._": {}
  2987. },
  2988. "runtime": {
  2989. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": {}
  2990. }
  2991. },
  2992. "System.Security.Cryptography.Csp/4.3.0": {
  2993. "type": "package",
  2994. "dependencies": {
  2995. "Microsoft.NETCore.Platforms": "1.1.0",
  2996. "System.IO": "4.3.0",
  2997. "System.Reflection": "4.3.0",
  2998. "System.Resources.ResourceManager": "4.3.0",
  2999. "System.Runtime": "4.3.0",
  3000. "System.Runtime.Extensions": "4.3.0",
  3001. "System.Runtime.Handles": "4.3.0",
  3002. "System.Runtime.InteropServices": "4.3.0",
  3003. "System.Security.Cryptography.Algorithms": "4.3.0",
  3004. "System.Security.Cryptography.Encoding": "4.3.0",
  3005. "System.Security.Cryptography.Primitives": "4.3.0",
  3006. "System.Text.Encoding": "4.3.0",
  3007. "System.Threading": "4.3.0"
  3008. },
  3009. "compile": {
  3010. "ref/netstandard1.3/_._": {}
  3011. },
  3012. "runtime": {
  3013. "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": {}
  3014. }
  3015. },
  3016. "System.Security.Cryptography.Encoding/4.3.0": {
  3017. "type": "package",
  3018. "dependencies": {
  3019. "Microsoft.NETCore.Platforms": "1.1.0",
  3020. "System.Collections": "4.3.0",
  3021. "System.Collections.Concurrent": "4.3.0",
  3022. "System.Linq": "4.3.0",
  3023. "System.Resources.ResourceManager": "4.3.0",
  3024. "System.Runtime": "4.3.0",
  3025. "System.Runtime.Extensions": "4.3.0",
  3026. "System.Runtime.Handles": "4.3.0",
  3027. "System.Runtime.InteropServices": "4.3.0",
  3028. "System.Security.Cryptography.Primitives": "4.3.0",
  3029. "System.Text.Encoding": "4.3.0",
  3030. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  3031. },
  3032. "compile": {
  3033. "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {
  3034. "related": ".xml"
  3035. }
  3036. },
  3037. "runtime": {
  3038. "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {}
  3039. }
  3040. },
  3041. "System.Security.Cryptography.OpenSsl/4.3.0": {
  3042. "type": "package",
  3043. "dependencies": {
  3044. "System.Collections": "4.3.0",
  3045. "System.IO": "4.3.0",
  3046. "System.Resources.ResourceManager": "4.3.0",
  3047. "System.Runtime": "4.3.0",
  3048. "System.Runtime.Extensions": "4.3.0",
  3049. "System.Runtime.Handles": "4.3.0",
  3050. "System.Runtime.InteropServices": "4.3.0",
  3051. "System.Runtime.Numerics": "4.3.0",
  3052. "System.Security.Cryptography.Algorithms": "4.3.0",
  3053. "System.Security.Cryptography.Encoding": "4.3.0",
  3054. "System.Security.Cryptography.Primitives": "4.3.0",
  3055. "System.Text.Encoding": "4.3.0",
  3056. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  3057. },
  3058. "compile": {
  3059. "ref/netstandard1.6/_._": {}
  3060. },
  3061. "runtime": {
  3062. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {}
  3063. }
  3064. },
  3065. "System.Security.Cryptography.Primitives/4.3.0": {
  3066. "type": "package",
  3067. "dependencies": {
  3068. "System.Diagnostics.Debug": "4.3.0",
  3069. "System.Globalization": "4.3.0",
  3070. "System.IO": "4.3.0",
  3071. "System.Resources.ResourceManager": "4.3.0",
  3072. "System.Runtime": "4.3.0",
  3073. "System.Threading": "4.3.0",
  3074. "System.Threading.Tasks": "4.3.0"
  3075. },
  3076. "compile": {
  3077. "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}
  3078. },
  3079. "runtime": {
  3080. "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}
  3081. }
  3082. },
  3083. "System.Security.Cryptography.X509Certificates/4.3.0": {
  3084. "type": "package",
  3085. "dependencies": {
  3086. "Microsoft.NETCore.Platforms": "1.1.0",
  3087. "System.Collections": "4.3.0",
  3088. "System.Diagnostics.Debug": "4.3.0",
  3089. "System.Globalization": "4.3.0",
  3090. "System.Globalization.Calendars": "4.3.0",
  3091. "System.IO": "4.3.0",
  3092. "System.IO.FileSystem": "4.3.0",
  3093. "System.IO.FileSystem.Primitives": "4.3.0",
  3094. "System.Resources.ResourceManager": "4.3.0",
  3095. "System.Runtime": "4.3.0",
  3096. "System.Runtime.Extensions": "4.3.0",
  3097. "System.Runtime.Handles": "4.3.0",
  3098. "System.Runtime.InteropServices": "4.3.0",
  3099. "System.Runtime.Numerics": "4.3.0",
  3100. "System.Security.Cryptography.Algorithms": "4.3.0",
  3101. "System.Security.Cryptography.Cng": "4.3.0",
  3102. "System.Security.Cryptography.Csp": "4.3.0",
  3103. "System.Security.Cryptography.Encoding": "4.3.0",
  3104. "System.Security.Cryptography.OpenSsl": "4.3.0",
  3105. "System.Security.Cryptography.Primitives": "4.3.0",
  3106. "System.Text.Encoding": "4.3.0",
  3107. "System.Threading": "4.3.0",
  3108. "runtime.native.System": "4.3.0",
  3109. "runtime.native.System.Net.Http": "4.3.0",
  3110. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  3111. },
  3112. "compile": {
  3113. "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {
  3114. "related": ".xml"
  3115. }
  3116. },
  3117. "runtime": {
  3118. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": {}
  3119. }
  3120. },
  3121. "System.Security.Principal.Windows/4.4.0": {
  3122. "type": "package",
  3123. "dependencies": {
  3124. "Microsoft.NETCore.Platforms": "2.0.0"
  3125. },
  3126. "compile": {
  3127. "ref/netstandard2.0/_._": {
  3128. "related": ".xml"
  3129. }
  3130. },
  3131. "runtime": {
  3132. "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {}
  3133. }
  3134. },
  3135. "System.Text.Encoding/4.3.0": {
  3136. "type": "package",
  3137. "dependencies": {
  3138. "Microsoft.NETCore.Platforms": "1.1.0",
  3139. "Microsoft.NETCore.Targets": "1.1.0",
  3140. "System.Runtime": "4.3.0",
  3141. "runtime.any.System.Text.Encoding": "4.3.0"
  3142. },
  3143. "compile": {
  3144. "ref/netstandard1.3/System.Text.Encoding.dll": {
  3145. "related": ".xml"
  3146. }
  3147. }
  3148. },
  3149. "System.Text.Encoding.CodePages/4.4.0": {
  3150. "type": "package",
  3151. "dependencies": {
  3152. "Microsoft.NETCore.Platforms": "2.0.0"
  3153. },
  3154. "compile": {
  3155. "ref/netstandard2.0/_._": {
  3156. "related": ".xml"
  3157. }
  3158. },
  3159. "runtime": {
  3160. "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {}
  3161. }
  3162. },
  3163. "System.Text.Encoding.Extensions/4.3.0": {
  3164. "type": "package",
  3165. "dependencies": {
  3166. "Microsoft.NETCore.Platforms": "1.1.0",
  3167. "Microsoft.NETCore.Targets": "1.1.0",
  3168. "System.Runtime": "4.3.0",
  3169. "System.Text.Encoding": "4.3.0",
  3170. "runtime.any.System.Text.Encoding.Extensions": "4.3.0"
  3171. },
  3172. "compile": {
  3173. "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {
  3174. "related": ".xml"
  3175. }
  3176. }
  3177. },
  3178. "System.Text.RegularExpressions/4.3.0": {
  3179. "type": "package",
  3180. "dependencies": {
  3181. "System.Runtime": "4.3.0"
  3182. },
  3183. "compile": {
  3184. "ref/netcoreapp1.1/System.Text.RegularExpressions.dll": {}
  3185. },
  3186. "runtime": {
  3187. "lib/netstandard1.6/System.Text.RegularExpressions.dll": {}
  3188. }
  3189. },
  3190. "System.Threading/4.3.0": {
  3191. "type": "package",
  3192. "dependencies": {
  3193. "System.Runtime": "4.3.0",
  3194. "System.Threading.Tasks": "4.3.0"
  3195. },
  3196. "compile": {
  3197. "ref/netstandard1.3/System.Threading.dll": {
  3198. "related": ".xml"
  3199. }
  3200. },
  3201. "runtime": {
  3202. "lib/netstandard1.3/System.Threading.dll": {}
  3203. }
  3204. },
  3205. "System.Threading.Tasks/4.3.0": {
  3206. "type": "package",
  3207. "dependencies": {
  3208. "Microsoft.NETCore.Platforms": "1.1.0",
  3209. "Microsoft.NETCore.Targets": "1.1.0",
  3210. "System.Runtime": "4.3.0",
  3211. "runtime.any.System.Threading.Tasks": "4.3.0"
  3212. },
  3213. "compile": {
  3214. "ref/netstandard1.3/System.Threading.Tasks.dll": {
  3215. "related": ".xml"
  3216. }
  3217. }
  3218. },
  3219. "System.Threading.Tasks.Extensions/4.3.0": {
  3220. "type": "package",
  3221. "dependencies": {
  3222. "System.Collections": "4.3.0",
  3223. "System.Runtime": "4.3.0",
  3224. "System.Threading.Tasks": "4.3.0"
  3225. },
  3226. "compile": {
  3227. "lib/netstandard1.0/_._": {
  3228. "related": ".xml"
  3229. }
  3230. },
  3231. "runtime": {
  3232. "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {
  3233. "related": ".xml"
  3234. }
  3235. }
  3236. },
  3237. "System.Threading.ThreadPool/4.3.0": {
  3238. "type": "package",
  3239. "dependencies": {
  3240. "System.Runtime": "4.3.0",
  3241. "System.Runtime.Handles": "4.3.0"
  3242. },
  3243. "compile": {
  3244. "ref/netstandard1.3/System.Threading.ThreadPool.dll": {
  3245. "related": ".xml"
  3246. }
  3247. },
  3248. "runtime": {
  3249. "lib/netstandard1.3/System.Threading.ThreadPool.dll": {}
  3250. }
  3251. },
  3252. "System.Threading.Timer/4.3.0": {
  3253. "type": "package",
  3254. "dependencies": {
  3255. "Microsoft.NETCore.Platforms": "1.1.0",
  3256. "Microsoft.NETCore.Targets": "1.1.0",
  3257. "System.Runtime": "4.3.0",
  3258. "runtime.any.System.Threading.Timer": "4.3.0"
  3259. },
  3260. "compile": {
  3261. "ref/netstandard1.2/System.Threading.Timer.dll": {
  3262. "related": ".xml"
  3263. }
  3264. }
  3265. },
  3266. "System.Xml.ReaderWriter/4.3.0": {
  3267. "type": "package",
  3268. "dependencies": {
  3269. "System.Collections": "4.3.0",
  3270. "System.Diagnostics.Debug": "4.3.0",
  3271. "System.Globalization": "4.3.0",
  3272. "System.IO": "4.3.0",
  3273. "System.IO.FileSystem": "4.3.0",
  3274. "System.IO.FileSystem.Primitives": "4.3.0",
  3275. "System.Resources.ResourceManager": "4.3.0",
  3276. "System.Runtime": "4.3.0",
  3277. "System.Runtime.Extensions": "4.3.0",
  3278. "System.Runtime.InteropServices": "4.3.0",
  3279. "System.Text.Encoding": "4.3.0",
  3280. "System.Text.Encoding.Extensions": "4.3.0",
  3281. "System.Text.RegularExpressions": "4.3.0",
  3282. "System.Threading.Tasks": "4.3.0",
  3283. "System.Threading.Tasks.Extensions": "4.3.0"
  3284. },
  3285. "compile": {
  3286. "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {
  3287. "related": ".xml"
  3288. }
  3289. },
  3290. "runtime": {
  3291. "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {}
  3292. }
  3293. },
  3294. "System.Xml.XDocument/4.3.0": {
  3295. "type": "package",
  3296. "dependencies": {
  3297. "System.Collections": "4.3.0",
  3298. "System.Diagnostics.Debug": "4.3.0",
  3299. "System.Diagnostics.Tools": "4.3.0",
  3300. "System.Globalization": "4.3.0",
  3301. "System.IO": "4.3.0",
  3302. "System.Reflection": "4.3.0",
  3303. "System.Resources.ResourceManager": "4.3.0",
  3304. "System.Runtime": "4.3.0",
  3305. "System.Runtime.Extensions": "4.3.0",
  3306. "System.Text.Encoding": "4.3.0",
  3307. "System.Threading": "4.3.0",
  3308. "System.Xml.ReaderWriter": "4.3.0"
  3309. },
  3310. "compile": {
  3311. "ref/netstandard1.3/System.Xml.XDocument.dll": {
  3312. "related": ".xml"
  3313. }
  3314. },
  3315. "runtime": {
  3316. "lib/netstandard1.3/System.Xml.XDocument.dll": {}
  3317. }
  3318. }
  3319. }
  3320. },
  3321. "libraries": {
  3322. "Independentsoft.Exchange/3.0.700": {
  3323. "sha512": "Ry32CWQMX4aS+k083pA7JeJwqxjCZ74aSRXHbF0jlGm1WgsWcf7AQ6X2KjYnQBk3Rm0gv1qxg7kvZYVGORiiGw==",
  3324. "type": "package",
  3325. "path": "independentsoft.exchange/3.0.700",
  3326. "files": [
  3327. ".nupkg.metadata",
  3328. ".signature.p7s",
  3329. "Help/.DS_Store",
  3330. "Help/SearchHelp.aspx",
  3331. "Help/SearchHelp.inc.php",
  3332. "Help/SearchHelp.php",
  3333. "Help/Web.Config",
  3334. "Help/WebKI.xml",
  3335. "Help/WebTOC.xml",
  3336. "Help/fti/FTI_100.json",
  3337. "Help/fti/FTI_101.json",
  3338. "Help/fti/FTI_102.json",
  3339. "Help/fti/FTI_103.json",
  3340. "Help/fti/FTI_104.json",
  3341. "Help/fti/FTI_105.json",
  3342. "Help/fti/FTI_106.json",
  3343. "Help/fti/FTI_107.json",
  3344. "Help/fti/FTI_108.json",
  3345. "Help/fti/FTI_109.json",
  3346. "Help/fti/FTI_110.json",
  3347. "Help/fti/FTI_111.json",
  3348. "Help/fti/FTI_112.json",
  3349. "Help/fti/FTI_113.json",
  3350. "Help/fti/FTI_114.json",
  3351. "Help/fti/FTI_115.json",
  3352. "Help/fti/FTI_116.json",
  3353. "Help/fti/FTI_117.json",
  3354. "Help/fti/FTI_118.json",
  3355. "Help/fti/FTI_119.json",
  3356. "Help/fti/FTI_120.json",
  3357. "Help/fti/FTI_121.json",
  3358. "Help/fti/FTI_122.json",
  3359. "Help/fti/FTI_95.json",
  3360. "Help/fti/FTI_97.json",
  3361. "Help/fti/FTI_98.json",
  3362. "Help/fti/FTI_99.json",
  3363. "Help/fti/FTI_Files.json",
  3364. "Help/html/Events_T_Independentsoft_Email_Mime_MessageFormatException.htm",
  3365. "Help/html/Events_T_Independentsoft_Exchange_Autodiscover_AutodiscoverException.htm",
  3366. "Help/html/Events_T_Independentsoft_Exchange_ServiceRequestException.htm",
  3367. "Help/html/Events_T_Independentsoft_IO_StructuredStorage_InvalidFileFormatException.htm",
  3368. "Help/html/Events_T_Independentsoft_Json_Parser_JsonParseException.htm",
  3369. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_AdjacentMeetingCount.htm",
  3370. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_AdjacentMeetings.htm",
  3371. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_AllowNewTimeProposal.htm",
  3372. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_BodyRtf.htm",
  3373. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_BusyStatus.htm",
  3374. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_CommonEndTime.htm",
  3375. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_CommonStartTime.htm",
  3376. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_ConferenceType.htm",
  3377. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_ConflictingMeetingCount.htm",
  3378. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_ConflictingMeetings.htm",
  3379. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_DateTimeStamp.htm",
  3380. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_DeletedOccurrences.htm",
  3381. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_Duration.htm",
  3382. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_EndTime.htm",
  3383. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_EndTimeZone.htm",
  3384. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_EndWallClock.htm",
  3385. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_EnhancedLocation.htm",
  3386. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_FirstOccurrence.htm",
  3387. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_InstanceType.htm",
  3388. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_IsAllDayEvent.htm",
  3389. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_IsCancelled.htm",
  3390. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_IsMeeting.htm",
  3391. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_IsOnlineMeeting.htm",
  3392. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_IsPrivate.htm",
  3393. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_IsRecurring.htm",
  3394. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_IsResponseRequested.htm",
  3395. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_JoinOnlineMeetingUrl.htm",
  3396. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_Label.htm",
  3397. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_LastOccurrence.htm",
  3398. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_LegacyFreeBusyStatus.htm",
  3399. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_Location.htm",
  3400. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_MeetingRequestWasSent.htm",
  3401. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_MeetingStatus.htm",
  3402. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_MeetingTimeZone.htm",
  3403. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_MeetingWorkspaceUrl.htm",
  3404. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_ModifiedOccurrences.htm",
  3405. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_MyResponse.htm",
  3406. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_NetShowUrl.htm",
  3407. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_OnlineMeetingSettings.htm",
  3408. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_OptionalAttendees.htm",
  3409. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_Organizer.htm",
  3410. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_OriginalStartTime.htm",
  3411. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_Priority.htm",
  3412. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_Recurrence.htm",
  3413. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_RecurrenceEnd.htm",
  3414. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_RecurrenceId.htm",
  3415. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_RecurrencePattern.htm",
  3416. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_RecurrenceStart.htm",
  3417. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_ReminderNextTime.htm",
  3418. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_ReminderOverrideDefault.htm",
  3419. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_ReminderPlaySound.htm",
  3420. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_ReminderSoundFile.htm",
  3421. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_ReplyTime.htm",
  3422. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_RequiredAttendees.htm",
  3423. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_Resources.htm",
  3424. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_ResponseStatus.htm",
  3425. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_SequenceNumber.htm",
  3426. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_StartTime.htm",
  3427. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_StartTimeZone.htm",
  3428. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_StartWallClock.htm",
  3429. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_State.htm",
  3430. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_TimeZone.htm",
  3431. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_Uid.htm",
  3432. "Help/html/F_Independentsoft_Exchange_AppointmentPropertyPath_When.htm",
  3433. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Alias.htm",
  3434. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_AssistantName.htm",
  3435. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_AssistantPhone.htm",
  3436. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Birthday.htm",
  3437. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_BusinessAddress.htm",
  3438. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_BusinessAddressCity.htm",
  3439. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_BusinessAddressCountry.htm",
  3440. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_BusinessAddressPostalCode.htm",
  3441. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_BusinessAddressState.htm",
  3442. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_BusinessAddressStreet.htm",
  3443. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_BusinessFax.htm",
  3444. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_BusinessHomePage.htm",
  3445. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_BusinessPhone.htm",
  3446. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_BusinessPhone2.htm",
  3447. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_CallbackPhone.htm",
  3448. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_CarPhone.htm",
  3449. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Children.htm",
  3450. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Companies.htm",
  3451. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_CompanyName.htm",
  3452. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_CompanyPhone.htm",
  3453. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_CompleteName.htm",
  3454. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Department.htm",
  3455. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_DirectReports.htm",
  3456. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_DirectoryId.htm",
  3457. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Email1Address.htm",
  3458. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Email1DisplayAs.htm",
  3459. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Email1DisplayName.htm",
  3460. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Email1Type.htm",
  3461. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Email2Address.htm",
  3462. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Email2DisplayAs.htm",
  3463. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Email2DisplayName.htm",
  3464. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Email2Type.htm",
  3465. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Email3Address.htm",
  3466. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Email3DisplayAs.htm",
  3467. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Email3DisplayName.htm",
  3468. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Email3Type.htm",
  3469. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_FileAs.htm",
  3470. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_FileAsMapping.htm",
  3471. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Gender.htm",
  3472. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Generation.htm",
  3473. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_GivenName.htm",
  3474. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_HasPicture.htm",
  3475. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_HomeAddress.htm",
  3476. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_HomeAddressCity.htm",
  3477. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_HomeAddressCountry.htm",
  3478. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_HomeAddressPostalCode.htm",
  3479. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_HomeAddressState.htm",
  3480. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_HomeAddressStreet.htm",
  3481. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_HomeFax.htm",
  3482. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_HomePhone.htm",
  3483. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_HomePhone2.htm",
  3484. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Initials.htm",
  3485. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_InstantMessengerAddress1.htm",
  3486. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_InstantMessengerAddress2.htm",
  3487. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_InstantMessengerAddress3.htm",
  3488. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Isdn.htm",
  3489. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_JobTitle.htm",
  3490. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_MSExchangeCertificate.htm",
  3491. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Manager.htm",
  3492. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_ManagerMailbox.htm",
  3493. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_MiddleName.htm",
  3494. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Mileage.htm",
  3495. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_MobilePhone.htm",
  3496. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Nickname.htm",
  3497. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Notes.htm",
  3498. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_OfficeLocation.htm",
  3499. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_OtherAddress.htm",
  3500. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_OtherAddressCity.htm",
  3501. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_OtherAddressCountry.htm",
  3502. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_OtherAddressPostalCode.htm",
  3503. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_OtherAddressState.htm",
  3504. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_OtherAddressStreet.htm",
  3505. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_OtherFax.htm",
  3506. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_OtherPhone.htm",
  3507. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Pager.htm",
  3508. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_PhoneticFirstName.htm",
  3509. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_PhoneticFullName.htm",
  3510. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_PhoneticLastName.htm",
  3511. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Photo.htm",
  3512. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_PrimaryPhone.htm",
  3513. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Profession.htm",
  3514. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_RadioPhone.htm",
  3515. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_SelectedMailingAddress.htm",
  3516. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_SpouseName.htm",
  3517. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Surname.htm",
  3518. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Telex.htm",
  3519. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_Title.htm",
  3520. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_TtyTddPhone.htm",
  3521. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_UserSMIMECertificate.htm",
  3522. "Help/html/F_Independentsoft_Exchange_ContactPropertyPath_WeddingAnniversary.htm",
  3523. "Help/html/F_Independentsoft_Exchange_DistributionListPropertyPath_ContactSource.htm",
  3524. "Help/html/F_Independentsoft_Exchange_DistributionListPropertyPath_FileAs.htm",
  3525. "Help/html/F_Independentsoft_Exchange_DistributionListPropertyPath_Members.htm",
  3526. "Help/html/F_Independentsoft_Exchange_FolderClass_CalendarFolder.htm",
  3527. "Help/html/F_Independentsoft_Exchange_FolderClass_ContactFolder.htm",
  3528. "Help/html/F_Independentsoft_Exchange_FolderClass_Folder.htm",
  3529. "Help/html/F_Independentsoft_Exchange_FolderClass_JournalFolder.htm",
  3530. "Help/html/F_Independentsoft_Exchange_FolderClass_MailFolder.htm",
  3531. "Help/html/F_Independentsoft_Exchange_FolderClass_NoteFolder.htm",
  3532. "Help/html/F_Independentsoft_Exchange_FolderClass_TaskFolder.htm",
  3533. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_ArchiveTag.htm",
  3534. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_ChildFolderCount.htm",
  3535. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_Comment.htm",
  3536. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_CreationTime.htm",
  3537. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_DisplayName.htm",
  3538. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_DistinguishedFolderId.htm",
  3539. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_EffectiveRights.htm",
  3540. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_EntryId.htm",
  3541. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_FolderClass.htm",
  3542. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_FolderId.htm",
  3543. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_HasSubFolders.htm",
  3544. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_Id.htm",
  3545. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_IsHidden.htm",
  3546. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_IsReadOnly.htm",
  3547. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_IsSystem.htm",
  3548. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_LastModifiedTime.htm",
  3549. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_ManagedFolderInformation.htm",
  3550. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_ParentId.htm",
  3551. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_PermissionSet.htm",
  3552. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_RetentionTag.htm",
  3553. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_SearchKey.htm",
  3554. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_Size.htm",
  3555. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_TotalCount.htm",
  3556. "Help/html/F_Independentsoft_Exchange_FolderPropertyPath_UnreadCount.htm",
  3557. "Help/html/F_Independentsoft_Exchange_ItemClass_AcceptMeetingResponse.htm",
  3558. "Help/html/F_Independentsoft_Exchange_ItemClass_AcceptMeetingResponseNonDeliveryReport.htm",
  3559. "Help/html/F_Independentsoft_Exchange_ItemClass_Appointment.htm",
  3560. "Help/html/F_Independentsoft_Exchange_ItemClass_AppointmentOccurrenceException.htm",
  3561. "Help/html/F_Independentsoft_Exchange_ItemClass_ConflictResolutionMessage.htm",
  3562. "Help/html/F_Independentsoft_Exchange_ItemClass_Contact.htm",
  3563. "Help/html/F_Independentsoft_Exchange_ItemClass_DeclineMeetingResponse.htm",
  3564. "Help/html/F_Independentsoft_Exchange_ItemClass_DeclineMeetingResponseNonDeliveryReport.htm",
  3565. "Help/html/F_Independentsoft_Exchange_ItemClass_DeliveryReport.htm",
  3566. "Help/html/F_Independentsoft_Exchange_ItemClass_DistributionList.htm",
  3567. "Help/html/F_Independentsoft_Exchange_ItemClass_Document.htm",
  3568. "Help/html/F_Independentsoft_Exchange_ItemClass_Journal.htm",
  3569. "Help/html/F_Independentsoft_Exchange_ItemClass_MeetingCancellation.htm",
  3570. "Help/html/F_Independentsoft_Exchange_ItemClass_MeetingCancellationNonDeliveryReport.htm",
  3571. "Help/html/F_Independentsoft_Exchange_ItemClass_MeetingRequest.htm",
  3572. "Help/html/F_Independentsoft_Exchange_ItemClass_MeetingRequestDeliveryReport.htm",
  3573. "Help/html/F_Independentsoft_Exchange_ItemClass_MeetingRequestNonDeliveryReport.htm",
  3574. "Help/html/F_Independentsoft_Exchange_ItemClass_MeetingRequestNonReadReceipt.htm",
  3575. "Help/html/F_Independentsoft_Exchange_ItemClass_MeetingRequestReadReceipt.htm",
  3576. "Help/html/F_Independentsoft_Exchange_ItemClass_Message.htm",
  3577. "Help/html/F_Independentsoft_Exchange_ItemClass_MessageRecall.htm",
  3578. "Help/html/F_Independentsoft_Exchange_ItemClass_MessageRecallReport.htm",
  3579. "Help/html/F_Independentsoft_Exchange_ItemClass_MessageRecallReportFailure.htm",
  3580. "Help/html/F_Independentsoft_Exchange_ItemClass_MessageRecallReportFailureNonDeliveryReport.htm",
  3581. "Help/html/F_Independentsoft_Exchange_ItemClass_MessageRecallReportSuccess.htm",
  3582. "Help/html/F_Independentsoft_Exchange_ItemClass_NonDeliveryReport.htm",
  3583. "Help/html/F_Independentsoft_Exchange_ItemClass_NonReadReceipt.htm",
  3584. "Help/html/F_Independentsoft_Exchange_ItemClass_Note.htm",
  3585. "Help/html/F_Independentsoft_Exchange_ItemClass_Notification.htm",
  3586. "Help/html/F_Independentsoft_Exchange_ItemClass_OutOfOfficeTemplate.htm",
  3587. "Help/html/F_Independentsoft_Exchange_ItemClass_P772Message.htm",
  3588. "Help/html/F_Independentsoft_Exchange_ItemClass_Post.htm",
  3589. "Help/html/F_Independentsoft_Exchange_ItemClass_ReadReceipt.htm",
  3590. "Help/html/F_Independentsoft_Exchange_ItemClass_Report.htm",
  3591. "Help/html/F_Independentsoft_Exchange_ItemClass_ReportMessage.htm",
  3592. "Help/html/F_Independentsoft_Exchange_ItemClass_Resend.htm",
  3593. "Help/html/F_Independentsoft_Exchange_ItemClass_Rfc822MimeMessage.htm",
  3594. "Help/html/F_Independentsoft_Exchange_ItemClass_RuleReplyTemplate.htm",
  3595. "Help/html/F_Independentsoft_Exchange_ItemClass_SMimeMessage.htm",
  3596. "Help/html/F_Independentsoft_Exchange_ItemClass_SMimeMultipartSignedMessage.htm",
  3597. "Help/html/F_Independentsoft_Exchange_ItemClass_SecureMessage.htm",
  3598. "Help/html/F_Independentsoft_Exchange_ItemClass_SecureServiceReply.htm",
  3599. "Help/html/F_Independentsoft_Exchange_ItemClass_SignedMessage.htm",
  3600. "Help/html/F_Independentsoft_Exchange_ItemClass_StorageQuotaWarning.htm",
  3601. "Help/html/F_Independentsoft_Exchange_ItemClass_Task.htm",
  3602. "Help/html/F_Independentsoft_Exchange_ItemClass_TaskRequest.htm",
  3603. "Help/html/F_Independentsoft_Exchange_ItemClass_TaskRequestAccept.htm",
  3604. "Help/html/F_Independentsoft_Exchange_ItemClass_TaskRequestAcceptNonDeliveryReport.htm",
  3605. "Help/html/F_Independentsoft_Exchange_ItemClass_TaskRequestDecline.htm",
  3606. "Help/html/F_Independentsoft_Exchange_ItemClass_TaskRequestDeclineNonDeliveryReport.htm",
  3607. "Help/html/F_Independentsoft_Exchange_ItemClass_TaskRequestNonDeliveryReport.htm",
  3608. "Help/html/F_Independentsoft_Exchange_ItemClass_TaskRequestUpdate.htm",
  3609. "Help/html/F_Independentsoft_Exchange_ItemClass_TaskRequestUpdateNonDeliveryReport.htm",
  3610. "Help/html/F_Independentsoft_Exchange_ItemClass_TentativeMeetingResponse.htm",
  3611. "Help/html/F_Independentsoft_Exchange_ItemClass_TentativeMeetingResponseNonDeliveryReport.htm",
  3612. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_ArchiveTag.htm",
  3613. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_Attachments.htm",
  3614. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_BlockStatus.htm",
  3615. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_Body.htm",
  3616. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_BodyHtmlText.htm",
  3617. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_BodyPlainText.htm",
  3618. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_Categories.htm",
  3619. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_Comment.htm",
  3620. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_ConversationId.htm",
  3621. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_CreatedTime.htm",
  3622. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_Culture.htm",
  3623. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_DisplayName.htm",
  3624. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_EffectiveRights.htm",
  3625. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_EntityExtractionResult.htm",
  3626. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_EntryId.htm",
  3627. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_Flag.htm",
  3628. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_GroupingAction.htm",
  3629. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_HasAttachments.htm",
  3630. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_HasBlockedImages.htm",
  3631. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_IconIndex.htm",
  3632. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_Id.htm",
  3633. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_Importance.htm",
  3634. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_InstanceKey.htm",
  3635. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_IsAssociated.htm",
  3636. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_IsHidden.htm",
  3637. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_ItemClass.htm",
  3638. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_ItemId.htm",
  3639. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_LastModifiedTime.htm",
  3640. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_LastModifierName.htm",
  3641. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_MimeContent.htm",
  3642. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_NextPredictedAction.htm",
  3643. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_ParentId.htm",
  3644. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_Preview.htm",
  3645. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_ReminderDueBy.htm",
  3646. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_ReminderIsSet.htm",
  3647. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_ReminderMinutesBeforeStart.htm",
  3648. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_RetentionDate.htm",
  3649. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_RetentionTag.htm",
  3650. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_SearchKey.htm",
  3651. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_Sensitivity.htm",
  3652. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_Size.htm",
  3653. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_StoreEntryId.htm",
  3654. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_Subject.htm",
  3655. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_TextBody.htm",
  3656. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_UniqueBody.htm",
  3657. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_WebClientEditFormQueryString.htm",
  3658. "Help/html/F_Independentsoft_Exchange_ItemPropertyPath_WebClientReadFormQueryString.htm",
  3659. "Help/html/F_Independentsoft_Exchange_JournalPropertyPath_CommonEndTime.htm",
  3660. "Help/html/F_Independentsoft_Exchange_JournalPropertyPath_CommonStartTime.htm",
  3661. "Help/html/F_Independentsoft_Exchange_JournalPropertyPath_Companies.htm",
  3662. "Help/html/F_Independentsoft_Exchange_JournalPropertyPath_Contacts.htm",
  3663. "Help/html/F_Independentsoft_Exchange_JournalPropertyPath_Duration.htm",
  3664. "Help/html/F_Independentsoft_Exchange_JournalPropertyPath_EndTime.htm",
  3665. "Help/html/F_Independentsoft_Exchange_JournalPropertyPath_IsPrivate.htm",
  3666. "Help/html/F_Independentsoft_Exchange_JournalPropertyPath_StartTime.htm",
  3667. "Help/html/F_Independentsoft_Exchange_JournalPropertyPath_Type.htm",
  3668. "Help/html/F_Independentsoft_Exchange_JournalPropertyPath_TypeDescription.htm",
  3669. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_7BIT_DISPLAY_NAME.htm",
  3670. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ABSTRACT.htm",
  3671. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_AB_DEFAULT_DIR.htm",
  3672. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_AB_DEFAULT_PAB.htm",
  3673. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_AB_PROVIDERS.htm",
  3674. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_AB_PROVIDER_ID.htm",
  3675. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_AB_SEARCH_PATH.htm",
  3676. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_AB_SEARCH_PATH_UPDATE.htm",
  3677. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ACCESS.htm",
  3678. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ACCESS_LEVEL.htm",
  3679. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ACCOUNT.htm",
  3680. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ACKNOWLEDGEMENT_MODE.htm",
  3681. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ACL_DATA.htm",
  3682. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ACL_TABLE.htm",
  3683. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ACTION.htm",
  3684. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ACTION_DATE.htm",
  3685. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ACTION_FLAG.htm",
  3686. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ACTIVE_USER_ENTRYID.htm",
  3687. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ADDRBOOK_FOR_LOCAL_SITE_ENTRYID.htm",
  3688. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ADDRBOOK_MID.htm",
  3689. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ADDRESS_BOOK_DISPLAY_NAME.htm",
  3690. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ADDRESS_BOOK_ENTRYID.htm",
  3691. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ADDRTYPE.htm",
  3692. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ADMIN_SECURITY_DESCRIPTOR.htm",
  3693. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_AGE_LIMIT.htm",
  3694. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_AGING_GRANULARITY.htm",
  3695. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_AGING_PERIOD.htm",
  3696. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ALTERNATE_RECIPIENT.htm",
  3697. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ALTERNATE_RECIPIENT_ALLOWED.htm",
  3698. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ANR.htm",
  3699. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ARRIVAL_TIME.htm",
  3700. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ARTICLE_NUM_NEXT.htm",
  3701. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ASSISTANT.htm",
  3702. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ASSISTANT_TELEPHONE_NUMBER.htm",
  3703. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ASSOCIATED.htm",
  3704. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ASSOC_CONTENT_COUNT.htm",
  3705. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ASSOC_MESSAGE_SIZE.htm",
  3706. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ASSOC_MESSAGE_SIZE_EXTENDED.htm",
  3707. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ASSOC_MSG_W_ATTACH_COUNT.htm",
  3708. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACHMENT_CONTACTPHOTO.htm",
  3709. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACHMENT_FLAGS.htm",
  3710. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACHMENT_HIDDEN.htm",
  3711. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACHMENT_LINKID.htm",
  3712. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACHMENT_X400_PARAMETERS.htm",
  3713. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_ADDITIONAL_INFO.htm",
  3714. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_CONTENT_DISPOSITION.htm",
  3715. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_CONTENT_ID.htm",
  3716. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_CONTENT_LOCATION.htm",
  3717. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_DATA_BIN.htm",
  3718. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_DATA_OBJ.htm",
  3719. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_ENCODING.htm",
  3720. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_EXTENSION.htm",
  3721. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_EXTENSION_W.htm",
  3722. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_FILENAME.htm",
  3723. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_FILENAME_W.htm",
  3724. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_FLAGS.htm",
  3725. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_ID.htm",
  3726. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_LONG_FILENAME.htm",
  3727. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_LONG_FILENAME_W.htm",
  3728. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_LONG_PATHNAME.htm",
  3729. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_METHOD.htm",
  3730. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_MIME_TAG.htm",
  3731. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_NUM.htm",
  3732. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_ON_ASSOC_MSG_COUNT.htm",
  3733. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_ON_NORMAL_MSG_COUNT.htm",
  3734. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_PATHNAME.htm",
  3735. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_RENDERING.htm",
  3736. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_SIZE.htm",
  3737. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_TAG.htm",
  3738. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_TRANSPORT_NAME.htm",
  3739. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTACH_VIRUS_SCAN_INFO.htm",
  3740. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTR_HIDDEN.htm",
  3741. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTR_READONLY.htm",
  3742. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ATTR_SYSTEM.htm",
  3743. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_AUTHORIZING_USERS.htm",
  3744. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_AUTO_ADD_NEW_SUBS.htm",
  3745. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_AUTO_FORWARDED.htm",
  3746. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_AUTO_FORWARD_COMMENT.htm",
  3747. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_AUTO_RESET.htm",
  3748. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_AUTO_RESPONSE_SUPPRESS.htm",
  3749. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_BEEPER_TELEPHONE_NUMBER.htm",
  3750. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_BILATERAL_INFO.htm",
  3751. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_BIRTHDAY.htm",
  3752. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_BODY.htm",
  3753. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_BODY_CRC.htm",
  3754. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_BUSINESS2_TELEPHONE_NUMBER.htm",
  3755. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_BUSINESS_ADDRESS_CITY.htm",
  3756. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_BUSINESS_ADDRESS_COUNTRY.htm",
  3757. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_BUSINESS_ADDRESS_POSTAL_CODE.htm",
  3758. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_BUSINESS_ADDRESS_POST_OFFICE_BOX.htm",
  3759. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_BUSINESS_ADDRESS_STATE_OR_PROVINCE.htm",
  3760. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_BUSINESS_ADDRESS_STREET.htm",
  3761. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_BUSINESS_FAX_NUMBER.htm",
  3762. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_BUSINESS_HOME_PAGE.htm",
  3763. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_BUSINESS_TELEPHONE_NUMBER.htm",
  3764. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CACHED_COLUMN_COUNT.htm",
  3765. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CALLBACK_TELEPHONE_NUMBER.htm",
  3766. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CAL_END_TIME.htm",
  3767. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CAL_RECURRING_ID.htm",
  3768. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CAL_REMINDER_NEXT_TIME.htm",
  3769. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CAL_START_TIME.htm",
  3770. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CAR_TELEPHONE_NUMBER.htm",
  3771. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CATEG_COUNT.htm",
  3772. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CATEG_ID.htm",
  3773. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CDO_EXPANSION_INDEX.htm",
  3774. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CELLULAR_TELEPHONE_NUMBER.htm",
  3775. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CHANGE_ADVISOR.htm",
  3776. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CHANGE_KEY.htm",
  3777. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CHANGE_NOTIFICATION_GUID.htm",
  3778. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CHECK_IN_COMMENT.htm",
  3779. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CHECK_IN_TIME.htm",
  3780. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CHILDRENS_NAMES.htm",
  3781. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CLIENT_ACTIONS.htm",
  3782. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CLIENT_SUBMIT_TIME.htm",
  3783. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CN_EXPORT.htm",
  3784. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CN_MV_EXPORT.htm",
  3785. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CODE_PAGE_ID.htm",
  3786. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_COLLECTOR.htm",
  3787. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_COMMENT.htm",
  3788. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_COMMON_VIEWS_ENTRYID.htm",
  3789. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_COMPANY_MAIN_PHONE_NUMBER.htm",
  3790. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_COMPANY_NAME.htm",
  3791. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_COMPUTER_NETWORK_NAME.htm",
  3792. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONFLICT_ENTRYID.htm",
  3793. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONFLICT_MSG_KEY.htm",
  3794. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONNECTION_MODULUS.htm",
  3795. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTACT_ADDRTYPES.htm",
  3796. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTACT_COUNT.htm",
  3797. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTACT_DEFAULT_ADDRESS_INDEX.htm",
  3798. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTACT_EMAIL_ADDRESSES.htm",
  3799. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTACT_ENTRYIDS.htm",
  3800. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTACT_VERSION.htm",
  3801. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTAINER_CLASS.htm",
  3802. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTAINER_CONTENTS.htm",
  3803. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTAINER_FLAGS.htm",
  3804. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTAINER_HIERARCHY.htm",
  3805. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTAINER_MODIFY_VERSION.htm",
  3806. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTENTS_SORT_ORDER.htm",
  3807. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTENTS_SYNCHRONIZER.htm",
  3808. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTENT_CONFIDENTIALITY_ALGORITHM_ID.htm",
  3809. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTENT_CORRELATOR.htm",
  3810. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTENT_COUNT.htm",
  3811. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTENT_IDENTIFIER.htm",
  3812. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTENT_INTEGRITY_CHECK.htm",
  3813. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTENT_LENGTH.htm",
  3814. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTENT_RETURN_REQUESTED.htm",
  3815. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTENT_SEARCH_KEY.htm",
  3816. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTENT_UNREAD.htm",
  3817. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTROL_FLAGS.htm",
  3818. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTROL_ID.htm",
  3819. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTROL_STRUCTURE.htm",
  3820. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONTROL_TYPE.htm",
  3821. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONVERSATION_INDEX.htm",
  3822. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONVERSATION_KEY.htm",
  3823. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONVERSATION_TOPIC.htm",
  3824. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONVERSION_EITS.htm",
  3825. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONVERSION_PROHIBITED.htm",
  3826. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONVERSION_WITH_LOSS_PROHIBITED.htm",
  3827. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CONVERTED_EITS.htm",
  3828. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CORRELATE.htm",
  3829. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CORRELATE_MTSID.htm",
  3830. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_COUNTRY.htm",
  3831. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CREATE_TEMPLATES.htm",
  3832. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CREATION_TIME.htm",
  3833. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CREATION_VERSION.htm",
  3834. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CREATOR_ENTRYID.htm",
  3835. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CREATOR_FLAGS.htm",
  3836. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CREATOR_NAME.htm",
  3837. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CREATOR_SID.htm",
  3838. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CREATOR_SIMPLE_DISP_NAME.htm",
  3839. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CURRENT_VERSION.htm",
  3840. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_CUSTOMER_ID.htm",
  3841. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DAM_BACK_PATCHED.htm",
  3842. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DAM_ORIGINAL_ENTRYID.htm",
  3843. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DAV_SUBMIT_DATA.htm",
  3844. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DECLINE_CONFLICTING_MEETING_REQUESTS.htm",
  3845. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DECLINE_RECURRING_MEETING_REQUESTS.htm",
  3846. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DEFAULT_PROFILE.htm",
  3847. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DEFAULT_STORE.htm",
  3848. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DEFAULT_VIEW_ENTRYID.htm",
  3849. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DEFERRED_DELIVERY_TIME.htm",
  3850. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DEFERRED_SEND_NUMBER.htm",
  3851. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DEFERRED_SEND_TIME.htm",
  3852. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DEFERRED_SEND_UNITS.htm",
  3853. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DEF_CREATE_DL.htm",
  3854. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DEF_CREATE_MAILUSER.htm",
  3855. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DEF_FORM_NAME.htm",
  3856. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DEF_MSG_CLASS.htm",
  3857. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELEGATED_BY_RULE.htm",
  3858. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELEGATES_DISPLAY_NAMES.htm",
  3859. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELEGATES_ENTRYIDS.htm",
  3860. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELEGATES_SEE_PRIVATE.htm",
  3861. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELEGATION.htm",
  3862. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELETED_ASSOC_MESSAGE_SIZE_EXTENDED.htm",
  3863. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELETED_ASSOC_MSG_COUNT.htm",
  3864. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELETED_COUNT_TOTAL.htm",
  3865. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELETED_FOLDER_COUNT.htm",
  3866. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELETED_MESSAGE_SIZE_EXTENDED.htm",
  3867. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELETED_MSG_COUNT.htm",
  3868. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELETED_NORMAL_MESSAGE_SIZE_EXTENDED.htm",
  3869. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELETED_ON.htm",
  3870. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELETED_SUBFOLDER_CT.htm",
  3871. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELETE_AFTER_SUBMIT.htm",
  3872. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELETE_TIME.htm",
  3873. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELIVERY_POINT.htm",
  3874. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELIVER_TIME.htm",
  3875. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELIVER_TO_DN.htm",
  3876. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELTAX.htm",
  3877. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DELTAY.htm",
  3878. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DEPARTMENT_NAME.htm",
  3879. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DEPTH.htm",
  3880. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DESIGN_IN_PROGRESS.htm",
  3881. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DETAILS_TABLE.htm",
  3882. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DID.htm",
  3883. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DISABLE_FULL_FIDELITY.htm",
  3884. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DISABLE_PERUSER_READ.htm",
  3885. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DISABLE_WINSOCK.htm",
  3886. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DISCARD_REASON.htm",
  3887. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DISCLOSE_RECIPIENTS.htm",
  3888. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DISCLOSURE_OF_RECIPIENTS.htm",
  3889. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DISCRETE_VALUES.htm",
  3890. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DISC_VAL.htm",
  3891. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DISPLAY_BCC.htm",
  3892. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DISPLAY_CC.htm",
  3893. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DISPLAY_NAME.htm",
  3894. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DISPLAY_NAME_PREFIX.htm",
  3895. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DISPLAY_TO.htm",
  3896. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DISPLAY_TYPE.htm",
  3897. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DL_EXPANSION_HISTORY.htm",
  3898. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DL_EXPANSION_PROHIBITED.htm",
  3899. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DL_REPORT_FLAGS.htm",
  3900. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DOTSTUFF_STATE.htm",
  3901. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_DRAFTID.htm",
  3902. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_EC_WARNING.htm",
  3903. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_EFORMS_FOR_LOCALE_ENTRYID.htm",
  3904. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_EFORMS_LOCALE_ID.htm",
  3905. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_EFORMS_REGISTRY_ENTRYID.htm",
  3906. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_EMAIL_ADDRESS.htm",
  3907. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_EMS_AB_DISPLAY_NAME_PRINTABLE.htm",
  3908. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_END_ATTACH.htm",
  3909. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_END_BCC_RECIP.htm",
  3910. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_END_CC_RECIP.htm",
  3911. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_END_DATE.htm",
  3912. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_END_EMBED.htm",
  3913. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_END_FOLDER.htm",
  3914. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_END_MESSAGE.htm",
  3915. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_END_P1_RECIP.htm",
  3916. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_END_RECIP.htm",
  3917. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ENTRYID.htm",
  3918. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ER_FLAG.htm",
  3919. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_EVENTS_ROOT_FOLDER_ENTRYID.htm",
  3920. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_EXCEPTION_ENDTIME.htm",
  3921. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_EXCEPTION_STARTTIME.htm",
  3922. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_EXCESS_STORAGE_USED.htm",
  3923. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_EXPIRY_NUMBER.htm",
  3924. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_EXPIRY_TIME.htm",
  3925. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_EXPIRY_UNITS.htm",
  3926. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_EXPLICIT_CONVERSION.htm",
  3927. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_EXTENDED_ACL_DATA.htm",
  3928. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FAST_TRANSFER.htm",
  3929. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FAVORITES_DEFAULT_NAME.htm",
  3930. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FAV_AUTOSUBFOLDERS.htm",
  3931. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FAV_DEL_SUBS.htm",
  3932. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FAV_DISPLAY_ALIAS.htm",
  3933. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FAV_DISPLAY_NAME.htm",
  3934. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FAV_INHERIT_AUTO.htm",
  3935. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FAV_LEVEL_MASK.htm",
  3936. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FAV_PARENT_SOURCE_KEY.htm",
  3937. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FAV_PUBLIC_SOURCE_KEY.htm",
  3938. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FID.htm",
  3939. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FILE_SIZE_EXTENDED.htm",
  3940. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FILTERING_HOOKS.htm",
  3941. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FINDER_ENTRYID.htm",
  3942. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FLAG_COMPLETE.htm",
  3943. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FLAG_ICON.htm",
  3944. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FLAG_STATUS.htm",
  3945. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FOLDER_ASSOCIATED_CONTENTS.htm",
  3946. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FOLDER_CHILD_COUNT.htm",
  3947. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FOLDER_DESIGN_FLAGS.htm",
  3948. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FOLDER_FLAGS.htm",
  3949. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FOLDER_PATHNAME.htm",
  3950. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FOLDER_TYPE.htm",
  3951. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FOLDER_VIEWS_ONLY.htm",
  3952. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FOLDER_WEBVIEWINFO.htm",
  3953. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FOLDER_XVIEWINFO_E.htm",
  3954. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FOREIGN_ID.htm",
  3955. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FOREIGN_REPORT_ID.htm",
  3956. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FOREIGN_SUBJECT_ID.htm",
  3957. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FORM_CATEGORY.htm",
  3958. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FORM_CATEGORY_SUB.htm",
  3959. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FORM_CLSID.htm",
  3960. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FORM_CONTACT_NAME.htm",
  3961. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FORM_DESIGNER_GUID.htm",
  3962. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FORM_DESIGNER_NAME.htm",
  3963. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FORM_HIDDEN.htm",
  3964. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FORM_HOST_MAP.htm",
  3965. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FORM_MESSAGE_BEHAVIOR.htm",
  3966. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FORM_VERSION.htm",
  3967. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FREEBUSY_ALL_EVENTS.htm",
  3968. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FREEBUSY_ALL_MONTHS.htm",
  3969. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FREEBUSY_BUSY_EVENTS.htm",
  3970. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FREEBUSY_BUSY_MONTHS.htm",
  3971. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FREEBUSY_EMAIL_ADDRESS.htm",
  3972. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FREEBUSY_END_RANGE.htm",
  3973. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FREEBUSY_ENTRYIDS.htm",
  3974. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FREEBUSY_LAST_MODIFIED.htm",
  3975. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FREEBUSY_NUM_MONTHS.htm",
  3976. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FREEBUSY_OOF_EVENTS.htm",
  3977. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FREEBUSY_OOF_MONTHS.htm",
  3978. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FREEBUSY_START_RANGE.htm",
  3979. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FREEBUSY_TENTATIVE_EVENTS.htm",
  3980. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FREEBUSY_TENTATIVE_MONTHS.htm",
  3981. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FREE_BUSY_FOR_LOCAL_SITE_ENTRYID.htm",
  3982. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FROM_I_HAVE.htm",
  3983. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FTP_SITE.htm",
  3984. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_FX_DEL_PROP.htm",
  3985. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_GENDER.htm",
  3986. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_GENERATE_EXCHANGE_VIEWS.htm",
  3987. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_GENERATION.htm",
  3988. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_GIVEN_NAME.htm",
  3989. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_GOVERNMENT_ID_NUMBER.htm",
  3990. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_GW_ADMIN_OPERATIONS.htm",
  3991. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_GW_MTSIN_ENTRYID.htm",
  3992. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_GW_MTSOUT_ENTRYID.htm",
  3993. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HASATTACH.htm",
  3994. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HAS_ATTACH_FROM_IMAIL.htm",
  3995. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HAS_DAMS.htm",
  3996. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HAS_MODERATOR_RULES.htm",
  3997. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HAS_NAMED_PROPERTIES.htm",
  3998. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HAS_RULES.htm",
  3999. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HEADER_FOLDER_ENTRYID.htm",
  4000. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HIERARCHY_CHANGE_NUM.htm",
  4001. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HIERARCHY_SERVER.htm",
  4002. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HIERARCHY_SYNCHRONIZER.htm",
  4003. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HOBBIES.htm",
  4004. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HOME2_TELEPHONE_NUMBER.htm",
  4005. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HOME_ADDRESS_CITY.htm",
  4006. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HOME_ADDRESS_COUNTRY.htm",
  4007. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HOME_ADDRESS_POSTAL_CODE.htm",
  4008. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HOME_ADDRESS_POST_OFFICE_BOX.htm",
  4009. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HOME_ADDRESS_STATE_OR_PROVINCE.htm",
  4010. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HOME_ADDRESS_STREET.htm",
  4011. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HOME_FAX_NUMBER.htm",
  4012. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HOME_TELEPHONE_NUMBER.htm",
  4013. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_HTML.htm",
  4014. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ICON.htm",
  4015. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ICS_CHANGE_KEY.htm",
  4016. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ICS_NOTIF.htm",
  4017. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IDENTITY_DISPLAY.htm",
  4018. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IDENTITY_ENTRYID.htm",
  4019. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IDENTITY_SEARCH_KEY.htm",
  4020. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IDSET_GIVEN.htm",
  4021. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IFS_INTERNAL_DATA.htm",
  4022. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IMAP_INTERNAL_DATE.htm",
  4023. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IMAP_LAST_ARTICLE_ID.htm",
  4024. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IMPLICIT_CONVERSION_PROHIBITED.htm",
  4025. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IMPLIED_RESTRICTIONS.htm",
  4026. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IMPORTANCE.htm",
  4027. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INBOUND_NEWSFEED_DN.htm",
  4028. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INCOMPLETE_COPY.htm",
  4029. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INCR_SYNC_CHG.htm",
  4030. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INCR_SYNC_DEL.htm",
  4031. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INCR_SYNC_END.htm",
  4032. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INCR_SYNC_MSG.htm",
  4033. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INET_MAIL_OVERRIDE_FORMAT.htm",
  4034. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INITIALS.htm",
  4035. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INITIAL_DETAILS_PANE.htm",
  4036. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INSTANCE_KEY.htm",
  4037. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INSTANCE_NUM.htm",
  4038. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INST_ID.htm",
  4039. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNAL_POST_REPLY.htm",
  4040. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNAL_TRACE_INFO.htm",
  4041. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_APPROVED.htm",
  4042. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_ARTICLE_NUMBER.htm",
  4043. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_CHARSET.htm",
  4044. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_CONTENT.htm",
  4045. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_CONTROL.htm",
  4046. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_CPID.htm",
  4047. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_DISTRIBUTION.htm",
  4048. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_FOLLOWUP_TO.htm",
  4049. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_FREE_DOC_INFO.htm",
  4050. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_LINES.htm",
  4051. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_MESSAGE_ID.htm",
  4052. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_MESSAGE_INFO.htm",
  4053. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_NEWSGROUPS.htm",
  4054. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_NEWSGROUP_NAME.htm",
  4055. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_NNTP_PATH.htm",
  4056. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_ORGANIZATION.htm",
  4057. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_PARSE_STATE.htm",
  4058. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_PRECEDENCE.htm",
  4059. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_REFERENCES.htm",
  4060. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_SENT_REPRESENTING_NAME.htm",
  4061. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_INTERNET_SUBJECT.htm",
  4062. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IN_CONFLICT.htm",
  4063. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IN_REPLY_TO_ID.htm",
  4064. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IN_TRANSIT.htm",
  4065. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IPM_APPOINTMENT_ENTRYID.htm",
  4066. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IPM_CONTACT_ENTRYID.htm",
  4067. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IPM_DAF_ENTRYID.htm",
  4068. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IPM_DRAFTS_ENTRYID.htm",
  4069. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IPM_FAVORITES_ENTRYID.htm",
  4070. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IPM_ID.htm",
  4071. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IPM_JOURNAL_ENTRYID.htm",
  4072. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IPM_NOTE_ENTRYID.htm",
  4073. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IPM_OUTBOX_ENTRYID.htm",
  4074. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IPM_OUTBOX_SEARCH_KEY.htm",
  4075. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IPM_PUBLIC_FOLDERS_ENTRYID.htm",
  4076. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IPM_RETURN_REQUESTED.htm",
  4077. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IPM_SENTMAIL_ENTRYID.htm",
  4078. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IPM_SENTMAIL_SEARCH_KEY.htm",
  4079. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IPM_SUBTREE_ENTRYID.htm",
  4080. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IPM_SUBTREE_SEARCH_KEY.htm",
  4081. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IPM_TASK_ENTRYID.htm",
  4082. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IPM_WASTEBASKET_ENTRYID.htm",
  4083. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IPM_WASTEBASKET_SEARCH_KEY.htm",
  4084. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ISDN_NUMBER.htm",
  4085. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IS_NEWSGROUP.htm",
  4086. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_IS_NEWSGROUP_ANCHOR.htm",
  4087. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_KEYWORD.htm",
  4088. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LANGUAGE.htm",
  4089. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LANGUAGES.htm",
  4090. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LAST_ACCESS_TIME.htm",
  4091. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LAST_CONFLICT.htm",
  4092. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LAST_FULL_BACKUP.htm",
  4093. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LAST_LOGOFF_TIME.htm",
  4094. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LAST_LOGON_TIME.htm",
  4095. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LAST_MODIFICATION_TIME.htm",
  4096. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LAST_MODIFIER_ENTRYID.htm",
  4097. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LAST_MODIFIER_NAME.htm",
  4098. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LAST_MODIFIER_SID.htm",
  4099. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LAST_VERB_EXECUTED.htm",
  4100. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LAST_VERB_EXECUTION_TIME.htm",
  4101. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LATEST_DELIVERY_TIME.htm",
  4102. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LIST_HELP.htm",
  4103. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LIST_SUBSCRIBE.htm",
  4104. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LIST_UNSUBSCRIBE.htm",
  4105. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LOCALE_ID.htm",
  4106. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LOCALITY.htm",
  4107. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LOCAL_COMMIT_TIME.htm",
  4108. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LOCAL_COMMIT_TIME_MAX.htm",
  4109. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LOCATION.htm",
  4110. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LONGTERM_ENTRYID_FROM_TABLE.htm",
  4111. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_LTID.htm",
  4112. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MAILBEAT_BOUNCE_SERVER.htm",
  4113. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MAILBEAT_REPLY_PROCESSED.htm",
  4114. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MAILBEAT_REPLY_RECEIVED.htm",
  4115. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MAILBEAT_REPLY_SENT.htm",
  4116. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MAILBEAT_REPLY_SUBMIT.htm",
  4117. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MAILBEAT_REQUEST_PROCESSED.htm",
  4118. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MAILBEAT_REQUEST_RECEIVED.htm",
  4119. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MAILBEAT_REQUEST_SENT.htm",
  4120. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MAILBOX_OWNER_ENTRYID.htm",
  4121. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MAILBOX_OWNER_NAME.htm",
  4122. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MAIL_PERMISSION.htm",
  4123. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MANAGER_NAME.htm",
  4124. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MAPPING_SIGNATURE.htm",
  4125. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MDB_PROVIDER.htm",
  4126. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MEMBER_ENTRYID.htm",
  4127. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MEMBER_ID.htm",
  4128. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MEMBER_NAME.htm",
  4129. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MEMBER_RIGHTS.htm",
  4130. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MESSAGE_ATTACHMENTS.htm",
  4131. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MESSAGE_CC_ME.htm",
  4132. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MESSAGE_CLASS.htm",
  4133. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MESSAGE_CODEPAGE.htm",
  4134. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MESSAGE_DELIVERY_ID.htm",
  4135. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MESSAGE_DELIVERY_TIME.htm",
  4136. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MESSAGE_DOWNLOAD_TIME.htm",
  4137. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MESSAGE_FLAGS.htm",
  4138. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MESSAGE_LOCALE_ID.htm",
  4139. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MESSAGE_PROCESSED.htm",
  4140. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MESSAGE_RECIPIENTS.htm",
  4141. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MESSAGE_RECIP_ME.htm",
  4142. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MESSAGE_SECURITY_LABEL.htm",
  4143. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MESSAGE_SITE_NAME.htm",
  4144. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MESSAGE_SIZE.htm",
  4145. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MESSAGE_SIZE_EXTENDED.htm",
  4146. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MESSAGE_SUBMISSION_ID.htm",
  4147. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MESSAGE_SUBMISSION_ID_FROM_CLIENT.htm",
  4148. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MESSAGE_TOKEN.htm",
  4149. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MESSAGE_TO_ME.htm",
  4150. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MHS_COMMON_NAME.htm",
  4151. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MID.htm",
  4152. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MIDDLE_NAME.htm",
  4153. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MIME_HANDLER_CLASSIDS.htm",
  4154. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MIME_SIZE.htm",
  4155. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MINI_ICON.htm",
  4156. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MOBILE_TELEPHONE_NUMBER.htm",
  4157. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MODIFIER_FLAGS.htm",
  4158. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MODIFY_VERSION.htm",
  4159. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MOVE_TO_FOLDER_ENTRYID.htm",
  4160. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MOVE_TO_STORE_ENTRYID.htm",
  4161. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MSG_BODY_ID.htm",
  4162. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MSG_EDITOR_FORMAT.htm",
  4163. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MSG_FOLDER_TEMPLATE_RES_10.htm",
  4164. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MSG_FOLDER_TEMPLATE_RES_11.htm",
  4165. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MSG_FOLDER_TEMPLATE_RES_12.htm",
  4166. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MSG_FOLDER_TEMPLATE_RES_2.htm",
  4167. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MSG_FOLDER_TEMPLATE_RES_4.htm",
  4168. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MSG_FOLDER_TEMPLATE_RES_5.htm",
  4169. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MSG_FOLDER_TEMPLATE_RES_6.htm",
  4170. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MSG_FOLDER_TEMPLATE_RES_7.htm",
  4171. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MSG_FOLDER_TEMPLATE_RES_8.htm",
  4172. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MSG_FOLDER_TEMPLATE_RES_9.htm",
  4173. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MSG_FOLD_TIME.htm",
  4174. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MSG_STATUS.htm",
  4175. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MTS_ID.htm",
  4176. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MTS_REPORT_ID.htm",
  4177. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MTS_SUBJECT_ID.htm",
  4178. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MV_PKM_OPERATION_REQ.htm",
  4179. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MV_PKM_VERSION_LABELS.htm",
  4180. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_MV_PKM_VERSION_STATUS.htm",
  4181. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NDR_DIAG_CODE.htm",
  4182. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NDR_REASON_CODE.htm",
  4183. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NEWSFEED_INFO.htm",
  4184. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NEWSGROUP_COMPONENT.htm",
  4185. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NEWSGROUP_NAME.htm",
  4186. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NEWSGROUP_ROOT_FOLDER_ENTRYID.htm",
  4187. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NEW_ATTACH.htm",
  4188. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NEW_FX_FOLDER.htm",
  4189. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NEW_SUBS_GET_AUTO_ADD.htm",
  4190. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NICKNAME.htm",
  4191. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NNTP_ARTICLE_FOLDER_ENTRYID.htm",
  4192. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NNTP_CONTROL_FOLDER_ENTRYID.htm",
  4193. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NNTP_XREF.htm",
  4194. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NON_IPM_SUBTREE_ENTRYID.htm",
  4195. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NON_RECEIPT_NOTIFICATION_REQUESTED.htm",
  4196. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NON_RECEIPT_REASON.htm",
  4197. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NORMALIZED_SUBJECT.htm",
  4198. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NORMAL_MESSAGE_SIZE.htm",
  4199. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NORMAL_MESSAGE_SIZE_EXTENDED.htm",
  4200. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NORMAL_MSG_W_ATTACH_COUNT.htm",
  4201. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NOT_822_RENDERABLE.htm",
  4202. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NTSD_MODIFICATION_TIME.htm",
  4203. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NT_SECURITY_DESCRIPTOR.htm",
  4204. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_NT_USER_NAME.htm",
  4205. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OBJECT_TYPE.htm",
  4206. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OBSOLETED_IPMS.htm",
  4207. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OFFICE2_TELEPHONE_NUMBER.htm",
  4208. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OFFICE_LOCATION.htm",
  4209. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OFFICE_TELEPHONE_NUMBER.htm",
  4210. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OFFLINE_ADDRBOOK_ENTRYID.htm",
  4211. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OFFLINE_FLAGS.htm",
  4212. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OFFLINE_MESSAGE_ENTRYID.htm",
  4213. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OLDEST_DELETED_ON.htm",
  4214. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OOF_STATE.htm",
  4215. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORGANIZATIONAL_ID_NUMBER.htm",
  4216. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORG_ADDR_TYPE.htm",
  4217. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORG_EMAIL_ADDR.htm",
  4218. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINALLY_INTENDED_RECIPIENT_NAME.htm",
  4219. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINALLY_INTENDED_RECIP_ADDRTYPE.htm",
  4220. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINALLY_INTENDED_RECIP_EMAIL_ADDRESS.htm",
  4221. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINALLY_INTENDED_RECIP_ENTRYID.htm",
  4222. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_AUTHOR_ADDRTYPE.htm",
  4223. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_AUTHOR_EMAIL_ADDRESS.htm",
  4224. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_AUTHOR_ENTRYID.htm",
  4225. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_AUTHOR_FLAGS.htm",
  4226. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_AUTHOR_NAME.htm",
  4227. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_AUTHOR_SEARCH_KEY.htm",
  4228. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_DELIVERY_TIME.htm",
  4229. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_DISPLAY_BCC.htm",
  4230. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_DISPLAY_CC.htm",
  4231. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_DISPLAY_NAME.htm",
  4232. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_DISPLAY_TO.htm",
  4233. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_EITS.htm",
  4234. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_ENTRYID.htm",
  4235. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_SEARCH_KEY.htm",
  4236. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_SENDER_ADDRTYPE.htm",
  4237. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_SENDER_EMAIL_ADDRESS.htm",
  4238. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_SENDER_ENTRYID.htm",
  4239. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_SENDER_FLAGS.htm",
  4240. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_SENDER_NAME.htm",
  4241. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_SENDER_SEARCH_KEY.htm",
  4242. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_SENSITIVITY.htm",
  4243. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_SENT_REPRESENTING_ADDRTYPE.htm",
  4244. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_SENT_REPRESENTING_EMAIL_ADDRESS.htm",
  4245. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_SENT_REPRESENTING_ENTRYID.htm",
  4246. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_SENT_REPRESENTING_FLAGS.htm",
  4247. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_SENT_REPRESENTING_NAME.htm",
  4248. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_SENT_REPRESENTING_SEARCH_KEY.htm",
  4249. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_SUBJECT.htm",
  4250. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINAL_SUBMIT_TIME.htm",
  4251. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINATING_MTA_CERTIFICATE.htm",
  4252. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINATOR_ADDR.htm",
  4253. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINATOR_ADDRTYPE.htm",
  4254. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINATOR_AND_DL_EXPANSION_HISTORY.htm",
  4255. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINATOR_CERTIFICATE.htm",
  4256. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINATOR_DELIVERY_REPORT_REQUESTED.htm",
  4257. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINATOR_ENTRYID.htm",
  4258. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINATOR_FLAGS.htm",
  4259. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINATOR_NAME.htm",
  4260. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINATOR_NON_DELIVERY_REPORT_REQUESTED.htm",
  4261. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINATOR_REQUESTED_ALTERNATE_RECIPIENT.htm",
  4262. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINATOR_RETURN_ADDRESS.htm",
  4263. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGINATOR_SEARCH_KEY.htm",
  4264. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIGIN_CHECK.htm",
  4265. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ORIG_MESSAGE_CLASS.htm",
  4266. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OST_ENCRYPTION.htm",
  4267. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OST_OSTID.htm",
  4268. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OTHER_ADDRESS_CITY.htm",
  4269. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OTHER_ADDRESS_COUNTRY.htm",
  4270. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OTHER_ADDRESS_POSTAL_CODE.htm",
  4271. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OTHER_ADDRESS_POST_OFFICE_BOX.htm",
  4272. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OTHER_ADDRESS_STATE_OR_PROVINCE.htm",
  4273. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OTHER_ADDRESS_STREET.htm",
  4274. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OTHER_TELEPHONE_NUMBER.htm",
  4275. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OUTBOUND_NEWSFEED_DN.htm",
  4276. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OUTLOOK_2003_ENTRYIDS.htm",
  4277. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OVERALL_AGE_LIMIT.htm",
  4278. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OVERALL_MSG_AGE_LIMIT.htm",
  4279. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OWA_URL.htm",
  4280. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OWNER_APPT_ID.htm",
  4281. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OWNER_COUNT.htm",
  4282. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_OWN_STORE_ENTRYID.htm",
  4283. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_P1_CONTENT.htm",
  4284. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_P1_CONTENT_TYPE.htm",
  4285. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PACKED_NAME_PROPS.htm",
  4286. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PAGER_TELEPHONE_NUMBER.htm",
  4287. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PARENT_CATEG_ID.htm",
  4288. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PARENT_DISPLAY.htm",
  4289. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PARENT_ENTRYID.htm",
  4290. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PARENT_FID.htm",
  4291. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PARENT_KEY.htm",
  4292. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PARENT_SOURCE_KEY.htm",
  4293. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PCL_EXPORT.htm",
  4294. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PERSONAL_FREEBUSY.htm",
  4295. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PERSONAL_HOME_PAGE.htm",
  4296. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PF_MSG_SIZE_LIMIT.htm",
  4297. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PF_OVER_HARD_QUOTA_LIMIT.htm",
  4298. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PF_PLATINUM_HOME_MDB.htm",
  4299. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PF_PROXY_REQUIRED.htm",
  4300. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PF_QUOTA_STYLE.htm",
  4301. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PF_STORAGE_QUOTA.htm",
  4302. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PHYSICAL_DELIVERY_BUREAU_FAX_DELIVERY.htm",
  4303. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PHYSICAL_DELIVERY_MODE.htm",
  4304. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PHYSICAL_DELIVERY_REPORT_REQUEST.htm",
  4305. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PHYSICAL_FORWARDING_ADDRESS.htm",
  4306. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PHYSICAL_FORWARDING_ADDRESS_REQUESTED.htm",
  4307. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PHYSICAL_FORWARDING_PROHIBITED.htm",
  4308. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PHYSICAL_RENDITION_ATTRIBUTES.htm",
  4309. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PKM_DOC_INTERNAL_STATE.htm",
  4310. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PKM_DOC_STATUS.htm",
  4311. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PKM_INTERNAL_DATA.htm",
  4312. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PKM_LAST_UNAPPROVED_VID.htm",
  4313. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_POSTAL_ADDRESS.htm",
  4314. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_POSTAL_CODE.htm",
  4315. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_POST_FOLDER_ENTRIES.htm",
  4316. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_POST_FOLDER_NAMES.htm",
  4317. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_POST_OFFICE_BOX.htm",
  4318. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_POST_REPLY_DENIED.htm",
  4319. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_POST_REPLY_FOLDER_ENTRIES.htm",
  4320. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_POST_REPLY_FOLDER_NAMES.htm",
  4321. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PREDECESSOR_CHANGE_LIST.htm",
  4322. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PREFERRED_BY_NAME.htm",
  4323. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PREPROCESS.htm",
  4324. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PREVENT_MSG_CREATE.htm",
  4325. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PREVIEW.htm",
  4326. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PREVIEW_UNREAD.htm",
  4327. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PRIMARY_CAPABILITY.htm",
  4328. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PRIMARY_FAX_NUMBER.htm",
  4329. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PRIMARY_TELEPHONE_NUMBER.htm",
  4330. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PRIORITY.htm",
  4331. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROCESS_MEETING_REQUESTS.htm",
  4332. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFESSION.htm",
  4333. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_AB_FILES_PATH.htm",
  4334. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_ADDR_INFO.htm",
  4335. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_ALLPUB_COMMENT.htm",
  4336. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_ALLPUB_DISPLAY_NAME.htm",
  4337. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_AUTH_PACKAGE.htm",
  4338. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_BINDING_ORDER.htm",
  4339. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_CONFIG_FLAGS.htm",
  4340. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_CONNECT_FLAGS.htm",
  4341. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_FAVFLD_COMMENT.htm",
  4342. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_FAVFLD_DISPLAY_NAME.htm",
  4343. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_HOME_SERVER.htm",
  4344. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_HOME_SERVER_ADDRS.htm",
  4345. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_HOME_SERVER_DN.htm",
  4346. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_MAILBOX.htm",
  4347. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_MAX_RESTRICT.htm",
  4348. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_MOAB.htm",
  4349. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_MOAB_GUID.htm",
  4350. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_MOAB_SEQ.htm",
  4351. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_NAME.htm",
  4352. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_OFFLINE_INFO.htm",
  4353. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_OFFLINE_STORE_PATH.htm",
  4354. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_OPEN_FLAGS.htm",
  4355. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_OPTIONS_DATA.htm",
  4356. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_SECURE_MAILBOX.htm",
  4357. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_SERVER.htm",
  4358. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_SERVER_DN.htm",
  4359. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_TRANSPORT_FLAGS.htm",
  4360. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_TYPE.htm",
  4361. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_UI_STATE.htm",
  4362. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_UNRESOLVED_NAME.htm",
  4363. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_UNRESOLVED_SERVER.htm",
  4364. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_USER.htm",
  4365. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROFILE_VERSION.htm",
  4366. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROMOTE_PROP_ID_LIST.htm",
  4367. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROOF_OF_DELIVERY.htm",
  4368. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROOF_OF_DELIVERY_REQUESTED.htm",
  4369. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROOF_OF_SUBMISSION.htm",
  4370. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROOF_OF_SUBMISSION_REQUESTED.htm",
  4371. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROVIDER_DISPLAY.htm",
  4372. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROVIDER_DLL_NAME.htm",
  4373. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROVIDER_ORDINAL.htm",
  4374. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROVIDER_SUBMIT_TIME.htm",
  4375. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PROVIDER_UID.htm",
  4376. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PST_ENCRYPTION.htm",
  4377. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PST_PATH.htm",
  4378. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PST_PW_SZ_NEW.htm",
  4379. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PST_PW_SZ_OLD.htm",
  4380. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PST_REMEMBER_PW.htm",
  4381. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PUBLIC_FOLDER_ENTRYID.htm",
  4382. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_PUBLISH_IN_ADDRESS_BOOK.htm",
  4383. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RADIO_TELEPHONE_NUMBER.htm",
  4384. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RANK.htm",
  4385. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RCVD_BY_FLAGS.htm",
  4386. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RCVD_REPRESENTING_ADDRTYPE.htm",
  4387. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RCVD_REPRESENTING_EMAIL_ADDRESS.htm",
  4388. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RCVD_REPRESENTING_ENTRYID.htm",
  4389. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RCVD_REPRESENTING_FLAGS.htm",
  4390. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RCVD_REPRESENTING_NAME.htm",
  4391. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RCVD_REPRESENTING_SEARCH_KEY.htm",
  4392. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_READ_RECEIPT_ENTRYID.htm",
  4393. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_READ_RECEIPT_FLAGS.htm",
  4394. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_READ_RECEIPT_REQUESTED.htm",
  4395. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_READ_RECEIPT_SEARCH_KEY.htm",
  4396. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RECEIPT_TIME.htm",
  4397. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RECEIVED_BY_ADDRTYPE.htm",
  4398. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RECEIVED_BY_EMAIL_ADDRESS.htm",
  4399. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RECEIVED_BY_ENTRYID.htm",
  4400. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RECEIVED_BY_NAME.htm",
  4401. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RECEIVED_BY_SEARCH_KEY.htm",
  4402. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RECEIVE_FOLDER_SETTINGS.htm",
  4403. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RECIPIENT_CERTIFICATE.htm",
  4404. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RECIPIENT_NUMBER.htm",
  4405. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RECIPIENT_NUMBER_FOR_ADVICE.htm",
  4406. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RECIPIENT_ON_ASSOC_MSG_COUNT.htm",
  4407. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RECIPIENT_ON_NORMAL_MSG_COUNT.htm",
  4408. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RECIPIENT_REASSIGNMENT_PROHIBITED.htm",
  4409. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RECIPIENT_STATUS.htm",
  4410. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RECIPIENT_TYPE.htm",
  4411. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RECORD_KEY.htm",
  4412. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REDIRECTION_HISTORY.htm",
  4413. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REFERRED_BY_NAME.htm",
  4414. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REGISTERED_MAIL_TYPE.htm",
  4415. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RELATED_IPMS.htm",
  4416. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REMINDERS_OFFLINE_ENTRYID.htm",
  4417. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REMINDERS_ONLINE_ENTRYID.htm",
  4418. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REMOTE_PROGRESS.htm",
  4419. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REMOTE_PROGRESS_TEXT.htm",
  4420. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REMOTE_VALIDATE_OK.htm",
  4421. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RENDERING_POSITION.htm",
  4422. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPLICATION_ALWAYS_INTERVAL.htm",
  4423. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPLICATION_MESSAGE_PRIORITY.htm",
  4424. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPLICATION_MSG_SIZE.htm",
  4425. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPLICATION_SCHEDULE.htm",
  4426. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPLICATION_STYLE.htm",
  4427. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPLICA_LIST.htm",
  4428. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPLICA_SERVER.htm",
  4429. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPLICA_VERSION.htm",
  4430. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPLY_RECIPIENT_ENTRIES.htm",
  4431. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPLY_RECIPIENT_NAMES.htm",
  4432. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPLY_RECIPIENT_SMTP_PROXIES.htm",
  4433. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPLY_REQUESTED.htm",
  4434. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPLY_TEMPLATE_ID.htm",
  4435. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPLY_TIME.htm",
  4436. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPL_CHANGES.htm",
  4437. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPL_HEADER.htm",
  4438. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPL_RGM.htm",
  4439. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPL_STATUS.htm",
  4440. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPORTING_DL_NAME.htm",
  4441. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPORTING_MTA_CERTIFICATE.htm",
  4442. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPORT_DESTINATION_ENTRYID.htm",
  4443. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPORT_DESTINATION_FLAGS.htm",
  4444. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPORT_DESTINATION_NAME.htm",
  4445. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPORT_DESTINATION_SEARCH_KEY.htm",
  4446. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPORT_ENTRYID.htm",
  4447. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPORT_FLAGS.htm",
  4448. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPORT_NAME.htm",
  4449. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPORT_SEARCH_KEY.htm",
  4450. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPORT_TAG.htm",
  4451. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPORT_TEXT.htm",
  4452. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REPORT_TIME.htm",
  4453. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_REQUESTED_DELIVERY_METHOD.htm",
  4454. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RESOLVE_METHOD.htm",
  4455. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RESOURCE_FLAGS.htm",
  4456. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RESOURCE_METHODS.htm",
  4457. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RESOURCE_PATH.htm",
  4458. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RESOURCE_TYPE.htm",
  4459. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RESPONSE_REQUESTED.htm",
  4460. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RESPONSIBILITY.htm",
  4461. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RESTRICTION_COUNT.htm",
  4462. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RETENTION_AGE_LIMIT.htm",
  4463. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RETURNED_IPM.htm",
  4464. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RIGHTS.htm",
  4465. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RMI.htm",
  4466. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ROWID.htm",
  4467. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_ROW_TYPE.htm",
  4468. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RTF_COMPRESSED.htm",
  4469. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RTF_IN_SYNC.htm",
  4470. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RTF_SYNC_BODY_COUNT.htm",
  4471. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RTF_SYNC_BODY_CRC.htm",
  4472. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RTF_SYNC_BODY_TAG.htm",
  4473. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RTF_SYNC_PREFIX_COUNT.htm",
  4474. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RTF_SYNC_TRAILING_COUNT.htm",
  4475. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULES_DATA.htm",
  4476. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULES_TABLE.htm",
  4477. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_ACTIONS.htm",
  4478. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_ACTION_NUMBER.htm",
  4479. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_ACTION_TYPE.htm",
  4480. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_CONDITION.htm",
  4481. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_ERROR.htm",
  4482. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_FOLDER_ENTRYID.htm",
  4483. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_ID.htm",
  4484. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_IDS.htm",
  4485. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_LEVEL.htm",
  4486. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_MSG_ACTIONS.htm",
  4487. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_MSG_CONDITION.htm",
  4488. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_MSG_CONDITION_LCID.htm",
  4489. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_MSG_LEVEL.htm",
  4490. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_MSG_NAME.htm",
  4491. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_MSG_PROVIDER.htm",
  4492. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_MSG_PROVIDER_DATA.htm",
  4493. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_MSG_SEQUENCE.htm",
  4494. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_MSG_STATE.htm",
  4495. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_MSG_USER_FLAGS.htm",
  4496. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_MSG_VERSION.htm",
  4497. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_NAME.htm",
  4498. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_PROVIDER.htm",
  4499. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_PROVIDER_DATA.htm",
  4500. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_SEQUENCE.htm",
  4501. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_SERVER_RULE_ID.htm",
  4502. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_STATE.htm",
  4503. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_TRIGGER_HISTORY.htm",
  4504. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_RULE_USER_FLAGS.htm",
  4505. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SCHEDULE_FOLDER_ENTRYID.htm",
  4506. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SEARCH.htm",
  4507. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SEARCH_FLAGS.htm",
  4508. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SEARCH_KEY.htm",
  4509. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SECURE_IN_SITE.htm",
  4510. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SECURE_ORIGINATION.htm",
  4511. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SECURITY.htm",
  4512. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SELECTABLE.htm",
  4513. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SENDER_ADDRTYPE.htm",
  4514. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SENDER_EMAIL_ADDRESS.htm",
  4515. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SENDER_ENTRYID.htm",
  4516. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SENDER_FLAGS.htm",
  4517. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SENDER_NAME.htm",
  4518. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SENDER_SEARCH_KEY.htm",
  4519. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SENDER_SIMPLE_DISP_NAME.htm",
  4520. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SEND_INTERNET_ENCODING.htm",
  4521. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SEND_RICH_INFO.htm",
  4522. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SENSITIVITY.htm",
  4523. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SENTMAIL_ENTRYID.htm",
  4524. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SENT_REPRESENTING_ADDRTYPE.htm",
  4525. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SENT_REPRESENTING_EMAIL_ADDRESS.htm",
  4526. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SENT_REPRESENTING_ENTRYID.htm",
  4527. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SENT_REPRESENTING_FLAGS.htm",
  4528. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SENT_REPRESENTING_NAME.htm",
  4529. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SENT_REPRESENTING_SEARCH_KEY.htm",
  4530. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SENT_REPRESENTING_SIMPLE_DISP_NAME.htm",
  4531. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SEQID.htm",
  4532. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SERVICES.htm",
  4533. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SERVICE_DELETE_FILES.htm",
  4534. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SERVICE_DLL_NAME.htm",
  4535. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SERVICE_ENTRY_NAME.htm",
  4536. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SERVICE_EXTRA_UIDS.htm",
  4537. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SERVICE_NAME.htm",
  4538. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SERVICE_SUPPORT_FILES.htm",
  4539. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SERVICE_UID.htm",
  4540. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SMTP_ADDRESS.htm",
  4541. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SMTP_TEMP_TBL_DATA.htm",
  4542. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SMTP_TEMP_TBL_DATA_2.htm",
  4543. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SMTP_TEMP_TBL_DATA_3.htm",
  4544. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SOFT_DELETES.htm",
  4545. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SORT_LOCALE_ID.htm",
  4546. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SOURCE_KEY.htm",
  4547. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SPLUS_FREE_BUSY_ENTRYID.htm",
  4548. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SPOOLER_STATUS.htm",
  4549. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SPOUSE_NAME.htm",
  4550. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_START_DATE.htm",
  4551. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_START_EMBED.htm",
  4552. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_START_FAI_MSG.htm",
  4553. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_START_MESSAGE.htm",
  4554. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_START_RECIP.htm",
  4555. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_START_SUB_FLD.htm",
  4556. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_START_TOP_FLD.htm",
  4557. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_STATE_OR_PROVINCE.htm",
  4558. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_STATUS.htm",
  4559. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_STATUS_CODE.htm",
  4560. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_STATUS_STRING.htm",
  4561. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_STORAGE_LIMIT_INFORMATION.htm",
  4562. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_STORAGE_QUOTA_LIMIT.htm",
  4563. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_STORE_ENTRYID.htm",
  4564. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_STORE_OFFLINE.htm",
  4565. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_STORE_PROVIDERS.htm",
  4566. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_STORE_RECORD_KEY.htm",
  4567. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_STORE_SLOWLINK.htm",
  4568. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_STORE_STATE.htm",
  4569. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_STORE_SUPPORT_MASK.htm",
  4570. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_STREET_ADDRESS.htm",
  4571. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SUBFOLDERS.htm",
  4572. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SUBFOLDER_CT.htm",
  4573. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SUBJECT.htm",
  4574. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SUBJECT_IPM.htm",
  4575. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SUBJECT_PREFIX.htm",
  4576. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SUBJECT_TRACE_INFO.htm",
  4577. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SUBMIT_FLAGS.htm",
  4578. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SUPERSEDES.htm",
  4579. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SUPPLEMENTARY_INFO.htm",
  4580. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SURNAME.htm",
  4581. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SVR_GENERATING_QUOTA_MSG.htm",
  4582. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SYNCEVENT_SUPPRESS_GUID.htm",
  4583. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SYNCHRONIZE_FLAGS.htm",
  4584. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_SYS_CONFIG_FOLDER_ENTRYID.htm",
  4585. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_TELEX_NUMBER.htm",
  4586. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_TEMPLATEID.htm",
  4587. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_TEST_LINE_SPEED.htm",
  4588. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_TITLE.htm",
  4589. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_TNEF_CORRELATION_KEY.htm",
  4590. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_TRACE_INFO.htm",
  4591. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_TRANSFER_ENABLED.htm",
  4592. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_TRANSMITABLE_DISPLAY_NAME.htm",
  4593. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_TRANSPORT_KEY.htm",
  4594. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_TRANSPORT_MESSAGE_HEADERS.htm",
  4595. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_TRANSPORT_PROVIDERS.htm",
  4596. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_TRANSPORT_STATUS.htm",
  4597. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_TRUST_SENDER.htm",
  4598. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_TTYTDD_PHONE_NUMBER.htm",
  4599. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_TYPE_OF_MTS_USER.htm",
  4600. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_URL_COMP_NAME.htm",
  4601. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_URL_COMP_NAME_HASH.htm",
  4602. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_URL_COMP_NAME_POSTFIX.htm",
  4603. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_URL_COMP_NAME_SET.htm",
  4604. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_URL_NAME.htm",
  4605. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_USENET_SITE_NAME.htm",
  4606. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_USER_CERTIFICATE.htm",
  4607. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_USER_ENTRYID.htm",
  4608. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_USER_NAME.htm",
  4609. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_USER_X509_CERTIFICATE.htm",
  4610. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_VALID_FOLDER_MASK.htm",
  4611. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_VD_BINARY.htm",
  4612. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_VD_FLAGS.htm",
  4613. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_VD_LINK_TO.htm",
  4614. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_VD_NAME.htm",
  4615. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_VD_STRINGS.htm",
  4616. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_VD_VERSION.htm",
  4617. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_VD_VIEW_FOLDER.htm",
  4618. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_VERSIONING_FLAGS.htm",
  4619. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_VERSION_OP_CODE.htm",
  4620. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_VERSION_OP_DATA.htm",
  4621. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_VERSION_SEQUENCE_NUMBER.htm",
  4622. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_VIEWS_ENTRYID.htm",
  4623. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_WEDDING_ANNIVERSARY.htm",
  4624. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_X400_CONTENT_TYPE.htm",
  4625. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_X400_DEFERRED_DELIVERY_CANCEL.htm",
  4626. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_X400_ENVELOPE_TYPE.htm",
  4627. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_XPOS.htm",
  4628. "Help/html/F_Independentsoft_Exchange_MapiPropertyTag_PR_YPOS.htm",
  4629. "Help/html/F_Independentsoft_Exchange_MeetingMessagePropertyPath_AppointmentId.htm",
  4630. "Help/html/F_Independentsoft_Exchange_MeetingMessagePropertyPath_DateTimeStamp.htm",
  4631. "Help/html/F_Independentsoft_Exchange_MeetingMessagePropertyPath_HasBeenProcessed.htm",
  4632. "Help/html/F_Independentsoft_Exchange_MeetingMessagePropertyPath_IsDelegated.htm",
  4633. "Help/html/F_Independentsoft_Exchange_MeetingMessagePropertyPath_IsOutOfDate.htm",
  4634. "Help/html/F_Independentsoft_Exchange_MeetingMessagePropertyPath_RecurrenceId.htm",
  4635. "Help/html/F_Independentsoft_Exchange_MeetingMessagePropertyPath_ResponseType.htm",
  4636. "Help/html/F_Independentsoft_Exchange_MeetingMessagePropertyPath_Uid.htm",
  4637. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_AdjacentMeetingCount.htm",
  4638. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_AdjacentMeetings.htm",
  4639. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_AllowNewTimeProposal.htm",
  4640. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_BusyStatus.htm",
  4641. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_ChangeHighlights.htm",
  4642. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_CommonEndTime.htm",
  4643. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_CommonStartTime.htm",
  4644. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_ConferenceType.htm",
  4645. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_ConflictingMeetingCount.htm",
  4646. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_ConflictingMeetings.htm",
  4647. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_DeletedOccurrences.htm",
  4648. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_Duration.htm",
  4649. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_EndTime.htm",
  4650. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_EndTimeZone.htm",
  4651. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_EndWallClock.htm",
  4652. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_EnhancedLocation.htm",
  4653. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_FirstOccurrence.htm",
  4654. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_InstanceType.htm",
  4655. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_IntendedFreeBusyStatus.htm",
  4656. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_IsAllDayEvent.htm",
  4657. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_IsCancelled.htm",
  4658. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_IsMeeting.htm",
  4659. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_IsOnlineMeeting.htm",
  4660. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_IsPrivate.htm",
  4661. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_IsRecurring.htm",
  4662. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_JoinOnlineMeetingUrl.htm",
  4663. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_Label.htm",
  4664. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_LastOccurrence.htm",
  4665. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_LegacyFreeBusyStatus.htm",
  4666. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_Location.htm",
  4667. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_MeetingRequestType.htm",
  4668. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_MeetingRequestWasSent.htm",
  4669. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_MeetingStatus.htm",
  4670. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_MeetingTimeZone.htm",
  4671. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_MeetingWorkspaceUrl.htm",
  4672. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_ModifiedOccurrences.htm",
  4673. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_MyResponse.htm",
  4674. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_NetShowUrl.htm",
  4675. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_OnlineMeetingSettings.htm",
  4676. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_OptionalAttendees.htm",
  4677. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_Organizer.htm",
  4678. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_OriginalStartTime.htm",
  4679. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_Priority.htm",
  4680. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_Recurrence.htm",
  4681. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_RecurrenceEnd.htm",
  4682. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_RecurrencePattern.htm",
  4683. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_RecurrenceStart.htm",
  4684. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_ReminderNextTime.htm",
  4685. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_ReminderOverrideDefault.htm",
  4686. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_ReminderPlaySound.htm",
  4687. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_ReminderSoundFile.htm",
  4688. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_ReplyTime.htm",
  4689. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_RequiredAttendees.htm",
  4690. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_Resources.htm",
  4691. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_ResponseStatus.htm",
  4692. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_SequenceNumber.htm",
  4693. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_StartTime.htm",
  4694. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_StartTimeZone.htm",
  4695. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_StartWallClock.htm",
  4696. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_State.htm",
  4697. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_TimeZone.htm",
  4698. "Help/html/F_Independentsoft_Exchange_MeetingRequestPropertyPath_When.htm",
  4699. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_BccRecipients.htm",
  4700. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_BodyRtf.htm",
  4701. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_CcRecipients.htm",
  4702. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_ConversationIndex.htm",
  4703. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_ConversationTopic.htm",
  4704. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_DeferredDeliveryTime.htm",
  4705. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_DeferredSendTime.htm",
  4706. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_DisplayCc.htm",
  4707. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_DisplayTo.htm",
  4708. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_DueDate.htm",
  4709. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_FlagCompleteTime.htm",
  4710. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_FlagIcon.htm",
  4711. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_FlagRequest.htm",
  4712. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_FlagStatus.htm",
  4713. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_From.htm",
  4714. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_HideAttachments.htm",
  4715. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_InReplyTo.htm",
  4716. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_InReplyToId.htm",
  4717. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_InternetMessageHeaders.htm",
  4718. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_InternetMessageId.htm",
  4719. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_IsDeliveryReceiptRequested.htm",
  4720. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_IsDraft.htm",
  4721. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_IsFromMe.htm",
  4722. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_IsRead.htm",
  4723. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_IsReadReceiptRequested.htm",
  4724. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_IsResend.htm",
  4725. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_IsResponseRequested.htm",
  4726. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_IsSubmitted.htm",
  4727. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_IsUnmodified.htm",
  4728. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_LastVerbExecuted.htm",
  4729. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_MessageFlags.htm",
  4730. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_ReceivedBy.htm",
  4731. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_ReceivedRepresenting.htm",
  4732. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_ReceivedTime.htm",
  4733. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_References.htm",
  4734. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_ReplyTo.htm",
  4735. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_ResponseItems.htm",
  4736. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_Sender.htm",
  4737. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_SentTime.htm",
  4738. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_StartDate.htm",
  4739. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_ToRecipients.htm",
  4740. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_VotingOptions.htm",
  4741. "Help/html/F_Independentsoft_Exchange_MessagePropertyPath_VotingResponse.htm",
  4742. "Help/html/F_Independentsoft_Exchange_NotePropertyPath_Color.htm",
  4743. "Help/html/F_Independentsoft_Exchange_NotePropertyPath_Contacts.htm",
  4744. "Help/html/F_Independentsoft_Exchange_NotePropertyPath_Height.htm",
  4745. "Help/html/F_Independentsoft_Exchange_NotePropertyPath_IconColor.htm",
  4746. "Help/html/F_Independentsoft_Exchange_NotePropertyPath_Left.htm",
  4747. "Help/html/F_Independentsoft_Exchange_NotePropertyPath_Top.htm",
  4748. "Help/html/F_Independentsoft_Exchange_NotePropertyPath_Width.htm",
  4749. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_AssistantNames.htm",
  4750. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_AssistantPhoneNumbers.htm",
  4751. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Attributions.htm",
  4752. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Birthdays.htm",
  4753. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_BusinessAddresses.htm",
  4754. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_BusinessHomePages.htm",
  4755. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_BusinessPhoneNumbers.htm",
  4756. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_BusinessPhoneNumbers2.htm",
  4757. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_CallbackPhones.htm",
  4758. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_CarPhones.htm",
  4759. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Children.htm",
  4760. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_CompanyName.htm",
  4761. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_CompanyNames.htm",
  4762. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_CreationTime.htm",
  4763. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Department.htm",
  4764. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Departments.htm",
  4765. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_DisplayName.htm",
  4766. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_DisplayNamePrefix.htm",
  4767. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_DisplayNamePrefixes.htm",
  4768. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_DisplayNames.htm",
  4769. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_EmailAddress.htm",
  4770. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_EmailAddresses.htm",
  4771. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Emails1.htm",
  4772. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Emails2.htm",
  4773. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Emails3.htm",
  4774. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_ExtendedProperties.htm",
  4775. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_FileAs.htm",
  4776. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_FileAsId.htm",
  4777. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_FileAsIds.htm",
  4778. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_FileAses.htm",
  4779. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_FolderIds.htm",
  4780. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Generation.htm",
  4781. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Generations.htm",
  4782. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_GivenName.htm",
  4783. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_GivenNames.htm",
  4784. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Hobbies.htm",
  4785. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_HomeAddresses.htm",
  4786. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_HomeCity.htm",
  4787. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_HomeFaxes.htm",
  4788. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_HomePhones.htm",
  4789. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_HomePhones2.htm",
  4790. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_ImAddress.htm",
  4791. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_ImAddresses.htm",
  4792. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_ImAddresses2.htm",
  4793. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_ImAddresses3.htm",
  4794. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Initials.htm",
  4795. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Locations.htm",
  4796. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Managers.htm",
  4797. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_MiddleName.htm",
  4798. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_MiddleNames.htm",
  4799. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_MobilePhones.htm",
  4800. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_MobilePhones2.htm",
  4801. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Nickname.htm",
  4802. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Nicknames.htm",
  4803. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_OfficeLocations.htm",
  4804. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_OrganizationMainPhones.htm",
  4805. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_OtherAddresses.htm",
  4806. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_OtherFaxes.htm",
  4807. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_OtherPhones2.htm",
  4808. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_OtherTelephones.htm",
  4809. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Pagers.htm",
  4810. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_PersonaId.htm",
  4811. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_PersonaObjectStatus.htm",
  4812. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_PersonaType.htm",
  4813. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_PersonalHomePages.htm",
  4814. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_PhoneNumber.htm",
  4815. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Professions.htm",
  4816. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_RadioPhones.htm",
  4817. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_RelevanceScore.htm",
  4818. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Schools.htm",
  4819. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_SpouseNames.htm",
  4820. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Surname.htm",
  4821. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Surnames.htm",
  4822. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_TelexNumbers.htm",
  4823. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Title.htm",
  4824. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_Titles.htm",
  4825. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_WeddingAnniversaries.htm",
  4826. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_WorkCity.htm",
  4827. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_WorkFaxes.htm",
  4828. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_YomiCompanyName.htm",
  4829. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_YomiCompanyNames.htm",
  4830. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_YomiFirstName.htm",
  4831. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_YomiFirstNames.htm",
  4832. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_YomiLastName.htm",
  4833. "Help/html/F_Independentsoft_Exchange_PersonaPropertyPath_YomiLastNames.htm",
  4834. "Help/html/F_Independentsoft_Exchange_PostPropertyPath_ConversationIndex.htm",
  4835. "Help/html/F_Independentsoft_Exchange_PostPropertyPath_ConversationTopic.htm",
  4836. "Help/html/F_Independentsoft_Exchange_PostPropertyPath_From.htm",
  4837. "Help/html/F_Independentsoft_Exchange_PostPropertyPath_InternetMessageId.htm",
  4838. "Help/html/F_Independentsoft_Exchange_PostPropertyPath_IsRead.htm",
  4839. "Help/html/F_Independentsoft_Exchange_PostPropertyPath_PostedTime.htm",
  4840. "Help/html/F_Independentsoft_Exchange_PostPropertyPath_References.htm",
  4841. "Help/html/F_Independentsoft_Exchange_PostPropertyPath_Sender.htm",
  4842. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_ActualWork.htm",
  4843. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_AssignedTime.htm",
  4844. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_BillingInformation.htm",
  4845. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_ChangeCount.htm",
  4846. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_CommonEndDate.htm",
  4847. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_CommonStartDate.htm",
  4848. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_Companies.htm",
  4849. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_CompleteDate.htm",
  4850. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_Contacts.htm",
  4851. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_DelegationState.htm",
  4852. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_Delegator.htm",
  4853. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_DueDate.htm",
  4854. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_IsAssignmentEditable.htm",
  4855. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_IsComplete.htm",
  4856. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_IsPrivate.htm",
  4857. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_IsRecurring.htm",
  4858. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_IsTeamTask.htm",
  4859. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_Mileage.htm",
  4860. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_Owner.htm",
  4861. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_PercentComplete.htm",
  4862. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_Priority.htm",
  4863. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_Recurrence.htm",
  4864. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_ReminderOverrideDefault.htm",
  4865. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_ReminderPlaySound.htm",
  4866. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_ReminderSoundFile.htm",
  4867. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_ReminderTime.htm",
  4868. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_StartDate.htm",
  4869. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_Status.htm",
  4870. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_StatusDescription.htm",
  4871. "Help/html/F_Independentsoft_Exchange_TaskPropertyPath_TotalWork.htm",
  4872. "Help/html/F_Independentsoft_Msg_StandardPropertySet_Address.htm",
  4873. "Help/html/F_Independentsoft_Msg_StandardPropertySet_Appointment.htm",
  4874. "Help/html/F_Independentsoft_Msg_StandardPropertySet_Common.htm",
  4875. "Help/html/F_Independentsoft_Msg_StandardPropertySet_InternetHeaders.htm",
  4876. "Help/html/F_Independentsoft_Msg_StandardPropertySet_Journal.htm",
  4877. "Help/html/F_Independentsoft_Msg_StandardPropertySet_Mapi.htm",
  4878. "Help/html/F_Independentsoft_Msg_StandardPropertySet_Note.htm",
  4879. "Help/html/F_Independentsoft_Msg_StandardPropertySet_PublicStrings.htm",
  4880. "Help/html/F_Independentsoft_Msg_StandardPropertySet_Task.htm",
  4881. "Help/html/Fields_T_Independentsoft_Exchange_AppointmentPropertyPath.htm",
  4882. "Help/html/Fields_T_Independentsoft_Exchange_ContactPropertyPath.htm",
  4883. "Help/html/Fields_T_Independentsoft_Exchange_DistributionListPropertyPath.htm",
  4884. "Help/html/Fields_T_Independentsoft_Exchange_FolderClass.htm",
  4885. "Help/html/Fields_T_Independentsoft_Exchange_FolderPropertyPath.htm",
  4886. "Help/html/Fields_T_Independentsoft_Exchange_ItemClass.htm",
  4887. "Help/html/Fields_T_Independentsoft_Exchange_ItemPropertyPath.htm",
  4888. "Help/html/Fields_T_Independentsoft_Exchange_JournalPropertyPath.htm",
  4889. "Help/html/Fields_T_Independentsoft_Exchange_MapiPropertyTag.htm",
  4890. "Help/html/Fields_T_Independentsoft_Exchange_MeetingMessagePropertyPath.htm",
  4891. "Help/html/Fields_T_Independentsoft_Exchange_MeetingRequestPropertyPath.htm",
  4892. "Help/html/Fields_T_Independentsoft_Exchange_MessagePropertyPath.htm",
  4893. "Help/html/Fields_T_Independentsoft_Exchange_NotePropertyPath.htm",
  4894. "Help/html/Fields_T_Independentsoft_Exchange_PersonaPropertyPath.htm",
  4895. "Help/html/Fields_T_Independentsoft_Exchange_PostPropertyPath.htm",
  4896. "Help/html/Fields_T_Independentsoft_Exchange_TaskPropertyPath.htm",
  4897. "Help/html/Fields_T_Independentsoft_Msg_StandardPropertySet.htm",
  4898. "Help/html/GeneralError.htm",
  4899. "Help/html/M_Independentsoft_Email_Mime_Attachment_GetBytes.htm",
  4900. "Help/html/M_Independentsoft_Email_Mime_Attachment_GetFileName.htm",
  4901. "Help/html/M_Independentsoft_Email_Mime_Attachment_GetStream.htm",
  4902. "Help/html/M_Independentsoft_Email_Mime_Attachment_Open.htm",
  4903. "Help/html/M_Independentsoft_Email_Mime_Attachment_Save.htm",
  4904. "Help/html/M_Independentsoft_Email_Mime_Attachment_Save_1.htm",
  4905. "Help/html/M_Independentsoft_Email_Mime_Attachment_Save_2.htm",
  4906. "Help/html/M_Independentsoft_Email_Mime_Attachment_ToString.htm",
  4907. "Help/html/M_Independentsoft_Email_Mime_Attachment__ctor.htm",
  4908. "Help/html/M_Independentsoft_Email_Mime_Attachment__ctor_1.htm",
  4909. "Help/html/M_Independentsoft_Email_Mime_Attachment__ctor_2.htm",
  4910. "Help/html/M_Independentsoft_Email_Mime_Attachment__ctor_3.htm",
  4911. "Help/html/M_Independentsoft_Email_Mime_Attachment__ctor_4.htm",
  4912. "Help/html/M_Independentsoft_Email_Mime_Attachment__ctor_5.htm",
  4913. "Help/html/M_Independentsoft_Email_Mime_BodyPartList_Add.htm",
  4914. "Help/html/M_Independentsoft_Email_Mime_BodyPartList__ctor.htm",
  4915. "Help/html/M_Independentsoft_Email_Mime_BodyPart_GetBytes.htm",
  4916. "Help/html/M_Independentsoft_Email_Mime_BodyPart_GetStream.htm",
  4917. "Help/html/M_Independentsoft_Email_Mime_BodyPart_Save.htm",
  4918. "Help/html/M_Independentsoft_Email_Mime_BodyPart_Save_1.htm",
  4919. "Help/html/M_Independentsoft_Email_Mime_BodyPart_Save_2.htm",
  4920. "Help/html/M_Independentsoft_Email_Mime_BodyPart_ToString.htm",
  4921. "Help/html/M_Independentsoft_Email_Mime_BodyPart__ctor.htm",
  4922. "Help/html/M_Independentsoft_Email_Mime_BodyPart__ctor_1.htm",
  4923. "Help/html/M_Independentsoft_Email_Mime_ContentDisposition_ToString.htm",
  4924. "Help/html/M_Independentsoft_Email_Mime_ContentDisposition__ctor.htm",
  4925. "Help/html/M_Independentsoft_Email_Mime_ContentDisposition__ctor_1.htm",
  4926. "Help/html/M_Independentsoft_Email_Mime_ContentDisposition__ctor_2.htm",
  4927. "Help/html/M_Independentsoft_Email_Mime_ContentType_ToString.htm",
  4928. "Help/html/M_Independentsoft_Email_Mime_ContentType__ctor.htm",
  4929. "Help/html/M_Independentsoft_Email_Mime_ContentType__ctor_1.htm",
  4930. "Help/html/M_Independentsoft_Email_Mime_ContentType__ctor_2.htm",
  4931. "Help/html/M_Independentsoft_Email_Mime_ContentType__ctor_3.htm",
  4932. "Help/html/M_Independentsoft_Email_Mime_HeaderList_Remove.htm",
  4933. "Help/html/M_Independentsoft_Email_Mime_HeaderList_Remove_1.htm",
  4934. "Help/html/M_Independentsoft_Email_Mime_HeaderList__ctor.htm",
  4935. "Help/html/M_Independentsoft_Email_Mime_Header_ToString.htm",
  4936. "Help/html/M_Independentsoft_Email_Mime_Header__ctor.htm",
  4937. "Help/html/M_Independentsoft_Email_Mime_Header__ctor_1.htm",
  4938. "Help/html/M_Independentsoft_Email_Mime_Header__ctor_2.htm",
  4939. "Help/html/M_Independentsoft_Email_Mime_Mailbox_ToString.htm",
  4940. "Help/html/M_Independentsoft_Email_Mime_Mailbox__ctor.htm",
  4941. "Help/html/M_Independentsoft_Email_Mime_Mailbox__ctor_1.htm",
  4942. "Help/html/M_Independentsoft_Email_Mime_Mailbox__ctor_2.htm",
  4943. "Help/html/M_Independentsoft_Email_Mime_MessageFormatException__ctor.htm",
  4944. "Help/html/M_Independentsoft_Email_Mime_MessageFormatException__ctor_1.htm",
  4945. "Help/html/M_Independentsoft_Email_Mime_MessageFormatException__ctor_2.htm",
  4946. "Help/html/M_Independentsoft_Email_Mime_Message_GetAttachments.htm",
  4947. "Help/html/M_Independentsoft_Email_Mime_Message_GetAttachments_1.htm",
  4948. "Help/html/M_Independentsoft_Email_Mime_Message_GetBytes.htm",
  4949. "Help/html/M_Independentsoft_Email_Mime_Message_GetFileName.htm",
  4950. "Help/html/M_Independentsoft_Email_Mime_Message_GetStream.htm",
  4951. "Help/html/M_Independentsoft_Email_Mime_Message_Open.htm",
  4952. "Help/html/M_Independentsoft_Email_Mime_Message_Open_1.htm",
  4953. "Help/html/M_Independentsoft_Email_Mime_Message_Open_2.htm",
  4954. "Help/html/M_Independentsoft_Email_Mime_Message_Save.htm",
  4955. "Help/html/M_Independentsoft_Email_Mime_Message_Save_1.htm",
  4956. "Help/html/M_Independentsoft_Email_Mime_Message_Save_2.htm",
  4957. "Help/html/M_Independentsoft_Email_Mime_Message_ToString.htm",
  4958. "Help/html/M_Independentsoft_Email_Mime_Message__ctor.htm",
  4959. "Help/html/M_Independentsoft_Email_Mime_Message__ctor_1.htm",
  4960. "Help/html/M_Independentsoft_Email_Mime_Message__ctor_2.htm",
  4961. "Help/html/M_Independentsoft_Email_Mime_Message__ctor_3.htm",
  4962. "Help/html/M_Independentsoft_Email_Mime_ParameterList_Remove.htm",
  4963. "Help/html/M_Independentsoft_Email_Mime_ParameterList__ctor.htm",
  4964. "Help/html/M_Independentsoft_Email_Mime_Parameter_ToString.htm",
  4965. "Help/html/M_Independentsoft_Email_Mime_Parameter__ctor.htm",
  4966. "Help/html/M_Independentsoft_Email_Mime_Parameter__ctor_1.htm",
  4967. "Help/html/M_Independentsoft_Email_Mime_Parameter__ctor_2.htm",
  4968. "Help/html/M_Independentsoft_Exchange_AbsoluteDateTransition_ToString.htm",
  4969. "Help/html/M_Independentsoft_Exchange_AbsoluteDateTransition__ctor.htm",
  4970. "Help/html/M_Independentsoft_Exchange_AbsoluteDate_ToString.htm",
  4971. "Help/html/M_Independentsoft_Exchange_AbsoluteDate__ctor.htm",
  4972. "Help/html/M_Independentsoft_Exchange_AbsoluteDate__ctor_1.htm",
  4973. "Help/html/M_Independentsoft_Exchange_AbsoluteMonthlyRecurrencePattern_ToString.htm",
  4974. "Help/html/M_Independentsoft_Exchange_AbsoluteMonthlyRecurrencePattern__ctor.htm",
  4975. "Help/html/M_Independentsoft_Exchange_AbsoluteMonthlyRecurrencePattern__ctor_1.htm",
  4976. "Help/html/M_Independentsoft_Exchange_AbsoluteYearlyRecurrencePattern_ToString.htm",
  4977. "Help/html/M_Independentsoft_Exchange_AbsoluteYearlyRecurrencePattern__ctor.htm",
  4978. "Help/html/M_Independentsoft_Exchange_AbsoluteYearlyRecurrencePattern__ctor_1.htm",
  4979. "Help/html/M_Independentsoft_Exchange_AcceptItem__ctor.htm",
  4980. "Help/html/M_Independentsoft_Exchange_AcceptItem__ctor_1.htm",
  4981. "Help/html/M_Independentsoft_Exchange_AcceptSharingInvitation__ctor.htm",
  4982. "Help/html/M_Independentsoft_Exchange_AcceptSharingInvitation__ctor_1.htm",
  4983. "Help/html/M_Independentsoft_Exchange_AddressEntity_ToString.htm",
  4984. "Help/html/M_Independentsoft_Exchange_AddressEntity__ctor.htm",
  4985. "Help/html/M_Independentsoft_Exchange_AddressListId_ToString.htm",
  4986. "Help/html/M_Independentsoft_Exchange_AddressListId__ctor.htm",
  4987. "Help/html/M_Independentsoft_Exchange_AddressListId__ctor_1.htm",
  4988. "Help/html/M_Independentsoft_Exchange_AggregateOn_ToString.htm",
  4989. "Help/html/M_Independentsoft_Exchange_AggregateOn__ctor.htm",
  4990. "Help/html/M_Independentsoft_Exchange_AggregateOn__ctor_1.htm",
  4991. "Help/html/M_Independentsoft_Exchange_AggregateOn__ctor_2.htm",
  4992. "Help/html/M_Independentsoft_Exchange_AlternateId__ctor.htm",
  4993. "Help/html/M_Independentsoft_Exchange_AlternateId__ctor_1.htm",
  4994. "Help/html/M_Independentsoft_Exchange_AlternatePublicFolderId__ctor.htm",
  4995. "Help/html/M_Independentsoft_Exchange_AlternatePublicFolderId__ctor_1.htm",
  4996. "Help/html/M_Independentsoft_Exchange_AlternatePublicFolderItemId__ctor.htm",
  4997. "Help/html/M_Independentsoft_Exchange_AlternatePublicFolderItemId__ctor_1.htm",
  4998. "Help/html/M_Independentsoft_Exchange_And_ToString.htm",
  4999. "Help/html/M_Independentsoft_Exchange_And__ctor.htm",
  5000. "Help/html/M_Independentsoft_Exchange_And__ctor_1.htm",
  5001. "Help/html/M_Independentsoft_Exchange_And__ctor_2.htm",
  5002. "Help/html/M_Independentsoft_Exchange_And__ctor_3.htm",
  5003. "Help/html/M_Independentsoft_Exchange_And__ctor_4.htm",
  5004. "Help/html/M_Independentsoft_Exchange_And__ctor_5.htm",
  5005. "Help/html/M_Independentsoft_Exchange_And__ctor_6.htm",
  5006. "Help/html/M_Independentsoft_Exchange_And__ctor_7.htm",
  5007. "Help/html/M_Independentsoft_Exchange_And__ctor_8.htm",
  5008. "Help/html/M_Independentsoft_Exchange_And__ctor_9.htm",
  5009. "Help/html/M_Independentsoft_Exchange_Appointment_ToString.htm",
  5010. "Help/html/M_Independentsoft_Exchange_Appointment__ctor.htm",
  5011. "Help/html/M_Independentsoft_Exchange_Appointment__ctor_1.htm",
  5012. "Help/html/M_Independentsoft_Exchange_Appointment__ctor_2.htm",
  5013. "Help/html/M_Independentsoft_Exchange_AttachmentId_ToString.htm",
  5014. "Help/html/M_Independentsoft_Exchange_AttachmentId__ctor.htm",
  5015. "Help/html/M_Independentsoft_Exchange_AttachmentId__ctor_1.htm",
  5016. "Help/html/M_Independentsoft_Exchange_AttachmentId__ctor_2.htm",
  5017. "Help/html/M_Independentsoft_Exchange_AttachmentId__ctor_3.htm",
  5018. "Help/html/M_Independentsoft_Exchange_AttachmentInfo__ctor.htm",
  5019. "Help/html/M_Independentsoft_Exchange_AttachmentShape_ToString.htm",
  5020. "Help/html/M_Independentsoft_Exchange_AttachmentShape__ctor.htm",
  5021. "Help/html/M_Independentsoft_Exchange_AttachmentShape__ctor_1.htm",
  5022. "Help/html/M_Independentsoft_Exchange_AttachmentShape__ctor_2.htm",
  5023. "Help/html/M_Independentsoft_Exchange_AttachmentShape__ctor_3.htm",
  5024. "Help/html/M_Independentsoft_Exchange_AttachmentShape__ctor_4.htm",
  5025. "Help/html/M_Independentsoft_Exchange_AttachmentShape__ctor_5.htm",
  5026. "Help/html/M_Independentsoft_Exchange_AttachmentShape__ctor_6.htm",
  5027. "Help/html/M_Independentsoft_Exchange_AttachmentShape__ctor_7.htm",
  5028. "Help/html/M_Independentsoft_Exchange_Attachment_ToXml.htm",
  5029. "Help/html/M_Independentsoft_Exchange_Attachment__ctor.htm",
  5030. "Help/html/M_Independentsoft_Exchange_AttendeeConflict__ctor.htm",
  5031. "Help/html/M_Independentsoft_Exchange_Attendee_ToString.htm",
  5032. "Help/html/M_Independentsoft_Exchange_Attendee__ctor.htm",
  5033. "Help/html/M_Independentsoft_Exchange_Attendee__ctor_1.htm",
  5034. "Help/html/M_Independentsoft_Exchange_Attendee__ctor_2.htm",
  5035. "Help/html/M_Independentsoft_Exchange_Attendee__ctor_3.htm",
  5036. "Help/html/M_Independentsoft_Exchange_Attendee__ctor_4.htm",
  5037. "Help/html/M_Independentsoft_Exchange_Attendee__ctor_5.htm",
  5038. "Help/html/M_Independentsoft_Exchange_Attendee__ctor_6.htm",
  5039. "Help/html/M_Independentsoft_Exchange_Autodiscover_Account__ctor.htm",
  5040. "Help/html/M_Independentsoft_Exchange_Autodiscover_AutodiscoverException_ToString.htm",
  5041. "Help/html/M_Independentsoft_Exchange_Autodiscover_AutodiscoverService_AutodiscoverMobileSyncProvider.htm",
  5042. "Help/html/M_Independentsoft_Exchange_Autodiscover_AutodiscoverService_AutodiscoverOutlookProvider.htm",
  5043. "Help/html/M_Independentsoft_Exchange_Autodiscover_AutodiscoverService_GetDomainSettings.htm",
  5044. "Help/html/M_Independentsoft_Exchange_Autodiscover_AutodiscoverService_GetDomainSettings_1.htm",
  5045. "Help/html/M_Independentsoft_Exchange_Autodiscover_AutodiscoverService_GetDomainSettings_2.htm",
  5046. "Help/html/M_Independentsoft_Exchange_Autodiscover_AutodiscoverService_GetFederationInformation.htm",
  5047. "Help/html/M_Independentsoft_Exchange_Autodiscover_AutodiscoverService_GetUserSettings.htm",
  5048. "Help/html/M_Independentsoft_Exchange_Autodiscover_AutodiscoverService_GetUserSettings_1.htm",
  5049. "Help/html/M_Independentsoft_Exchange_Autodiscover_AutodiscoverService_GetUserSettings_2.htm",
  5050. "Help/html/M_Independentsoft_Exchange_Autodiscover_AutodiscoverService__ctor.htm",
  5051. "Help/html/M_Independentsoft_Exchange_Autodiscover_AutodiscoverService__ctor_1.htm",
  5052. "Help/html/M_Independentsoft_Exchange_Autodiscover_AutodiscoverService__ctor_2.htm",
  5053. "Help/html/M_Independentsoft_Exchange_Autodiscover_DomainResponse__ctor.htm",
  5054. "Help/html/M_Independentsoft_Exchange_Autodiscover_DomainSettingError__ctor.htm",
  5055. "Help/html/M_Independentsoft_Exchange_Autodiscover_DomainSetting__ctor.htm",
  5056. "Help/html/M_Independentsoft_Exchange_Autodiscover_Error__ctor.htm",
  5057. "Help/html/M_Independentsoft_Exchange_Autodiscover_ExchangeProtocol__ctor.htm",
  5058. "Help/html/M_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol__ctor.htm",
  5059. "Help/html/M_Independentsoft_Exchange_Autodiscover_ExternalAccess__ctor.htm",
  5060. "Help/html/M_Independentsoft_Exchange_Autodiscover_GetDomainSettingsResponse__ctor.htm",
  5061. "Help/html/M_Independentsoft_Exchange_Autodiscover_GetFederationInformationResponse__ctor.htm",
  5062. "Help/html/M_Independentsoft_Exchange_Autodiscover_GetUserSettingsResponse__ctor.htm",
  5063. "Help/html/M_Independentsoft_Exchange_Autodiscover_InternalAccess__ctor.htm",
  5064. "Help/html/M_Independentsoft_Exchange_Autodiscover_MobileSyncError__ctor.htm",
  5065. "Help/html/M_Independentsoft_Exchange_Autodiscover_MobileSyncServer__ctor.htm",
  5066. "Help/html/M_Independentsoft_Exchange_Autodiscover_MobileSyncUser__ctor.htm",
  5067. "Help/html/M_Independentsoft_Exchange_Autodiscover_OutlookWebAccessUrl__ctor.htm",
  5068. "Help/html/M_Independentsoft_Exchange_Autodiscover_ProtocolConnection__ctor.htm",
  5069. "Help/html/M_Independentsoft_Exchange_Autodiscover_UserResponse__ctor.htm",
  5070. "Help/html/M_Independentsoft_Exchange_Autodiscover_UserSettingError__ctor.htm",
  5071. "Help/html/M_Independentsoft_Exchange_Autodiscover_UserSettingList__ctor.htm",
  5072. "Help/html/M_Independentsoft_Exchange_Autodiscover_UserSetting__ctor.htm",
  5073. "Help/html/M_Independentsoft_Exchange_Autodiscover_User__ctor.htm",
  5074. "Help/html/M_Independentsoft_Exchange_Autodiscover_WebClientUrl__ctor.htm",
  5075. "Help/html/M_Independentsoft_Exchange_Autodiscover_WebProtocol__ctor.htm",
  5076. "Help/html/M_Independentsoft_Exchange_AvailabilityResponse__ctor.htm",
  5077. "Help/html/M_Independentsoft_Exchange_Body_ToString.htm",
  5078. "Help/html/M_Independentsoft_Exchange_Body__ctor.htm",
  5079. "Help/html/M_Independentsoft_Exchange_Body__ctor_1.htm",
  5080. "Help/html/M_Independentsoft_Exchange_Body__ctor_2.htm",
  5081. "Help/html/M_Independentsoft_Exchange_Body__ctor_3.htm",
  5082. "Help/html/M_Independentsoft_Exchange_Body__ctor_4.htm",
  5083. "Help/html/M_Independentsoft_Exchange_CalendarEvent__ctor.htm",
  5084. "Help/html/M_Independentsoft_Exchange_CalendarFolder_ToString.htm",
  5085. "Help/html/M_Independentsoft_Exchange_CalendarFolder__ctor.htm",
  5086. "Help/html/M_Independentsoft_Exchange_CalendarFolder__ctor_1.htm",
  5087. "Help/html/M_Independentsoft_Exchange_CalendarFolder__ctor_2.htm",
  5088. "Help/html/M_Independentsoft_Exchange_CalendarOptions__ctor.htm",
  5089. "Help/html/M_Independentsoft_Exchange_CalendarPermissionSet_ToString.htm",
  5090. "Help/html/M_Independentsoft_Exchange_CalendarPermissionSet__ctor.htm",
  5091. "Help/html/M_Independentsoft_Exchange_CalendarPermission_ToString.htm",
  5092. "Help/html/M_Independentsoft_Exchange_CalendarPermission__ctor.htm",
  5093. "Help/html/M_Independentsoft_Exchange_CalendarView__ctor.htm",
  5094. "Help/html/M_Independentsoft_Exchange_CalendarView__ctor_1.htm",
  5095. "Help/html/M_Independentsoft_Exchange_CalendarView__ctor_2.htm",
  5096. "Help/html/M_Independentsoft_Exchange_CancelItem_ToString.htm",
  5097. "Help/html/M_Independentsoft_Exchange_CancelItem__ctor.htm",
  5098. "Help/html/M_Independentsoft_Exchange_CancelItem__ctor_1.htm",
  5099. "Help/html/M_Independentsoft_Exchange_CategoryList__ctor.htm",
  5100. "Help/html/M_Independentsoft_Exchange_Category__ctor.htm",
  5101. "Help/html/M_Independentsoft_Exchange_Category__ctor_1.htm",
  5102. "Help/html/M_Independentsoft_Exchange_Category__ctor_2.htm",
  5103. "Help/html/M_Independentsoft_Exchange_Category__ctor_3.htm",
  5104. "Help/html/M_Independentsoft_Exchange_ChangeHighlights__ctor.htm",
  5105. "Help/html/M_Independentsoft_Exchange_ClientAccessTokenRequest__ctor.htm",
  5106. "Help/html/M_Independentsoft_Exchange_ClientAccessTokenRequest__ctor_1.htm",
  5107. "Help/html/M_Independentsoft_Exchange_CompleteName_ToString.htm",
  5108. "Help/html/M_Independentsoft_Exchange_CompleteName__ctor.htm",
  5109. "Help/html/M_Independentsoft_Exchange_ContactEntity_ToString.htm",
  5110. "Help/html/M_Independentsoft_Exchange_ContactEntity__ctor.htm",
  5111. "Help/html/M_Independentsoft_Exchange_Contact_ToString.htm",
  5112. "Help/html/M_Independentsoft_Exchange_Contact__ctor.htm",
  5113. "Help/html/M_Independentsoft_Exchange_Contact__ctor_1.htm",
  5114. "Help/html/M_Independentsoft_Exchange_Contact__ctor_2.htm",
  5115. "Help/html/M_Independentsoft_Exchange_ContactsFolder_ToString.htm",
  5116. "Help/html/M_Independentsoft_Exchange_ContactsFolder__ctor.htm",
  5117. "Help/html/M_Independentsoft_Exchange_ContactsFolder__ctor_1.htm",
  5118. "Help/html/M_Independentsoft_Exchange_ContactsFolder__ctor_2.htm",
  5119. "Help/html/M_Independentsoft_Exchange_ContactsView__ctor.htm",
  5120. "Help/html/M_Independentsoft_Exchange_ContactsView__ctor_1.htm",
  5121. "Help/html/M_Independentsoft_Exchange_ContactsView__ctor_2.htm",
  5122. "Help/html/M_Independentsoft_Exchange_Contains_ToString.htm",
  5123. "Help/html/M_Independentsoft_Exchange_Contains__ctor.htm",
  5124. "Help/html/M_Independentsoft_Exchange_Contains__ctor_1.htm",
  5125. "Help/html/M_Independentsoft_Exchange_Contains__ctor_10.htm",
  5126. "Help/html/M_Independentsoft_Exchange_Contains__ctor_11.htm",
  5127. "Help/html/M_Independentsoft_Exchange_Contains__ctor_12.htm",
  5128. "Help/html/M_Independentsoft_Exchange_Contains__ctor_13.htm",
  5129. "Help/html/M_Independentsoft_Exchange_Contains__ctor_14.htm",
  5130. "Help/html/M_Independentsoft_Exchange_Contains__ctor_15.htm",
  5131. "Help/html/M_Independentsoft_Exchange_Contains__ctor_16.htm",
  5132. "Help/html/M_Independentsoft_Exchange_Contains__ctor_17.htm",
  5133. "Help/html/M_Independentsoft_Exchange_Contains__ctor_18.htm",
  5134. "Help/html/M_Independentsoft_Exchange_Contains__ctor_19.htm",
  5135. "Help/html/M_Independentsoft_Exchange_Contains__ctor_2.htm",
  5136. "Help/html/M_Independentsoft_Exchange_Contains__ctor_20.htm",
  5137. "Help/html/M_Independentsoft_Exchange_Contains__ctor_3.htm",
  5138. "Help/html/M_Independentsoft_Exchange_Contains__ctor_4.htm",
  5139. "Help/html/M_Independentsoft_Exchange_Contains__ctor_5.htm",
  5140. "Help/html/M_Independentsoft_Exchange_Contains__ctor_6.htm",
  5141. "Help/html/M_Independentsoft_Exchange_Contains__ctor_7.htm",
  5142. "Help/html/M_Independentsoft_Exchange_Contains__ctor_8.htm",
  5143. "Help/html/M_Independentsoft_Exchange_Contains__ctor_9.htm",
  5144. "Help/html/M_Independentsoft_Exchange_ContentSettings__ctor.htm",
  5145. "Help/html/M_Independentsoft_Exchange_ConversationAction__ctor.htm",
  5146. "Help/html/M_Independentsoft_Exchange_ConversationRequest__ctor.htm",
  5147. "Help/html/M_Independentsoft_Exchange_ConversationRequest__ctor_1.htm",
  5148. "Help/html/M_Independentsoft_Exchange_ConversationRequest__ctor_2.htm",
  5149. "Help/html/M_Independentsoft_Exchange_ConversationShape_ToString.htm",
  5150. "Help/html/M_Independentsoft_Exchange_ConversationShape__ctor.htm",
  5151. "Help/html/M_Independentsoft_Exchange_ConversationShape__ctor_1.htm",
  5152. "Help/html/M_Independentsoft_Exchange_ConversationShape__ctor_2.htm",
  5153. "Help/html/M_Independentsoft_Exchange_ConversationShape__ctor_3.htm",
  5154. "Help/html/M_Independentsoft_Exchange_Conversation__ctor.htm",
  5155. "Help/html/M_Independentsoft_Exchange_CopiedEvent__ctor.htm",
  5156. "Help/html/M_Independentsoft_Exchange_CreatedEvent__ctor.htm",
  5157. "Help/html/M_Independentsoft_Exchange_CustomPropertyId_IsEqual.htm",
  5158. "Help/html/M_Independentsoft_Exchange_CustomPropertyId_ToString.htm",
  5159. "Help/html/M_Independentsoft_Exchange_CustomPropertyId__ctor.htm",
  5160. "Help/html/M_Independentsoft_Exchange_CustomPropertyId__ctor_1.htm",
  5161. "Help/html/M_Independentsoft_Exchange_CustomPropertyId__ctor_2.htm",
  5162. "Help/html/M_Independentsoft_Exchange_CustomPropertyName_IsEqual.htm",
  5163. "Help/html/M_Independentsoft_Exchange_CustomPropertyName_ToString.htm",
  5164. "Help/html/M_Independentsoft_Exchange_CustomPropertyName__ctor.htm",
  5165. "Help/html/M_Independentsoft_Exchange_CustomPropertyName__ctor_1.htm",
  5166. "Help/html/M_Independentsoft_Exchange_CustomPropertyName__ctor_2.htm",
  5167. "Help/html/M_Independentsoft_Exchange_CustomPropertyName__ctor_3.htm",
  5168. "Help/html/M_Independentsoft_Exchange_DailyRecurrencePattern_ToString.htm",
  5169. "Help/html/M_Independentsoft_Exchange_DailyRecurrencePattern__ctor.htm",
  5170. "Help/html/M_Independentsoft_Exchange_DailyRecurrencePattern__ctor_1.htm",
  5171. "Help/html/M_Independentsoft_Exchange_DailyRegeneratingPattern_ToString.htm",
  5172. "Help/html/M_Independentsoft_Exchange_DailyRegeneratingPattern__ctor.htm",
  5173. "Help/html/M_Independentsoft_Exchange_DailyRegeneratingPattern__ctor_1.htm",
  5174. "Help/html/M_Independentsoft_Exchange_DeclineItem__ctor.htm",
  5175. "Help/html/M_Independentsoft_Exchange_DeclineItem__ctor_1.htm",
  5176. "Help/html/M_Independentsoft_Exchange_DelegateUser__ctor.htm",
  5177. "Help/html/M_Independentsoft_Exchange_DelegateUser__ctor_1.htm",
  5178. "Help/html/M_Independentsoft_Exchange_DelegateUser__ctor_2.htm",
  5179. "Help/html/M_Independentsoft_Exchange_DeletedEvent__ctor.htm",
  5180. "Help/html/M_Independentsoft_Exchange_DeletedOccurrence_ToString.htm",
  5181. "Help/html/M_Independentsoft_Exchange_DeletedOccurrence__ctor.htm",
  5182. "Help/html/M_Independentsoft_Exchange_DeviceAuthorizationCode__ctor.htm",
  5183. "Help/html/M_Independentsoft_Exchange_DiscoverySearchConfiguration__ctor.htm",
  5184. "Help/html/M_Independentsoft_Exchange_DistributionListMember__ctor.htm",
  5185. "Help/html/M_Independentsoft_Exchange_DistributionListMember__ctor_1.htm",
  5186. "Help/html/M_Independentsoft_Exchange_DistributionListMember__ctor_2.htm",
  5187. "Help/html/M_Independentsoft_Exchange_DistributionList_ToString.htm",
  5188. "Help/html/M_Independentsoft_Exchange_DistributionList__ctor.htm",
  5189. "Help/html/M_Independentsoft_Exchange_Duration_Parse.htm",
  5190. "Help/html/M_Independentsoft_Exchange_Duration_ToString.htm",
  5191. "Help/html/M_Independentsoft_Exchange_Duration__ctor.htm",
  5192. "Help/html/M_Independentsoft_Exchange_Duration__ctor_1.htm",
  5193. "Help/html/M_Independentsoft_Exchange_Duration__ctor_2.htm",
  5194. "Help/html/M_Independentsoft_Exchange_Duration__ctor_3.htm",
  5195. "Help/html/M_Independentsoft_Exchange_Duration__ctor_4.htm",
  5196. "Help/html/M_Independentsoft_Exchange_Duration__ctor_5.htm",
  5197. "Help/html/M_Independentsoft_Exchange_Duration__ctor_6.htm",
  5198. "Help/html/M_Independentsoft_Exchange_Duration__ctor_7.htm",
  5199. "Help/html/M_Independentsoft_Exchange_EffectiveRights__ctor.htm",
  5200. "Help/html/M_Independentsoft_Exchange_EmailAddressEntity_ToString.htm",
  5201. "Help/html/M_Independentsoft_Exchange_EmailAddressEntity__ctor.htm",
  5202. "Help/html/M_Independentsoft_Exchange_EmailAddress_ToString.htm",
  5203. "Help/html/M_Independentsoft_Exchange_EmailAddress__ctor.htm",
  5204. "Help/html/M_Independentsoft_Exchange_EmailAddress__ctor_1.htm",
  5205. "Help/html/M_Independentsoft_Exchange_EmailAddress__ctor_2.htm",
  5206. "Help/html/M_Independentsoft_Exchange_EmailAddress__ctor_3.htm",
  5207. "Help/html/M_Independentsoft_Exchange_EmailUser_ToString.htm",
  5208. "Help/html/M_Independentsoft_Exchange_EmailUser__ctor.htm",
  5209. "Help/html/M_Independentsoft_Exchange_EndDateRecurrenceRange_ToString.htm",
  5210. "Help/html/M_Independentsoft_Exchange_EndDateRecurrenceRange__ctor.htm",
  5211. "Help/html/M_Independentsoft_Exchange_EndDateRecurrenceRange__ctor_1.htm",
  5212. "Help/html/M_Independentsoft_Exchange_EnhancedLocation__ctor.htm",
  5213. "Help/html/M_Independentsoft_Exchange_EnhancedLocation__ctor_1.htm",
  5214. "Help/html/M_Independentsoft_Exchange_EnhancedLocation__ctor_2.htm",
  5215. "Help/html/M_Independentsoft_Exchange_EnhancedLocation__ctor_3.htm",
  5216. "Help/html/M_Independentsoft_Exchange_EntityExtractionResult__ctor.htm",
  5217. "Help/html/M_Independentsoft_Exchange_Event__ctor.htm",
  5218. "Help/html/M_Independentsoft_Exchange_Excludes_ToString.htm",
  5219. "Help/html/M_Independentsoft_Exchange_Excludes__ctor.htm",
  5220. "Help/html/M_Independentsoft_Exchange_Excludes__ctor_1.htm",
  5221. "Help/html/M_Independentsoft_Exchange_Excludes__ctor_2.htm",
  5222. "Help/html/M_Independentsoft_Exchange_Exists_ToString.htm",
  5223. "Help/html/M_Independentsoft_Exchange_Exists__ctor.htm",
  5224. "Help/html/M_Independentsoft_Exchange_Exists__ctor_1.htm",
  5225. "Help/html/M_Independentsoft_Exchange_ExtendedPropertyAttributedValue__ctor.htm",
  5226. "Help/html/M_Independentsoft_Exchange_ExtendedPropertyList__ctor.htm",
  5227. "Help/html/M_Independentsoft_Exchange_ExtendedPropertyPath_IsEqual.htm",
  5228. "Help/html/M_Independentsoft_Exchange_ExtendedPropertyPath__ctor.htm",
  5229. "Help/html/M_Independentsoft_Exchange_ExtendedProperty_ToString.htm",
  5230. "Help/html/M_Independentsoft_Exchange_ExtendedProperty__ctor.htm",
  5231. "Help/html/M_Independentsoft_Exchange_ExtendedProperty__ctor_1.htm",
  5232. "Help/html/M_Independentsoft_Exchange_ExtendedProperty__ctor_2.htm",
  5233. "Help/html/M_Independentsoft_Exchange_ExtendedProperty__ctor_3.htm",
  5234. "Help/html/M_Independentsoft_Exchange_ExtendedProperty__ctor_4.htm",
  5235. "Help/html/M_Independentsoft_Exchange_ExtendedProperty__ctor_5.htm",
  5236. "Help/html/M_Independentsoft_Exchange_ExtendedProperty__ctor_6.htm",
  5237. "Help/html/M_Independentsoft_Exchange_ExtendedProperty__ctor_7.htm",
  5238. "Help/html/M_Independentsoft_Exchange_FailedMailbox_ToString.htm",
  5239. "Help/html/M_Independentsoft_Exchange_FailedMailbox__ctor.htm",
  5240. "Help/html/M_Independentsoft_Exchange_FileAttachmentInfo_ToString.htm",
  5241. "Help/html/M_Independentsoft_Exchange_FileAttachmentInfo__ctor.htm",
  5242. "Help/html/M_Independentsoft_Exchange_FileAttachment_GetStream.htm",
  5243. "Help/html/M_Independentsoft_Exchange_FileAttachment_Save.htm",
  5244. "Help/html/M_Independentsoft_Exchange_FileAttachment_Save_1.htm",
  5245. "Help/html/M_Independentsoft_Exchange_FileAttachment_Save_2.htm",
  5246. "Help/html/M_Independentsoft_Exchange_FileAttachment_ToString.htm",
  5247. "Help/html/M_Independentsoft_Exchange_FileAttachment_ToXml.htm",
  5248. "Help/html/M_Independentsoft_Exchange_FileAttachment__ctor.htm",
  5249. "Help/html/M_Independentsoft_Exchange_FileAttachment__ctor_1.htm",
  5250. "Help/html/M_Independentsoft_Exchange_FileAttachment__ctor_2.htm",
  5251. "Help/html/M_Independentsoft_Exchange_FileAttachment__ctor_3.htm",
  5252. "Help/html/M_Independentsoft_Exchange_FileAttachment__ctor_4.htm",
  5253. "Help/html/M_Independentsoft_Exchange_FileAttachment__ctor_5.htm",
  5254. "Help/html/M_Independentsoft_Exchange_FileAttachment__ctor_6.htm",
  5255. "Help/html/M_Independentsoft_Exchange_FileAttachment__ctor_7.htm",
  5256. "Help/html/M_Independentsoft_Exchange_FileAttachment__ctor_8.htm",
  5257. "Help/html/M_Independentsoft_Exchange_FileAttachment__ctor_9.htm",
  5258. "Help/html/M_Independentsoft_Exchange_Flag_ToString.htm",
  5259. "Help/html/M_Independentsoft_Exchange_Flag__ctor.htm",
  5260. "Help/html/M_Independentsoft_Exchange_Flag__ctor_1.htm",
  5261. "Help/html/M_Independentsoft_Exchange_FolderChange_ToString.htm",
  5262. "Help/html/M_Independentsoft_Exchange_FolderChange__ctor.htm",
  5263. "Help/html/M_Independentsoft_Exchange_FolderChange__ctor_1.htm",
  5264. "Help/html/M_Independentsoft_Exchange_FolderChange__ctor_10.htm",
  5265. "Help/html/M_Independentsoft_Exchange_FolderChange__ctor_11.htm",
  5266. "Help/html/M_Independentsoft_Exchange_FolderChange__ctor_12.htm",
  5267. "Help/html/M_Independentsoft_Exchange_FolderChange__ctor_2.htm",
  5268. "Help/html/M_Independentsoft_Exchange_FolderChange__ctor_3.htm",
  5269. "Help/html/M_Independentsoft_Exchange_FolderChange__ctor_4.htm",
  5270. "Help/html/M_Independentsoft_Exchange_FolderChange__ctor_5.htm",
  5271. "Help/html/M_Independentsoft_Exchange_FolderChange__ctor_6.htm",
  5272. "Help/html/M_Independentsoft_Exchange_FolderChange__ctor_7.htm",
  5273. "Help/html/M_Independentsoft_Exchange_FolderChange__ctor_8.htm",
  5274. "Help/html/M_Independentsoft_Exchange_FolderChange__ctor_9.htm",
  5275. "Help/html/M_Independentsoft_Exchange_FolderId_ToString.htm",
  5276. "Help/html/M_Independentsoft_Exchange_FolderId__ctor.htm",
  5277. "Help/html/M_Independentsoft_Exchange_FolderId__ctor_1.htm",
  5278. "Help/html/M_Independentsoft_Exchange_FolderId__ctor_2.htm",
  5279. "Help/html/M_Independentsoft_Exchange_FolderShape_ToString.htm",
  5280. "Help/html/M_Independentsoft_Exchange_FolderShape__ctor.htm",
  5281. "Help/html/M_Independentsoft_Exchange_FolderShape__ctor_1.htm",
  5282. "Help/html/M_Independentsoft_Exchange_FolderShape__ctor_2.htm",
  5283. "Help/html/M_Independentsoft_Exchange_FolderShape__ctor_3.htm",
  5284. "Help/html/M_Independentsoft_Exchange_Folder_ToString.htm",
  5285. "Help/html/M_Independentsoft_Exchange_Folder__ctor.htm",
  5286. "Help/html/M_Independentsoft_Exchange_Folder__ctor_1.htm",
  5287. "Help/html/M_Independentsoft_Exchange_Folder__ctor_2.htm",
  5288. "Help/html/M_Independentsoft_Exchange_ForwardItem_ToString.htm",
  5289. "Help/html/M_Independentsoft_Exchange_ForwardItem__ctor.htm",
  5290. "Help/html/M_Independentsoft_Exchange_ForwardItem__ctor_1.htm",
  5291. "Help/html/M_Independentsoft_Exchange_FractionalPageView__ctor.htm",
  5292. "Help/html/M_Independentsoft_Exchange_FractionalPageView__ctor_1.htm",
  5293. "Help/html/M_Independentsoft_Exchange_FractionalPageView__ctor_2.htm",
  5294. "Help/html/M_Independentsoft_Exchange_FreeBusyChangedEvent__ctor.htm",
  5295. "Help/html/M_Independentsoft_Exchange_FreeBusyViewOptions__ctor.htm",
  5296. "Help/html/M_Independentsoft_Exchange_FreeBusyViewOptions__ctor_1.htm",
  5297. "Help/html/M_Independentsoft_Exchange_FreeBusyViewOptions__ctor_2.htm",
  5298. "Help/html/M_Independentsoft_Exchange_FreeBusyViewOptions__ctor_3.htm",
  5299. "Help/html/M_Independentsoft_Exchange_FreeBusyViewOptions__ctor_4.htm",
  5300. "Help/html/M_Independentsoft_Exchange_FreeBusyViewOptions__ctor_5.htm",
  5301. "Help/html/M_Independentsoft_Exchange_FreeBusyViewOptions__ctor_6.htm",
  5302. "Help/html/M_Independentsoft_Exchange_FreeBusyViewOptions__ctor_7.htm",
  5303. "Help/html/M_Independentsoft_Exchange_FreeBusyViewOptions__ctor_8.htm",
  5304. "Help/html/M_Independentsoft_Exchange_FreeBusyView__ctor.htm",
  5305. "Help/html/M_Independentsoft_Exchange_GroupAttendeeConflict__ctor.htm",
  5306. "Help/html/M_Independentsoft_Exchange_GroupBy_ToString.htm",
  5307. "Help/html/M_Independentsoft_Exchange_GroupBy__ctor.htm",
  5308. "Help/html/M_Independentsoft_Exchange_GroupBy__ctor_1.htm",
  5309. "Help/html/M_Independentsoft_Exchange_GroupBy__ctor_2.htm",
  5310. "Help/html/M_Independentsoft_Exchange_GroupBy__ctor_3.htm",
  5311. "Help/html/M_Independentsoft_Exchange_GroupBy__ctor_4.htm",
  5312. "Help/html/M_Independentsoft_Exchange_HighlightTerm_ToString.htm",
  5313. "Help/html/M_Independentsoft_Exchange_HighlightTerm__ctor.htm",
  5314. "Help/html/M_Independentsoft_Exchange_Id__ctor.htm",
  5315. "Help/html/M_Independentsoft_Exchange_Identity__ctor.htm",
  5316. "Help/html/M_Independentsoft_Exchange_Identity__ctor_1.htm",
  5317. "Help/html/M_Independentsoft_Exchange_ImGroup_ToString.htm",
  5318. "Help/html/M_Independentsoft_Exchange_ImGroup__ctor.htm",
  5319. "Help/html/M_Independentsoft_Exchange_ImGroup__ctor_1.htm",
  5320. "Help/html/M_Independentsoft_Exchange_IndexedPageView__ctor.htm",
  5321. "Help/html/M_Independentsoft_Exchange_IndexedPageView__ctor_1.htm",
  5322. "Help/html/M_Independentsoft_Exchange_IndexedPageView__ctor_2.htm",
  5323. "Help/html/M_Independentsoft_Exchange_IndexedPageView__ctor_3.htm",
  5324. "Help/html/M_Independentsoft_Exchange_IndexedPropertyPath_ToString.htm",
  5325. "Help/html/M_Independentsoft_Exchange_IndexedPropertyPath__ctor.htm",
  5326. "Help/html/M_Independentsoft_Exchange_IndexedPropertyPath__ctor_1.htm",
  5327. "Help/html/M_Independentsoft_Exchange_IndividualAttendeeConflict__ctor.htm",
  5328. "Help/html/M_Independentsoft_Exchange_InternetMessageHeader_ToString.htm",
  5329. "Help/html/M_Independentsoft_Exchange_InternetMessageHeader__ctor.htm",
  5330. "Help/html/M_Independentsoft_Exchange_InternetMessageHeader__ctor_1.htm",
  5331. "Help/html/M_Independentsoft_Exchange_IsEqualTo_ToString.htm",
  5332. "Help/html/M_Independentsoft_Exchange_IsEqualTo__ctor.htm",
  5333. "Help/html/M_Independentsoft_Exchange_IsEqualTo__ctor_1.htm",
  5334. "Help/html/M_Independentsoft_Exchange_IsEqualTo__ctor_2.htm",
  5335. "Help/html/M_Independentsoft_Exchange_IsEqualTo__ctor_3.htm",
  5336. "Help/html/M_Independentsoft_Exchange_IsEqualTo__ctor_4.htm",
  5337. "Help/html/M_Independentsoft_Exchange_IsEqualTo__ctor_5.htm",
  5338. "Help/html/M_Independentsoft_Exchange_IsGreaterThanOrEqualTo_ToString.htm",
  5339. "Help/html/M_Independentsoft_Exchange_IsGreaterThanOrEqualTo__ctor.htm",
  5340. "Help/html/M_Independentsoft_Exchange_IsGreaterThanOrEqualTo__ctor_1.htm",
  5341. "Help/html/M_Independentsoft_Exchange_IsGreaterThanOrEqualTo__ctor_2.htm",
  5342. "Help/html/M_Independentsoft_Exchange_IsGreaterThanOrEqualTo__ctor_3.htm",
  5343. "Help/html/M_Independentsoft_Exchange_IsGreaterThanOrEqualTo__ctor_4.htm",
  5344. "Help/html/M_Independentsoft_Exchange_IsGreaterThanOrEqualTo__ctor_5.htm",
  5345. "Help/html/M_Independentsoft_Exchange_IsGreaterThan_ToString.htm",
  5346. "Help/html/M_Independentsoft_Exchange_IsGreaterThan__ctor.htm",
  5347. "Help/html/M_Independentsoft_Exchange_IsGreaterThan__ctor_1.htm",
  5348. "Help/html/M_Independentsoft_Exchange_IsGreaterThan__ctor_2.htm",
  5349. "Help/html/M_Independentsoft_Exchange_IsGreaterThan__ctor_3.htm",
  5350. "Help/html/M_Independentsoft_Exchange_IsGreaterThan__ctor_4.htm",
  5351. "Help/html/M_Independentsoft_Exchange_IsGreaterThan__ctor_5.htm",
  5352. "Help/html/M_Independentsoft_Exchange_IsLessThanOrEqualTo_ToString.htm",
  5353. "Help/html/M_Independentsoft_Exchange_IsLessThanOrEqualTo__ctor.htm",
  5354. "Help/html/M_Independentsoft_Exchange_IsLessThanOrEqualTo__ctor_1.htm",
  5355. "Help/html/M_Independentsoft_Exchange_IsLessThanOrEqualTo__ctor_2.htm",
  5356. "Help/html/M_Independentsoft_Exchange_IsLessThanOrEqualTo__ctor_3.htm",
  5357. "Help/html/M_Independentsoft_Exchange_IsLessThanOrEqualTo__ctor_4.htm",
  5358. "Help/html/M_Independentsoft_Exchange_IsLessThanOrEqualTo__ctor_5.htm",
  5359. "Help/html/M_Independentsoft_Exchange_IsLessThan_ToString.htm",
  5360. "Help/html/M_Independentsoft_Exchange_IsLessThan__ctor.htm",
  5361. "Help/html/M_Independentsoft_Exchange_IsLessThan__ctor_1.htm",
  5362. "Help/html/M_Independentsoft_Exchange_IsLessThan__ctor_2.htm",
  5363. "Help/html/M_Independentsoft_Exchange_IsLessThan__ctor_3.htm",
  5364. "Help/html/M_Independentsoft_Exchange_IsLessThan__ctor_4.htm",
  5365. "Help/html/M_Independentsoft_Exchange_IsLessThan__ctor_5.htm",
  5366. "Help/html/M_Independentsoft_Exchange_IsNotEqualTo_ToString.htm",
  5367. "Help/html/M_Independentsoft_Exchange_IsNotEqualTo__ctor.htm",
  5368. "Help/html/M_Independentsoft_Exchange_IsNotEqualTo__ctor_1.htm",
  5369. "Help/html/M_Independentsoft_Exchange_IsNotEqualTo__ctor_2.htm",
  5370. "Help/html/M_Independentsoft_Exchange_IsNotEqualTo__ctor_3.htm",
  5371. "Help/html/M_Independentsoft_Exchange_IsNotEqualTo__ctor_4.htm",
  5372. "Help/html/M_Independentsoft_Exchange_IsNotEqualTo__ctor_5.htm",
  5373. "Help/html/M_Independentsoft_Exchange_ItemAttachmentInfo_ToString.htm",
  5374. "Help/html/M_Independentsoft_Exchange_ItemAttachmentInfo__ctor.htm",
  5375. "Help/html/M_Independentsoft_Exchange_ItemAttachment_ToString.htm",
  5376. "Help/html/M_Independentsoft_Exchange_ItemAttachment_ToXml.htm",
  5377. "Help/html/M_Independentsoft_Exchange_ItemAttachment__ctor.htm",
  5378. "Help/html/M_Independentsoft_Exchange_ItemAttachment__ctor_1.htm",
  5379. "Help/html/M_Independentsoft_Exchange_ItemAttachment__ctor_2.htm",
  5380. "Help/html/M_Independentsoft_Exchange_ItemAttachment__ctor_3.htm",
  5381. "Help/html/M_Independentsoft_Exchange_ItemChange_ToString.htm",
  5382. "Help/html/M_Independentsoft_Exchange_ItemChange__ctor.htm",
  5383. "Help/html/M_Independentsoft_Exchange_ItemChange__ctor_1.htm",
  5384. "Help/html/M_Independentsoft_Exchange_ItemChange__ctor_10.htm",
  5385. "Help/html/M_Independentsoft_Exchange_ItemChange__ctor_11.htm",
  5386. "Help/html/M_Independentsoft_Exchange_ItemChange__ctor_2.htm",
  5387. "Help/html/M_Independentsoft_Exchange_ItemChange__ctor_3.htm",
  5388. "Help/html/M_Independentsoft_Exchange_ItemChange__ctor_4.htm",
  5389. "Help/html/M_Independentsoft_Exchange_ItemChange__ctor_5.htm",
  5390. "Help/html/M_Independentsoft_Exchange_ItemChange__ctor_6.htm",
  5391. "Help/html/M_Independentsoft_Exchange_ItemChange__ctor_7.htm",
  5392. "Help/html/M_Independentsoft_Exchange_ItemChange__ctor_8.htm",
  5393. "Help/html/M_Independentsoft_Exchange_ItemChange__ctor_9.htm",
  5394. "Help/html/M_Independentsoft_Exchange_ItemId_ToString.htm",
  5395. "Help/html/M_Independentsoft_Exchange_ItemId__ctor.htm",
  5396. "Help/html/M_Independentsoft_Exchange_ItemId__ctor_1.htm",
  5397. "Help/html/M_Independentsoft_Exchange_ItemId__ctor_2.htm",
  5398. "Help/html/M_Independentsoft_Exchange_ItemShape_ToString.htm",
  5399. "Help/html/M_Independentsoft_Exchange_ItemShape__ctor.htm",
  5400. "Help/html/M_Independentsoft_Exchange_ItemShape__ctor_1.htm",
  5401. "Help/html/M_Independentsoft_Exchange_ItemShape__ctor_10.htm",
  5402. "Help/html/M_Independentsoft_Exchange_ItemShape__ctor_11.htm",
  5403. "Help/html/M_Independentsoft_Exchange_ItemShape__ctor_12.htm",
  5404. "Help/html/M_Independentsoft_Exchange_ItemShape__ctor_2.htm",
  5405. "Help/html/M_Independentsoft_Exchange_ItemShape__ctor_3.htm",
  5406. "Help/html/M_Independentsoft_Exchange_ItemShape__ctor_4.htm",
  5407. "Help/html/M_Independentsoft_Exchange_ItemShape__ctor_5.htm",
  5408. "Help/html/M_Independentsoft_Exchange_ItemShape__ctor_6.htm",
  5409. "Help/html/M_Independentsoft_Exchange_ItemShape__ctor_7.htm",
  5410. "Help/html/M_Independentsoft_Exchange_ItemShape__ctor_8.htm",
  5411. "Help/html/M_Independentsoft_Exchange_ItemShape__ctor_9.htm",
  5412. "Help/html/M_Independentsoft_Exchange_Item_ToString.htm",
  5413. "Help/html/M_Independentsoft_Exchange_Item__ctor.htm",
  5414. "Help/html/M_Independentsoft_Exchange_Item__ctor_1.htm",
  5415. "Help/html/M_Independentsoft_Exchange_Item__ctor_2.htm",
  5416. "Help/html/M_Independentsoft_Exchange_Item__ctor_3.htm",
  5417. "Help/html/M_Independentsoft_Exchange_Journal_ToString.htm",
  5418. "Help/html/M_Independentsoft_Exchange_Journal__ctor.htm",
  5419. "Help/html/M_Independentsoft_Exchange_Journal__ctor_1.htm",
  5420. "Help/html/M_Independentsoft_Exchange_Journal__ctor_2.htm",
  5421. "Help/html/M_Independentsoft_Exchange_KeywordStatisticsSearchResult__ctor.htm",
  5422. "Help/html/M_Independentsoft_Exchange_MailboxAttributedValue__ctor.htm",
  5423. "Help/html/M_Independentsoft_Exchange_MailboxData_ToString.htm",
  5424. "Help/html/M_Independentsoft_Exchange_MailboxData__ctor.htm",
  5425. "Help/html/M_Independentsoft_Exchange_MailboxData__ctor_1.htm",
  5426. "Help/html/M_Independentsoft_Exchange_MailboxData__ctor_2.htm",
  5427. "Help/html/M_Independentsoft_Exchange_MailboxData__ctor_3.htm",
  5428. "Help/html/M_Independentsoft_Exchange_MailboxData__ctor_4.htm",
  5429. "Help/html/M_Independentsoft_Exchange_MailboxData__ctor_5.htm",
  5430. "Help/html/M_Independentsoft_Exchange_MailboxData__ctor_6.htm",
  5431. "Help/html/M_Independentsoft_Exchange_MailboxHoldResult__ctor.htm",
  5432. "Help/html/M_Independentsoft_Exchange_MailboxHoldStatus__ctor.htm",
  5433. "Help/html/M_Independentsoft_Exchange_MailboxQuery__ctor.htm",
  5434. "Help/html/M_Independentsoft_Exchange_MailboxQuery__ctor_1.htm",
  5435. "Help/html/M_Independentsoft_Exchange_MailboxQuery__ctor_2.htm",
  5436. "Help/html/M_Independentsoft_Exchange_MailboxSearchScope__ctor.htm",
  5437. "Help/html/M_Independentsoft_Exchange_MailboxSearchScope__ctor_1.htm",
  5438. "Help/html/M_Independentsoft_Exchange_MailboxSearchScope__ctor_2.htm",
  5439. "Help/html/M_Independentsoft_Exchange_MailboxStatisticsByKeywords__ctor.htm",
  5440. "Help/html/M_Independentsoft_Exchange_MailboxStatisticsItem_ToString.htm",
  5441. "Help/html/M_Independentsoft_Exchange_MailboxStatisticsItem__ctor.htm",
  5442. "Help/html/M_Independentsoft_Exchange_MailboxStatisticsSearchResult__ctor.htm",
  5443. "Help/html/M_Independentsoft_Exchange_Mailbox_ToString.htm",
  5444. "Help/html/M_Independentsoft_Exchange_Mailbox__ctor.htm",
  5445. "Help/html/M_Independentsoft_Exchange_Mailbox__ctor_1.htm",
  5446. "Help/html/M_Independentsoft_Exchange_Mailbox__ctor_2.htm",
  5447. "Help/html/M_Independentsoft_Exchange_Mailbox__ctor_3.htm",
  5448. "Help/html/M_Independentsoft_Exchange_Mailbox__ctor_4.htm",
  5449. "Help/html/M_Independentsoft_Exchange_Mailbox__ctor_5.htm",
  5450. "Help/html/M_Independentsoft_Exchange_ManagedFolderInformation__ctor.htm",
  5451. "Help/html/M_Independentsoft_Exchange_MeetingRegistrationResponse__ctor.htm",
  5452. "Help/html/M_Independentsoft_Exchange_MeetingSuggestion_ToString.htm",
  5453. "Help/html/M_Independentsoft_Exchange_MeetingSuggestion__ctor.htm",
  5454. "Help/html/M_Independentsoft_Exchange_MessageResponse__ctor.htm",
  5455. "Help/html/M_Independentsoft_Exchange_Message_ToString.htm",
  5456. "Help/html/M_Independentsoft_Exchange_Message__ctor.htm",
  5457. "Help/html/M_Independentsoft_Exchange_Message__ctor_1.htm",
  5458. "Help/html/M_Independentsoft_Exchange_Message__ctor_2.htm",
  5459. "Help/html/M_Independentsoft_Exchange_MimeContent__ctor.htm",
  5460. "Help/html/M_Independentsoft_Exchange_MimeContent__ctor_1.htm",
  5461. "Help/html/M_Independentsoft_Exchange_MimeContent__ctor_2.htm",
  5462. "Help/html/M_Independentsoft_Exchange_ModifiedEvent__ctor.htm",
  5463. "Help/html/M_Independentsoft_Exchange_MonthlyRegeneratingPattern_ToString.htm",
  5464. "Help/html/M_Independentsoft_Exchange_MonthlyRegeneratingPattern__ctor.htm",
  5465. "Help/html/M_Independentsoft_Exchange_MonthlyRegeneratingPattern__ctor_1.htm",
  5466. "Help/html/M_Independentsoft_Exchange_MovedEvent__ctor.htm",
  5467. "Help/html/M_Independentsoft_Exchange_NewMailEvent__ctor.htm",
  5468. "Help/html/M_Independentsoft_Exchange_NoEndRecurrenceRange_ToString.htm",
  5469. "Help/html/M_Independentsoft_Exchange_NoEndRecurrenceRange__ctor.htm",
  5470. "Help/html/M_Independentsoft_Exchange_NoEndRecurrenceRange__ctor_1.htm",
  5471. "Help/html/M_Independentsoft_Exchange_NonIndexableItemDetail__ctor.htm",
  5472. "Help/html/M_Independentsoft_Exchange_NonIndexableItemStatistic__ctor.htm",
  5473. "Help/html/M_Independentsoft_Exchange_Not_ToString.htm",
  5474. "Help/html/M_Independentsoft_Exchange_Not__ctor.htm",
  5475. "Help/html/M_Independentsoft_Exchange_Not__ctor_1.htm",
  5476. "Help/html/M_Independentsoft_Exchange_Not__ctor_2.htm",
  5477. "Help/html/M_Independentsoft_Exchange_Not__ctor_3.htm",
  5478. "Help/html/M_Independentsoft_Exchange_Not__ctor_4.htm",
  5479. "Help/html/M_Independentsoft_Exchange_Not__ctor_5.htm",
  5480. "Help/html/M_Independentsoft_Exchange_Not__ctor_6.htm",
  5481. "Help/html/M_Independentsoft_Exchange_Note_ToString.htm",
  5482. "Help/html/M_Independentsoft_Exchange_Note__ctor.htm",
  5483. "Help/html/M_Independentsoft_Exchange_Note__ctor_1.htm",
  5484. "Help/html/M_Independentsoft_Exchange_Note__ctor_2.htm",
  5485. "Help/html/M_Independentsoft_Exchange_Notification__ctor.htm",
  5486. "Help/html/M_Independentsoft_Exchange_NumberedRecurrenceRange_ToString.htm",
  5487. "Help/html/M_Independentsoft_Exchange_NumberedRecurrenceRange__ctor.htm",
  5488. "Help/html/M_Independentsoft_Exchange_NumberedRecurrenceRange__ctor_1.htm",
  5489. "Help/html/M_Independentsoft_Exchange_OAuthToken__ctor.htm",
  5490. "Help/html/M_Independentsoft_Exchange_OAuthToken__ctor_1.htm",
  5491. "Help/html/M_Independentsoft_Exchange_OAuthToken__ctor_2.htm",
  5492. "Help/html/M_Independentsoft_Exchange_OAuthToken__ctor_3.htm",
  5493. "Help/html/M_Independentsoft_Exchange_OccurrenceItemId_ToString.htm",
  5494. "Help/html/M_Independentsoft_Exchange_OccurrenceItemId__ctor.htm",
  5495. "Help/html/M_Independentsoft_Exchange_OccurrenceItemId__ctor_1.htm",
  5496. "Help/html/M_Independentsoft_Exchange_OccurrenceItemId__ctor_2.htm",
  5497. "Help/html/M_Independentsoft_Exchange_OccurrenceItemId__ctor_3.htm",
  5498. "Help/html/M_Independentsoft_Exchange_OccurrenceItemId__ctor_4.htm",
  5499. "Help/html/M_Independentsoft_Exchange_Occurrence_ToString.htm",
  5500. "Help/html/M_Independentsoft_Exchange_Occurrence__ctor.htm",
  5501. "Help/html/M_Independentsoft_Exchange_Occurrence__ctor_1.htm",
  5502. "Help/html/M_Independentsoft_Exchange_OnlineMeetingSettings__ctor.htm",
  5503. "Help/html/M_Independentsoft_Exchange_Or_ToString.htm",
  5504. "Help/html/M_Independentsoft_Exchange_Or__ctor.htm",
  5505. "Help/html/M_Independentsoft_Exchange_Or__ctor_1.htm",
  5506. "Help/html/M_Independentsoft_Exchange_Or__ctor_2.htm",
  5507. "Help/html/M_Independentsoft_Exchange_Or__ctor_3.htm",
  5508. "Help/html/M_Independentsoft_Exchange_Or__ctor_4.htm",
  5509. "Help/html/M_Independentsoft_Exchange_Or__ctor_5.htm",
  5510. "Help/html/M_Independentsoft_Exchange_Or__ctor_6.htm",
  5511. "Help/html/M_Independentsoft_Exchange_Or__ctor_7.htm",
  5512. "Help/html/M_Independentsoft_Exchange_Or__ctor_8.htm",
  5513. "Help/html/M_Independentsoft_Exchange_Or__ctor_9.htm",
  5514. "Help/html/M_Independentsoft_Exchange_OutOfOffice__ctor.htm",
  5515. "Help/html/M_Independentsoft_Exchange_OutOfOffice__ctor_1.htm",
  5516. "Help/html/M_Independentsoft_Exchange_OwaOptions__ctor.htm",
  5517. "Help/html/M_Independentsoft_Exchange_PageView__ctor.htm",
  5518. "Help/html/M_Independentsoft_Exchange_Period_ToString.htm",
  5519. "Help/html/M_Independentsoft_Exchange_PermissionSet_ToString.htm",
  5520. "Help/html/M_Independentsoft_Exchange_PermissionSet__ctor.htm",
  5521. "Help/html/M_Independentsoft_Exchange_Permission_ToString.htm",
  5522. "Help/html/M_Independentsoft_Exchange_Permission__ctor.htm",
  5523. "Help/html/M_Independentsoft_Exchange_PersonaAttribution__ctor.htm",
  5524. "Help/html/M_Independentsoft_Exchange_PersonaPhoneNumberAttributedValue__ctor.htm",
  5525. "Help/html/M_Independentsoft_Exchange_PersonaPhoneNumber__ctor.htm",
  5526. "Help/html/M_Independentsoft_Exchange_PersonaPostalAddressAttributedValue__ctor.htm",
  5527. "Help/html/M_Independentsoft_Exchange_PersonaPostalAddress__ctor.htm",
  5528. "Help/html/M_Independentsoft_Exchange_PersonaShape_ToString.htm",
  5529. "Help/html/M_Independentsoft_Exchange_PersonaShape__ctor.htm",
  5530. "Help/html/M_Independentsoft_Exchange_PersonaShape__ctor_1.htm",
  5531. "Help/html/M_Independentsoft_Exchange_PersonaShape__ctor_2.htm",
  5532. "Help/html/M_Independentsoft_Exchange_PersonaShape__ctor_3.htm",
  5533. "Help/html/M_Independentsoft_Exchange_PhoneEntity_ToString.htm",
  5534. "Help/html/M_Independentsoft_Exchange_PhoneEntity__ctor.htm",
  5535. "Help/html/M_Independentsoft_Exchange_PostReplyItem_ToString.htm",
  5536. "Help/html/M_Independentsoft_Exchange_PostReplyItem__ctor.htm",
  5537. "Help/html/M_Independentsoft_Exchange_PostReplyItem__ctor_1.htm",
  5538. "Help/html/M_Independentsoft_Exchange_Post_ToString.htm",
  5539. "Help/html/M_Independentsoft_Exchange_Post__ctor.htm",
  5540. "Help/html/M_Independentsoft_Exchange_Post__ctor_1.htm",
  5541. "Help/html/M_Independentsoft_Exchange_PreviewItemMailbox_ToString.htm",
  5542. "Help/html/M_Independentsoft_Exchange_PreviewItemMailbox__ctor.htm",
  5543. "Help/html/M_Independentsoft_Exchange_PreviewItemShape_ToString.htm",
  5544. "Help/html/M_Independentsoft_Exchange_PreviewItemShape__ctor.htm",
  5545. "Help/html/M_Independentsoft_Exchange_PreviewItemShape__ctor_1.htm",
  5546. "Help/html/M_Independentsoft_Exchange_PreviewItemShape__ctor_2.htm",
  5547. "Help/html/M_Independentsoft_Exchange_PreviewItemShape__ctor_3.htm",
  5548. "Help/html/M_Independentsoft_Exchange_PreviewItem_ToString.htm",
  5549. "Help/html/M_Independentsoft_Exchange_PreviewItem__ctor.htm",
  5550. "Help/html/M_Independentsoft_Exchange_PropertyId_IsEqual.htm",
  5551. "Help/html/M_Independentsoft_Exchange_PropertyId_ToString.htm",
  5552. "Help/html/M_Independentsoft_Exchange_PropertyId__ctor.htm",
  5553. "Help/html/M_Independentsoft_Exchange_PropertyId__ctor_1.htm",
  5554. "Help/html/M_Independentsoft_Exchange_PropertyId__ctor_2.htm",
  5555. "Help/html/M_Independentsoft_Exchange_PropertyId__ctor_3.htm",
  5556. "Help/html/M_Independentsoft_Exchange_PropertyName_IsEqual.htm",
  5557. "Help/html/M_Independentsoft_Exchange_PropertyName_ToString.htm",
  5558. "Help/html/M_Independentsoft_Exchange_PropertyName__ctor.htm",
  5559. "Help/html/M_Independentsoft_Exchange_PropertyName__ctor_1.htm",
  5560. "Help/html/M_Independentsoft_Exchange_PropertyName__ctor_2.htm",
  5561. "Help/html/M_Independentsoft_Exchange_PropertyName__ctor_3.htm",
  5562. "Help/html/M_Independentsoft_Exchange_PropertyOrder_ToString.htm",
  5563. "Help/html/M_Independentsoft_Exchange_PropertyOrder__ctor.htm",
  5564. "Help/html/M_Independentsoft_Exchange_PropertyOrder__ctor_1.htm",
  5565. "Help/html/M_Independentsoft_Exchange_PropertyOrder__ctor_2.htm",
  5566. "Help/html/M_Independentsoft_Exchange_PropertyPath__ctor.htm",
  5567. "Help/html/M_Independentsoft_Exchange_PropertyTag_IsEqual.htm",
  5568. "Help/html/M_Independentsoft_Exchange_PropertyTag_ToString.htm",
  5569. "Help/html/M_Independentsoft_Exchange_PropertyTag__ctor.htm",
  5570. "Help/html/M_Independentsoft_Exchange_PropertyTag__ctor_1.htm",
  5571. "Help/html/M_Independentsoft_Exchange_PropertyTag__ctor_2.htm",
  5572. "Help/html/M_Independentsoft_Exchange_Property_ToString.htm",
  5573. "Help/html/M_Independentsoft_Exchange_Property__ctor.htm",
  5574. "Help/html/M_Independentsoft_Exchange_Property__ctor_1.htm",
  5575. "Help/html/M_Independentsoft_Exchange_Property__ctor_2.htm",
  5576. "Help/html/M_Independentsoft_Exchange_Property__ctor_3.htm",
  5577. "Help/html/M_Independentsoft_Exchange_Property__ctor_4.htm",
  5578. "Help/html/M_Independentsoft_Exchange_Property__ctor_5.htm",
  5579. "Help/html/M_Independentsoft_Exchange_Property__ctor_6.htm",
  5580. "Help/html/M_Independentsoft_Exchange_Property__ctor_7.htm",
  5581. "Help/html/M_Independentsoft_Exchange_Property__ctor_8.htm",
  5582. "Help/html/M_Independentsoft_Exchange_Property__ctor_9.htm",
  5583. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor.htm",
  5584. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_1.htm",
  5585. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_10.htm",
  5586. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_11.htm",
  5587. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_12.htm",
  5588. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_13.htm",
  5589. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_14.htm",
  5590. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_15.htm",
  5591. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_16.htm",
  5592. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_17.htm",
  5593. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_18.htm",
  5594. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_19.htm",
  5595. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_2.htm",
  5596. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_20.htm",
  5597. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_21.htm",
  5598. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_22.htm",
  5599. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_3.htm",
  5600. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_4.htm",
  5601. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_5.htm",
  5602. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_6.htm",
  5603. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_7.htm",
  5604. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_8.htm",
  5605. "Help/html/M_Independentsoft_Exchange_PullSubscription__ctor_9.htm",
  5606. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor.htm",
  5607. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_1.htm",
  5608. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_10.htm",
  5609. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_11.htm",
  5610. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_12.htm",
  5611. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_13.htm",
  5612. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_14.htm",
  5613. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_15.htm",
  5614. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_16.htm",
  5615. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_17.htm",
  5616. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_18.htm",
  5617. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_19.htm",
  5618. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_2.htm",
  5619. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_20.htm",
  5620. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_21.htm",
  5621. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_22.htm",
  5622. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_3.htm",
  5623. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_4.htm",
  5624. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_5.htm",
  5625. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_6.htm",
  5626. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_7.htm",
  5627. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_8.htm",
  5628. "Help/html/M_Independentsoft_Exchange_PushSubscription__ctor_9.htm",
  5629. "Help/html/M_Independentsoft_Exchange_QueryString__ctor.htm",
  5630. "Help/html/M_Independentsoft_Exchange_QueryString__ctor_1.htm",
  5631. "Help/html/M_Independentsoft_Exchange_ReadFlagChange__ctor.htm",
  5632. "Help/html/M_Independentsoft_Exchange_Recurrence_ToString.htm",
  5633. "Help/html/M_Independentsoft_Exchange_Recurrence__ctor.htm",
  5634. "Help/html/M_Independentsoft_Exchange_Recurrence__ctor_1.htm",
  5635. "Help/html/M_Independentsoft_Exchange_Recurrence__ctor_2.htm",
  5636. "Help/html/M_Independentsoft_Exchange_RecurringDateTransition_ToString.htm",
  5637. "Help/html/M_Independentsoft_Exchange_RecurringDateTransition__ctor.htm",
  5638. "Help/html/M_Independentsoft_Exchange_RecurringDayTransition_ToString.htm",
  5639. "Help/html/M_Independentsoft_Exchange_RecurringDayTransition__ctor.htm",
  5640. "Help/html/M_Independentsoft_Exchange_RecurringMasterItemId_ToString.htm",
  5641. "Help/html/M_Independentsoft_Exchange_RecurringMasterItemId__ctor.htm",
  5642. "Help/html/M_Independentsoft_Exchange_RecurringMasterItemId__ctor_1.htm",
  5643. "Help/html/M_Independentsoft_Exchange_RecurringMasterItemId__ctor_2.htm",
  5644. "Help/html/M_Independentsoft_Exchange_RefinerItem_ToString.htm",
  5645. "Help/html/M_Independentsoft_Exchange_RefinerItem__ctor.htm",
  5646. "Help/html/M_Independentsoft_Exchange_RelativeMonthlyRecurrencePattern_ToString.htm",
  5647. "Help/html/M_Independentsoft_Exchange_RelativeMonthlyRecurrencePattern__ctor.htm",
  5648. "Help/html/M_Independentsoft_Exchange_RelativeMonthlyRecurrencePattern__ctor_1.htm",
  5649. "Help/html/M_Independentsoft_Exchange_RelativeYearlyRecurrencePattern_ToString.htm",
  5650. "Help/html/M_Independentsoft_Exchange_RelativeYearlyRecurrencePattern__ctor.htm",
  5651. "Help/html/M_Independentsoft_Exchange_RelativeYearlyRecurrencePattern__ctor_1.htm",
  5652. "Help/html/M_Independentsoft_Exchange_ReminderItemAction__ctor.htm",
  5653. "Help/html/M_Independentsoft_Exchange_ReminderItemAction__ctor_1.htm",
  5654. "Help/html/M_Independentsoft_Exchange_ReminderItemAction__ctor_2.htm",
  5655. "Help/html/M_Independentsoft_Exchange_Reminder__ctor.htm",
  5656. "Help/html/M_Independentsoft_Exchange_RemoveItem__ctor.htm",
  5657. "Help/html/M_Independentsoft_Exchange_RemoveItem__ctor_1.htm",
  5658. "Help/html/M_Independentsoft_Exchange_ReplyAllItem_ToString.htm",
  5659. "Help/html/M_Independentsoft_Exchange_ReplyAllItem__ctor.htm",
  5660. "Help/html/M_Independentsoft_Exchange_ReplyAllItem__ctor_1.htm",
  5661. "Help/html/M_Independentsoft_Exchange_ReplyBody__ctor.htm",
  5662. "Help/html/M_Independentsoft_Exchange_ReplyBody__ctor_1.htm",
  5663. "Help/html/M_Independentsoft_Exchange_ReplyBody__ctor_2.htm",
  5664. "Help/html/M_Independentsoft_Exchange_ReplyItem_ToString.htm",
  5665. "Help/html/M_Independentsoft_Exchange_ReplyItem__ctor.htm",
  5666. "Help/html/M_Independentsoft_Exchange_ReplyItem__ctor_1.htm",
  5667. "Help/html/M_Independentsoft_Exchange_Resolution_ToString.htm",
  5668. "Help/html/M_Independentsoft_Exchange_Resolution__ctor.htm",
  5669. "Help/html/M_Independentsoft_Exchange_ResponseItem__ctor.htm",
  5670. "Help/html/M_Independentsoft_Exchange_Restriction__ctor.htm",
  5671. "Help/html/M_Independentsoft_Exchange_RetentionPolicyTag__ctor.htm",
  5672. "Help/html/M_Independentsoft_Exchange_RetentionSettings__ctor.htm",
  5673. "Help/html/M_Independentsoft_Exchange_RetentionTag__ctor.htm",
  5674. "Help/html/M_Independentsoft_Exchange_RetentionTag__ctor_1.htm",
  5675. "Help/html/M_Independentsoft_Exchange_RuleActions__ctor.htm",
  5676. "Help/html/M_Independentsoft_Exchange_RuleConditions__ctor.htm",
  5677. "Help/html/M_Independentsoft_Exchange_RuleExceptions__ctor.htm",
  5678. "Help/html/M_Independentsoft_Exchange_RuleOperationError__ctor.htm",
  5679. "Help/html/M_Independentsoft_Exchange_RulePredicateDateRange__ctor.htm",
  5680. "Help/html/M_Independentsoft_Exchange_RulePredicateSizeRange__ctor.htm",
  5681. "Help/html/M_Independentsoft_Exchange_RuleValidationError__ctor.htm",
  5682. "Help/html/M_Independentsoft_Exchange_Rule__ctor.htm",
  5683. "Help/html/M_Independentsoft_Exchange_SearchFolderParameters_ToString.htm",
  5684. "Help/html/M_Independentsoft_Exchange_SearchFolderParameters__ctor.htm",
  5685. "Help/html/M_Independentsoft_Exchange_SearchFolderParameters__ctor_1.htm",
  5686. "Help/html/M_Independentsoft_Exchange_SearchFolderParameters__ctor_2.htm",
  5687. "Help/html/M_Independentsoft_Exchange_SearchFolderParameters__ctor_3.htm",
  5688. "Help/html/M_Independentsoft_Exchange_SearchFolder_ToString.htm",
  5689. "Help/html/M_Independentsoft_Exchange_SearchFolder__ctor.htm",
  5690. "Help/html/M_Independentsoft_Exchange_SearchFolder__ctor_1.htm",
  5691. "Help/html/M_Independentsoft_Exchange_SearchFolder__ctor_2.htm",
  5692. "Help/html/M_Independentsoft_Exchange_SearchFolder__ctor_3.htm",
  5693. "Help/html/M_Independentsoft_Exchange_SearchFolder__ctor_4.htm",
  5694. "Help/html/M_Independentsoft_Exchange_SearchableMailbox__ctor.htm",
  5695. "Help/html/M_Independentsoft_Exchange_SeekToConditionPageItemView__ctor.htm",
  5696. "Help/html/M_Independentsoft_Exchange_SeekToConditionPageItemView__ctor_1.htm",
  5697. "Help/html/M_Independentsoft_Exchange_SeekToConditionPageItemView__ctor_2.htm",
  5698. "Help/html/M_Independentsoft_Exchange_SerializableTimeZoneTime__ctor.htm",
  5699. "Help/html/M_Independentsoft_Exchange_SerializableTimeZoneTime__ctor_1.htm",
  5700. "Help/html/M_Independentsoft_Exchange_SerializableTimeZoneTime__ctor_2.htm",
  5701. "Help/html/M_Independentsoft_Exchange_SerializableTimeZone__ctor.htm",
  5702. "Help/html/M_Independentsoft_Exchange_SerializableTimeZone__ctor_1.htm",
  5703. "Help/html/M_Independentsoft_Exchange_SerializableTimeZone__ctor_2.htm",
  5704. "Help/html/M_Independentsoft_Exchange_ServiceRequestException_ToString.htm",
  5705. "Help/html/M_Independentsoft_Exchange_Service_AcceptMeetingRequest.htm",
  5706. "Help/html/M_Independentsoft_Exchange_Service_AcceptMeetingRequest_1.htm",
  5707. "Help/html/M_Independentsoft_Exchange_Service_AcceptMeetingRequest_2.htm",
  5708. "Help/html/M_Independentsoft_Exchange_Service_AcceptMeetingRequest_3.htm",
  5709. "Help/html/M_Independentsoft_Exchange_Service_AcceptMeetingRequest_4.htm",
  5710. "Help/html/M_Independentsoft_Exchange_Service_AcceptMeetingRequest_5.htm",
  5711. "Help/html/M_Independentsoft_Exchange_Service_AcceptMeetingRequest_6.htm",
  5712. "Help/html/M_Independentsoft_Exchange_Service_AcceptMeetingRequest_7.htm",
  5713. "Help/html/M_Independentsoft_Exchange_Service_AddDelegate.htm",
  5714. "Help/html/M_Independentsoft_Exchange_Service_AddDelegate_1.htm",
  5715. "Help/html/M_Independentsoft_Exchange_Service_AddDelegate_2.htm",
  5716. "Help/html/M_Independentsoft_Exchange_Service_AddDelegate_3.htm",
  5717. "Help/html/M_Independentsoft_Exchange_Service_AddDistributionGroupToImList.htm",
  5718. "Help/html/M_Independentsoft_Exchange_Service_AddImContactToGroup.htm",
  5719. "Help/html/M_Independentsoft_Exchange_Service_AddImGroup.htm",
  5720. "Help/html/M_Independentsoft_Exchange_Service_AddNewImContactToGroup.htm",
  5721. "Help/html/M_Independentsoft_Exchange_Service_AddNewImContactToGroup_1.htm",
  5722. "Help/html/M_Independentsoft_Exchange_Service_AddNewTelUriContactToGroup.htm",
  5723. "Help/html/M_Independentsoft_Exchange_Service_ApplyConversationAction.htm",
  5724. "Help/html/M_Independentsoft_Exchange_Service_ApplyConversationAction_1.htm",
  5725. "Help/html/M_Independentsoft_Exchange_Service_ArchiveItem.htm",
  5726. "Help/html/M_Independentsoft_Exchange_Service_ArchiveItem_1.htm",
  5727. "Help/html/M_Independentsoft_Exchange_Service_ArchiveItem_2.htm",
  5728. "Help/html/M_Independentsoft_Exchange_Service_ArchiveItem_3.htm",
  5729. "Help/html/M_Independentsoft_Exchange_Service_CancelMeetingRequest.htm",
  5730. "Help/html/M_Independentsoft_Exchange_Service_CancelMeetingRequest_1.htm",
  5731. "Help/html/M_Independentsoft_Exchange_Service_CancelMeetingRequest_10.htm",
  5732. "Help/html/M_Independentsoft_Exchange_Service_CancelMeetingRequest_11.htm",
  5733. "Help/html/M_Independentsoft_Exchange_Service_CancelMeetingRequest_12.htm",
  5734. "Help/html/M_Independentsoft_Exchange_Service_CancelMeetingRequest_13.htm",
  5735. "Help/html/M_Independentsoft_Exchange_Service_CancelMeetingRequest_14.htm",
  5736. "Help/html/M_Independentsoft_Exchange_Service_CancelMeetingRequest_15.htm",
  5737. "Help/html/M_Independentsoft_Exchange_Service_CancelMeetingRequest_2.htm",
  5738. "Help/html/M_Independentsoft_Exchange_Service_CancelMeetingRequest_3.htm",
  5739. "Help/html/M_Independentsoft_Exchange_Service_CancelMeetingRequest_4.htm",
  5740. "Help/html/M_Independentsoft_Exchange_Service_CancelMeetingRequest_5.htm",
  5741. "Help/html/M_Independentsoft_Exchange_Service_CancelMeetingRequest_6.htm",
  5742. "Help/html/M_Independentsoft_Exchange_Service_CancelMeetingRequest_7.htm",
  5743. "Help/html/M_Independentsoft_Exchange_Service_CancelMeetingRequest_8.htm",
  5744. "Help/html/M_Independentsoft_Exchange_Service_CancelMeetingRequest_9.htm",
  5745. "Help/html/M_Independentsoft_Exchange_Service_ConvertId.htm",
  5746. "Help/html/M_Independentsoft_Exchange_Service_ConvertId_1.htm",
  5747. "Help/html/M_Independentsoft_Exchange_Service_CopyFolder.htm",
  5748. "Help/html/M_Independentsoft_Exchange_Service_CopyFolder_1.htm",
  5749. "Help/html/M_Independentsoft_Exchange_Service_CopyFolder_2.htm",
  5750. "Help/html/M_Independentsoft_Exchange_Service_CopyFolder_3.htm",
  5751. "Help/html/M_Independentsoft_Exchange_Service_CopyItem.htm",
  5752. "Help/html/M_Independentsoft_Exchange_Service_CopyItem_1.htm",
  5753. "Help/html/M_Independentsoft_Exchange_Service_CopyItem_2.htm",
  5754. "Help/html/M_Independentsoft_Exchange_Service_CopyItem_3.htm",
  5755. "Help/html/M_Independentsoft_Exchange_Service_CreateAttachment.htm",
  5756. "Help/html/M_Independentsoft_Exchange_Service_CreateAttachment_1.htm",
  5757. "Help/html/M_Independentsoft_Exchange_Service_CreateAttachment_2.htm",
  5758. "Help/html/M_Independentsoft_Exchange_Service_CreateAttachment_3.htm",
  5759. "Help/html/M_Independentsoft_Exchange_Service_CreateCalendarOptions.htm",
  5760. "Help/html/M_Independentsoft_Exchange_Service_CreateCalendarOptions_1.htm",
  5761. "Help/html/M_Independentsoft_Exchange_Service_CreateCalendarOptions_2.htm",
  5762. "Help/html/M_Independentsoft_Exchange_Service_CreateCategoryList.htm",
  5763. "Help/html/M_Independentsoft_Exchange_Service_CreateCategoryList_1.htm",
  5764. "Help/html/M_Independentsoft_Exchange_Service_CreateCategoryList_2.htm",
  5765. "Help/html/M_Independentsoft_Exchange_Service_CreateFolder.htm",
  5766. "Help/html/M_Independentsoft_Exchange_Service_CreateFolderPath.htm",
  5767. "Help/html/M_Independentsoft_Exchange_Service_CreateFolderPath_1.htm",
  5768. "Help/html/M_Independentsoft_Exchange_Service_CreateFolder_1.htm",
  5769. "Help/html/M_Independentsoft_Exchange_Service_CreateFolder_2.htm",
  5770. "Help/html/M_Independentsoft_Exchange_Service_CreateFolder_3.htm",
  5771. "Help/html/M_Independentsoft_Exchange_Service_CreateFolder_4.htm",
  5772. "Help/html/M_Independentsoft_Exchange_Service_CreateFolder_5.htm",
  5773. "Help/html/M_Independentsoft_Exchange_Service_CreateItem.htm",
  5774. "Help/html/M_Independentsoft_Exchange_Service_CreateItem_1.htm",
  5775. "Help/html/M_Independentsoft_Exchange_Service_CreateItem_10.htm",
  5776. "Help/html/M_Independentsoft_Exchange_Service_CreateItem_11.htm",
  5777. "Help/html/M_Independentsoft_Exchange_Service_CreateItem_12.htm",
  5778. "Help/html/M_Independentsoft_Exchange_Service_CreateItem_13.htm",
  5779. "Help/html/M_Independentsoft_Exchange_Service_CreateItem_14.htm",
  5780. "Help/html/M_Independentsoft_Exchange_Service_CreateItem_15.htm",
  5781. "Help/html/M_Independentsoft_Exchange_Service_CreateItem_16.htm",
  5782. "Help/html/M_Independentsoft_Exchange_Service_CreateItem_17.htm",
  5783. "Help/html/M_Independentsoft_Exchange_Service_CreateItem_2.htm",
  5784. "Help/html/M_Independentsoft_Exchange_Service_CreateItem_3.htm",
  5785. "Help/html/M_Independentsoft_Exchange_Service_CreateItem_4.htm",
  5786. "Help/html/M_Independentsoft_Exchange_Service_CreateItem_5.htm",
  5787. "Help/html/M_Independentsoft_Exchange_Service_CreateItem_6.htm",
  5788. "Help/html/M_Independentsoft_Exchange_Service_CreateItem_7.htm",
  5789. "Help/html/M_Independentsoft_Exchange_Service_CreateItem_8.htm",
  5790. "Help/html/M_Independentsoft_Exchange_Service_CreateItem_9.htm",
  5791. "Help/html/M_Independentsoft_Exchange_Service_CreateManagedFolder.htm",
  5792. "Help/html/M_Independentsoft_Exchange_Service_CreateManagedFolder_1.htm",
  5793. "Help/html/M_Independentsoft_Exchange_Service_CreateManagedFolder_2.htm",
  5794. "Help/html/M_Independentsoft_Exchange_Service_CreateManagedFolder_3.htm",
  5795. "Help/html/M_Independentsoft_Exchange_Service_CreateOwaOptions.htm",
  5796. "Help/html/M_Independentsoft_Exchange_Service_CreateOwaOptions_1.htm",
  5797. "Help/html/M_Independentsoft_Exchange_Service_CreateOwaOptions_2.htm",
  5798. "Help/html/M_Independentsoft_Exchange_Service_CreateRetentionSettings.htm",
  5799. "Help/html/M_Independentsoft_Exchange_Service_CreateRetentionSettings_1.htm",
  5800. "Help/html/M_Independentsoft_Exchange_Service_CreateRetentionSettings_2.htm",
  5801. "Help/html/M_Independentsoft_Exchange_Service_CreateRule.htm",
  5802. "Help/html/M_Independentsoft_Exchange_Service_CreateRule_1.htm",
  5803. "Help/html/M_Independentsoft_Exchange_Service_CreateRule_2.htm",
  5804. "Help/html/M_Independentsoft_Exchange_Service_CreateRule_3.htm",
  5805. "Help/html/M_Independentsoft_Exchange_Service_CreateRule_4.htm",
  5806. "Help/html/M_Independentsoft_Exchange_Service_CreateRule_5.htm",
  5807. "Help/html/M_Independentsoft_Exchange_Service_CreateRule_6.htm",
  5808. "Help/html/M_Independentsoft_Exchange_Service_CreateRule_7.htm",
  5809. "Help/html/M_Independentsoft_Exchange_Service_CreateUserConfiguration.htm",
  5810. "Help/html/M_Independentsoft_Exchange_Service_DeclineMeetingRequest.htm",
  5811. "Help/html/M_Independentsoft_Exchange_Service_DeclineMeetingRequest_1.htm",
  5812. "Help/html/M_Independentsoft_Exchange_Service_DeclineMeetingRequest_2.htm",
  5813. "Help/html/M_Independentsoft_Exchange_Service_DeclineMeetingRequest_3.htm",
  5814. "Help/html/M_Independentsoft_Exchange_Service_DeclineMeetingRequest_4.htm",
  5815. "Help/html/M_Independentsoft_Exchange_Service_DeclineMeetingRequest_5.htm",
  5816. "Help/html/M_Independentsoft_Exchange_Service_DeclineMeetingRequest_6.htm",
  5817. "Help/html/M_Independentsoft_Exchange_Service_DeclineMeetingRequest_7.htm",
  5818. "Help/html/M_Independentsoft_Exchange_Service_DeleteAttachment.htm",
  5819. "Help/html/M_Independentsoft_Exchange_Service_DeleteAttachment_1.htm",
  5820. "Help/html/M_Independentsoft_Exchange_Service_DeleteAttachment_2.htm",
  5821. "Help/html/M_Independentsoft_Exchange_Service_DeleteAttachment_3.htm",
  5822. "Help/html/M_Independentsoft_Exchange_Service_DeleteCalendarOptions.htm",
  5823. "Help/html/M_Independentsoft_Exchange_Service_DeleteCalendarOptions_1.htm",
  5824. "Help/html/M_Independentsoft_Exchange_Service_DeleteCalendarOptions_2.htm",
  5825. "Help/html/M_Independentsoft_Exchange_Service_DeleteCategoryList.htm",
  5826. "Help/html/M_Independentsoft_Exchange_Service_DeleteCategoryList_1.htm",
  5827. "Help/html/M_Independentsoft_Exchange_Service_DeleteCategoryList_2.htm",
  5828. "Help/html/M_Independentsoft_Exchange_Service_DeleteFolder.htm",
  5829. "Help/html/M_Independentsoft_Exchange_Service_DeleteFolder_1.htm",
  5830. "Help/html/M_Independentsoft_Exchange_Service_DeleteFolder_2.htm",
  5831. "Help/html/M_Independentsoft_Exchange_Service_DeleteFolder_3.htm",
  5832. "Help/html/M_Independentsoft_Exchange_Service_DeleteItem.htm",
  5833. "Help/html/M_Independentsoft_Exchange_Service_DeleteItem_1.htm",
  5834. "Help/html/M_Independentsoft_Exchange_Service_DeleteItem_10.htm",
  5835. "Help/html/M_Independentsoft_Exchange_Service_DeleteItem_11.htm",
  5836. "Help/html/M_Independentsoft_Exchange_Service_DeleteItem_12.htm",
  5837. "Help/html/M_Independentsoft_Exchange_Service_DeleteItem_13.htm",
  5838. "Help/html/M_Independentsoft_Exchange_Service_DeleteItem_2.htm",
  5839. "Help/html/M_Independentsoft_Exchange_Service_DeleteItem_3.htm",
  5840. "Help/html/M_Independentsoft_Exchange_Service_DeleteItem_4.htm",
  5841. "Help/html/M_Independentsoft_Exchange_Service_DeleteItem_5.htm",
  5842. "Help/html/M_Independentsoft_Exchange_Service_DeleteItem_6.htm",
  5843. "Help/html/M_Independentsoft_Exchange_Service_DeleteItem_7.htm",
  5844. "Help/html/M_Independentsoft_Exchange_Service_DeleteItem_8.htm",
  5845. "Help/html/M_Independentsoft_Exchange_Service_DeleteItem_9.htm",
  5846. "Help/html/M_Independentsoft_Exchange_Service_DeleteOwaOptions.htm",
  5847. "Help/html/M_Independentsoft_Exchange_Service_DeleteOwaOptions_1.htm",
  5848. "Help/html/M_Independentsoft_Exchange_Service_DeleteOwaOptions_2.htm",
  5849. "Help/html/M_Independentsoft_Exchange_Service_DeleteRetentionSettings.htm",
  5850. "Help/html/M_Independentsoft_Exchange_Service_DeleteRetentionSettings_1.htm",
  5851. "Help/html/M_Independentsoft_Exchange_Service_DeleteRetentionSettings_2.htm",
  5852. "Help/html/M_Independentsoft_Exchange_Service_DeleteRule.htm",
  5853. "Help/html/M_Independentsoft_Exchange_Service_DeleteRule_1.htm",
  5854. "Help/html/M_Independentsoft_Exchange_Service_DeleteRule_2.htm",
  5855. "Help/html/M_Independentsoft_Exchange_Service_DeleteRule_3.htm",
  5856. "Help/html/M_Independentsoft_Exchange_Service_DeleteRule_4.htm",
  5857. "Help/html/M_Independentsoft_Exchange_Service_DeleteRule_5.htm",
  5858. "Help/html/M_Independentsoft_Exchange_Service_DeleteRule_6.htm",
  5859. "Help/html/M_Independentsoft_Exchange_Service_DeleteRule_7.htm",
  5860. "Help/html/M_Independentsoft_Exchange_Service_DeleteUserConfiguration.htm",
  5861. "Help/html/M_Independentsoft_Exchange_Service_DisableApp.htm",
  5862. "Help/html/M_Independentsoft_Exchange_Service_DisableApp_1.htm",
  5863. "Help/html/M_Independentsoft_Exchange_Service_EmptyFolder.htm",
  5864. "Help/html/M_Independentsoft_Exchange_Service_EmptyFolder_1.htm",
  5865. "Help/html/M_Independentsoft_Exchange_Service_EmptyFolder_10.htm",
  5866. "Help/html/M_Independentsoft_Exchange_Service_EmptyFolder_11.htm",
  5867. "Help/html/M_Independentsoft_Exchange_Service_EmptyFolder_2.htm",
  5868. "Help/html/M_Independentsoft_Exchange_Service_EmptyFolder_3.htm",
  5869. "Help/html/M_Independentsoft_Exchange_Service_EmptyFolder_4.htm",
  5870. "Help/html/M_Independentsoft_Exchange_Service_EmptyFolder_5.htm",
  5871. "Help/html/M_Independentsoft_Exchange_Service_EmptyFolder_6.htm",
  5872. "Help/html/M_Independentsoft_Exchange_Service_EmptyFolder_7.htm",
  5873. "Help/html/M_Independentsoft_Exchange_Service_EmptyFolder_8.htm",
  5874. "Help/html/M_Independentsoft_Exchange_Service_EmptyFolder_9.htm",
  5875. "Help/html/M_Independentsoft_Exchange_Service_ExpandDistributionList.htm",
  5876. "Help/html/M_Independentsoft_Exchange_Service_ExpandDistributionList_1.htm",
  5877. "Help/html/M_Independentsoft_Exchange_Service_ExpandDistributionList_2.htm",
  5878. "Help/html/M_Independentsoft_Exchange_Service_ExportItems.htm",
  5879. "Help/html/M_Independentsoft_Exchange_Service_ExportItems_1.htm",
  5880. "Help/html/M_Independentsoft_Exchange_Service_FindConversation.htm",
  5881. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_1.htm",
  5882. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_10.htm",
  5883. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_11.htm",
  5884. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_12.htm",
  5885. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_13.htm",
  5886. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_14.htm",
  5887. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_15.htm",
  5888. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_16.htm",
  5889. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_17.htm",
  5890. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_18.htm",
  5891. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_19.htm",
  5892. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_2.htm",
  5893. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_20.htm",
  5894. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_21.htm",
  5895. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_22.htm",
  5896. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_23.htm",
  5897. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_24.htm",
  5898. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_25.htm",
  5899. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_26.htm",
  5900. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_27.htm",
  5901. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_28.htm",
  5902. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_29.htm",
  5903. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_3.htm",
  5904. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_30.htm",
  5905. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_31.htm",
  5906. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_32.htm",
  5907. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_33.htm",
  5908. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_34.htm",
  5909. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_35.htm",
  5910. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_36.htm",
  5911. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_37.htm",
  5912. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_38.htm",
  5913. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_39.htm",
  5914. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_4.htm",
  5915. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_40.htm",
  5916. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_41.htm",
  5917. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_42.htm",
  5918. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_43.htm",
  5919. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_44.htm",
  5920. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_45.htm",
  5921. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_46.htm",
  5922. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_47.htm",
  5923. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_48.htm",
  5924. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_49.htm",
  5925. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_5.htm",
  5926. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_50.htm",
  5927. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_51.htm",
  5928. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_52.htm",
  5929. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_53.htm",
  5930. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_54.htm",
  5931. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_55.htm",
  5932. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_56.htm",
  5933. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_57.htm",
  5934. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_58.htm",
  5935. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_59.htm",
  5936. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_6.htm",
  5937. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_60.htm",
  5938. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_61.htm",
  5939. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_62.htm",
  5940. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_63.htm",
  5941. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_7.htm",
  5942. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_8.htm",
  5943. "Help/html/M_Independentsoft_Exchange_Service_FindConversation_9.htm",
  5944. "Help/html/M_Independentsoft_Exchange_Service_FindFolder.htm",
  5945. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_1.htm",
  5946. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_10.htm",
  5947. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_11.htm",
  5948. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_12.htm",
  5949. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_13.htm",
  5950. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_14.htm",
  5951. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_15.htm",
  5952. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_16.htm",
  5953. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_17.htm",
  5954. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_18.htm",
  5955. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_19.htm",
  5956. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_2.htm",
  5957. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_20.htm",
  5958. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_21.htm",
  5959. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_22.htm",
  5960. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_23.htm",
  5961. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_24.htm",
  5962. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_25.htm",
  5963. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_26.htm",
  5964. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_27.htm",
  5965. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_28.htm",
  5966. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_29.htm",
  5967. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_3.htm",
  5968. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_30.htm",
  5969. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_31.htm",
  5970. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_32.htm",
  5971. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_33.htm",
  5972. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_34.htm",
  5973. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_35.htm",
  5974. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_36.htm",
  5975. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_37.htm",
  5976. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_38.htm",
  5977. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_39.htm",
  5978. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_4.htm",
  5979. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_40.htm",
  5980. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_41.htm",
  5981. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_42.htm",
  5982. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_43.htm",
  5983. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_44.htm",
  5984. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_45.htm",
  5985. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_46.htm",
  5986. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_47.htm",
  5987. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_48.htm",
  5988. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_49.htm",
  5989. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_5.htm",
  5990. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_50.htm",
  5991. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_51.htm",
  5992. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_52.htm",
  5993. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_53.htm",
  5994. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_54.htm",
  5995. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_55.htm",
  5996. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_56.htm",
  5997. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_57.htm",
  5998. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_58.htm",
  5999. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_59.htm",
  6000. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_6.htm",
  6001. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_60.htm",
  6002. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_61.htm",
  6003. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_62.htm",
  6004. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_63.htm",
  6005. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_64.htm",
  6006. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_65.htm",
  6007. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_66.htm",
  6008. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_67.htm",
  6009. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_68.htm",
  6010. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_69.htm",
  6011. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_7.htm",
  6012. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_70.htm",
  6013. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_71.htm",
  6014. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_8.htm",
  6015. "Help/html/M_Independentsoft_Exchange_Service_FindFolder_9.htm",
  6016. "Help/html/M_Independentsoft_Exchange_Service_FindItem.htm",
  6017. "Help/html/M_Independentsoft_Exchange_Service_FindItem_1.htm",
  6018. "Help/html/M_Independentsoft_Exchange_Service_FindItem_10.htm",
  6019. "Help/html/M_Independentsoft_Exchange_Service_FindItem_100.htm",
  6020. "Help/html/M_Independentsoft_Exchange_Service_FindItem_101.htm",
  6021. "Help/html/M_Independentsoft_Exchange_Service_FindItem_102.htm",
  6022. "Help/html/M_Independentsoft_Exchange_Service_FindItem_103.htm",
  6023. "Help/html/M_Independentsoft_Exchange_Service_FindItem_104.htm",
  6024. "Help/html/M_Independentsoft_Exchange_Service_FindItem_105.htm",
  6025. "Help/html/M_Independentsoft_Exchange_Service_FindItem_106.htm",
  6026. "Help/html/M_Independentsoft_Exchange_Service_FindItem_107.htm",
  6027. "Help/html/M_Independentsoft_Exchange_Service_FindItem_108.htm",
  6028. "Help/html/M_Independentsoft_Exchange_Service_FindItem_109.htm",
  6029. "Help/html/M_Independentsoft_Exchange_Service_FindItem_11.htm",
  6030. "Help/html/M_Independentsoft_Exchange_Service_FindItem_110.htm",
  6031. "Help/html/M_Independentsoft_Exchange_Service_FindItem_111.htm",
  6032. "Help/html/M_Independentsoft_Exchange_Service_FindItem_112.htm",
  6033. "Help/html/M_Independentsoft_Exchange_Service_FindItem_113.htm",
  6034. "Help/html/M_Independentsoft_Exchange_Service_FindItem_114.htm",
  6035. "Help/html/M_Independentsoft_Exchange_Service_FindItem_115.htm",
  6036. "Help/html/M_Independentsoft_Exchange_Service_FindItem_116.htm",
  6037. "Help/html/M_Independentsoft_Exchange_Service_FindItem_117.htm",
  6038. "Help/html/M_Independentsoft_Exchange_Service_FindItem_118.htm",
  6039. "Help/html/M_Independentsoft_Exchange_Service_FindItem_119.htm",
  6040. "Help/html/M_Independentsoft_Exchange_Service_FindItem_12.htm",
  6041. "Help/html/M_Independentsoft_Exchange_Service_FindItem_120.htm",
  6042. "Help/html/M_Independentsoft_Exchange_Service_FindItem_121.htm",
  6043. "Help/html/M_Independentsoft_Exchange_Service_FindItem_122.htm",
  6044. "Help/html/M_Independentsoft_Exchange_Service_FindItem_123.htm",
  6045. "Help/html/M_Independentsoft_Exchange_Service_FindItem_124.htm",
  6046. "Help/html/M_Independentsoft_Exchange_Service_FindItem_125.htm",
  6047. "Help/html/M_Independentsoft_Exchange_Service_FindItem_126.htm",
  6048. "Help/html/M_Independentsoft_Exchange_Service_FindItem_127.htm",
  6049. "Help/html/M_Independentsoft_Exchange_Service_FindItem_128.htm",
  6050. "Help/html/M_Independentsoft_Exchange_Service_FindItem_129.htm",
  6051. "Help/html/M_Independentsoft_Exchange_Service_FindItem_13.htm",
  6052. "Help/html/M_Independentsoft_Exchange_Service_FindItem_130.htm",
  6053. "Help/html/M_Independentsoft_Exchange_Service_FindItem_131.htm",
  6054. "Help/html/M_Independentsoft_Exchange_Service_FindItem_132.htm",
  6055. "Help/html/M_Independentsoft_Exchange_Service_FindItem_133.htm",
  6056. "Help/html/M_Independentsoft_Exchange_Service_FindItem_134.htm",
  6057. "Help/html/M_Independentsoft_Exchange_Service_FindItem_135.htm",
  6058. "Help/html/M_Independentsoft_Exchange_Service_FindItem_136.htm",
  6059. "Help/html/M_Independentsoft_Exchange_Service_FindItem_137.htm",
  6060. "Help/html/M_Independentsoft_Exchange_Service_FindItem_138.htm",
  6061. "Help/html/M_Independentsoft_Exchange_Service_FindItem_139.htm",
  6062. "Help/html/M_Independentsoft_Exchange_Service_FindItem_14.htm",
  6063. "Help/html/M_Independentsoft_Exchange_Service_FindItem_140.htm",
  6064. "Help/html/M_Independentsoft_Exchange_Service_FindItem_141.htm",
  6065. "Help/html/M_Independentsoft_Exchange_Service_FindItem_142.htm",
  6066. "Help/html/M_Independentsoft_Exchange_Service_FindItem_143.htm",
  6067. "Help/html/M_Independentsoft_Exchange_Service_FindItem_144.htm",
  6068. "Help/html/M_Independentsoft_Exchange_Service_FindItem_145.htm",
  6069. "Help/html/M_Independentsoft_Exchange_Service_FindItem_146.htm",
  6070. "Help/html/M_Independentsoft_Exchange_Service_FindItem_147.htm",
  6071. "Help/html/M_Independentsoft_Exchange_Service_FindItem_148.htm",
  6072. "Help/html/M_Independentsoft_Exchange_Service_FindItem_149.htm",
  6073. "Help/html/M_Independentsoft_Exchange_Service_FindItem_15.htm",
  6074. "Help/html/M_Independentsoft_Exchange_Service_FindItem_150.htm",
  6075. "Help/html/M_Independentsoft_Exchange_Service_FindItem_151.htm",
  6076. "Help/html/M_Independentsoft_Exchange_Service_FindItem_152.htm",
  6077. "Help/html/M_Independentsoft_Exchange_Service_FindItem_153.htm",
  6078. "Help/html/M_Independentsoft_Exchange_Service_FindItem_154.htm",
  6079. "Help/html/M_Independentsoft_Exchange_Service_FindItem_155.htm",
  6080. "Help/html/M_Independentsoft_Exchange_Service_FindItem_156.htm",
  6081. "Help/html/M_Independentsoft_Exchange_Service_FindItem_157.htm",
  6082. "Help/html/M_Independentsoft_Exchange_Service_FindItem_158.htm",
  6083. "Help/html/M_Independentsoft_Exchange_Service_FindItem_159.htm",
  6084. "Help/html/M_Independentsoft_Exchange_Service_FindItem_16.htm",
  6085. "Help/html/M_Independentsoft_Exchange_Service_FindItem_160.htm",
  6086. "Help/html/M_Independentsoft_Exchange_Service_FindItem_161.htm",
  6087. "Help/html/M_Independentsoft_Exchange_Service_FindItem_162.htm",
  6088. "Help/html/M_Independentsoft_Exchange_Service_FindItem_163.htm",
  6089. "Help/html/M_Independentsoft_Exchange_Service_FindItem_164.htm",
  6090. "Help/html/M_Independentsoft_Exchange_Service_FindItem_165.htm",
  6091. "Help/html/M_Independentsoft_Exchange_Service_FindItem_166.htm",
  6092. "Help/html/M_Independentsoft_Exchange_Service_FindItem_167.htm",
  6093. "Help/html/M_Independentsoft_Exchange_Service_FindItem_168.htm",
  6094. "Help/html/M_Independentsoft_Exchange_Service_FindItem_169.htm",
  6095. "Help/html/M_Independentsoft_Exchange_Service_FindItem_17.htm",
  6096. "Help/html/M_Independentsoft_Exchange_Service_FindItem_170.htm",
  6097. "Help/html/M_Independentsoft_Exchange_Service_FindItem_171.htm",
  6098. "Help/html/M_Independentsoft_Exchange_Service_FindItem_172.htm",
  6099. "Help/html/M_Independentsoft_Exchange_Service_FindItem_173.htm",
  6100. "Help/html/M_Independentsoft_Exchange_Service_FindItem_174.htm",
  6101. "Help/html/M_Independentsoft_Exchange_Service_FindItem_175.htm",
  6102. "Help/html/M_Independentsoft_Exchange_Service_FindItem_176.htm",
  6103. "Help/html/M_Independentsoft_Exchange_Service_FindItem_177.htm",
  6104. "Help/html/M_Independentsoft_Exchange_Service_FindItem_178.htm",
  6105. "Help/html/M_Independentsoft_Exchange_Service_FindItem_179.htm",
  6106. "Help/html/M_Independentsoft_Exchange_Service_FindItem_18.htm",
  6107. "Help/html/M_Independentsoft_Exchange_Service_FindItem_180.htm",
  6108. "Help/html/M_Independentsoft_Exchange_Service_FindItem_181.htm",
  6109. "Help/html/M_Independentsoft_Exchange_Service_FindItem_182.htm",
  6110. "Help/html/M_Independentsoft_Exchange_Service_FindItem_183.htm",
  6111. "Help/html/M_Independentsoft_Exchange_Service_FindItem_184.htm",
  6112. "Help/html/M_Independentsoft_Exchange_Service_FindItem_185.htm",
  6113. "Help/html/M_Independentsoft_Exchange_Service_FindItem_186.htm",
  6114. "Help/html/M_Independentsoft_Exchange_Service_FindItem_187.htm",
  6115. "Help/html/M_Independentsoft_Exchange_Service_FindItem_188.htm",
  6116. "Help/html/M_Independentsoft_Exchange_Service_FindItem_189.htm",
  6117. "Help/html/M_Independentsoft_Exchange_Service_FindItem_19.htm",
  6118. "Help/html/M_Independentsoft_Exchange_Service_FindItem_190.htm",
  6119. "Help/html/M_Independentsoft_Exchange_Service_FindItem_191.htm",
  6120. "Help/html/M_Independentsoft_Exchange_Service_FindItem_192.htm",
  6121. "Help/html/M_Independentsoft_Exchange_Service_FindItem_193.htm",
  6122. "Help/html/M_Independentsoft_Exchange_Service_FindItem_194.htm",
  6123. "Help/html/M_Independentsoft_Exchange_Service_FindItem_195.htm",
  6124. "Help/html/M_Independentsoft_Exchange_Service_FindItem_196.htm",
  6125. "Help/html/M_Independentsoft_Exchange_Service_FindItem_197.htm",
  6126. "Help/html/M_Independentsoft_Exchange_Service_FindItem_198.htm",
  6127. "Help/html/M_Independentsoft_Exchange_Service_FindItem_199.htm",
  6128. "Help/html/M_Independentsoft_Exchange_Service_FindItem_2.htm",
  6129. "Help/html/M_Independentsoft_Exchange_Service_FindItem_20.htm",
  6130. "Help/html/M_Independentsoft_Exchange_Service_FindItem_200.htm",
  6131. "Help/html/M_Independentsoft_Exchange_Service_FindItem_201.htm",
  6132. "Help/html/M_Independentsoft_Exchange_Service_FindItem_202.htm",
  6133. "Help/html/M_Independentsoft_Exchange_Service_FindItem_203.htm",
  6134. "Help/html/M_Independentsoft_Exchange_Service_FindItem_204.htm",
  6135. "Help/html/M_Independentsoft_Exchange_Service_FindItem_205.htm",
  6136. "Help/html/M_Independentsoft_Exchange_Service_FindItem_206.htm",
  6137. "Help/html/M_Independentsoft_Exchange_Service_FindItem_207.htm",
  6138. "Help/html/M_Independentsoft_Exchange_Service_FindItem_208.htm",
  6139. "Help/html/M_Independentsoft_Exchange_Service_FindItem_209.htm",
  6140. "Help/html/M_Independentsoft_Exchange_Service_FindItem_21.htm",
  6141. "Help/html/M_Independentsoft_Exchange_Service_FindItem_210.htm",
  6142. "Help/html/M_Independentsoft_Exchange_Service_FindItem_211.htm",
  6143. "Help/html/M_Independentsoft_Exchange_Service_FindItem_212.htm",
  6144. "Help/html/M_Independentsoft_Exchange_Service_FindItem_213.htm",
  6145. "Help/html/M_Independentsoft_Exchange_Service_FindItem_214.htm",
  6146. "Help/html/M_Independentsoft_Exchange_Service_FindItem_215.htm",
  6147. "Help/html/M_Independentsoft_Exchange_Service_FindItem_216.htm",
  6148. "Help/html/M_Independentsoft_Exchange_Service_FindItem_217.htm",
  6149. "Help/html/M_Independentsoft_Exchange_Service_FindItem_218.htm",
  6150. "Help/html/M_Independentsoft_Exchange_Service_FindItem_219.htm",
  6151. "Help/html/M_Independentsoft_Exchange_Service_FindItem_22.htm",
  6152. "Help/html/M_Independentsoft_Exchange_Service_FindItem_220.htm",
  6153. "Help/html/M_Independentsoft_Exchange_Service_FindItem_221.htm",
  6154. "Help/html/M_Independentsoft_Exchange_Service_FindItem_222.htm",
  6155. "Help/html/M_Independentsoft_Exchange_Service_FindItem_223.htm",
  6156. "Help/html/M_Independentsoft_Exchange_Service_FindItem_224.htm",
  6157. "Help/html/M_Independentsoft_Exchange_Service_FindItem_225.htm",
  6158. "Help/html/M_Independentsoft_Exchange_Service_FindItem_226.htm",
  6159. "Help/html/M_Independentsoft_Exchange_Service_FindItem_227.htm",
  6160. "Help/html/M_Independentsoft_Exchange_Service_FindItem_228.htm",
  6161. "Help/html/M_Independentsoft_Exchange_Service_FindItem_229.htm",
  6162. "Help/html/M_Independentsoft_Exchange_Service_FindItem_23.htm",
  6163. "Help/html/M_Independentsoft_Exchange_Service_FindItem_230.htm",
  6164. "Help/html/M_Independentsoft_Exchange_Service_FindItem_231.htm",
  6165. "Help/html/M_Independentsoft_Exchange_Service_FindItem_232.htm",
  6166. "Help/html/M_Independentsoft_Exchange_Service_FindItem_233.htm",
  6167. "Help/html/M_Independentsoft_Exchange_Service_FindItem_234.htm",
  6168. "Help/html/M_Independentsoft_Exchange_Service_FindItem_24.htm",
  6169. "Help/html/M_Independentsoft_Exchange_Service_FindItem_25.htm",
  6170. "Help/html/M_Independentsoft_Exchange_Service_FindItem_26.htm",
  6171. "Help/html/M_Independentsoft_Exchange_Service_FindItem_27.htm",
  6172. "Help/html/M_Independentsoft_Exchange_Service_FindItem_28.htm",
  6173. "Help/html/M_Independentsoft_Exchange_Service_FindItem_29.htm",
  6174. "Help/html/M_Independentsoft_Exchange_Service_FindItem_3.htm",
  6175. "Help/html/M_Independentsoft_Exchange_Service_FindItem_30.htm",
  6176. "Help/html/M_Independentsoft_Exchange_Service_FindItem_31.htm",
  6177. "Help/html/M_Independentsoft_Exchange_Service_FindItem_32.htm",
  6178. "Help/html/M_Independentsoft_Exchange_Service_FindItem_33.htm",
  6179. "Help/html/M_Independentsoft_Exchange_Service_FindItem_34.htm",
  6180. "Help/html/M_Independentsoft_Exchange_Service_FindItem_35.htm",
  6181. "Help/html/M_Independentsoft_Exchange_Service_FindItem_36.htm",
  6182. "Help/html/M_Independentsoft_Exchange_Service_FindItem_37.htm",
  6183. "Help/html/M_Independentsoft_Exchange_Service_FindItem_38.htm",
  6184. "Help/html/M_Independentsoft_Exchange_Service_FindItem_39.htm",
  6185. "Help/html/M_Independentsoft_Exchange_Service_FindItem_4.htm",
  6186. "Help/html/M_Independentsoft_Exchange_Service_FindItem_40.htm",
  6187. "Help/html/M_Independentsoft_Exchange_Service_FindItem_41.htm",
  6188. "Help/html/M_Independentsoft_Exchange_Service_FindItem_42.htm",
  6189. "Help/html/M_Independentsoft_Exchange_Service_FindItem_43.htm",
  6190. "Help/html/M_Independentsoft_Exchange_Service_FindItem_44.htm",
  6191. "Help/html/M_Independentsoft_Exchange_Service_FindItem_45.htm",
  6192. "Help/html/M_Independentsoft_Exchange_Service_FindItem_46.htm",
  6193. "Help/html/M_Independentsoft_Exchange_Service_FindItem_47.htm",
  6194. "Help/html/M_Independentsoft_Exchange_Service_FindItem_48.htm",
  6195. "Help/html/M_Independentsoft_Exchange_Service_FindItem_49.htm",
  6196. "Help/html/M_Independentsoft_Exchange_Service_FindItem_5.htm",
  6197. "Help/html/M_Independentsoft_Exchange_Service_FindItem_50.htm",
  6198. "Help/html/M_Independentsoft_Exchange_Service_FindItem_51.htm",
  6199. "Help/html/M_Independentsoft_Exchange_Service_FindItem_52.htm",
  6200. "Help/html/M_Independentsoft_Exchange_Service_FindItem_53.htm",
  6201. "Help/html/M_Independentsoft_Exchange_Service_FindItem_54.htm",
  6202. "Help/html/M_Independentsoft_Exchange_Service_FindItem_55.htm",
  6203. "Help/html/M_Independentsoft_Exchange_Service_FindItem_56.htm",
  6204. "Help/html/M_Independentsoft_Exchange_Service_FindItem_57.htm",
  6205. "Help/html/M_Independentsoft_Exchange_Service_FindItem_58.htm",
  6206. "Help/html/M_Independentsoft_Exchange_Service_FindItem_59.htm",
  6207. "Help/html/M_Independentsoft_Exchange_Service_FindItem_6.htm",
  6208. "Help/html/M_Independentsoft_Exchange_Service_FindItem_60.htm",
  6209. "Help/html/M_Independentsoft_Exchange_Service_FindItem_61.htm",
  6210. "Help/html/M_Independentsoft_Exchange_Service_FindItem_62.htm",
  6211. "Help/html/M_Independentsoft_Exchange_Service_FindItem_63.htm",
  6212. "Help/html/M_Independentsoft_Exchange_Service_FindItem_64.htm",
  6213. "Help/html/M_Independentsoft_Exchange_Service_FindItem_65.htm",
  6214. "Help/html/M_Independentsoft_Exchange_Service_FindItem_66.htm",
  6215. "Help/html/M_Independentsoft_Exchange_Service_FindItem_67.htm",
  6216. "Help/html/M_Independentsoft_Exchange_Service_FindItem_68.htm",
  6217. "Help/html/M_Independentsoft_Exchange_Service_FindItem_69.htm",
  6218. "Help/html/M_Independentsoft_Exchange_Service_FindItem_7.htm",
  6219. "Help/html/M_Independentsoft_Exchange_Service_FindItem_70.htm",
  6220. "Help/html/M_Independentsoft_Exchange_Service_FindItem_71.htm",
  6221. "Help/html/M_Independentsoft_Exchange_Service_FindItem_72.htm",
  6222. "Help/html/M_Independentsoft_Exchange_Service_FindItem_73.htm",
  6223. "Help/html/M_Independentsoft_Exchange_Service_FindItem_74.htm",
  6224. "Help/html/M_Independentsoft_Exchange_Service_FindItem_75.htm",
  6225. "Help/html/M_Independentsoft_Exchange_Service_FindItem_76.htm",
  6226. "Help/html/M_Independentsoft_Exchange_Service_FindItem_77.htm",
  6227. "Help/html/M_Independentsoft_Exchange_Service_FindItem_78.htm",
  6228. "Help/html/M_Independentsoft_Exchange_Service_FindItem_79.htm",
  6229. "Help/html/M_Independentsoft_Exchange_Service_FindItem_8.htm",
  6230. "Help/html/M_Independentsoft_Exchange_Service_FindItem_80.htm",
  6231. "Help/html/M_Independentsoft_Exchange_Service_FindItem_81.htm",
  6232. "Help/html/M_Independentsoft_Exchange_Service_FindItem_82.htm",
  6233. "Help/html/M_Independentsoft_Exchange_Service_FindItem_83.htm",
  6234. "Help/html/M_Independentsoft_Exchange_Service_FindItem_84.htm",
  6235. "Help/html/M_Independentsoft_Exchange_Service_FindItem_85.htm",
  6236. "Help/html/M_Independentsoft_Exchange_Service_FindItem_86.htm",
  6237. "Help/html/M_Independentsoft_Exchange_Service_FindItem_87.htm",
  6238. "Help/html/M_Independentsoft_Exchange_Service_FindItem_88.htm",
  6239. "Help/html/M_Independentsoft_Exchange_Service_FindItem_89.htm",
  6240. "Help/html/M_Independentsoft_Exchange_Service_FindItem_9.htm",
  6241. "Help/html/M_Independentsoft_Exchange_Service_FindItem_90.htm",
  6242. "Help/html/M_Independentsoft_Exchange_Service_FindItem_91.htm",
  6243. "Help/html/M_Independentsoft_Exchange_Service_FindItem_92.htm",
  6244. "Help/html/M_Independentsoft_Exchange_Service_FindItem_93.htm",
  6245. "Help/html/M_Independentsoft_Exchange_Service_FindItem_94.htm",
  6246. "Help/html/M_Independentsoft_Exchange_Service_FindItem_95.htm",
  6247. "Help/html/M_Independentsoft_Exchange_Service_FindItem_96.htm",
  6248. "Help/html/M_Independentsoft_Exchange_Service_FindItem_97.htm",
  6249. "Help/html/M_Independentsoft_Exchange_Service_FindItem_98.htm",
  6250. "Help/html/M_Independentsoft_Exchange_Service_FindItem_99.htm",
  6251. "Help/html/M_Independentsoft_Exchange_Service_FindMailboxStatisticsByKeywords.htm",
  6252. "Help/html/M_Independentsoft_Exchange_Service_FindMessageTrackingReport.htm",
  6253. "Help/html/M_Independentsoft_Exchange_Service_FindMessageTrackingReport_1.htm",
  6254. "Help/html/M_Independentsoft_Exchange_Service_FindMessageTrackingReport_2.htm",
  6255. "Help/html/M_Independentsoft_Exchange_Service_FindMessageTrackingReport_3.htm",
  6256. "Help/html/M_Independentsoft_Exchange_Service_FindMessageTrackingReport_4.htm",
  6257. "Help/html/M_Independentsoft_Exchange_Service_FindMessageTrackingReport_5.htm",
  6258. "Help/html/M_Independentsoft_Exchange_Service_FindMessageTrackingReport_6.htm",
  6259. "Help/html/M_Independentsoft_Exchange_Service_FindMessageTrackingReport_7.htm",
  6260. "Help/html/M_Independentsoft_Exchange_Service_FindMessageTrackingReport_8.htm",
  6261. "Help/html/M_Independentsoft_Exchange_Service_FindMessageTrackingReport_9.htm",
  6262. "Help/html/M_Independentsoft_Exchange_Service_FindPeople.htm",
  6263. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_1.htm",
  6264. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_10.htm",
  6265. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_11.htm",
  6266. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_12.htm",
  6267. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_13.htm",
  6268. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_14.htm",
  6269. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_15.htm",
  6270. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_16.htm",
  6271. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_17.htm",
  6272. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_18.htm",
  6273. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_19.htm",
  6274. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_2.htm",
  6275. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_20.htm",
  6276. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_21.htm",
  6277. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_22.htm",
  6278. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_23.htm",
  6279. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_24.htm",
  6280. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_25.htm",
  6281. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_26.htm",
  6282. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_27.htm",
  6283. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_28.htm",
  6284. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_29.htm",
  6285. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_3.htm",
  6286. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_30.htm",
  6287. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_31.htm",
  6288. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_32.htm",
  6289. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_33.htm",
  6290. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_34.htm",
  6291. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_35.htm",
  6292. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_36.htm",
  6293. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_37.htm",
  6294. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_38.htm",
  6295. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_39.htm",
  6296. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_4.htm",
  6297. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_40.htm",
  6298. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_41.htm",
  6299. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_42.htm",
  6300. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_43.htm",
  6301. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_44.htm",
  6302. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_45.htm",
  6303. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_46.htm",
  6304. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_47.htm",
  6305. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_5.htm",
  6306. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_6.htm",
  6307. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_7.htm",
  6308. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_8.htm",
  6309. "Help/html/M_Independentsoft_Exchange_Service_FindPeople_9.htm",
  6310. "Help/html/M_Independentsoft_Exchange_Service_Forward.htm",
  6311. "Help/html/M_Independentsoft_Exchange_Service_Forward_1.htm",
  6312. "Help/html/M_Independentsoft_Exchange_Service_Forward_2.htm",
  6313. "Help/html/M_Independentsoft_Exchange_Service_Forward_3.htm",
  6314. "Help/html/M_Independentsoft_Exchange_Service_Forward_4.htm",
  6315. "Help/html/M_Independentsoft_Exchange_Service_Forward_5.htm",
  6316. "Help/html/M_Independentsoft_Exchange_Service_Forward_6.htm",
  6317. "Help/html/M_Independentsoft_Exchange_Service_Forward_7.htm",
  6318. "Help/html/M_Independentsoft_Exchange_Service_GetAppManifests.htm",
  6319. "Help/html/M_Independentsoft_Exchange_Service_GetAppMarketplaceUrl.htm",
  6320. "Help/html/M_Independentsoft_Exchange_Service_GetAppointment.htm",
  6321. "Help/html/M_Independentsoft_Exchange_Service_GetAppointment_1.htm",
  6322. "Help/html/M_Independentsoft_Exchange_Service_GetAppointment_2.htm",
  6323. "Help/html/M_Independentsoft_Exchange_Service_GetAppointment_3.htm",
  6324. "Help/html/M_Independentsoft_Exchange_Service_GetAppointment_4.htm",
  6325. "Help/html/M_Independentsoft_Exchange_Service_GetAppointment_5.htm",
  6326. "Help/html/M_Independentsoft_Exchange_Service_GetAppointment_6.htm",
  6327. "Help/html/M_Independentsoft_Exchange_Service_GetAppointment_7.htm",
  6328. "Help/html/M_Independentsoft_Exchange_Service_GetAttachment.htm",
  6329. "Help/html/M_Independentsoft_Exchange_Service_GetAttachment_1.htm",
  6330. "Help/html/M_Independentsoft_Exchange_Service_GetAttachment_2.htm",
  6331. "Help/html/M_Independentsoft_Exchange_Service_GetAttachment_3.htm",
  6332. "Help/html/M_Independentsoft_Exchange_Service_GetAttachments.htm",
  6333. "Help/html/M_Independentsoft_Exchange_Service_GetAttachments_1.htm",
  6334. "Help/html/M_Independentsoft_Exchange_Service_GetAttachments_2.htm",
  6335. "Help/html/M_Independentsoft_Exchange_Service_GetAttachments_3.htm",
  6336. "Help/html/M_Independentsoft_Exchange_Service_GetAuthorizationCodeRequestUri.htm",
  6337. "Help/html/M_Independentsoft_Exchange_Service_GetAuthorizationCodeRequestUri_1.htm",
  6338. "Help/html/M_Independentsoft_Exchange_Service_GetAuthorizationCodeRequestUri_2.htm",
  6339. "Help/html/M_Independentsoft_Exchange_Service_GetAvailability.htm",
  6340. "Help/html/M_Independentsoft_Exchange_Service_GetAvailability_1.htm",
  6341. "Help/html/M_Independentsoft_Exchange_Service_GetAvailability_2.htm",
  6342. "Help/html/M_Independentsoft_Exchange_Service_GetAvailability_3.htm",
  6343. "Help/html/M_Independentsoft_Exchange_Service_GetAvailability_4.htm",
  6344. "Help/html/M_Independentsoft_Exchange_Service_GetAvailability_5.htm",
  6345. "Help/html/M_Independentsoft_Exchange_Service_GetCalendarOptions.htm",
  6346. "Help/html/M_Independentsoft_Exchange_Service_GetCalendarOptions_1.htm",
  6347. "Help/html/M_Independentsoft_Exchange_Service_GetCalendarOptions_2.htm",
  6348. "Help/html/M_Independentsoft_Exchange_Service_GetCategoryList.htm",
  6349. "Help/html/M_Independentsoft_Exchange_Service_GetCategoryList_1.htm",
  6350. "Help/html/M_Independentsoft_Exchange_Service_GetCategoryList_2.htm",
  6351. "Help/html/M_Independentsoft_Exchange_Service_GetClientAccessToken.htm",
  6352. "Help/html/M_Independentsoft_Exchange_Service_GetClientAccessToken_1.htm",
  6353. "Help/html/M_Independentsoft_Exchange_Service_GetClientAccessToken_2.htm",
  6354. "Help/html/M_Independentsoft_Exchange_Service_GetContact.htm",
  6355. "Help/html/M_Independentsoft_Exchange_Service_GetContact_1.htm",
  6356. "Help/html/M_Independentsoft_Exchange_Service_GetContact_2.htm",
  6357. "Help/html/M_Independentsoft_Exchange_Service_GetContact_3.htm",
  6358. "Help/html/M_Independentsoft_Exchange_Service_GetContact_4.htm",
  6359. "Help/html/M_Independentsoft_Exchange_Service_GetContact_5.htm",
  6360. "Help/html/M_Independentsoft_Exchange_Service_GetContact_6.htm",
  6361. "Help/html/M_Independentsoft_Exchange_Service_GetContact_7.htm",
  6362. "Help/html/M_Independentsoft_Exchange_Service_GetConversationItems.htm",
  6363. "Help/html/M_Independentsoft_Exchange_Service_GetConversationItems_1.htm",
  6364. "Help/html/M_Independentsoft_Exchange_Service_GetConversationItems_10.htm",
  6365. "Help/html/M_Independentsoft_Exchange_Service_GetConversationItems_11.htm",
  6366. "Help/html/M_Independentsoft_Exchange_Service_GetConversationItems_2.htm",
  6367. "Help/html/M_Independentsoft_Exchange_Service_GetConversationItems_3.htm",
  6368. "Help/html/M_Independentsoft_Exchange_Service_GetConversationItems_4.htm",
  6369. "Help/html/M_Independentsoft_Exchange_Service_GetConversationItems_5.htm",
  6370. "Help/html/M_Independentsoft_Exchange_Service_GetConversationItems_6.htm",
  6371. "Help/html/M_Independentsoft_Exchange_Service_GetConversationItems_7.htm",
  6372. "Help/html/M_Independentsoft_Exchange_Service_GetConversationItems_8.htm",
  6373. "Help/html/M_Independentsoft_Exchange_Service_GetConversationItems_9.htm",
  6374. "Help/html/M_Independentsoft_Exchange_Service_GetDelegate.htm",
  6375. "Help/html/M_Independentsoft_Exchange_Service_GetDelegate_1.htm",
  6376. "Help/html/M_Independentsoft_Exchange_Service_GetDelegate_2.htm",
  6377. "Help/html/M_Independentsoft_Exchange_Service_GetDelegate_3.htm",
  6378. "Help/html/M_Independentsoft_Exchange_Service_GetDelegate_4.htm",
  6379. "Help/html/M_Independentsoft_Exchange_Service_GetDelegate_5.htm",
  6380. "Help/html/M_Independentsoft_Exchange_Service_GetDeviceAuthorizationCode.htm",
  6381. "Help/html/M_Independentsoft_Exchange_Service_GetDiscoverySearchConfiguration.htm",
  6382. "Help/html/M_Independentsoft_Exchange_Service_GetDiscoverySearchConfiguration_1.htm",
  6383. "Help/html/M_Independentsoft_Exchange_Service_GetDiscoverySearchConfiguration_2.htm",
  6384. "Help/html/M_Independentsoft_Exchange_Service_GetDistributionList.htm",
  6385. "Help/html/M_Independentsoft_Exchange_Service_GetDistributionList_1.htm",
  6386. "Help/html/M_Independentsoft_Exchange_Service_GetDistributionList_2.htm",
  6387. "Help/html/M_Independentsoft_Exchange_Service_GetDistributionList_3.htm",
  6388. "Help/html/M_Independentsoft_Exchange_Service_GetDistributionList_4.htm",
  6389. "Help/html/M_Independentsoft_Exchange_Service_GetDistributionList_5.htm",
  6390. "Help/html/M_Independentsoft_Exchange_Service_GetDistributionList_6.htm",
  6391. "Help/html/M_Independentsoft_Exchange_Service_GetDistributionList_7.htm",
  6392. "Help/html/M_Independentsoft_Exchange_Service_GetEvents.htm",
  6393. "Help/html/M_Independentsoft_Exchange_Service_GetEvents_1.htm",
  6394. "Help/html/M_Independentsoft_Exchange_Service_GetFolder.htm",
  6395. "Help/html/M_Independentsoft_Exchange_Service_GetFolder_1.htm",
  6396. "Help/html/M_Independentsoft_Exchange_Service_GetFolder_10.htm",
  6397. "Help/html/M_Independentsoft_Exchange_Service_GetFolder_11.htm",
  6398. "Help/html/M_Independentsoft_Exchange_Service_GetFolder_2.htm",
  6399. "Help/html/M_Independentsoft_Exchange_Service_GetFolder_3.htm",
  6400. "Help/html/M_Independentsoft_Exchange_Service_GetFolder_4.htm",
  6401. "Help/html/M_Independentsoft_Exchange_Service_GetFolder_5.htm",
  6402. "Help/html/M_Independentsoft_Exchange_Service_GetFolder_6.htm",
  6403. "Help/html/M_Independentsoft_Exchange_Service_GetFolder_7.htm",
  6404. "Help/html/M_Independentsoft_Exchange_Service_GetFolder_8.htm",
  6405. "Help/html/M_Independentsoft_Exchange_Service_GetFolder_9.htm",
  6406. "Help/html/M_Independentsoft_Exchange_Service_GetFolders.htm",
  6407. "Help/html/M_Independentsoft_Exchange_Service_GetFolders_1.htm",
  6408. "Help/html/M_Independentsoft_Exchange_Service_GetFolders_2.htm",
  6409. "Help/html/M_Independentsoft_Exchange_Service_GetFolders_3.htm",
  6410. "Help/html/M_Independentsoft_Exchange_Service_GetHoldOnMailboxes.htm",
  6411. "Help/html/M_Independentsoft_Exchange_Service_GetImItemList.htm",
  6412. "Help/html/M_Independentsoft_Exchange_Service_GetImItemList_1.htm",
  6413. "Help/html/M_Independentsoft_Exchange_Service_GetImItems.htm",
  6414. "Help/html/M_Independentsoft_Exchange_Service_GetImItems_1.htm",
  6415. "Help/html/M_Independentsoft_Exchange_Service_GetImItems_2.htm",
  6416. "Help/html/M_Independentsoft_Exchange_Service_GetItem.htm",
  6417. "Help/html/M_Independentsoft_Exchange_Service_GetItem_1.htm",
  6418. "Help/html/M_Independentsoft_Exchange_Service_GetItem_2.htm",
  6419. "Help/html/M_Independentsoft_Exchange_Service_GetItem_3.htm",
  6420. "Help/html/M_Independentsoft_Exchange_Service_GetItem_4.htm",
  6421. "Help/html/M_Independentsoft_Exchange_Service_GetItem_5.htm",
  6422. "Help/html/M_Independentsoft_Exchange_Service_GetItem_6.htm",
  6423. "Help/html/M_Independentsoft_Exchange_Service_GetItem_7.htm",
  6424. "Help/html/M_Independentsoft_Exchange_Service_GetItems.htm",
  6425. "Help/html/M_Independentsoft_Exchange_Service_GetItems_1.htm",
  6426. "Help/html/M_Independentsoft_Exchange_Service_GetItems_2.htm",
  6427. "Help/html/M_Independentsoft_Exchange_Service_GetItems_3.htm",
  6428. "Help/html/M_Independentsoft_Exchange_Service_GetJournal.htm",
  6429. "Help/html/M_Independentsoft_Exchange_Service_GetJournal_1.htm",
  6430. "Help/html/M_Independentsoft_Exchange_Service_GetJournal_2.htm",
  6431. "Help/html/M_Independentsoft_Exchange_Service_GetJournal_3.htm",
  6432. "Help/html/M_Independentsoft_Exchange_Service_GetJournal_4.htm",
  6433. "Help/html/M_Independentsoft_Exchange_Service_GetJournal_5.htm",
  6434. "Help/html/M_Independentsoft_Exchange_Service_GetJournal_6.htm",
  6435. "Help/html/M_Independentsoft_Exchange_Service_GetJournal_7.htm",
  6436. "Help/html/M_Independentsoft_Exchange_Service_GetMailTips.htm",
  6437. "Help/html/M_Independentsoft_Exchange_Service_GetMailTips_1.htm",
  6438. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingCancellation.htm",
  6439. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingCancellation_1.htm",
  6440. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingCancellation_2.htm",
  6441. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingCancellation_3.htm",
  6442. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingCancellation_4.htm",
  6443. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingCancellation_5.htm",
  6444. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingCancellation_6.htm",
  6445. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingCancellation_7.htm",
  6446. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingMessage.htm",
  6447. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingMessage_1.htm",
  6448. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingMessage_2.htm",
  6449. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingMessage_3.htm",
  6450. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingMessage_4.htm",
  6451. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingMessage_5.htm",
  6452. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingMessage_6.htm",
  6453. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingMessage_7.htm",
  6454. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingRequest.htm",
  6455. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingRequest_1.htm",
  6456. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingRequest_2.htm",
  6457. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingRequest_3.htm",
  6458. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingRequest_4.htm",
  6459. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingRequest_5.htm",
  6460. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingRequest_6.htm",
  6461. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingRequest_7.htm",
  6462. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingResponse.htm",
  6463. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingResponse_1.htm",
  6464. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingResponse_2.htm",
  6465. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingResponse_3.htm",
  6466. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingResponse_4.htm",
  6467. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingResponse_5.htm",
  6468. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingResponse_6.htm",
  6469. "Help/html/M_Independentsoft_Exchange_Service_GetMeetingResponse_7.htm",
  6470. "Help/html/M_Independentsoft_Exchange_Service_GetMessage.htm",
  6471. "Help/html/M_Independentsoft_Exchange_Service_GetMessageFile.htm",
  6472. "Help/html/M_Independentsoft_Exchange_Service_GetMessageFile_1.htm",
  6473. "Help/html/M_Independentsoft_Exchange_Service_GetMessageFile_2.htm",
  6474. "Help/html/M_Independentsoft_Exchange_Service_GetMessageFile_3.htm",
  6475. "Help/html/M_Independentsoft_Exchange_Service_GetMessageTrackingReport.htm",
  6476. "Help/html/M_Independentsoft_Exchange_Service_GetMessageTrackingReport_1.htm",
  6477. "Help/html/M_Independentsoft_Exchange_Service_GetMessageTrackingReport_2.htm",
  6478. "Help/html/M_Independentsoft_Exchange_Service_GetMessageTrackingReport_3.htm",
  6479. "Help/html/M_Independentsoft_Exchange_Service_GetMessage_1.htm",
  6480. "Help/html/M_Independentsoft_Exchange_Service_GetMessage_2.htm",
  6481. "Help/html/M_Independentsoft_Exchange_Service_GetMessage_3.htm",
  6482. "Help/html/M_Independentsoft_Exchange_Service_GetMessage_4.htm",
  6483. "Help/html/M_Independentsoft_Exchange_Service_GetMessage_5.htm",
  6484. "Help/html/M_Independentsoft_Exchange_Service_GetMessage_6.htm",
  6485. "Help/html/M_Independentsoft_Exchange_Service_GetMessage_7.htm",
  6486. "Help/html/M_Independentsoft_Exchange_Service_GetNonIndexableItemDetails.htm",
  6487. "Help/html/M_Independentsoft_Exchange_Service_GetNonIndexableItemDetails_1.htm",
  6488. "Help/html/M_Independentsoft_Exchange_Service_GetNonIndexableItemDetails_2.htm",
  6489. "Help/html/M_Independentsoft_Exchange_Service_GetNonIndexableItemDetails_3.htm",
  6490. "Help/html/M_Independentsoft_Exchange_Service_GetNonIndexableItemDetails_4.htm",
  6491. "Help/html/M_Independentsoft_Exchange_Service_GetNonIndexableItemDetails_5.htm",
  6492. "Help/html/M_Independentsoft_Exchange_Service_GetNonIndexableItemDetails_6.htm",
  6493. "Help/html/M_Independentsoft_Exchange_Service_GetNonIndexableItemDetails_7.htm",
  6494. "Help/html/M_Independentsoft_Exchange_Service_GetNonIndexableItemDetails_8.htm",
  6495. "Help/html/M_Independentsoft_Exchange_Service_GetNonIndexableItemDetails_9.htm",
  6496. "Help/html/M_Independentsoft_Exchange_Service_GetNonIndexableItemStatistics.htm",
  6497. "Help/html/M_Independentsoft_Exchange_Service_GetNonIndexableItemStatistics_1.htm",
  6498. "Help/html/M_Independentsoft_Exchange_Service_GetNonIndexableItemStatistics_2.htm",
  6499. "Help/html/M_Independentsoft_Exchange_Service_GetNonIndexableItemStatistics_3.htm",
  6500. "Help/html/M_Independentsoft_Exchange_Service_GetNote.htm",
  6501. "Help/html/M_Independentsoft_Exchange_Service_GetNote_1.htm",
  6502. "Help/html/M_Independentsoft_Exchange_Service_GetNote_2.htm",
  6503. "Help/html/M_Independentsoft_Exchange_Service_GetNote_3.htm",
  6504. "Help/html/M_Independentsoft_Exchange_Service_GetNote_4.htm",
  6505. "Help/html/M_Independentsoft_Exchange_Service_GetNote_5.htm",
  6506. "Help/html/M_Independentsoft_Exchange_Service_GetNote_6.htm",
  6507. "Help/html/M_Independentsoft_Exchange_Service_GetNote_7.htm",
  6508. "Help/html/M_Independentsoft_Exchange_Service_GetOAuthTokenWithAuthorizationCode.htm",
  6509. "Help/html/M_Independentsoft_Exchange_Service_GetOAuthTokenWithAuthorizationCode_1.htm",
  6510. "Help/html/M_Independentsoft_Exchange_Service_GetOAuthTokenWithClientAssertion.htm",
  6511. "Help/html/M_Independentsoft_Exchange_Service_GetOAuthTokenWithClientSecret.htm",
  6512. "Help/html/M_Independentsoft_Exchange_Service_GetOAuthTokenWithDeviceAuthorizationCode.htm",
  6513. "Help/html/M_Independentsoft_Exchange_Service_GetOAuthTokenWithUsernamePassword.htm",
  6514. "Help/html/M_Independentsoft_Exchange_Service_GetOAuthTokenWithUsernamePassword_1.htm",
  6515. "Help/html/M_Independentsoft_Exchange_Service_GetOAuthTokenWithUsernamePassword_2.htm",
  6516. "Help/html/M_Independentsoft_Exchange_Service_GetOutOfOffice.htm",
  6517. "Help/html/M_Independentsoft_Exchange_Service_GetOutOfOffice_1.htm",
  6518. "Help/html/M_Independentsoft_Exchange_Service_GetOwaOptions.htm",
  6519. "Help/html/M_Independentsoft_Exchange_Service_GetOwaOptions_1.htm",
  6520. "Help/html/M_Independentsoft_Exchange_Service_GetOwaOptions_2.htm",
  6521. "Help/html/M_Independentsoft_Exchange_Service_GetPasswordExpirationDate.htm",
  6522. "Help/html/M_Independentsoft_Exchange_Service_GetPersona.htm",
  6523. "Help/html/M_Independentsoft_Exchange_Service_GetPost.htm",
  6524. "Help/html/M_Independentsoft_Exchange_Service_GetPost_1.htm",
  6525. "Help/html/M_Independentsoft_Exchange_Service_GetPost_2.htm",
  6526. "Help/html/M_Independentsoft_Exchange_Service_GetPost_3.htm",
  6527. "Help/html/M_Independentsoft_Exchange_Service_GetPost_4.htm",
  6528. "Help/html/M_Independentsoft_Exchange_Service_GetPost_5.htm",
  6529. "Help/html/M_Independentsoft_Exchange_Service_GetPost_6.htm",
  6530. "Help/html/M_Independentsoft_Exchange_Service_GetPost_7.htm",
  6531. "Help/html/M_Independentsoft_Exchange_Service_GetReminders.htm",
  6532. "Help/html/M_Independentsoft_Exchange_Service_GetReminders_1.htm",
  6533. "Help/html/M_Independentsoft_Exchange_Service_GetReminders_2.htm",
  6534. "Help/html/M_Independentsoft_Exchange_Service_GetReminders_3.htm",
  6535. "Help/html/M_Independentsoft_Exchange_Service_GetReminders_4.htm",
  6536. "Help/html/M_Independentsoft_Exchange_Service_GetReminders_5.htm",
  6537. "Help/html/M_Independentsoft_Exchange_Service_GetRetentionSettings.htm",
  6538. "Help/html/M_Independentsoft_Exchange_Service_GetRetentionSettings_1.htm",
  6539. "Help/html/M_Independentsoft_Exchange_Service_GetRetentionSettings_2.htm",
  6540. "Help/html/M_Independentsoft_Exchange_Service_GetRoomLists.htm",
  6541. "Help/html/M_Independentsoft_Exchange_Service_GetRooms.htm",
  6542. "Help/html/M_Independentsoft_Exchange_Service_GetRules.htm",
  6543. "Help/html/M_Independentsoft_Exchange_Service_GetRules_1.htm",
  6544. "Help/html/M_Independentsoft_Exchange_Service_GetSearchableMailboxes.htm",
  6545. "Help/html/M_Independentsoft_Exchange_Service_GetSearchableMailboxes_1.htm",
  6546. "Help/html/M_Independentsoft_Exchange_Service_GetServerTimeZones.htm",
  6547. "Help/html/M_Independentsoft_Exchange_Service_GetServerTimeZones_1.htm",
  6548. "Help/html/M_Independentsoft_Exchange_Service_GetServerTimeZones_2.htm",
  6549. "Help/html/M_Independentsoft_Exchange_Service_GetServerTimeZones_3.htm",
  6550. "Help/html/M_Independentsoft_Exchange_Service_GetServerTimeZones_4.htm",
  6551. "Help/html/M_Independentsoft_Exchange_Service_GetServerTimeZones_5.htm",
  6552. "Help/html/M_Independentsoft_Exchange_Service_GetServiceConfiguration.htm",
  6553. "Help/html/M_Independentsoft_Exchange_Service_GetServiceConfiguration_1.htm",
  6554. "Help/html/M_Independentsoft_Exchange_Service_GetServiceConfiguration_2.htm",
  6555. "Help/html/M_Independentsoft_Exchange_Service_GetSharingFolder.htm",
  6556. "Help/html/M_Independentsoft_Exchange_Service_GetSharingFolder_1.htm",
  6557. "Help/html/M_Independentsoft_Exchange_Service_GetSharingFolder_2.htm",
  6558. "Help/html/M_Independentsoft_Exchange_Service_GetSharingMetadata.htm",
  6559. "Help/html/M_Independentsoft_Exchange_Service_GetSignInRequestUri.htm",
  6560. "Help/html/M_Independentsoft_Exchange_Service_GetSignInRequestUri_1.htm",
  6561. "Help/html/M_Independentsoft_Exchange_Service_GetSignInRequestUri_2.htm",
  6562. "Help/html/M_Independentsoft_Exchange_Service_GetSignInRequestUri_3.htm",
  6563. "Help/html/M_Independentsoft_Exchange_Service_GetSignInRequestUri_4.htm",
  6564. "Help/html/M_Independentsoft_Exchange_Service_GetSignInRequestUri_5.htm",
  6565. "Help/html/M_Independentsoft_Exchange_Service_GetSignInRequestUri_6.htm",
  6566. "Help/html/M_Independentsoft_Exchange_Service_GetSignInRequestUri_7.htm",
  6567. "Help/html/M_Independentsoft_Exchange_Service_GetStreamingEvents.htm",
  6568. "Help/html/M_Independentsoft_Exchange_Service_GetStreamingEvents_1.htm",
  6569. "Help/html/M_Independentsoft_Exchange_Service_GetStreamingEvents_2.htm",
  6570. "Help/html/M_Independentsoft_Exchange_Service_GetStreamingEvents_3.htm",
  6571. "Help/html/M_Independentsoft_Exchange_Service_GetTask.htm",
  6572. "Help/html/M_Independentsoft_Exchange_Service_GetTask_1.htm",
  6573. "Help/html/M_Independentsoft_Exchange_Service_GetTask_2.htm",
  6574. "Help/html/M_Independentsoft_Exchange_Service_GetTask_3.htm",
  6575. "Help/html/M_Independentsoft_Exchange_Service_GetTask_4.htm",
  6576. "Help/html/M_Independentsoft_Exchange_Service_GetTask_5.htm",
  6577. "Help/html/M_Independentsoft_Exchange_Service_GetTask_6.htm",
  6578. "Help/html/M_Independentsoft_Exchange_Service_GetTask_7.htm",
  6579. "Help/html/M_Independentsoft_Exchange_Service_GetUserConfiguration.htm",
  6580. "Help/html/M_Independentsoft_Exchange_Service_GetUserConfiguration_1.htm",
  6581. "Help/html/M_Independentsoft_Exchange_Service_GetUserPhoto.htm",
  6582. "Help/html/M_Independentsoft_Exchange_Service_GetUserRetentionPolicyTags.htm",
  6583. "Help/html/M_Independentsoft_Exchange_Service_InstallApp.htm",
  6584. "Help/html/M_Independentsoft_Exchange_Service_MarkAllItemsAsRead.htm",
  6585. "Help/html/M_Independentsoft_Exchange_Service_MarkAllItemsAsRead_1.htm",
  6586. "Help/html/M_Independentsoft_Exchange_Service_MarkAllItemsAsRead_2.htm",
  6587. "Help/html/M_Independentsoft_Exchange_Service_MarkAllItemsAsRead_3.htm",
  6588. "Help/html/M_Independentsoft_Exchange_Service_MarkAllItemsAsRead_4.htm",
  6589. "Help/html/M_Independentsoft_Exchange_Service_MarkAllItemsAsRead_5.htm",
  6590. "Help/html/M_Independentsoft_Exchange_Service_MarkAllItemsAsRead_6.htm",
  6591. "Help/html/M_Independentsoft_Exchange_Service_MarkAllItemsAsRead_7.htm",
  6592. "Help/html/M_Independentsoft_Exchange_Service_MarkAllItemsAsRead_8.htm",
  6593. "Help/html/M_Independentsoft_Exchange_Service_MarkAsJunk.htm",
  6594. "Help/html/M_Independentsoft_Exchange_Service_MarkAsJunk_1.htm",
  6595. "Help/html/M_Independentsoft_Exchange_Service_MarkAsJunk_2.htm",
  6596. "Help/html/M_Independentsoft_Exchange_Service_MarkAsJunk_3.htm",
  6597. "Help/html/M_Independentsoft_Exchange_Service_MarkAsJunk_4.htm",
  6598. "Help/html/M_Independentsoft_Exchange_Service_MarkAsJunk_5.htm",
  6599. "Help/html/M_Independentsoft_Exchange_Service_MoveFolder.htm",
  6600. "Help/html/M_Independentsoft_Exchange_Service_MoveFolder_1.htm",
  6601. "Help/html/M_Independentsoft_Exchange_Service_MoveFolder_2.htm",
  6602. "Help/html/M_Independentsoft_Exchange_Service_MoveFolder_3.htm",
  6603. "Help/html/M_Independentsoft_Exchange_Service_MoveItem.htm",
  6604. "Help/html/M_Independentsoft_Exchange_Service_MoveItem_1.htm",
  6605. "Help/html/M_Independentsoft_Exchange_Service_MoveItem_2.htm",
  6606. "Help/html/M_Independentsoft_Exchange_Service_MoveItem_3.htm",
  6607. "Help/html/M_Independentsoft_Exchange_Service_ParseSendNotificationResponse.htm",
  6608. "Help/html/M_Independentsoft_Exchange_Service_PerformReminderAction.htm",
  6609. "Help/html/M_Independentsoft_Exchange_Service_PerformReminderAction_1.htm",
  6610. "Help/html/M_Independentsoft_Exchange_Service_PerformReminderAction_2.htm",
  6611. "Help/html/M_Independentsoft_Exchange_Service_PerformReminderAction_3.htm",
  6612. "Help/html/M_Independentsoft_Exchange_Service_RefreshOAuthToken.htm",
  6613. "Help/html/M_Independentsoft_Exchange_Service_RefreshOAuthToken_1.htm",
  6614. "Help/html/M_Independentsoft_Exchange_Service_RefreshOAuthToken_2.htm",
  6615. "Help/html/M_Independentsoft_Exchange_Service_RefreshOAuthToken_3.htm",
  6616. "Help/html/M_Independentsoft_Exchange_Service_RefreshSharingFolder.htm",
  6617. "Help/html/M_Independentsoft_Exchange_Service_RemoveContactFromImList.htm",
  6618. "Help/html/M_Independentsoft_Exchange_Service_RemoveDelegate.htm",
  6619. "Help/html/M_Independentsoft_Exchange_Service_RemoveDelegate_1.htm",
  6620. "Help/html/M_Independentsoft_Exchange_Service_RemoveDistributionGroupFromImList.htm",
  6621. "Help/html/M_Independentsoft_Exchange_Service_RemoveImContactFromGroup.htm",
  6622. "Help/html/M_Independentsoft_Exchange_Service_RemoveImGroup.htm",
  6623. "Help/html/M_Independentsoft_Exchange_Service_Reply.htm",
  6624. "Help/html/M_Independentsoft_Exchange_Service_ReplyToAll.htm",
  6625. "Help/html/M_Independentsoft_Exchange_Service_ReplyToAll_1.htm",
  6626. "Help/html/M_Independentsoft_Exchange_Service_ReplyToAll_2.htm",
  6627. "Help/html/M_Independentsoft_Exchange_Service_ReplyToAll_3.htm",
  6628. "Help/html/M_Independentsoft_Exchange_Service_ReplyToAll_4.htm",
  6629. "Help/html/M_Independentsoft_Exchange_Service_ReplyToAll_5.htm",
  6630. "Help/html/M_Independentsoft_Exchange_Service_ReplyToAll_6.htm",
  6631. "Help/html/M_Independentsoft_Exchange_Service_ReplyToAll_7.htm",
  6632. "Help/html/M_Independentsoft_Exchange_Service_Reply_1.htm",
  6633. "Help/html/M_Independentsoft_Exchange_Service_Reply_2.htm",
  6634. "Help/html/M_Independentsoft_Exchange_Service_Reply_3.htm",
  6635. "Help/html/M_Independentsoft_Exchange_Service_Reply_4.htm",
  6636. "Help/html/M_Independentsoft_Exchange_Service_Reply_5.htm",
  6637. "Help/html/M_Independentsoft_Exchange_Service_Reply_6.htm",
  6638. "Help/html/M_Independentsoft_Exchange_Service_Reply_7.htm",
  6639. "Help/html/M_Independentsoft_Exchange_Service_ResolveNames.htm",
  6640. "Help/html/M_Independentsoft_Exchange_Service_ResolveNames_1.htm",
  6641. "Help/html/M_Independentsoft_Exchange_Service_ResolveNames_2.htm",
  6642. "Help/html/M_Independentsoft_Exchange_Service_ResolveNames_3.htm",
  6643. "Help/html/M_Independentsoft_Exchange_Service_ResolveNames_4.htm",
  6644. "Help/html/M_Independentsoft_Exchange_Service_ResolveNames_5.htm",
  6645. "Help/html/M_Independentsoft_Exchange_Service_ResolveNames_6.htm",
  6646. "Help/html/M_Independentsoft_Exchange_Service_ResolveNames_7.htm",
  6647. "Help/html/M_Independentsoft_Exchange_Service_ResolveNames_8.htm",
  6648. "Help/html/M_Independentsoft_Exchange_Service_ResolveNames_9.htm",
  6649. "Help/html/M_Independentsoft_Exchange_Service_SearchMailboxes.htm",
  6650. "Help/html/M_Independentsoft_Exchange_Service_SearchMailboxes_1.htm",
  6651. "Help/html/M_Independentsoft_Exchange_Service_SearchMailboxes_10.htm",
  6652. "Help/html/M_Independentsoft_Exchange_Service_SearchMailboxes_11.htm",
  6653. "Help/html/M_Independentsoft_Exchange_Service_SearchMailboxes_12.htm",
  6654. "Help/html/M_Independentsoft_Exchange_Service_SearchMailboxes_13.htm",
  6655. "Help/html/M_Independentsoft_Exchange_Service_SearchMailboxes_14.htm",
  6656. "Help/html/M_Independentsoft_Exchange_Service_SearchMailboxes_15.htm",
  6657. "Help/html/M_Independentsoft_Exchange_Service_SearchMailboxes_16.htm",
  6658. "Help/html/M_Independentsoft_Exchange_Service_SearchMailboxes_17.htm",
  6659. "Help/html/M_Independentsoft_Exchange_Service_SearchMailboxes_2.htm",
  6660. "Help/html/M_Independentsoft_Exchange_Service_SearchMailboxes_3.htm",
  6661. "Help/html/M_Independentsoft_Exchange_Service_SearchMailboxes_4.htm",
  6662. "Help/html/M_Independentsoft_Exchange_Service_SearchMailboxes_5.htm",
  6663. "Help/html/M_Independentsoft_Exchange_Service_SearchMailboxes_6.htm",
  6664. "Help/html/M_Independentsoft_Exchange_Service_SearchMailboxes_7.htm",
  6665. "Help/html/M_Independentsoft_Exchange_Service_SearchMailboxes_8.htm",
  6666. "Help/html/M_Independentsoft_Exchange_Service_SearchMailboxes_9.htm",
  6667. "Help/html/M_Independentsoft_Exchange_Service_Send.htm",
  6668. "Help/html/M_Independentsoft_Exchange_Service_SendMeetingRequest.htm",
  6669. "Help/html/M_Independentsoft_Exchange_Service_SendMeetingRequest_1.htm",
  6670. "Help/html/M_Independentsoft_Exchange_Service_SendMeetingRequest_2.htm",
  6671. "Help/html/M_Independentsoft_Exchange_Service_SendMeetingRequest_3.htm",
  6672. "Help/html/M_Independentsoft_Exchange_Service_SendMeetingRequest_4.htm",
  6673. "Help/html/M_Independentsoft_Exchange_Service_SendMeetingRequest_5.htm",
  6674. "Help/html/M_Independentsoft_Exchange_Service_SendMeetingRequest_6.htm",
  6675. "Help/html/M_Independentsoft_Exchange_Service_SendMeetingRequest_7.htm",
  6676. "Help/html/M_Independentsoft_Exchange_Service_SendNotificationResult.htm",
  6677. "Help/html/M_Independentsoft_Exchange_Service_Send_1.htm",
  6678. "Help/html/M_Independentsoft_Exchange_Service_Send_10.htm",
  6679. "Help/html/M_Independentsoft_Exchange_Service_Send_11.htm",
  6680. "Help/html/M_Independentsoft_Exchange_Service_Send_12.htm",
  6681. "Help/html/M_Independentsoft_Exchange_Service_Send_13.htm",
  6682. "Help/html/M_Independentsoft_Exchange_Service_Send_14.htm",
  6683. "Help/html/M_Independentsoft_Exchange_Service_Send_15.htm",
  6684. "Help/html/M_Independentsoft_Exchange_Service_Send_2.htm",
  6685. "Help/html/M_Independentsoft_Exchange_Service_Send_3.htm",
  6686. "Help/html/M_Independentsoft_Exchange_Service_Send_4.htm",
  6687. "Help/html/M_Independentsoft_Exchange_Service_Send_5.htm",
  6688. "Help/html/M_Independentsoft_Exchange_Service_Send_6.htm",
  6689. "Help/html/M_Independentsoft_Exchange_Service_Send_7.htm",
  6690. "Help/html/M_Independentsoft_Exchange_Service_Send_8.htm",
  6691. "Help/html/M_Independentsoft_Exchange_Service_Send_9.htm",
  6692. "Help/html/M_Independentsoft_Exchange_Service_SetHoldOnMailboxes.htm",
  6693. "Help/html/M_Independentsoft_Exchange_Service_SetHoldOnMailboxes_1.htm",
  6694. "Help/html/M_Independentsoft_Exchange_Service_SetImGroup.htm",
  6695. "Help/html/M_Independentsoft_Exchange_Service_SetOutOfOffice.htm",
  6696. "Help/html/M_Independentsoft_Exchange_Service_SetOutOfOffice_1.htm",
  6697. "Help/html/M_Independentsoft_Exchange_Service_Subscribe.htm",
  6698. "Help/html/M_Independentsoft_Exchange_Service_SyncFolders.htm",
  6699. "Help/html/M_Independentsoft_Exchange_Service_SyncFolders_1.htm",
  6700. "Help/html/M_Independentsoft_Exchange_Service_SyncFolders_10.htm",
  6701. "Help/html/M_Independentsoft_Exchange_Service_SyncFolders_11.htm",
  6702. "Help/html/M_Independentsoft_Exchange_Service_SyncFolders_12.htm",
  6703. "Help/html/M_Independentsoft_Exchange_Service_SyncFolders_13.htm",
  6704. "Help/html/M_Independentsoft_Exchange_Service_SyncFolders_14.htm",
  6705. "Help/html/M_Independentsoft_Exchange_Service_SyncFolders_15.htm",
  6706. "Help/html/M_Independentsoft_Exchange_Service_SyncFolders_16.htm",
  6707. "Help/html/M_Independentsoft_Exchange_Service_SyncFolders_17.htm",
  6708. "Help/html/M_Independentsoft_Exchange_Service_SyncFolders_2.htm",
  6709. "Help/html/M_Independentsoft_Exchange_Service_SyncFolders_3.htm",
  6710. "Help/html/M_Independentsoft_Exchange_Service_SyncFolders_4.htm",
  6711. "Help/html/M_Independentsoft_Exchange_Service_SyncFolders_5.htm",
  6712. "Help/html/M_Independentsoft_Exchange_Service_SyncFolders_6.htm",
  6713. "Help/html/M_Independentsoft_Exchange_Service_SyncFolders_7.htm",
  6714. "Help/html/M_Independentsoft_Exchange_Service_SyncFolders_8.htm",
  6715. "Help/html/M_Independentsoft_Exchange_Service_SyncFolders_9.htm",
  6716. "Help/html/M_Independentsoft_Exchange_Service_SyncItems.htm",
  6717. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_1.htm",
  6718. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_10.htm",
  6719. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_11.htm",
  6720. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_12.htm",
  6721. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_13.htm",
  6722. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_14.htm",
  6723. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_15.htm",
  6724. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_16.htm",
  6725. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_17.htm",
  6726. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_18.htm",
  6727. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_19.htm",
  6728. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_2.htm",
  6729. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_20.htm",
  6730. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_21.htm",
  6731. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_22.htm",
  6732. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_23.htm",
  6733. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_24.htm",
  6734. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_25.htm",
  6735. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_26.htm",
  6736. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_27.htm",
  6737. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_28.htm",
  6738. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_29.htm",
  6739. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_3.htm",
  6740. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_30.htm",
  6741. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_4.htm",
  6742. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_5.htm",
  6743. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_6.htm",
  6744. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_7.htm",
  6745. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_8.htm",
  6746. "Help/html/M_Independentsoft_Exchange_Service_SyncItems_9.htm",
  6747. "Help/html/M_Independentsoft_Exchange_Service_TentativelyAcceptMeetingRequest.htm",
  6748. "Help/html/M_Independentsoft_Exchange_Service_TentativelyAcceptMeetingRequest_1.htm",
  6749. "Help/html/M_Independentsoft_Exchange_Service_TentativelyAcceptMeetingRequest_2.htm",
  6750. "Help/html/M_Independentsoft_Exchange_Service_TentativelyAcceptMeetingRequest_3.htm",
  6751. "Help/html/M_Independentsoft_Exchange_Service_TentativelyAcceptMeetingRequest_4.htm",
  6752. "Help/html/M_Independentsoft_Exchange_Service_TentativelyAcceptMeetingRequest_5.htm",
  6753. "Help/html/M_Independentsoft_Exchange_Service_TentativelyAcceptMeetingRequest_6.htm",
  6754. "Help/html/M_Independentsoft_Exchange_Service_TentativelyAcceptMeetingRequest_7.htm",
  6755. "Help/html/M_Independentsoft_Exchange_Service_UninstallApp.htm",
  6756. "Help/html/M_Independentsoft_Exchange_Service_Unsubscribe.htm",
  6757. "Help/html/M_Independentsoft_Exchange_Service_UpdateCalendarOptions.htm",
  6758. "Help/html/M_Independentsoft_Exchange_Service_UpdateCalendarOptions_1.htm",
  6759. "Help/html/M_Independentsoft_Exchange_Service_UpdateCalendarOptions_2.htm",
  6760. "Help/html/M_Independentsoft_Exchange_Service_UpdateCategoryList.htm",
  6761. "Help/html/M_Independentsoft_Exchange_Service_UpdateCategoryList_1.htm",
  6762. "Help/html/M_Independentsoft_Exchange_Service_UpdateCategoryList_2.htm",
  6763. "Help/html/M_Independentsoft_Exchange_Service_UpdateDelegate.htm",
  6764. "Help/html/M_Independentsoft_Exchange_Service_UpdateDelegate_1.htm",
  6765. "Help/html/M_Independentsoft_Exchange_Service_UpdateDelegate_2.htm",
  6766. "Help/html/M_Independentsoft_Exchange_Service_UpdateDelegate_3.htm",
  6767. "Help/html/M_Independentsoft_Exchange_Service_UpdateFolder.htm",
  6768. "Help/html/M_Independentsoft_Exchange_Service_UpdateFolder_1.htm",
  6769. "Help/html/M_Independentsoft_Exchange_Service_UpdateFolder_2.htm",
  6770. "Help/html/M_Independentsoft_Exchange_Service_UpdateFolder_3.htm",
  6771. "Help/html/M_Independentsoft_Exchange_Service_UpdateFolder_4.htm",
  6772. "Help/html/M_Independentsoft_Exchange_Service_UpdateFolder_5.htm",
  6773. "Help/html/M_Independentsoft_Exchange_Service_UpdateFolder_6.htm",
  6774. "Help/html/M_Independentsoft_Exchange_Service_UpdateFolder_7.htm",
  6775. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem.htm",
  6776. "Help/html/M_Independentsoft_Exchange_Service_UpdateItemInRecoverableItems.htm",
  6777. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_1.htm",
  6778. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_10.htm",
  6779. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_11.htm",
  6780. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_12.htm",
  6781. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_13.htm",
  6782. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_14.htm",
  6783. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_15.htm",
  6784. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_16.htm",
  6785. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_17.htm",
  6786. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_18.htm",
  6787. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_19.htm",
  6788. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_2.htm",
  6789. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_20.htm",
  6790. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_21.htm",
  6791. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_22.htm",
  6792. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_23.htm",
  6793. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_24.htm",
  6794. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_25.htm",
  6795. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_26.htm",
  6796. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_27.htm",
  6797. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_28.htm",
  6798. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_29.htm",
  6799. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_3.htm",
  6800. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_30.htm",
  6801. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_31.htm",
  6802. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_32.htm",
  6803. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_33.htm",
  6804. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_34.htm",
  6805. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_35.htm",
  6806. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_36.htm",
  6807. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_37.htm",
  6808. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_38.htm",
  6809. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_39.htm",
  6810. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_4.htm",
  6811. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_40.htm",
  6812. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_41.htm",
  6813. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_42.htm",
  6814. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_43.htm",
  6815. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_44.htm",
  6816. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_45.htm",
  6817. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_46.htm",
  6818. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_47.htm",
  6819. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_48.htm",
  6820. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_49.htm",
  6821. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_5.htm",
  6822. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_50.htm",
  6823. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_51.htm",
  6824. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_52.htm",
  6825. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_53.htm",
  6826. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_54.htm",
  6827. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_55.htm",
  6828. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_56.htm",
  6829. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_57.htm",
  6830. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_58.htm",
  6831. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_59.htm",
  6832. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_6.htm",
  6833. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_60.htm",
  6834. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_61.htm",
  6835. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_62.htm",
  6836. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_7.htm",
  6837. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_8.htm",
  6838. "Help/html/M_Independentsoft_Exchange_Service_UpdateItem_9.htm",
  6839. "Help/html/M_Independentsoft_Exchange_Service_UpdateOwaOptions.htm",
  6840. "Help/html/M_Independentsoft_Exchange_Service_UpdateOwaOptions_1.htm",
  6841. "Help/html/M_Independentsoft_Exchange_Service_UpdateOwaOptions_2.htm",
  6842. "Help/html/M_Independentsoft_Exchange_Service_UpdateRetentionSettings.htm",
  6843. "Help/html/M_Independentsoft_Exchange_Service_UpdateRetentionSettings_1.htm",
  6844. "Help/html/M_Independentsoft_Exchange_Service_UpdateRetentionSettings_2.htm",
  6845. "Help/html/M_Independentsoft_Exchange_Service_UpdateRule.htm",
  6846. "Help/html/M_Independentsoft_Exchange_Service_UpdateRule_1.htm",
  6847. "Help/html/M_Independentsoft_Exchange_Service_UpdateRule_10.htm",
  6848. "Help/html/M_Independentsoft_Exchange_Service_UpdateRule_11.htm",
  6849. "Help/html/M_Independentsoft_Exchange_Service_UpdateRule_2.htm",
  6850. "Help/html/M_Independentsoft_Exchange_Service_UpdateRule_3.htm",
  6851. "Help/html/M_Independentsoft_Exchange_Service_UpdateRule_4.htm",
  6852. "Help/html/M_Independentsoft_Exchange_Service_UpdateRule_5.htm",
  6853. "Help/html/M_Independentsoft_Exchange_Service_UpdateRule_6.htm",
  6854. "Help/html/M_Independentsoft_Exchange_Service_UpdateRule_7.htm",
  6855. "Help/html/M_Independentsoft_Exchange_Service_UpdateRule_8.htm",
  6856. "Help/html/M_Independentsoft_Exchange_Service_UpdateRule_9.htm",
  6857. "Help/html/M_Independentsoft_Exchange_Service_UpdateUserConfiguration.htm",
  6858. "Help/html/M_Independentsoft_Exchange_Service_UploadItems.htm",
  6859. "Help/html/M_Independentsoft_Exchange_Service_UploadItems_1.htm",
  6860. "Help/html/M_Independentsoft_Exchange_Service__ctor.htm",
  6861. "Help/html/M_Independentsoft_Exchange_Service__ctor_1.htm",
  6862. "Help/html/M_Independentsoft_Exchange_Service__ctor_2.htm",
  6863. "Help/html/M_Independentsoft_Exchange_SourceId__ctor.htm",
  6864. "Help/html/M_Independentsoft_Exchange_StandardFolderId_ToString.htm",
  6865. "Help/html/M_Independentsoft_Exchange_StandardFolderId__ctor.htm",
  6866. "Help/html/M_Independentsoft_Exchange_StandardFolderId__ctor_1.htm",
  6867. "Help/html/M_Independentsoft_Exchange_StandardFolderId__ctor_2.htm",
  6868. "Help/html/M_Independentsoft_Exchange_StandardFolderId__ctor_3.htm",
  6869. "Help/html/M_Independentsoft_Exchange_StandardFolderId__ctor_4.htm",
  6870. "Help/html/M_Independentsoft_Exchange_StandardGroupBy_ToString.htm",
  6871. "Help/html/M_Independentsoft_Exchange_StandardGroupBy__ctor.htm",
  6872. "Help/html/M_Independentsoft_Exchange_StandardGroupBy__ctor_1.htm",
  6873. "Help/html/M_Independentsoft_Exchange_StandardGroupBy__ctor_2.htm",
  6874. "Help/html/M_Independentsoft_Exchange_StatusEvent__ctor.htm",
  6875. "Help/html/M_Independentsoft_Exchange_StreamingEventsResponse_Parse.htm",
  6876. "Help/html/M_Independentsoft_Exchange_StreamingEventsResponse__ctor.htm",
  6877. "Help/html/M_Independentsoft_Exchange_StreamingEventsResponse__ctor_1.htm",
  6878. "Help/html/M_Independentsoft_Exchange_StreamingSubscription__ctor.htm",
  6879. "Help/html/M_Independentsoft_Exchange_StreamingSubscription__ctor_1.htm",
  6880. "Help/html/M_Independentsoft_Exchange_StreamingSubscription__ctor_2.htm",
  6881. "Help/html/M_Independentsoft_Exchange_StreamingSubscription__ctor_3.htm",
  6882. "Help/html/M_Independentsoft_Exchange_StreamingSubscription__ctor_4.htm",
  6883. "Help/html/M_Independentsoft_Exchange_StreamingSubscription__ctor_5.htm",
  6884. "Help/html/M_Independentsoft_Exchange_StreamingSubscription__ctor_6.htm",
  6885. "Help/html/M_Independentsoft_Exchange_StreamingSubscription__ctor_7.htm",
  6886. "Help/html/M_Independentsoft_Exchange_StringAttributedValue__ctor.htm",
  6887. "Help/html/M_Independentsoft_Exchange_Subscription__ctor.htm",
  6888. "Help/html/M_Independentsoft_Exchange_SuggestionDay__ctor.htm",
  6889. "Help/html/M_Independentsoft_Exchange_SuggestionDay__ctor_1.htm",
  6890. "Help/html/M_Independentsoft_Exchange_Suggestion__ctor.htm",
  6891. "Help/html/M_Independentsoft_Exchange_Suggestion__ctor_1.htm",
  6892. "Help/html/M_Independentsoft_Exchange_SuggestionsViewOptions__ctor.htm",
  6893. "Help/html/M_Independentsoft_Exchange_SuggestionsViewOptions__ctor_1.htm",
  6894. "Help/html/M_Independentsoft_Exchange_SuggestionsViewOptions__ctor_2.htm",
  6895. "Help/html/M_Independentsoft_Exchange_SuggestionsViewOptions__ctor_3.htm",
  6896. "Help/html/M_Independentsoft_Exchange_SuggestionsViewOptions__ctor_4.htm",
  6897. "Help/html/M_Independentsoft_Exchange_SuppressReadReceipt_ToString.htm",
  6898. "Help/html/M_Independentsoft_Exchange_SuppressReadReceipt__ctor.htm",
  6899. "Help/html/M_Independentsoft_Exchange_SuppressReadReceipt__ctor_1.htm",
  6900. "Help/html/M_Independentsoft_Exchange_TaskRecurrence_ToString.htm",
  6901. "Help/html/M_Independentsoft_Exchange_TaskRecurrence__ctor.htm",
  6902. "Help/html/M_Independentsoft_Exchange_TaskRecurrence__ctor_1.htm",
  6903. "Help/html/M_Independentsoft_Exchange_TaskRecurrence__ctor_2.htm",
  6904. "Help/html/M_Independentsoft_Exchange_TaskSuggestion_ToString.htm",
  6905. "Help/html/M_Independentsoft_Exchange_TaskSuggestion__ctor.htm",
  6906. "Help/html/M_Independentsoft_Exchange_Task_ToString.htm",
  6907. "Help/html/M_Independentsoft_Exchange_Task__ctor.htm",
  6908. "Help/html/M_Independentsoft_Exchange_Task__ctor_1.htm",
  6909. "Help/html/M_Independentsoft_Exchange_Task__ctor_2.htm",
  6910. "Help/html/M_Independentsoft_Exchange_TasksFolder_ToString.htm",
  6911. "Help/html/M_Independentsoft_Exchange_TasksFolder__ctor.htm",
  6912. "Help/html/M_Independentsoft_Exchange_TasksFolder__ctor_1.htm",
  6913. "Help/html/M_Independentsoft_Exchange_TasksFolder__ctor_2.htm",
  6914. "Help/html/M_Independentsoft_Exchange_TentativelyAcceptItem__ctor.htm",
  6915. "Help/html/M_Independentsoft_Exchange_TentativelyAcceptItem__ctor_1.htm",
  6916. "Help/html/M_Independentsoft_Exchange_TimeChange__ctor.htm",
  6917. "Help/html/M_Independentsoft_Exchange_TimeChange__ctor_1.htm",
  6918. "Help/html/M_Independentsoft_Exchange_TimeChange__ctor_2.htm",
  6919. "Help/html/M_Independentsoft_Exchange_TimeChange__ctor_3.htm",
  6920. "Help/html/M_Independentsoft_Exchange_TimeDuration__ctor.htm",
  6921. "Help/html/M_Independentsoft_Exchange_TimeDuration__ctor_1.htm",
  6922. "Help/html/M_Independentsoft_Exchange_TimeZone_ToString.htm",
  6923. "Help/html/M_Independentsoft_Exchange_TimeZone__ctor.htm",
  6924. "Help/html/M_Independentsoft_Exchange_TimeZone__ctor_1.htm",
  6925. "Help/html/M_Independentsoft_Exchange_TimeZone__ctor_2.htm",
  6926. "Help/html/M_Independentsoft_Exchange_TimeZone__ctor_3.htm",
  6927. "Help/html/M_Independentsoft_Exchange_TimeZone__ctor_4.htm",
  6928. "Help/html/M_Independentsoft_Exchange_TimeZone__ctor_5.htm",
  6929. "Help/html/M_Independentsoft_Exchange_TimeZone__ctor_6.htm",
  6930. "Help/html/M_Independentsoft_Exchange_TimeZone__ctor_7.htm",
  6931. "Help/html/M_Independentsoft_Exchange_Time_ToString.htm",
  6932. "Help/html/M_Independentsoft_Exchange_Time__ctor.htm",
  6933. "Help/html/M_Independentsoft_Exchange_Time__ctor_1.htm",
  6934. "Help/html/M_Independentsoft_Exchange_Time__ctor_2.htm",
  6935. "Help/html/M_Independentsoft_Exchange_Time__ctor_3.htm",
  6936. "Help/html/M_Independentsoft_Exchange_TooBigGroupAttendeeConflict__ctor.htm",
  6937. "Help/html/M_Independentsoft_Exchange_Transition_ToString.htm",
  6938. "Help/html/M_Independentsoft_Exchange_Transition__ctor.htm",
  6939. "Help/html/M_Independentsoft_Exchange_TransitionsGroup_ToString.htm",
  6940. "Help/html/M_Independentsoft_Exchange_UnifiedMessaging_CallInfo__ctor.htm",
  6941. "Help/html/M_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingProperties__ctor.htm",
  6942. "Help/html/M_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_Disconnect.htm",
  6943. "Help/html/M_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_GetCallInfo.htm",
  6944. "Help/html/M_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_GetUnifiedMessagingProperties.htm",
  6945. "Help/html/M_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_IsUnifiedMessagingEnabled.htm",
  6946. "Help/html/M_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_PlayOnPhone.htm",
  6947. "Help/html/M_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_PlayOnPhoneGreeting.htm",
  6948. "Help/html/M_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_ResetPin.htm",
  6949. "Help/html/M_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_SetMissedCallNotification.htm",
  6950. "Help/html/M_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_SetOutOfOffice.htm",
  6951. "Help/html/M_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_SetPlayOnPhoneDialString.htm",
  6952. "Help/html/M_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_SetTelephoneAccessFolderEmail.htm",
  6953. "Help/html/M_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService__ctor.htm",
  6954. "Help/html/M_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService__ctor_1.htm",
  6955. "Help/html/M_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService__ctor_2.htm",
  6956. "Help/html/M_Independentsoft_Exchange_UnindexedPropertyPath_ToString.htm",
  6957. "Help/html/M_Independentsoft_Exchange_UnindexedPropertyPath__ctor.htm",
  6958. "Help/html/M_Independentsoft_Exchange_UnindexedPropertyPath__ctor_1.htm",
  6959. "Help/html/M_Independentsoft_Exchange_UnknownAttendeeConflict__ctor.htm",
  6960. "Help/html/M_Independentsoft_Exchange_UploadItem__ctor.htm",
  6961. "Help/html/M_Independentsoft_Exchange_UploadItem__ctor_1.htm",
  6962. "Help/html/M_Independentsoft_Exchange_UploadItem__ctor_2.htm",
  6963. "Help/html/M_Independentsoft_Exchange_UploadItem__ctor_3.htm",
  6964. "Help/html/M_Independentsoft_Exchange_UploadItem__ctor_4.htm",
  6965. "Help/html/M_Independentsoft_Exchange_UploadItem__ctor_5.htm",
  6966. "Help/html/M_Independentsoft_Exchange_UploadItem__ctor_6.htm",
  6967. "Help/html/M_Independentsoft_Exchange_UrlEntity_ToString.htm",
  6968. "Help/html/M_Independentsoft_Exchange_UrlEntity__ctor.htm",
  6969. "Help/html/M_Independentsoft_Exchange_UserConfigurationDictionaryEntry__ctor.htm",
  6970. "Help/html/M_Independentsoft_Exchange_UserConfigurationDictionaryEntry__ctor_1.htm",
  6971. "Help/html/M_Independentsoft_Exchange_UserConfigurationDictionaryKey__ctor.htm",
  6972. "Help/html/M_Independentsoft_Exchange_UserConfigurationDictionaryKey__ctor_1.htm",
  6973. "Help/html/M_Independentsoft_Exchange_UserConfigurationDictionaryKey__ctor_2.htm",
  6974. "Help/html/M_Independentsoft_Exchange_UserConfigurationDictionaryValue__ctor.htm",
  6975. "Help/html/M_Independentsoft_Exchange_UserConfigurationDictionaryValue__ctor_1.htm",
  6976. "Help/html/M_Independentsoft_Exchange_UserConfigurationDictionaryValue__ctor_2.htm",
  6977. "Help/html/M_Independentsoft_Exchange_UserConfigurationName__ctor.htm",
  6978. "Help/html/M_Independentsoft_Exchange_UserConfigurationName__ctor_1.htm",
  6979. "Help/html/M_Independentsoft_Exchange_UserConfiguration__ctor.htm",
  6980. "Help/html/M_Independentsoft_Exchange_UserConfiguration__ctor_1.htm",
  6981. "Help/html/M_Independentsoft_Exchange_UserId_ToString.htm",
  6982. "Help/html/M_Independentsoft_Exchange_UserId__ctor.htm",
  6983. "Help/html/M_Independentsoft_Exchange_UserId__ctor_1.htm",
  6984. "Help/html/M_Independentsoft_Exchange_UserId__ctor_2.htm",
  6985. "Help/html/M_Independentsoft_Exchange_UserId__ctor_3.htm",
  6986. "Help/html/M_Independentsoft_Exchange_UserMailbox__ctor.htm",
  6987. "Help/html/M_Independentsoft_Exchange_UserMailbox__ctor_1.htm",
  6988. "Help/html/M_Independentsoft_Exchange_UserMailbox__ctor_2.htm",
  6989. "Help/html/M_Independentsoft_Exchange_View__ctor.htm",
  6990. "Help/html/M_Independentsoft_Exchange_WeeklyRecurrencePattern_ToString.htm",
  6991. "Help/html/M_Independentsoft_Exchange_WeeklyRecurrencePattern__ctor.htm",
  6992. "Help/html/M_Independentsoft_Exchange_WeeklyRecurrencePattern__ctor_1.htm",
  6993. "Help/html/M_Independentsoft_Exchange_WeeklyRecurrencePattern__ctor_2.htm",
  6994. "Help/html/M_Independentsoft_Exchange_WeeklyRegeneratingPattern_ToString.htm",
  6995. "Help/html/M_Independentsoft_Exchange_WeeklyRegeneratingPattern__ctor.htm",
  6996. "Help/html/M_Independentsoft_Exchange_WeeklyRegeneratingPattern__ctor_1.htm",
  6997. "Help/html/M_Independentsoft_Exchange_WorkingHours__ctor.htm",
  6998. "Help/html/M_Independentsoft_Exchange_WorkingPeriod__ctor.htm",
  6999. "Help/html/M_Independentsoft_Exchange_YearlyRegeneratingPattern_ToString.htm",
  7000. "Help/html/M_Independentsoft_Exchange_YearlyRegeneratingPattern__ctor.htm",
  7001. "Help/html/M_Independentsoft_Exchange_YearlyRegeneratingPattern__ctor_1.htm",
  7002. "Help/html/M_Independentsoft_IO_StructuredStorage_CompoundFile_GetBytes.htm",
  7003. "Help/html/M_Independentsoft_IO_StructuredStorage_CompoundFile_GetStream.htm",
  7004. "Help/html/M_Independentsoft_IO_StructuredStorage_CompoundFile_Open.htm",
  7005. "Help/html/M_Independentsoft_IO_StructuredStorage_CompoundFile_Open_1.htm",
  7006. "Help/html/M_Independentsoft_IO_StructuredStorage_CompoundFile_Save.htm",
  7007. "Help/html/M_Independentsoft_IO_StructuredStorage_CompoundFile_Save_1.htm",
  7008. "Help/html/M_Independentsoft_IO_StructuredStorage_CompoundFile_Save_2.htm",
  7009. "Help/html/M_Independentsoft_IO_StructuredStorage_CompoundFile__ctor.htm",
  7010. "Help/html/M_Independentsoft_IO_StructuredStorage_CompoundFile__ctor_1.htm",
  7011. "Help/html/M_Independentsoft_IO_StructuredStorage_CompoundFile__ctor_2.htm",
  7012. "Help/html/M_Independentsoft_IO_StructuredStorage_DirectoryEntryList__ctor.htm",
  7013. "Help/html/M_Independentsoft_IO_StructuredStorage_DirectoryEntry_CompareTo.htm",
  7014. "Help/html/M_Independentsoft_IO_StructuredStorage_DirectoryEntry__ctor.htm",
  7015. "Help/html/M_Independentsoft_IO_StructuredStorage_InvalidFileFormatException__ctor.htm",
  7016. "Help/html/M_Independentsoft_IO_StructuredStorage_InvalidFileFormatException__ctor_1.htm",
  7017. "Help/html/M_Independentsoft_IO_StructuredStorage_InvalidFileFormatException__ctor_2.htm",
  7018. "Help/html/M_Independentsoft_IO_StructuredStorage_Storage__ctor.htm",
  7019. "Help/html/M_Independentsoft_IO_StructuredStorage_Storage__ctor_1.htm",
  7020. "Help/html/M_Independentsoft_IO_StructuredStorage_Stream_GetStream.htm",
  7021. "Help/html/M_Independentsoft_IO_StructuredStorage_Stream_Load.htm",
  7022. "Help/html/M_Independentsoft_IO_StructuredStorage_Stream_Load_1.htm",
  7023. "Help/html/M_Independentsoft_IO_StructuredStorage_Stream_Load_2.htm",
  7024. "Help/html/M_Independentsoft_IO_StructuredStorage_Stream_Save.htm",
  7025. "Help/html/M_Independentsoft_IO_StructuredStorage_Stream_Save_1.htm",
  7026. "Help/html/M_Independentsoft_IO_StructuredStorage_Stream__ctor.htm",
  7027. "Help/html/M_Independentsoft_IO_StructuredStorage_Stream__ctor_1.htm",
  7028. "Help/html/M_Independentsoft_IO_StructuredStorage_Stream__ctor_2.htm",
  7029. "Help/html/M_Independentsoft_IO_StructuredStorage_Stream__ctor_3.htm",
  7030. "Help/html/M_Independentsoft_Json_Parser_JsonArray_Equals.htm",
  7031. "Help/html/M_Independentsoft_Json_Parser_JsonArray_GetHashCode.htm",
  7032. "Help/html/M_Independentsoft_Json_Parser_JsonArray_ToString.htm",
  7033. "Help/html/M_Independentsoft_Json_Parser_JsonArray__ctor.htm",
  7034. "Help/html/M_Independentsoft_Json_Parser_JsonBoolean_Equals.htm",
  7035. "Help/html/M_Independentsoft_Json_Parser_JsonBoolean_GetHashCode.htm",
  7036. "Help/html/M_Independentsoft_Json_Parser_JsonBoolean_ToString.htm",
  7037. "Help/html/M_Independentsoft_Json_Parser_JsonBoolean__ctor.htm",
  7038. "Help/html/M_Independentsoft_Json_Parser_JsonNull_Equals.htm",
  7039. "Help/html/M_Independentsoft_Json_Parser_JsonNull_GetHashCode.htm",
  7040. "Help/html/M_Independentsoft_Json_Parser_JsonNull_ToString.htm",
  7041. "Help/html/M_Independentsoft_Json_Parser_JsonNull__ctor.htm",
  7042. "Help/html/M_Independentsoft_Json_Parser_JsonNumber_Equals.htm",
  7043. "Help/html/M_Independentsoft_Json_Parser_JsonNumber_GetHashCode.htm",
  7044. "Help/html/M_Independentsoft_Json_Parser_JsonNumber_ToDouble.htm",
  7045. "Help/html/M_Independentsoft_Json_Parser_JsonNumber_ToFloat.htm",
  7046. "Help/html/M_Independentsoft_Json_Parser_JsonNumber_ToInteger.htm",
  7047. "Help/html/M_Independentsoft_Json_Parser_JsonNumber_ToLong.htm",
  7048. "Help/html/M_Independentsoft_Json_Parser_JsonNumber_ToString.htm",
  7049. "Help/html/M_Independentsoft_Json_Parser_JsonNumber__ctor.htm",
  7050. "Help/html/M_Independentsoft_Json_Parser_JsonNumber__ctor_1.htm",
  7051. "Help/html/M_Independentsoft_Json_Parser_JsonNumber__ctor_2.htm",
  7052. "Help/html/M_Independentsoft_Json_Parser_JsonNumber__ctor_3.htm",
  7053. "Help/html/M_Independentsoft_Json_Parser_JsonNumber__ctor_4.htm",
  7054. "Help/html/M_Independentsoft_Json_Parser_JsonObject_Equals.htm",
  7055. "Help/html/M_Independentsoft_Json_Parser_JsonObject_GetArrayValues.htm",
  7056. "Help/html/M_Independentsoft_Json_Parser_JsonObject_GetBooleanValue.htm",
  7057. "Help/html/M_Independentsoft_Json_Parser_JsonObject_GetDateTimeValue.htm",
  7058. "Help/html/M_Independentsoft_Json_Parser_JsonObject_GetDoubleValue.htm",
  7059. "Help/html/M_Independentsoft_Json_Parser_JsonObject_GetFloatValue.htm",
  7060. "Help/html/M_Independentsoft_Json_Parser_JsonObject_GetHashCode.htm",
  7061. "Help/html/M_Independentsoft_Json_Parser_JsonObject_GetIntValue.htm",
  7062. "Help/html/M_Independentsoft_Json_Parser_JsonObject_GetLongValue.htm",
  7063. "Help/html/M_Independentsoft_Json_Parser_JsonObject_GetObjectValue.htm",
  7064. "Help/html/M_Independentsoft_Json_Parser_JsonObject_GetStringArrayValues.htm",
  7065. "Help/html/M_Independentsoft_Json_Parser_JsonObject_GetStringValue.htm",
  7066. "Help/html/M_Independentsoft_Json_Parser_JsonObject_GetValue.htm",
  7067. "Help/html/M_Independentsoft_Json_Parser_JsonObject_ToString.htm",
  7068. "Help/html/M_Independentsoft_Json_Parser_JsonObject__ctor.htm",
  7069. "Help/html/M_Independentsoft_Json_Parser_JsonParseException_ToString.htm",
  7070. "Help/html/M_Independentsoft_Json_Parser_JsonParseException__ctor.htm",
  7071. "Help/html/M_Independentsoft_Json_Parser_JsonParseException_getColumn.htm",
  7072. "Help/html/M_Independentsoft_Json_Parser_JsonParseException_getLine.htm",
  7073. "Help/html/M_Independentsoft_Json_Parser_JsonParseException_getOffset.htm",
  7074. "Help/html/M_Independentsoft_Json_Parser_JsonParser_Parse.htm",
  7075. "Help/html/M_Independentsoft_Json_Parser_JsonParser__ctor.htm",
  7076. "Help/html/M_Independentsoft_Json_Parser_JsonString_Equals.htm",
  7077. "Help/html/M_Independentsoft_Json_Parser_JsonString_GetHashCode.htm",
  7078. "Help/html/M_Independentsoft_Json_Parser_JsonString_ToString.htm",
  7079. "Help/html/M_Independentsoft_Json_Parser_JsonString__ctor.htm",
  7080. "Help/html/M_Independentsoft_Json_Parser_JsonUtil_EncodeJson.htm",
  7081. "Help/html/M_Independentsoft_Json_Parser_JsonValue__ctor.htm",
  7082. "Help/html/M_Independentsoft_Json_Parser_Member_ToString.htm",
  7083. "Help/html/M_Independentsoft_Json_Parser_Member__ctor.htm",
  7084. "Help/html/M_Independentsoft_Json_Parser_Member__ctor_1.htm",
  7085. "Help/html/M_Independentsoft_Msg_Attachment_GetBuffer.htm",
  7086. "Help/html/M_Independentsoft_Msg_Attachment_GetBytes.htm",
  7087. "Help/html/M_Independentsoft_Msg_Attachment_GetStream.htm",
  7088. "Help/html/M_Independentsoft_Msg_Attachment_Save.htm",
  7089. "Help/html/M_Independentsoft_Msg_Attachment_Save_1.htm",
  7090. "Help/html/M_Independentsoft_Msg_Attachment_Save_2.htm",
  7091. "Help/html/M_Independentsoft_Msg_Attachment__ctor.htm",
  7092. "Help/html/M_Independentsoft_Msg_Attachment__ctor_1.htm",
  7093. "Help/html/M_Independentsoft_Msg_Attachment__ctor_2.htm",
  7094. "Help/html/M_Independentsoft_Msg_Attachment__ctor_3.htm",
  7095. "Help/html/M_Independentsoft_Msg_ExtendedPropertyId_ToString.htm",
  7096. "Help/html/M_Independentsoft_Msg_ExtendedPropertyId__ctor.htm",
  7097. "Help/html/M_Independentsoft_Msg_ExtendedPropertyId__ctor_1.htm",
  7098. "Help/html/M_Independentsoft_Msg_ExtendedPropertyId__ctor_2.htm",
  7099. "Help/html/M_Independentsoft_Msg_ExtendedPropertyList__ctor.htm",
  7100. "Help/html/M_Independentsoft_Msg_ExtendedPropertyName_ToString.htm",
  7101. "Help/html/M_Independentsoft_Msg_ExtendedPropertyName__ctor.htm",
  7102. "Help/html/M_Independentsoft_Msg_ExtendedPropertyName__ctor_1.htm",
  7103. "Help/html/M_Independentsoft_Msg_ExtendedPropertyName__ctor_2.htm",
  7104. "Help/html/M_Independentsoft_Msg_ExtendedPropertyTag__ctor.htm",
  7105. "Help/html/M_Independentsoft_Msg_ExtendedProperty_GetBooleanValue.htm",
  7106. "Help/html/M_Independentsoft_Msg_ExtendedProperty_GetDateTimeValue.htm",
  7107. "Help/html/M_Independentsoft_Msg_ExtendedProperty_GetDoubleValue.htm",
  7108. "Help/html/M_Independentsoft_Msg_ExtendedProperty_GetFloatValue.htm",
  7109. "Help/html/M_Independentsoft_Msg_ExtendedProperty_GetIntegerValue.htm",
  7110. "Help/html/M_Independentsoft_Msg_ExtendedProperty_GetLongValue.htm",
  7111. "Help/html/M_Independentsoft_Msg_ExtendedProperty_GetShortValue.htm",
  7112. "Help/html/M_Independentsoft_Msg_ExtendedProperty_GetStringArrayValue.htm",
  7113. "Help/html/M_Independentsoft_Msg_ExtendedProperty_GetStringValue.htm",
  7114. "Help/html/M_Independentsoft_Msg_ExtendedProperty__ctor.htm",
  7115. "Help/html/M_Independentsoft_Msg_ExtendedProperty__ctor_1.htm",
  7116. "Help/html/M_Independentsoft_Msg_ExtendedProperty__ctor_10.htm",
  7117. "Help/html/M_Independentsoft_Msg_ExtendedProperty__ctor_2.htm",
  7118. "Help/html/M_Independentsoft_Msg_ExtendedProperty__ctor_3.htm",
  7119. "Help/html/M_Independentsoft_Msg_ExtendedProperty__ctor_4.htm",
  7120. "Help/html/M_Independentsoft_Msg_ExtendedProperty__ctor_5.htm",
  7121. "Help/html/M_Independentsoft_Msg_ExtendedProperty__ctor_6.htm",
  7122. "Help/html/M_Independentsoft_Msg_ExtendedProperty__ctor_7.htm",
  7123. "Help/html/M_Independentsoft_Msg_ExtendedProperty__ctor_8.htm",
  7124. "Help/html/M_Independentsoft_Msg_ExtendedProperty__ctor_9.htm",
  7125. "Help/html/M_Independentsoft_Msg_Message_ConvertToMimeMessage.htm",
  7126. "Help/html/M_Independentsoft_Msg_Message_GetBytes.htm",
  7127. "Help/html/M_Independentsoft_Msg_Message_GetStream.htm",
  7128. "Help/html/M_Independentsoft_Msg_Message_Open.htm",
  7129. "Help/html/M_Independentsoft_Msg_Message_Open_1.htm",
  7130. "Help/html/M_Independentsoft_Msg_Message_Save.htm",
  7131. "Help/html/M_Independentsoft_Msg_Message_Save_1.htm",
  7132. "Help/html/M_Independentsoft_Msg_Message_Save_2.htm",
  7133. "Help/html/M_Independentsoft_Msg_Message__ctor.htm",
  7134. "Help/html/M_Independentsoft_Msg_Message__ctor_1.htm",
  7135. "Help/html/M_Independentsoft_Msg_Message__ctor_2.htm",
  7136. "Help/html/M_Independentsoft_Msg_Message__ctor_3.htm",
  7137. "Help/html/M_Independentsoft_Msg_Recipient__ctor.htm",
  7138. "Help/html/M_Independentsoft_Msg_RecurrencePattern__ctor.htm",
  7139. "Help/html/M_Independentsoft_Msg_RecurrencePattern__ctor_1.htm",
  7140. "Help/html/M_Independentsoft_Msg_StandardPropertySet__ctor.htm",
  7141. "Help/html/Methods_T_Independentsoft_Email_Mime_Attachment.htm",
  7142. "Help/html/Methods_T_Independentsoft_Email_Mime_BodyPart.htm",
  7143. "Help/html/Methods_T_Independentsoft_Email_Mime_BodyPartList.htm",
  7144. "Help/html/Methods_T_Independentsoft_Email_Mime_ContentDisposition.htm",
  7145. "Help/html/Methods_T_Independentsoft_Email_Mime_ContentType.htm",
  7146. "Help/html/Methods_T_Independentsoft_Email_Mime_Header.htm",
  7147. "Help/html/Methods_T_Independentsoft_Email_Mime_HeaderList.htm",
  7148. "Help/html/Methods_T_Independentsoft_Email_Mime_Mailbox.htm",
  7149. "Help/html/Methods_T_Independentsoft_Email_Mime_Message.htm",
  7150. "Help/html/Methods_T_Independentsoft_Email_Mime_MessageFormatException.htm",
  7151. "Help/html/Methods_T_Independentsoft_Email_Mime_Parameter.htm",
  7152. "Help/html/Methods_T_Independentsoft_Email_Mime_ParameterList.htm",
  7153. "Help/html/Methods_T_Independentsoft_Exchange_AbsoluteDate.htm",
  7154. "Help/html/Methods_T_Independentsoft_Exchange_AbsoluteDateTransition.htm",
  7155. "Help/html/Methods_T_Independentsoft_Exchange_AbsoluteMonthlyRecurrencePattern.htm",
  7156. "Help/html/Methods_T_Independentsoft_Exchange_AbsoluteYearlyRecurrencePattern.htm",
  7157. "Help/html/Methods_T_Independentsoft_Exchange_AcceptItem.htm",
  7158. "Help/html/Methods_T_Independentsoft_Exchange_AcceptSharingInvitation.htm",
  7159. "Help/html/Methods_T_Independentsoft_Exchange_AddressEntity.htm",
  7160. "Help/html/Methods_T_Independentsoft_Exchange_AddressListId.htm",
  7161. "Help/html/Methods_T_Independentsoft_Exchange_AggregateOn.htm",
  7162. "Help/html/Methods_T_Independentsoft_Exchange_AlternateId.htm",
  7163. "Help/html/Methods_T_Independentsoft_Exchange_AlternatePublicFolderId.htm",
  7164. "Help/html/Methods_T_Independentsoft_Exchange_AlternatePublicFolderItemId.htm",
  7165. "Help/html/Methods_T_Independentsoft_Exchange_And.htm",
  7166. "Help/html/Methods_T_Independentsoft_Exchange_Appointment.htm",
  7167. "Help/html/Methods_T_Independentsoft_Exchange_AppointmentPropertyPath.htm",
  7168. "Help/html/Methods_T_Independentsoft_Exchange_Attachment.htm",
  7169. "Help/html/Methods_T_Independentsoft_Exchange_AttachmentId.htm",
  7170. "Help/html/Methods_T_Independentsoft_Exchange_AttachmentInfo.htm",
  7171. "Help/html/Methods_T_Independentsoft_Exchange_AttachmentShape.htm",
  7172. "Help/html/Methods_T_Independentsoft_Exchange_Attendee.htm",
  7173. "Help/html/Methods_T_Independentsoft_Exchange_AttendeeConflict.htm",
  7174. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_Account.htm",
  7175. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_AutodiscoverException.htm",
  7176. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_AutodiscoverService.htm",
  7177. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_DomainResponse.htm",
  7178. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_DomainSetting.htm",
  7179. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_DomainSettingError.htm",
  7180. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_Error.htm",
  7181. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_ExchangeProtocol.htm",
  7182. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol.htm",
  7183. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_ExternalAccess.htm",
  7184. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_GetDomainSettingsResponse.htm",
  7185. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_GetFederationInformationResponse.htm",
  7186. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_GetUserSettingsResponse.htm",
  7187. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_InternalAccess.htm",
  7188. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_MobileSyncError.htm",
  7189. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_MobileSyncProvider.htm",
  7190. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_MobileSyncServer.htm",
  7191. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_MobileSyncUser.htm",
  7192. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_OutlookProvider.htm",
  7193. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_OutlookWebAccessUrl.htm",
  7194. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_ProtocolConnection.htm",
  7195. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_User.htm",
  7196. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_UserResponse.htm",
  7197. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_UserSetting.htm",
  7198. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_UserSettingError.htm",
  7199. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_UserSettingList.htm",
  7200. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_WebClientUrl.htm",
  7201. "Help/html/Methods_T_Independentsoft_Exchange_Autodiscover_WebProtocol.htm",
  7202. "Help/html/Methods_T_Independentsoft_Exchange_AvailabilityResponse.htm",
  7203. "Help/html/Methods_T_Independentsoft_Exchange_Body.htm",
  7204. "Help/html/Methods_T_Independentsoft_Exchange_CalendarEvent.htm",
  7205. "Help/html/Methods_T_Independentsoft_Exchange_CalendarFolder.htm",
  7206. "Help/html/Methods_T_Independentsoft_Exchange_CalendarOptions.htm",
  7207. "Help/html/Methods_T_Independentsoft_Exchange_CalendarPermission.htm",
  7208. "Help/html/Methods_T_Independentsoft_Exchange_CalendarPermissionSet.htm",
  7209. "Help/html/Methods_T_Independentsoft_Exchange_CalendarView.htm",
  7210. "Help/html/Methods_T_Independentsoft_Exchange_CancelItem.htm",
  7211. "Help/html/Methods_T_Independentsoft_Exchange_Category.htm",
  7212. "Help/html/Methods_T_Independentsoft_Exchange_CategoryList.htm",
  7213. "Help/html/Methods_T_Independentsoft_Exchange_ChangeHighlights.htm",
  7214. "Help/html/Methods_T_Independentsoft_Exchange_ClientAccessTokenRequest.htm",
  7215. "Help/html/Methods_T_Independentsoft_Exchange_CompleteName.htm",
  7216. "Help/html/Methods_T_Independentsoft_Exchange_Contact.htm",
  7217. "Help/html/Methods_T_Independentsoft_Exchange_ContactEntity.htm",
  7218. "Help/html/Methods_T_Independentsoft_Exchange_ContactPropertyPath.htm",
  7219. "Help/html/Methods_T_Independentsoft_Exchange_ContactsFolder.htm",
  7220. "Help/html/Methods_T_Independentsoft_Exchange_ContactsView.htm",
  7221. "Help/html/Methods_T_Independentsoft_Exchange_Contains.htm",
  7222. "Help/html/Methods_T_Independentsoft_Exchange_ContentSettings.htm",
  7223. "Help/html/Methods_T_Independentsoft_Exchange_Conversation.htm",
  7224. "Help/html/Methods_T_Independentsoft_Exchange_ConversationAction.htm",
  7225. "Help/html/Methods_T_Independentsoft_Exchange_ConversationItemResponse.htm",
  7226. "Help/html/Methods_T_Independentsoft_Exchange_ConversationNode.htm",
  7227. "Help/html/Methods_T_Independentsoft_Exchange_ConversationRequest.htm",
  7228. "Help/html/Methods_T_Independentsoft_Exchange_ConversationShape.htm",
  7229. "Help/html/Methods_T_Independentsoft_Exchange_ConvertIdResponse.htm",
  7230. "Help/html/Methods_T_Independentsoft_Exchange_CopiedEvent.htm",
  7231. "Help/html/Methods_T_Independentsoft_Exchange_CreateAttachmentResponse.htm",
  7232. "Help/html/Methods_T_Independentsoft_Exchange_CreatedEvent.htm",
  7233. "Help/html/Methods_T_Independentsoft_Exchange_CustomPropertyId.htm",
  7234. "Help/html/Methods_T_Independentsoft_Exchange_CustomPropertyName.htm",
  7235. "Help/html/Methods_T_Independentsoft_Exchange_DailyRecurrencePattern.htm",
  7236. "Help/html/Methods_T_Independentsoft_Exchange_DailyRegeneratingPattern.htm",
  7237. "Help/html/Methods_T_Independentsoft_Exchange_DeclineItem.htm",
  7238. "Help/html/Methods_T_Independentsoft_Exchange_DelegateResponse.htm",
  7239. "Help/html/Methods_T_Independentsoft_Exchange_DelegateUser.htm",
  7240. "Help/html/Methods_T_Independentsoft_Exchange_DelegateUserResponse.htm",
  7241. "Help/html/Methods_T_Independentsoft_Exchange_DeleteAttachmentResponse.htm",
  7242. "Help/html/Methods_T_Independentsoft_Exchange_DeletedEvent.htm",
  7243. "Help/html/Methods_T_Independentsoft_Exchange_DeletedOccurrence.htm",
  7244. "Help/html/Methods_T_Independentsoft_Exchange_DeviceAuthorizationCode.htm",
  7245. "Help/html/Methods_T_Independentsoft_Exchange_DiscoverySearchConfiguration.htm",
  7246. "Help/html/Methods_T_Independentsoft_Exchange_DistributionList.htm",
  7247. "Help/html/Methods_T_Independentsoft_Exchange_DistributionListMember.htm",
  7248. "Help/html/Methods_T_Independentsoft_Exchange_DistributionListPropertyPath.htm",
  7249. "Help/html/Methods_T_Independentsoft_Exchange_Duration.htm",
  7250. "Help/html/Methods_T_Independentsoft_Exchange_EffectiveRights.htm",
  7251. "Help/html/Methods_T_Independentsoft_Exchange_EmailAddress.htm",
  7252. "Help/html/Methods_T_Independentsoft_Exchange_EmailAddressEntity.htm",
  7253. "Help/html/Methods_T_Independentsoft_Exchange_EmailUser.htm",
  7254. "Help/html/Methods_T_Independentsoft_Exchange_EncryptedSharedFolderData.htm",
  7255. "Help/html/Methods_T_Independentsoft_Exchange_EndDateRecurrenceRange.htm",
  7256. "Help/html/Methods_T_Independentsoft_Exchange_EnhancedLocation.htm",
  7257. "Help/html/Methods_T_Independentsoft_Exchange_EntityExtractionResult.htm",
  7258. "Help/html/Methods_T_Independentsoft_Exchange_Event.htm",
  7259. "Help/html/Methods_T_Independentsoft_Exchange_Excludes.htm",
  7260. "Help/html/Methods_T_Independentsoft_Exchange_Exists.htm",
  7261. "Help/html/Methods_T_Independentsoft_Exchange_ExpandDistributionListResponse.htm",
  7262. "Help/html/Methods_T_Independentsoft_Exchange_ExportItemsResponse.htm",
  7263. "Help/html/Methods_T_Independentsoft_Exchange_ExtendedProperty.htm",
  7264. "Help/html/Methods_T_Independentsoft_Exchange_ExtendedPropertyAttributedValue.htm",
  7265. "Help/html/Methods_T_Independentsoft_Exchange_ExtendedPropertyList.htm",
  7266. "Help/html/Methods_T_Independentsoft_Exchange_ExtendedPropertyPath.htm",
  7267. "Help/html/Methods_T_Independentsoft_Exchange_FailedMailbox.htm",
  7268. "Help/html/Methods_T_Independentsoft_Exchange_FileAttachment.htm",
  7269. "Help/html/Methods_T_Independentsoft_Exchange_FileAttachmentInfo.htm",
  7270. "Help/html/Methods_T_Independentsoft_Exchange_FindConversationResponse.htm",
  7271. "Help/html/Methods_T_Independentsoft_Exchange_FindFolderResponse.htm",
  7272. "Help/html/Methods_T_Independentsoft_Exchange_FindItemResponse.htm",
  7273. "Help/html/Methods_T_Independentsoft_Exchange_FindMailboxStatisticsByKeywordsResponse.htm",
  7274. "Help/html/Methods_T_Independentsoft_Exchange_FindMessageTrackingReportResponse.htm",
  7275. "Help/html/Methods_T_Independentsoft_Exchange_FindPeopleResponse.htm",
  7276. "Help/html/Methods_T_Independentsoft_Exchange_Flag.htm",
  7277. "Help/html/Methods_T_Independentsoft_Exchange_Folder.htm",
  7278. "Help/html/Methods_T_Independentsoft_Exchange_FolderChange.htm",
  7279. "Help/html/Methods_T_Independentsoft_Exchange_FolderClass.htm",
  7280. "Help/html/Methods_T_Independentsoft_Exchange_FolderId.htm",
  7281. "Help/html/Methods_T_Independentsoft_Exchange_FolderInfoResponse.htm",
  7282. "Help/html/Methods_T_Independentsoft_Exchange_FolderPropertyPath.htm",
  7283. "Help/html/Methods_T_Independentsoft_Exchange_FolderShape.htm",
  7284. "Help/html/Methods_T_Independentsoft_Exchange_ForwardItem.htm",
  7285. "Help/html/Methods_T_Independentsoft_Exchange_FractionalPageView.htm",
  7286. "Help/html/Methods_T_Independentsoft_Exchange_FreeBusyChangedEvent.htm",
  7287. "Help/html/Methods_T_Independentsoft_Exchange_FreeBusyResponse.htm",
  7288. "Help/html/Methods_T_Independentsoft_Exchange_FreeBusyView.htm",
  7289. "Help/html/Methods_T_Independentsoft_Exchange_FreeBusyViewOptions.htm",
  7290. "Help/html/Methods_T_Independentsoft_Exchange_GetAppManifestsResponse.htm",
  7291. "Help/html/Methods_T_Independentsoft_Exchange_GetAppMarketplaceUrlResponse.htm",
  7292. "Help/html/Methods_T_Independentsoft_Exchange_GetAttachmentResponse.htm",
  7293. "Help/html/Methods_T_Independentsoft_Exchange_GetDiscoverySearchConfigurationResponse.htm",
  7294. "Help/html/Methods_T_Independentsoft_Exchange_GetEventsResponse.htm",
  7295. "Help/html/Methods_T_Independentsoft_Exchange_GetImItemListResponse.htm",
  7296. "Help/html/Methods_T_Independentsoft_Exchange_GetImItemsResponse.htm",
  7297. "Help/html/Methods_T_Independentsoft_Exchange_GetMailTipsResponse.htm",
  7298. "Help/html/Methods_T_Independentsoft_Exchange_GetMessageTrackingReportResponse.htm",
  7299. "Help/html/Methods_T_Independentsoft_Exchange_GetNonIndexableItemDetailsResponse.htm",
  7300. "Help/html/Methods_T_Independentsoft_Exchange_GetNonIndexableItemStatisticsResponse.htm",
  7301. "Help/html/Methods_T_Independentsoft_Exchange_GetPasswordExpirationDateResponse.htm",
  7302. "Help/html/Methods_T_Independentsoft_Exchange_GetRemindersResponse.htm",
  7303. "Help/html/Methods_T_Independentsoft_Exchange_GetRoomListsResponse.htm",
  7304. "Help/html/Methods_T_Independentsoft_Exchange_GetRoomsResponse.htm",
  7305. "Help/html/Methods_T_Independentsoft_Exchange_GetRulesResponse.htm",
  7306. "Help/html/Methods_T_Independentsoft_Exchange_GetSearchableMailboxesResponse.htm",
  7307. "Help/html/Methods_T_Independentsoft_Exchange_GetServerTimeZonesResponse.htm",
  7308. "Help/html/Methods_T_Independentsoft_Exchange_GetSharingFolderResponse.htm",
  7309. "Help/html/Methods_T_Independentsoft_Exchange_GetSharingMetadataResponse.htm",
  7310. "Help/html/Methods_T_Independentsoft_Exchange_GetUserConfigurationResponse.htm",
  7311. "Help/html/Methods_T_Independentsoft_Exchange_GetUserPhotoResponse.htm",
  7312. "Help/html/Methods_T_Independentsoft_Exchange_GetUserRetentionPolicyTagsResponse.htm",
  7313. "Help/html/Methods_T_Independentsoft_Exchange_Group.htm",
  7314. "Help/html/Methods_T_Independentsoft_Exchange_GroupAttendeeConflict.htm",
  7315. "Help/html/Methods_T_Independentsoft_Exchange_GroupBy.htm",
  7316. "Help/html/Methods_T_Independentsoft_Exchange_HighlightTerm.htm",
  7317. "Help/html/Methods_T_Independentsoft_Exchange_HoldOnMailboxesInfo.htm",
  7318. "Help/html/Methods_T_Independentsoft_Exchange_Id.htm",
  7319. "Help/html/Methods_T_Independentsoft_Exchange_Identity.htm",
  7320. "Help/html/Methods_T_Independentsoft_Exchange_ImGroup.htm",
  7321. "Help/html/Methods_T_Independentsoft_Exchange_ImGroupInfoResponse.htm",
  7322. "Help/html/Methods_T_Independentsoft_Exchange_IndexedPageView.htm",
  7323. "Help/html/Methods_T_Independentsoft_Exchange_IndexedPropertyPath.htm",
  7324. "Help/html/Methods_T_Independentsoft_Exchange_IndividualAttendeeConflict.htm",
  7325. "Help/html/Methods_T_Independentsoft_Exchange_InternetMessageHeader.htm",
  7326. "Help/html/Methods_T_Independentsoft_Exchange_InvalidRecipient.htm",
  7327. "Help/html/Methods_T_Independentsoft_Exchange_IsEqualTo.htm",
  7328. "Help/html/Methods_T_Independentsoft_Exchange_IsGreaterThan.htm",
  7329. "Help/html/Methods_T_Independentsoft_Exchange_IsGreaterThanOrEqualTo.htm",
  7330. "Help/html/Methods_T_Independentsoft_Exchange_IsLessThan.htm",
  7331. "Help/html/Methods_T_Independentsoft_Exchange_IsLessThanOrEqualTo.htm",
  7332. "Help/html/Methods_T_Independentsoft_Exchange_IsNotEqualTo.htm",
  7333. "Help/html/Methods_T_Independentsoft_Exchange_Item.htm",
  7334. "Help/html/Methods_T_Independentsoft_Exchange_ItemAttachment.htm",
  7335. "Help/html/Methods_T_Independentsoft_Exchange_ItemAttachmentInfo.htm",
  7336. "Help/html/Methods_T_Independentsoft_Exchange_ItemChange.htm",
  7337. "Help/html/Methods_T_Independentsoft_Exchange_ItemClass.htm",
  7338. "Help/html/Methods_T_Independentsoft_Exchange_ItemId.htm",
  7339. "Help/html/Methods_T_Independentsoft_Exchange_ItemInfoResponse.htm",
  7340. "Help/html/Methods_T_Independentsoft_Exchange_ItemPropertyPath.htm",
  7341. "Help/html/Methods_T_Independentsoft_Exchange_ItemShape.htm",
  7342. "Help/html/Methods_T_Independentsoft_Exchange_Journal.htm",
  7343. "Help/html/Methods_T_Independentsoft_Exchange_JournalPropertyPath.htm",
  7344. "Help/html/Methods_T_Independentsoft_Exchange_KeywordStatisticsSearchResult.htm",
  7345. "Help/html/Methods_T_Independentsoft_Exchange_MailTips.htm",
  7346. "Help/html/Methods_T_Independentsoft_Exchange_MailTipsConfiguration.htm",
  7347. "Help/html/Methods_T_Independentsoft_Exchange_MailTipsResponse.htm",
  7348. "Help/html/Methods_T_Independentsoft_Exchange_Mailbox.htm",
  7349. "Help/html/Methods_T_Independentsoft_Exchange_MailboxAttributedValue.htm",
  7350. "Help/html/Methods_T_Independentsoft_Exchange_MailboxData.htm",
  7351. "Help/html/Methods_T_Independentsoft_Exchange_MailboxHoldResult.htm",
  7352. "Help/html/Methods_T_Independentsoft_Exchange_MailboxHoldStatus.htm",
  7353. "Help/html/Methods_T_Independentsoft_Exchange_MailboxQuery.htm",
  7354. "Help/html/Methods_T_Independentsoft_Exchange_MailboxSearchScope.htm",
  7355. "Help/html/Methods_T_Independentsoft_Exchange_MailboxStatisticsByKeywords.htm",
  7356. "Help/html/Methods_T_Independentsoft_Exchange_MailboxStatisticsItem.htm",
  7357. "Help/html/Methods_T_Independentsoft_Exchange_MailboxStatisticsSearchResult.htm",
  7358. "Help/html/Methods_T_Independentsoft_Exchange_ManagedFolderInformation.htm",
  7359. "Help/html/Methods_T_Independentsoft_Exchange_MapiPropertyTag.htm",
  7360. "Help/html/Methods_T_Independentsoft_Exchange_MarkAsJunkResponse.htm",
  7361. "Help/html/Methods_T_Independentsoft_Exchange_MeetingCancellation.htm",
  7362. "Help/html/Methods_T_Independentsoft_Exchange_MeetingCancellationPropertyPath.htm",
  7363. "Help/html/Methods_T_Independentsoft_Exchange_MeetingMessage.htm",
  7364. "Help/html/Methods_T_Independentsoft_Exchange_MeetingMessagePropertyPath.htm",
  7365. "Help/html/Methods_T_Independentsoft_Exchange_MeetingRegistrationResponse.htm",
  7366. "Help/html/Methods_T_Independentsoft_Exchange_MeetingRequest.htm",
  7367. "Help/html/Methods_T_Independentsoft_Exchange_MeetingRequestPropertyPath.htm",
  7368. "Help/html/Methods_T_Independentsoft_Exchange_MeetingResponse.htm",
  7369. "Help/html/Methods_T_Independentsoft_Exchange_MeetingResponsePropertyPath.htm",
  7370. "Help/html/Methods_T_Independentsoft_Exchange_MeetingSuggestion.htm",
  7371. "Help/html/Methods_T_Independentsoft_Exchange_Message.htm",
  7372. "Help/html/Methods_T_Independentsoft_Exchange_MessagePropertyPath.htm",
  7373. "Help/html/Methods_T_Independentsoft_Exchange_MessageResponse.htm",
  7374. "Help/html/Methods_T_Independentsoft_Exchange_MessageTrackingReport.htm",
  7375. "Help/html/Methods_T_Independentsoft_Exchange_MessageTrackingSearchResult.htm",
  7376. "Help/html/Methods_T_Independentsoft_Exchange_MimeContent.htm",
  7377. "Help/html/Methods_T_Independentsoft_Exchange_ModifiedEvent.htm",
  7378. "Help/html/Methods_T_Independentsoft_Exchange_MonthlyRegeneratingPattern.htm",
  7379. "Help/html/Methods_T_Independentsoft_Exchange_MovedEvent.htm",
  7380. "Help/html/Methods_T_Independentsoft_Exchange_NewMailEvent.htm",
  7381. "Help/html/Methods_T_Independentsoft_Exchange_NoEndRecurrenceRange.htm",
  7382. "Help/html/Methods_T_Independentsoft_Exchange_NonIndexableItemDetail.htm",
  7383. "Help/html/Methods_T_Independentsoft_Exchange_NonIndexableItemStatistic.htm",
  7384. "Help/html/Methods_T_Independentsoft_Exchange_Not.htm",
  7385. "Help/html/Methods_T_Independentsoft_Exchange_Note.htm",
  7386. "Help/html/Methods_T_Independentsoft_Exchange_NotePropertyPath.htm",
  7387. "Help/html/Methods_T_Independentsoft_Exchange_Notification.htm",
  7388. "Help/html/Methods_T_Independentsoft_Exchange_NumberedRecurrenceRange.htm",
  7389. "Help/html/Methods_T_Independentsoft_Exchange_OAuthToken.htm",
  7390. "Help/html/Methods_T_Independentsoft_Exchange_Occurrence.htm",
  7391. "Help/html/Methods_T_Independentsoft_Exchange_OccurrenceItemId.htm",
  7392. "Help/html/Methods_T_Independentsoft_Exchange_OnlineMeetingSettings.htm",
  7393. "Help/html/Methods_T_Independentsoft_Exchange_Or.htm",
  7394. "Help/html/Methods_T_Independentsoft_Exchange_OutOfOffice.htm",
  7395. "Help/html/Methods_T_Independentsoft_Exchange_OutOfOfficeMailTip.htm",
  7396. "Help/html/Methods_T_Independentsoft_Exchange_OutOfOfficeResponse.htm",
  7397. "Help/html/Methods_T_Independentsoft_Exchange_OwaOptions.htm",
  7398. "Help/html/Methods_T_Independentsoft_Exchange_PageView.htm",
  7399. "Help/html/Methods_T_Independentsoft_Exchange_PerformReminderActionResponse.htm",
  7400. "Help/html/Methods_T_Independentsoft_Exchange_Period.htm",
  7401. "Help/html/Methods_T_Independentsoft_Exchange_Permission.htm",
  7402. "Help/html/Methods_T_Independentsoft_Exchange_PermissionSet.htm",
  7403. "Help/html/Methods_T_Independentsoft_Exchange_Persona.htm",
  7404. "Help/html/Methods_T_Independentsoft_Exchange_PersonaAttribution.htm",
  7405. "Help/html/Methods_T_Independentsoft_Exchange_PersonaInfoResponse.htm",
  7406. "Help/html/Methods_T_Independentsoft_Exchange_PersonaPhoneNumber.htm",
  7407. "Help/html/Methods_T_Independentsoft_Exchange_PersonaPhoneNumberAttributedValue.htm",
  7408. "Help/html/Methods_T_Independentsoft_Exchange_PersonaPostalAddress.htm",
  7409. "Help/html/Methods_T_Independentsoft_Exchange_PersonaPostalAddressAttributedValue.htm",
  7410. "Help/html/Methods_T_Independentsoft_Exchange_PersonaPropertyPath.htm",
  7411. "Help/html/Methods_T_Independentsoft_Exchange_PersonaShape.htm",
  7412. "Help/html/Methods_T_Independentsoft_Exchange_PhoneEntity.htm",
  7413. "Help/html/Methods_T_Independentsoft_Exchange_Post.htm",
  7414. "Help/html/Methods_T_Independentsoft_Exchange_PostPropertyPath.htm",
  7415. "Help/html/Methods_T_Independentsoft_Exchange_PostReplyItem.htm",
  7416. "Help/html/Methods_T_Independentsoft_Exchange_PreviewItem.htm",
  7417. "Help/html/Methods_T_Independentsoft_Exchange_PreviewItemMailbox.htm",
  7418. "Help/html/Methods_T_Independentsoft_Exchange_PreviewItemShape.htm",
  7419. "Help/html/Methods_T_Independentsoft_Exchange_Property.htm",
  7420. "Help/html/Methods_T_Independentsoft_Exchange_PropertyId.htm",
  7421. "Help/html/Methods_T_Independentsoft_Exchange_PropertyName.htm",
  7422. "Help/html/Methods_T_Independentsoft_Exchange_PropertyOrder.htm",
  7423. "Help/html/Methods_T_Independentsoft_Exchange_PropertyPath.htm",
  7424. "Help/html/Methods_T_Independentsoft_Exchange_PropertyTag.htm",
  7425. "Help/html/Methods_T_Independentsoft_Exchange_ProtectionRule.htm",
  7426. "Help/html/Methods_T_Independentsoft_Exchange_ProtectionRuleAction.htm",
  7427. "Help/html/Methods_T_Independentsoft_Exchange_ProtectionRulesConfiguration.htm",
  7428. "Help/html/Methods_T_Independentsoft_Exchange_PullSubscription.htm",
  7429. "Help/html/Methods_T_Independentsoft_Exchange_PushSubscription.htm",
  7430. "Help/html/Methods_T_Independentsoft_Exchange_QueryString.htm",
  7431. "Help/html/Methods_T_Independentsoft_Exchange_ReadFlagChange.htm",
  7432. "Help/html/Methods_T_Independentsoft_Exchange_RecipientTrackingEvent.htm",
  7433. "Help/html/Methods_T_Independentsoft_Exchange_Recurrence.htm",
  7434. "Help/html/Methods_T_Independentsoft_Exchange_RecurringDateTransition.htm",
  7435. "Help/html/Methods_T_Independentsoft_Exchange_RecurringDayTransition.htm",
  7436. "Help/html/Methods_T_Independentsoft_Exchange_RecurringMasterItemId.htm",
  7437. "Help/html/Methods_T_Independentsoft_Exchange_RefinerItem.htm",
  7438. "Help/html/Methods_T_Independentsoft_Exchange_RelativeMonthlyRecurrencePattern.htm",
  7439. "Help/html/Methods_T_Independentsoft_Exchange_RelativeYearlyRecurrencePattern.htm",
  7440. "Help/html/Methods_T_Independentsoft_Exchange_Reminder.htm",
  7441. "Help/html/Methods_T_Independentsoft_Exchange_ReminderItemAction.htm",
  7442. "Help/html/Methods_T_Independentsoft_Exchange_RemoveItem.htm",
  7443. "Help/html/Methods_T_Independentsoft_Exchange_ReplyAllItem.htm",
  7444. "Help/html/Methods_T_Independentsoft_Exchange_ReplyBody.htm",
  7445. "Help/html/Methods_T_Independentsoft_Exchange_ReplyItem.htm",
  7446. "Help/html/Methods_T_Independentsoft_Exchange_Resolution.htm",
  7447. "Help/html/Methods_T_Independentsoft_Exchange_ResolveNamesResponse.htm",
  7448. "Help/html/Methods_T_Independentsoft_Exchange_Response.htm",
  7449. "Help/html/Methods_T_Independentsoft_Exchange_ResponseItem.htm",
  7450. "Help/html/Methods_T_Independentsoft_Exchange_Restriction.htm",
  7451. "Help/html/Methods_T_Independentsoft_Exchange_RetentionPolicyTag.htm",
  7452. "Help/html/Methods_T_Independentsoft_Exchange_RetentionSettings.htm",
  7453. "Help/html/Methods_T_Independentsoft_Exchange_RetentionTag.htm",
  7454. "Help/html/Methods_T_Independentsoft_Exchange_Rule.htm",
  7455. "Help/html/Methods_T_Independentsoft_Exchange_RuleActions.htm",
  7456. "Help/html/Methods_T_Independentsoft_Exchange_RuleConditions.htm",
  7457. "Help/html/Methods_T_Independentsoft_Exchange_RuleExceptions.htm",
  7458. "Help/html/Methods_T_Independentsoft_Exchange_RuleOperationError.htm",
  7459. "Help/html/Methods_T_Independentsoft_Exchange_RuleOperationResponse.htm",
  7460. "Help/html/Methods_T_Independentsoft_Exchange_RulePredicateDateRange.htm",
  7461. "Help/html/Methods_T_Independentsoft_Exchange_RulePredicateSizeRange.htm",
  7462. "Help/html/Methods_T_Independentsoft_Exchange_RuleValidationError.htm",
  7463. "Help/html/Methods_T_Independentsoft_Exchange_SearchFolder.htm",
  7464. "Help/html/Methods_T_Independentsoft_Exchange_SearchFolderParameters.htm",
  7465. "Help/html/Methods_T_Independentsoft_Exchange_SearchMailboxesResponse.htm",
  7466. "Help/html/Methods_T_Independentsoft_Exchange_SearchableMailbox.htm",
  7467. "Help/html/Methods_T_Independentsoft_Exchange_SeekToConditionPageItemView.htm",
  7468. "Help/html/Methods_T_Independentsoft_Exchange_SendNotificationResponse.htm",
  7469. "Help/html/Methods_T_Independentsoft_Exchange_SerializableTimeZone.htm",
  7470. "Help/html/Methods_T_Independentsoft_Exchange_SerializableTimeZoneTime.htm",
  7471. "Help/html/Methods_T_Independentsoft_Exchange_ServerVersionInfo.htm",
  7472. "Help/html/Methods_T_Independentsoft_Exchange_Service.htm",
  7473. "Help/html/Methods_T_Independentsoft_Exchange_ServiceConfigurationResponse.htm",
  7474. "Help/html/Methods_T_Independentsoft_Exchange_ServiceRequestException.htm",
  7475. "Help/html/Methods_T_Independentsoft_Exchange_SmtpDomain.htm",
  7476. "Help/html/Methods_T_Independentsoft_Exchange_SourceId.htm",
  7477. "Help/html/Methods_T_Independentsoft_Exchange_StandardFolderId.htm",
  7478. "Help/html/Methods_T_Independentsoft_Exchange_StandardGroupBy.htm",
  7479. "Help/html/Methods_T_Independentsoft_Exchange_StatusEvent.htm",
  7480. "Help/html/Methods_T_Independentsoft_Exchange_StreamingEventsResponse.htm",
  7481. "Help/html/Methods_T_Independentsoft_Exchange_StreamingSubscription.htm",
  7482. "Help/html/Methods_T_Independentsoft_Exchange_StringAttributedValue.htm",
  7483. "Help/html/Methods_T_Independentsoft_Exchange_SubscribeResponse.htm",
  7484. "Help/html/Methods_T_Independentsoft_Exchange_Subscription.htm",
  7485. "Help/html/Methods_T_Independentsoft_Exchange_Suggestion.htm",
  7486. "Help/html/Methods_T_Independentsoft_Exchange_SuggestionDay.htm",
  7487. "Help/html/Methods_T_Independentsoft_Exchange_SuggestionsResponse.htm",
  7488. "Help/html/Methods_T_Independentsoft_Exchange_SuggestionsViewOptions.htm",
  7489. "Help/html/Methods_T_Independentsoft_Exchange_SuppressReadReceipt.htm",
  7490. "Help/html/Methods_T_Independentsoft_Exchange_SyncFoldersResponse.htm",
  7491. "Help/html/Methods_T_Independentsoft_Exchange_SyncItemsResponse.htm",
  7492. "Help/html/Methods_T_Independentsoft_Exchange_Task.htm",
  7493. "Help/html/Methods_T_Independentsoft_Exchange_TaskPropertyPath.htm",
  7494. "Help/html/Methods_T_Independentsoft_Exchange_TaskRecurrence.htm",
  7495. "Help/html/Methods_T_Independentsoft_Exchange_TaskSuggestion.htm",
  7496. "Help/html/Methods_T_Independentsoft_Exchange_TasksFolder.htm",
  7497. "Help/html/Methods_T_Independentsoft_Exchange_TentativelyAcceptItem.htm",
  7498. "Help/html/Methods_T_Independentsoft_Exchange_Time.htm",
  7499. "Help/html/Methods_T_Independentsoft_Exchange_TimeChange.htm",
  7500. "Help/html/Methods_T_Independentsoft_Exchange_TimeDuration.htm",
  7501. "Help/html/Methods_T_Independentsoft_Exchange_TimeZone.htm",
  7502. "Help/html/Methods_T_Independentsoft_Exchange_TimeZoneDefinition.htm",
  7503. "Help/html/Methods_T_Independentsoft_Exchange_TooBigGroupAttendeeConflict.htm",
  7504. "Help/html/Methods_T_Independentsoft_Exchange_Transition.htm",
  7505. "Help/html/Methods_T_Independentsoft_Exchange_TransitionsGroup.htm",
  7506. "Help/html/Methods_T_Independentsoft_Exchange_UnifiedMessagingConfiguration.htm",
  7507. "Help/html/Methods_T_Independentsoft_Exchange_UnifiedMessaging_CallInfo.htm",
  7508. "Help/html/Methods_T_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingProperties.htm",
  7509. "Help/html/Methods_T_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService.htm",
  7510. "Help/html/Methods_T_Independentsoft_Exchange_UnindexedPropertyPath.htm",
  7511. "Help/html/Methods_T_Independentsoft_Exchange_UnknownAttendeeConflict.htm",
  7512. "Help/html/Methods_T_Independentsoft_Exchange_UploadItem.htm",
  7513. "Help/html/Methods_T_Independentsoft_Exchange_UploadItemsResponse.htm",
  7514. "Help/html/Methods_T_Independentsoft_Exchange_UrlEntity.htm",
  7515. "Help/html/Methods_T_Independentsoft_Exchange_UserConfiguration.htm",
  7516. "Help/html/Methods_T_Independentsoft_Exchange_UserConfigurationDictionaryEntry.htm",
  7517. "Help/html/Methods_T_Independentsoft_Exchange_UserConfigurationDictionaryKey.htm",
  7518. "Help/html/Methods_T_Independentsoft_Exchange_UserConfigurationDictionaryValue.htm",
  7519. "Help/html/Methods_T_Independentsoft_Exchange_UserConfigurationName.htm",
  7520. "Help/html/Methods_T_Independentsoft_Exchange_UserId.htm",
  7521. "Help/html/Methods_T_Independentsoft_Exchange_UserMailbox.htm",
  7522. "Help/html/Methods_T_Independentsoft_Exchange_View.htm",
  7523. "Help/html/Methods_T_Independentsoft_Exchange_WeeklyRecurrencePattern.htm",
  7524. "Help/html/Methods_T_Independentsoft_Exchange_WeeklyRegeneratingPattern.htm",
  7525. "Help/html/Methods_T_Independentsoft_Exchange_WorkingHours.htm",
  7526. "Help/html/Methods_T_Independentsoft_Exchange_WorkingPeriod.htm",
  7527. "Help/html/Methods_T_Independentsoft_Exchange_YearlyRegeneratingPattern.htm",
  7528. "Help/html/Methods_T_Independentsoft_IO_StructuredStorage_CompoundFile.htm",
  7529. "Help/html/Methods_T_Independentsoft_IO_StructuredStorage_DirectoryEntry.htm",
  7530. "Help/html/Methods_T_Independentsoft_IO_StructuredStorage_DirectoryEntryList.htm",
  7531. "Help/html/Methods_T_Independentsoft_IO_StructuredStorage_InvalidFileFormatException.htm",
  7532. "Help/html/Methods_T_Independentsoft_IO_StructuredStorage_RootDirectoryEntry.htm",
  7533. "Help/html/Methods_T_Independentsoft_IO_StructuredStorage_Storage.htm",
  7534. "Help/html/Methods_T_Independentsoft_IO_StructuredStorage_Stream.htm",
  7535. "Help/html/Methods_T_Independentsoft_Json_Parser_JsonArray.htm",
  7536. "Help/html/Methods_T_Independentsoft_Json_Parser_JsonBoolean.htm",
  7537. "Help/html/Methods_T_Independentsoft_Json_Parser_JsonNull.htm",
  7538. "Help/html/Methods_T_Independentsoft_Json_Parser_JsonNumber.htm",
  7539. "Help/html/Methods_T_Independentsoft_Json_Parser_JsonObject.htm",
  7540. "Help/html/Methods_T_Independentsoft_Json_Parser_JsonParseException.htm",
  7541. "Help/html/Methods_T_Independentsoft_Json_Parser_JsonParser.htm",
  7542. "Help/html/Methods_T_Independentsoft_Json_Parser_JsonString.htm",
  7543. "Help/html/Methods_T_Independentsoft_Json_Parser_JsonUtil.htm",
  7544. "Help/html/Methods_T_Independentsoft_Json_Parser_JsonValue.htm",
  7545. "Help/html/Methods_T_Independentsoft_Json_Parser_Member.htm",
  7546. "Help/html/Methods_T_Independentsoft_Msg_Attachment.htm",
  7547. "Help/html/Methods_T_Independentsoft_Msg_ExtendedProperty.htm",
  7548. "Help/html/Methods_T_Independentsoft_Msg_ExtendedPropertyId.htm",
  7549. "Help/html/Methods_T_Independentsoft_Msg_ExtendedPropertyList.htm",
  7550. "Help/html/Methods_T_Independentsoft_Msg_ExtendedPropertyName.htm",
  7551. "Help/html/Methods_T_Independentsoft_Msg_ExtendedPropertyTag.htm",
  7552. "Help/html/Methods_T_Independentsoft_Msg_Message.htm",
  7553. "Help/html/Methods_T_Independentsoft_Msg_Recipient.htm",
  7554. "Help/html/Methods_T_Independentsoft_Msg_RecurrencePattern.htm",
  7555. "Help/html/Methods_T_Independentsoft_Msg_StandardPropertySet.htm",
  7556. "Help/html/N_Independentsoft_Email_Mime.htm",
  7557. "Help/html/N_Independentsoft_Exchange.htm",
  7558. "Help/html/N_Independentsoft_Exchange_Autodiscover.htm",
  7559. "Help/html/N_Independentsoft_Exchange_UnifiedMessaging.htm",
  7560. "Help/html/N_Independentsoft_IO_StructuredStorage.htm",
  7561. "Help/html/N_Independentsoft_Json_Parser.htm",
  7562. "Help/html/N_Independentsoft_Msg.htm",
  7563. "Help/html/Overload_Independentsoft_Email_Mime_Attachment_Save.htm",
  7564. "Help/html/Overload_Independentsoft_Email_Mime_Attachment__ctor.htm",
  7565. "Help/html/Overload_Independentsoft_Email_Mime_BodyPartList_Add.htm",
  7566. "Help/html/Overload_Independentsoft_Email_Mime_BodyPart_Save.htm",
  7567. "Help/html/Overload_Independentsoft_Email_Mime_BodyPart__ctor.htm",
  7568. "Help/html/Overload_Independentsoft_Email_Mime_ContentDisposition__ctor.htm",
  7569. "Help/html/Overload_Independentsoft_Email_Mime_ContentType__ctor.htm",
  7570. "Help/html/Overload_Independentsoft_Email_Mime_HeaderList_Item.htm",
  7571. "Help/html/Overload_Independentsoft_Email_Mime_HeaderList_Remove.htm",
  7572. "Help/html/Overload_Independentsoft_Email_Mime_Header__ctor.htm",
  7573. "Help/html/Overload_Independentsoft_Email_Mime_Mailbox__ctor.htm",
  7574. "Help/html/Overload_Independentsoft_Email_Mime_MessageFormatException__ctor.htm",
  7575. "Help/html/Overload_Independentsoft_Email_Mime_Message_GetAttachments.htm",
  7576. "Help/html/Overload_Independentsoft_Email_Mime_Message_Open.htm",
  7577. "Help/html/Overload_Independentsoft_Email_Mime_Message_Save.htm",
  7578. "Help/html/Overload_Independentsoft_Email_Mime_Message__ctor.htm",
  7579. "Help/html/Overload_Independentsoft_Email_Mime_ParameterList_Item.htm",
  7580. "Help/html/Overload_Independentsoft_Email_Mime_ParameterList_Remove.htm",
  7581. "Help/html/Overload_Independentsoft_Email_Mime_Parameter__ctor.htm",
  7582. "Help/html/Overload_Independentsoft_Exchange_AbsoluteDate__ctor.htm",
  7583. "Help/html/Overload_Independentsoft_Exchange_AbsoluteMonthlyRecurrencePattern__ctor.htm",
  7584. "Help/html/Overload_Independentsoft_Exchange_AbsoluteYearlyRecurrencePattern__ctor.htm",
  7585. "Help/html/Overload_Independentsoft_Exchange_AcceptItem__ctor.htm",
  7586. "Help/html/Overload_Independentsoft_Exchange_AcceptSharingInvitation__ctor.htm",
  7587. "Help/html/Overload_Independentsoft_Exchange_AddressListId__ctor.htm",
  7588. "Help/html/Overload_Independentsoft_Exchange_AggregateOn__ctor.htm",
  7589. "Help/html/Overload_Independentsoft_Exchange_AlternateId__ctor.htm",
  7590. "Help/html/Overload_Independentsoft_Exchange_AlternatePublicFolderId__ctor.htm",
  7591. "Help/html/Overload_Independentsoft_Exchange_AlternatePublicFolderItemId__ctor.htm",
  7592. "Help/html/Overload_Independentsoft_Exchange_And__ctor.htm",
  7593. "Help/html/Overload_Independentsoft_Exchange_Appointment__ctor.htm",
  7594. "Help/html/Overload_Independentsoft_Exchange_AttachmentId__ctor.htm",
  7595. "Help/html/Overload_Independentsoft_Exchange_AttachmentShape__ctor.htm",
  7596. "Help/html/Overload_Independentsoft_Exchange_Attendee__ctor.htm",
  7597. "Help/html/Overload_Independentsoft_Exchange_Autodiscover_AutodiscoverService_GetDomainSettings.htm",
  7598. "Help/html/Overload_Independentsoft_Exchange_Autodiscover_AutodiscoverService_GetUserSettings.htm",
  7599. "Help/html/Overload_Independentsoft_Exchange_Autodiscover_AutodiscoverService__ctor.htm",
  7600. "Help/html/Overload_Independentsoft_Exchange_Autodiscover_UserSettingList_Item.htm",
  7601. "Help/html/Overload_Independentsoft_Exchange_Body__ctor.htm",
  7602. "Help/html/Overload_Independentsoft_Exchange_CalendarFolder__ctor.htm",
  7603. "Help/html/Overload_Independentsoft_Exchange_CalendarView__ctor.htm",
  7604. "Help/html/Overload_Independentsoft_Exchange_CancelItem__ctor.htm",
  7605. "Help/html/Overload_Independentsoft_Exchange_Category__ctor.htm",
  7606. "Help/html/Overload_Independentsoft_Exchange_ClientAccessTokenRequest__ctor.htm",
  7607. "Help/html/Overload_Independentsoft_Exchange_Contact__ctor.htm",
  7608. "Help/html/Overload_Independentsoft_Exchange_ContactsFolder__ctor.htm",
  7609. "Help/html/Overload_Independentsoft_Exchange_ContactsView__ctor.htm",
  7610. "Help/html/Overload_Independentsoft_Exchange_Contains__ctor.htm",
  7611. "Help/html/Overload_Independentsoft_Exchange_ConversationRequest__ctor.htm",
  7612. "Help/html/Overload_Independentsoft_Exchange_ConversationShape__ctor.htm",
  7613. "Help/html/Overload_Independentsoft_Exchange_CustomPropertyId__ctor.htm",
  7614. "Help/html/Overload_Independentsoft_Exchange_CustomPropertyName__ctor.htm",
  7615. "Help/html/Overload_Independentsoft_Exchange_DailyRecurrencePattern__ctor.htm",
  7616. "Help/html/Overload_Independentsoft_Exchange_DailyRegeneratingPattern__ctor.htm",
  7617. "Help/html/Overload_Independentsoft_Exchange_DeclineItem__ctor.htm",
  7618. "Help/html/Overload_Independentsoft_Exchange_DelegateUser__ctor.htm",
  7619. "Help/html/Overload_Independentsoft_Exchange_DistributionListMember__ctor.htm",
  7620. "Help/html/Overload_Independentsoft_Exchange_Duration__ctor.htm",
  7621. "Help/html/Overload_Independentsoft_Exchange_EmailAddress__ctor.htm",
  7622. "Help/html/Overload_Independentsoft_Exchange_EndDateRecurrenceRange__ctor.htm",
  7623. "Help/html/Overload_Independentsoft_Exchange_EnhancedLocation__ctor.htm",
  7624. "Help/html/Overload_Independentsoft_Exchange_Excludes__ctor.htm",
  7625. "Help/html/Overload_Independentsoft_Exchange_Exists__ctor.htm",
  7626. "Help/html/Overload_Independentsoft_Exchange_ExtendedPropertyList_Item.htm",
  7627. "Help/html/Overload_Independentsoft_Exchange_ExtendedProperty__ctor.htm",
  7628. "Help/html/Overload_Independentsoft_Exchange_FileAttachment_Save.htm",
  7629. "Help/html/Overload_Independentsoft_Exchange_FileAttachment__ctor.htm",
  7630. "Help/html/Overload_Independentsoft_Exchange_Flag__ctor.htm",
  7631. "Help/html/Overload_Independentsoft_Exchange_FolderChange__ctor.htm",
  7632. "Help/html/Overload_Independentsoft_Exchange_FolderId__ctor.htm",
  7633. "Help/html/Overload_Independentsoft_Exchange_FolderShape__ctor.htm",
  7634. "Help/html/Overload_Independentsoft_Exchange_Folder__ctor.htm",
  7635. "Help/html/Overload_Independentsoft_Exchange_ForwardItem__ctor.htm",
  7636. "Help/html/Overload_Independentsoft_Exchange_FractionalPageView__ctor.htm",
  7637. "Help/html/Overload_Independentsoft_Exchange_FreeBusyViewOptions__ctor.htm",
  7638. "Help/html/Overload_Independentsoft_Exchange_GroupBy__ctor.htm",
  7639. "Help/html/Overload_Independentsoft_Exchange_Identity__ctor.htm",
  7640. "Help/html/Overload_Independentsoft_Exchange_ImGroup__ctor.htm",
  7641. "Help/html/Overload_Independentsoft_Exchange_IndexedPageView__ctor.htm",
  7642. "Help/html/Overload_Independentsoft_Exchange_IndexedPropertyPath__ctor.htm",
  7643. "Help/html/Overload_Independentsoft_Exchange_InternetMessageHeader__ctor.htm",
  7644. "Help/html/Overload_Independentsoft_Exchange_IsEqualTo__ctor.htm",
  7645. "Help/html/Overload_Independentsoft_Exchange_IsGreaterThanOrEqualTo__ctor.htm",
  7646. "Help/html/Overload_Independentsoft_Exchange_IsGreaterThan__ctor.htm",
  7647. "Help/html/Overload_Independentsoft_Exchange_IsLessThanOrEqualTo__ctor.htm",
  7648. "Help/html/Overload_Independentsoft_Exchange_IsLessThan__ctor.htm",
  7649. "Help/html/Overload_Independentsoft_Exchange_IsNotEqualTo__ctor.htm",
  7650. "Help/html/Overload_Independentsoft_Exchange_ItemAttachment__ctor.htm",
  7651. "Help/html/Overload_Independentsoft_Exchange_ItemChange__ctor.htm",
  7652. "Help/html/Overload_Independentsoft_Exchange_ItemId__ctor.htm",
  7653. "Help/html/Overload_Independentsoft_Exchange_ItemShape__ctor.htm",
  7654. "Help/html/Overload_Independentsoft_Exchange_Item__ctor.htm",
  7655. "Help/html/Overload_Independentsoft_Exchange_Journal__ctor.htm",
  7656. "Help/html/Overload_Independentsoft_Exchange_MailboxData__ctor.htm",
  7657. "Help/html/Overload_Independentsoft_Exchange_MailboxQuery__ctor.htm",
  7658. "Help/html/Overload_Independentsoft_Exchange_MailboxSearchScope__ctor.htm",
  7659. "Help/html/Overload_Independentsoft_Exchange_Mailbox__ctor.htm",
  7660. "Help/html/Overload_Independentsoft_Exchange_Message__ctor.htm",
  7661. "Help/html/Overload_Independentsoft_Exchange_MimeContent__ctor.htm",
  7662. "Help/html/Overload_Independentsoft_Exchange_MonthlyRegeneratingPattern__ctor.htm",
  7663. "Help/html/Overload_Independentsoft_Exchange_NoEndRecurrenceRange__ctor.htm",
  7664. "Help/html/Overload_Independentsoft_Exchange_Not__ctor.htm",
  7665. "Help/html/Overload_Independentsoft_Exchange_Note__ctor.htm",
  7666. "Help/html/Overload_Independentsoft_Exchange_NumberedRecurrenceRange__ctor.htm",
  7667. "Help/html/Overload_Independentsoft_Exchange_OAuthToken__ctor.htm",
  7668. "Help/html/Overload_Independentsoft_Exchange_OccurrenceItemId__ctor.htm",
  7669. "Help/html/Overload_Independentsoft_Exchange_Occurrence__ctor.htm",
  7670. "Help/html/Overload_Independentsoft_Exchange_Or__ctor.htm",
  7671. "Help/html/Overload_Independentsoft_Exchange_OutOfOffice__ctor.htm",
  7672. "Help/html/Overload_Independentsoft_Exchange_PersonaShape__ctor.htm",
  7673. "Help/html/Overload_Independentsoft_Exchange_PostReplyItem__ctor.htm",
  7674. "Help/html/Overload_Independentsoft_Exchange_Post__ctor.htm",
  7675. "Help/html/Overload_Independentsoft_Exchange_PreviewItemShape__ctor.htm",
  7676. "Help/html/Overload_Independentsoft_Exchange_PropertyId__ctor.htm",
  7677. "Help/html/Overload_Independentsoft_Exchange_PropertyName__ctor.htm",
  7678. "Help/html/Overload_Independentsoft_Exchange_PropertyOrder__ctor.htm",
  7679. "Help/html/Overload_Independentsoft_Exchange_PropertyTag__ctor.htm",
  7680. "Help/html/Overload_Independentsoft_Exchange_Property__ctor.htm",
  7681. "Help/html/Overload_Independentsoft_Exchange_PullSubscription__ctor.htm",
  7682. "Help/html/Overload_Independentsoft_Exchange_PushSubscription__ctor.htm",
  7683. "Help/html/Overload_Independentsoft_Exchange_QueryString__ctor.htm",
  7684. "Help/html/Overload_Independentsoft_Exchange_Recurrence__ctor.htm",
  7685. "Help/html/Overload_Independentsoft_Exchange_RecurringMasterItemId__ctor.htm",
  7686. "Help/html/Overload_Independentsoft_Exchange_RelativeMonthlyRecurrencePattern__ctor.htm",
  7687. "Help/html/Overload_Independentsoft_Exchange_RelativeYearlyRecurrencePattern__ctor.htm",
  7688. "Help/html/Overload_Independentsoft_Exchange_ReminderItemAction__ctor.htm",
  7689. "Help/html/Overload_Independentsoft_Exchange_RemoveItem__ctor.htm",
  7690. "Help/html/Overload_Independentsoft_Exchange_ReplyAllItem__ctor.htm",
  7691. "Help/html/Overload_Independentsoft_Exchange_ReplyBody__ctor.htm",
  7692. "Help/html/Overload_Independentsoft_Exchange_ReplyItem__ctor.htm",
  7693. "Help/html/Overload_Independentsoft_Exchange_RetentionTag__ctor.htm",
  7694. "Help/html/Overload_Independentsoft_Exchange_SearchFolderParameters__ctor.htm",
  7695. "Help/html/Overload_Independentsoft_Exchange_SearchFolder__ctor.htm",
  7696. "Help/html/Overload_Independentsoft_Exchange_SeekToConditionPageItemView__ctor.htm",
  7697. "Help/html/Overload_Independentsoft_Exchange_SerializableTimeZoneTime__ctor.htm",
  7698. "Help/html/Overload_Independentsoft_Exchange_SerializableTimeZone__ctor.htm",
  7699. "Help/html/Overload_Independentsoft_Exchange_Service_AcceptMeetingRequest.htm",
  7700. "Help/html/Overload_Independentsoft_Exchange_Service_AddDelegate.htm",
  7701. "Help/html/Overload_Independentsoft_Exchange_Service_AddNewImContactToGroup.htm",
  7702. "Help/html/Overload_Independentsoft_Exchange_Service_ApplyConversationAction.htm",
  7703. "Help/html/Overload_Independentsoft_Exchange_Service_ArchiveItem.htm",
  7704. "Help/html/Overload_Independentsoft_Exchange_Service_CancelMeetingRequest.htm",
  7705. "Help/html/Overload_Independentsoft_Exchange_Service_ConvertId.htm",
  7706. "Help/html/Overload_Independentsoft_Exchange_Service_CopyFolder.htm",
  7707. "Help/html/Overload_Independentsoft_Exchange_Service_CopyItem.htm",
  7708. "Help/html/Overload_Independentsoft_Exchange_Service_CreateAttachment.htm",
  7709. "Help/html/Overload_Independentsoft_Exchange_Service_CreateCalendarOptions.htm",
  7710. "Help/html/Overload_Independentsoft_Exchange_Service_CreateCategoryList.htm",
  7711. "Help/html/Overload_Independentsoft_Exchange_Service_CreateFolder.htm",
  7712. "Help/html/Overload_Independentsoft_Exchange_Service_CreateFolderPath.htm",
  7713. "Help/html/Overload_Independentsoft_Exchange_Service_CreateItem.htm",
  7714. "Help/html/Overload_Independentsoft_Exchange_Service_CreateManagedFolder.htm",
  7715. "Help/html/Overload_Independentsoft_Exchange_Service_CreateOwaOptions.htm",
  7716. "Help/html/Overload_Independentsoft_Exchange_Service_CreateRetentionSettings.htm",
  7717. "Help/html/Overload_Independentsoft_Exchange_Service_CreateRule.htm",
  7718. "Help/html/Overload_Independentsoft_Exchange_Service_DeclineMeetingRequest.htm",
  7719. "Help/html/Overload_Independentsoft_Exchange_Service_DeleteAttachment.htm",
  7720. "Help/html/Overload_Independentsoft_Exchange_Service_DeleteCalendarOptions.htm",
  7721. "Help/html/Overload_Independentsoft_Exchange_Service_DeleteCategoryList.htm",
  7722. "Help/html/Overload_Independentsoft_Exchange_Service_DeleteFolder.htm",
  7723. "Help/html/Overload_Independentsoft_Exchange_Service_DeleteItem.htm",
  7724. "Help/html/Overload_Independentsoft_Exchange_Service_DeleteOwaOptions.htm",
  7725. "Help/html/Overload_Independentsoft_Exchange_Service_DeleteRetentionSettings.htm",
  7726. "Help/html/Overload_Independentsoft_Exchange_Service_DeleteRule.htm",
  7727. "Help/html/Overload_Independentsoft_Exchange_Service_DisableApp.htm",
  7728. "Help/html/Overload_Independentsoft_Exchange_Service_EmptyFolder.htm",
  7729. "Help/html/Overload_Independentsoft_Exchange_Service_ExpandDistributionList.htm",
  7730. "Help/html/Overload_Independentsoft_Exchange_Service_ExportItems.htm",
  7731. "Help/html/Overload_Independentsoft_Exchange_Service_FindConversation.htm",
  7732. "Help/html/Overload_Independentsoft_Exchange_Service_FindFolder.htm",
  7733. "Help/html/Overload_Independentsoft_Exchange_Service_FindItem.htm",
  7734. "Help/html/Overload_Independentsoft_Exchange_Service_FindMessageTrackingReport.htm",
  7735. "Help/html/Overload_Independentsoft_Exchange_Service_FindPeople.htm",
  7736. "Help/html/Overload_Independentsoft_Exchange_Service_Forward.htm",
  7737. "Help/html/Overload_Independentsoft_Exchange_Service_GetAppointment.htm",
  7738. "Help/html/Overload_Independentsoft_Exchange_Service_GetAttachment.htm",
  7739. "Help/html/Overload_Independentsoft_Exchange_Service_GetAttachments.htm",
  7740. "Help/html/Overload_Independentsoft_Exchange_Service_GetAuthorizationCodeRequestUri.htm",
  7741. "Help/html/Overload_Independentsoft_Exchange_Service_GetAvailability.htm",
  7742. "Help/html/Overload_Independentsoft_Exchange_Service_GetCalendarOptions.htm",
  7743. "Help/html/Overload_Independentsoft_Exchange_Service_GetCategoryList.htm",
  7744. "Help/html/Overload_Independentsoft_Exchange_Service_GetClientAccessToken.htm",
  7745. "Help/html/Overload_Independentsoft_Exchange_Service_GetContact.htm",
  7746. "Help/html/Overload_Independentsoft_Exchange_Service_GetConversationItems.htm",
  7747. "Help/html/Overload_Independentsoft_Exchange_Service_GetDelegate.htm",
  7748. "Help/html/Overload_Independentsoft_Exchange_Service_GetDiscoverySearchConfiguration.htm",
  7749. "Help/html/Overload_Independentsoft_Exchange_Service_GetDistributionList.htm",
  7750. "Help/html/Overload_Independentsoft_Exchange_Service_GetEvents.htm",
  7751. "Help/html/Overload_Independentsoft_Exchange_Service_GetFolder.htm",
  7752. "Help/html/Overload_Independentsoft_Exchange_Service_GetFolders.htm",
  7753. "Help/html/Overload_Independentsoft_Exchange_Service_GetImItemList.htm",
  7754. "Help/html/Overload_Independentsoft_Exchange_Service_GetImItems.htm",
  7755. "Help/html/Overload_Independentsoft_Exchange_Service_GetItem.htm",
  7756. "Help/html/Overload_Independentsoft_Exchange_Service_GetItems.htm",
  7757. "Help/html/Overload_Independentsoft_Exchange_Service_GetJournal.htm",
  7758. "Help/html/Overload_Independentsoft_Exchange_Service_GetMailTips.htm",
  7759. "Help/html/Overload_Independentsoft_Exchange_Service_GetMeetingCancellation.htm",
  7760. "Help/html/Overload_Independentsoft_Exchange_Service_GetMeetingMessage.htm",
  7761. "Help/html/Overload_Independentsoft_Exchange_Service_GetMeetingRequest.htm",
  7762. "Help/html/Overload_Independentsoft_Exchange_Service_GetMeetingResponse.htm",
  7763. "Help/html/Overload_Independentsoft_Exchange_Service_GetMessage.htm",
  7764. "Help/html/Overload_Independentsoft_Exchange_Service_GetMessageFile.htm",
  7765. "Help/html/Overload_Independentsoft_Exchange_Service_GetMessageTrackingReport.htm",
  7766. "Help/html/Overload_Independentsoft_Exchange_Service_GetNonIndexableItemDetails.htm",
  7767. "Help/html/Overload_Independentsoft_Exchange_Service_GetNonIndexableItemStatistics.htm",
  7768. "Help/html/Overload_Independentsoft_Exchange_Service_GetNote.htm",
  7769. "Help/html/Overload_Independentsoft_Exchange_Service_GetOAuthTokenWithAuthorizationCode.htm",
  7770. "Help/html/Overload_Independentsoft_Exchange_Service_GetOAuthTokenWithUsernamePassword.htm",
  7771. "Help/html/Overload_Independentsoft_Exchange_Service_GetOutOfOffice.htm",
  7772. "Help/html/Overload_Independentsoft_Exchange_Service_GetOwaOptions.htm",
  7773. "Help/html/Overload_Independentsoft_Exchange_Service_GetPost.htm",
  7774. "Help/html/Overload_Independentsoft_Exchange_Service_GetReminders.htm",
  7775. "Help/html/Overload_Independentsoft_Exchange_Service_GetRetentionSettings.htm",
  7776. "Help/html/Overload_Independentsoft_Exchange_Service_GetRules.htm",
  7777. "Help/html/Overload_Independentsoft_Exchange_Service_GetSearchableMailboxes.htm",
  7778. "Help/html/Overload_Independentsoft_Exchange_Service_GetServerTimeZones.htm",
  7779. "Help/html/Overload_Independentsoft_Exchange_Service_GetServiceConfiguration.htm",
  7780. "Help/html/Overload_Independentsoft_Exchange_Service_GetSharingFolder.htm",
  7781. "Help/html/Overload_Independentsoft_Exchange_Service_GetSignInRequestUri.htm",
  7782. "Help/html/Overload_Independentsoft_Exchange_Service_GetStreamingEvents.htm",
  7783. "Help/html/Overload_Independentsoft_Exchange_Service_GetTask.htm",
  7784. "Help/html/Overload_Independentsoft_Exchange_Service_GetUserConfiguration.htm",
  7785. "Help/html/Overload_Independentsoft_Exchange_Service_MarkAllItemsAsRead.htm",
  7786. "Help/html/Overload_Independentsoft_Exchange_Service_MarkAsJunk.htm",
  7787. "Help/html/Overload_Independentsoft_Exchange_Service_MoveFolder.htm",
  7788. "Help/html/Overload_Independentsoft_Exchange_Service_MoveItem.htm",
  7789. "Help/html/Overload_Independentsoft_Exchange_Service_PerformReminderAction.htm",
  7790. "Help/html/Overload_Independentsoft_Exchange_Service_RefreshOAuthToken.htm",
  7791. "Help/html/Overload_Independentsoft_Exchange_Service_RemoveDelegate.htm",
  7792. "Help/html/Overload_Independentsoft_Exchange_Service_Reply.htm",
  7793. "Help/html/Overload_Independentsoft_Exchange_Service_ReplyToAll.htm",
  7794. "Help/html/Overload_Independentsoft_Exchange_Service_ResolveNames.htm",
  7795. "Help/html/Overload_Independentsoft_Exchange_Service_SearchMailboxes.htm",
  7796. "Help/html/Overload_Independentsoft_Exchange_Service_Send.htm",
  7797. "Help/html/Overload_Independentsoft_Exchange_Service_SendMeetingRequest.htm",
  7798. "Help/html/Overload_Independentsoft_Exchange_Service_SetHoldOnMailboxes.htm",
  7799. "Help/html/Overload_Independentsoft_Exchange_Service_SetOutOfOffice.htm",
  7800. "Help/html/Overload_Independentsoft_Exchange_Service_SyncFolders.htm",
  7801. "Help/html/Overload_Independentsoft_Exchange_Service_SyncItems.htm",
  7802. "Help/html/Overload_Independentsoft_Exchange_Service_TentativelyAcceptMeetingRequest.htm",
  7803. "Help/html/Overload_Independentsoft_Exchange_Service_UpdateCalendarOptions.htm",
  7804. "Help/html/Overload_Independentsoft_Exchange_Service_UpdateCategoryList.htm",
  7805. "Help/html/Overload_Independentsoft_Exchange_Service_UpdateDelegate.htm",
  7806. "Help/html/Overload_Independentsoft_Exchange_Service_UpdateFolder.htm",
  7807. "Help/html/Overload_Independentsoft_Exchange_Service_UpdateItem.htm",
  7808. "Help/html/Overload_Independentsoft_Exchange_Service_UpdateOwaOptions.htm",
  7809. "Help/html/Overload_Independentsoft_Exchange_Service_UpdateRetentionSettings.htm",
  7810. "Help/html/Overload_Independentsoft_Exchange_Service_UpdateRule.htm",
  7811. "Help/html/Overload_Independentsoft_Exchange_Service_UploadItems.htm",
  7812. "Help/html/Overload_Independentsoft_Exchange_Service__ctor.htm",
  7813. "Help/html/Overload_Independentsoft_Exchange_StandardFolderId__ctor.htm",
  7814. "Help/html/Overload_Independentsoft_Exchange_StandardGroupBy__ctor.htm",
  7815. "Help/html/Overload_Independentsoft_Exchange_StreamingEventsResponse__ctor.htm",
  7816. "Help/html/Overload_Independentsoft_Exchange_StreamingSubscription__ctor.htm",
  7817. "Help/html/Overload_Independentsoft_Exchange_SuggestionDay__ctor.htm",
  7818. "Help/html/Overload_Independentsoft_Exchange_Suggestion__ctor.htm",
  7819. "Help/html/Overload_Independentsoft_Exchange_SuggestionsViewOptions__ctor.htm",
  7820. "Help/html/Overload_Independentsoft_Exchange_SuppressReadReceipt__ctor.htm",
  7821. "Help/html/Overload_Independentsoft_Exchange_TaskRecurrence__ctor.htm",
  7822. "Help/html/Overload_Independentsoft_Exchange_Task__ctor.htm",
  7823. "Help/html/Overload_Independentsoft_Exchange_TasksFolder__ctor.htm",
  7824. "Help/html/Overload_Independentsoft_Exchange_TentativelyAcceptItem__ctor.htm",
  7825. "Help/html/Overload_Independentsoft_Exchange_TimeChange__ctor.htm",
  7826. "Help/html/Overload_Independentsoft_Exchange_TimeDuration__ctor.htm",
  7827. "Help/html/Overload_Independentsoft_Exchange_TimeZone__ctor.htm",
  7828. "Help/html/Overload_Independentsoft_Exchange_Time__ctor.htm",
  7829. "Help/html/Overload_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService__ctor.htm",
  7830. "Help/html/Overload_Independentsoft_Exchange_UnindexedPropertyPath__ctor.htm",
  7831. "Help/html/Overload_Independentsoft_Exchange_UploadItem__ctor.htm",
  7832. "Help/html/Overload_Independentsoft_Exchange_UserConfigurationDictionaryEntry__ctor.htm",
  7833. "Help/html/Overload_Independentsoft_Exchange_UserConfigurationDictionaryKey__ctor.htm",
  7834. "Help/html/Overload_Independentsoft_Exchange_UserConfigurationDictionaryValue__ctor.htm",
  7835. "Help/html/Overload_Independentsoft_Exchange_UserConfigurationName__ctor.htm",
  7836. "Help/html/Overload_Independentsoft_Exchange_UserConfiguration__ctor.htm",
  7837. "Help/html/Overload_Independentsoft_Exchange_UserId__ctor.htm",
  7838. "Help/html/Overload_Independentsoft_Exchange_UserMailbox__ctor.htm",
  7839. "Help/html/Overload_Independentsoft_Exchange_WeeklyRecurrencePattern__ctor.htm",
  7840. "Help/html/Overload_Independentsoft_Exchange_WeeklyRegeneratingPattern__ctor.htm",
  7841. "Help/html/Overload_Independentsoft_Exchange_YearlyRegeneratingPattern__ctor.htm",
  7842. "Help/html/Overload_Independentsoft_IO_StructuredStorage_CompoundFile_Open.htm",
  7843. "Help/html/Overload_Independentsoft_IO_StructuredStorage_CompoundFile_Save.htm",
  7844. "Help/html/Overload_Independentsoft_IO_StructuredStorage_CompoundFile__ctor.htm",
  7845. "Help/html/Overload_Independentsoft_IO_StructuredStorage_DirectoryEntryList_Item.htm",
  7846. "Help/html/Overload_Independentsoft_IO_StructuredStorage_InvalidFileFormatException__ctor.htm",
  7847. "Help/html/Overload_Independentsoft_IO_StructuredStorage_Storage__ctor.htm",
  7848. "Help/html/Overload_Independentsoft_IO_StructuredStorage_Stream_Load.htm",
  7849. "Help/html/Overload_Independentsoft_IO_StructuredStorage_Stream_Save.htm",
  7850. "Help/html/Overload_Independentsoft_IO_StructuredStorage_Stream__ctor.htm",
  7851. "Help/html/Overload_Independentsoft_Json_Parser_JsonNumber__ctor.htm",
  7852. "Help/html/Overload_Independentsoft_Json_Parser_Member__ctor.htm",
  7853. "Help/html/Overload_Independentsoft_Msg_Attachment_Save.htm",
  7854. "Help/html/Overload_Independentsoft_Msg_Attachment__ctor.htm",
  7855. "Help/html/Overload_Independentsoft_Msg_ExtendedPropertyId__ctor.htm",
  7856. "Help/html/Overload_Independentsoft_Msg_ExtendedPropertyList_Item.htm",
  7857. "Help/html/Overload_Independentsoft_Msg_ExtendedPropertyName__ctor.htm",
  7858. "Help/html/Overload_Independentsoft_Msg_ExtendedProperty__ctor.htm",
  7859. "Help/html/Overload_Independentsoft_Msg_Message_Open.htm",
  7860. "Help/html/Overload_Independentsoft_Msg_Message_Save.htm",
  7861. "Help/html/Overload_Independentsoft_Msg_Message__ctor.htm",
  7862. "Help/html/Overload_Independentsoft_Msg_RecurrencePattern__ctor.htm",
  7863. "Help/html/P_Independentsoft_Email_Mime_Attachment_ContentDescription.htm",
  7864. "Help/html/P_Independentsoft_Email_Mime_Attachment_ContentDisposition.htm",
  7865. "Help/html/P_Independentsoft_Email_Mime_Attachment_ContentID.htm",
  7866. "Help/html/P_Independentsoft_Email_Mime_Attachment_ContentLocation.htm",
  7867. "Help/html/P_Independentsoft_Email_Mime_Attachment_ContentType.htm",
  7868. "Help/html/P_Independentsoft_Email_Mime_Attachment_Name.htm",
  7869. "Help/html/P_Independentsoft_Email_Mime_BodyPart_Body.htm",
  7870. "Help/html/P_Independentsoft_Email_Mime_BodyPart_BodyParts.htm",
  7871. "Help/html/P_Independentsoft_Email_Mime_BodyPart_ContentDescription.htm",
  7872. "Help/html/P_Independentsoft_Email_Mime_BodyPart_ContentDisposition.htm",
  7873. "Help/html/P_Independentsoft_Email_Mime_BodyPart_ContentID.htm",
  7874. "Help/html/P_Independentsoft_Email_Mime_BodyPart_ContentLocation.htm",
  7875. "Help/html/P_Independentsoft_Email_Mime_BodyPart_ContentTransferEncoding.htm",
  7876. "Help/html/P_Independentsoft_Email_Mime_BodyPart_ContentType.htm",
  7877. "Help/html/P_Independentsoft_Email_Mime_BodyPart_EmbeddedMessage.htm",
  7878. "Help/html/P_Independentsoft_Email_Mime_BodyPart_HeaderCharSet.htm",
  7879. "Help/html/P_Independentsoft_Email_Mime_BodyPart_HeaderEncoding.htm",
  7880. "Help/html/P_Independentsoft_Email_Mime_BodyPart_Headers.htm",
  7881. "Help/html/P_Independentsoft_Email_Mime_ContentDisposition_Parameters.htm",
  7882. "Help/html/P_Independentsoft_Email_Mime_ContentDisposition_Type.htm",
  7883. "Help/html/P_Independentsoft_Email_Mime_ContentType_CharSet.htm",
  7884. "Help/html/P_Independentsoft_Email_Mime_ContentType_Parameters.htm",
  7885. "Help/html/P_Independentsoft_Email_Mime_ContentType_SubType.htm",
  7886. "Help/html/P_Independentsoft_Email_Mime_ContentType_Type.htm",
  7887. "Help/html/P_Independentsoft_Email_Mime_HeaderList_Item.htm",
  7888. "Help/html/P_Independentsoft_Email_Mime_HeaderList_Item_1.htm",
  7889. "Help/html/P_Independentsoft_Email_Mime_Header_Name.htm",
  7890. "Help/html/P_Independentsoft_Email_Mime_Header_Value.htm",
  7891. "Help/html/P_Independentsoft_Email_Mime_Mailbox_EmailAddress.htm",
  7892. "Help/html/P_Independentsoft_Email_Mime_Mailbox_Name.htm",
  7893. "Help/html/P_Independentsoft_Email_Mime_Message_Bcc.htm",
  7894. "Help/html/P_Independentsoft_Email_Mime_Message_Body.htm",
  7895. "Help/html/P_Independentsoft_Email_Mime_Message_BodyParts.htm",
  7896. "Help/html/P_Independentsoft_Email_Mime_Message_Cc.htm",
  7897. "Help/html/P_Independentsoft_Email_Mime_Message_Comments.htm",
  7898. "Help/html/P_Independentsoft_Email_Mime_Message_ContentDescription.htm",
  7899. "Help/html/P_Independentsoft_Email_Mime_Message_ContentDisposition.htm",
  7900. "Help/html/P_Independentsoft_Email_Mime_Message_ContentID.htm",
  7901. "Help/html/P_Independentsoft_Email_Mime_Message_ContentLocation.htm",
  7902. "Help/html/P_Independentsoft_Email_Mime_Message_ContentTransferEncoding.htm",
  7903. "Help/html/P_Independentsoft_Email_Mime_Message_ContentType.htm",
  7904. "Help/html/P_Independentsoft_Email_Mime_Message_Date.htm",
  7905. "Help/html/P_Independentsoft_Email_Mime_Message_EmbeddedMessage.htm",
  7906. "Help/html/P_Independentsoft_Email_Mime_Message_From.htm",
  7907. "Help/html/P_Independentsoft_Email_Mime_Message_HeaderCharSet.htm",
  7908. "Help/html/P_Independentsoft_Email_Mime_Message_HeaderEncoding.htm",
  7909. "Help/html/P_Independentsoft_Email_Mime_Message_Headers.htm",
  7910. "Help/html/P_Independentsoft_Email_Mime_Message_InReplyTo.htm",
  7911. "Help/html/P_Independentsoft_Email_Mime_Message_Keywords.htm",
  7912. "Help/html/P_Independentsoft_Email_Mime_Message_MessageID.htm",
  7913. "Help/html/P_Independentsoft_Email_Mime_Message_MimeVersion.htm",
  7914. "Help/html/P_Independentsoft_Email_Mime_Message_References.htm",
  7915. "Help/html/P_Independentsoft_Email_Mime_Message_ReplyTo.htm",
  7916. "Help/html/P_Independentsoft_Email_Mime_Message_ResentDate.htm",
  7917. "Help/html/P_Independentsoft_Email_Mime_Message_ResentFrom.htm",
  7918. "Help/html/P_Independentsoft_Email_Mime_Message_ResentMessageID.htm",
  7919. "Help/html/P_Independentsoft_Email_Mime_Message_ResentSender.htm",
  7920. "Help/html/P_Independentsoft_Email_Mime_Message_ReturnPath.htm",
  7921. "Help/html/P_Independentsoft_Email_Mime_Message_Sender.htm",
  7922. "Help/html/P_Independentsoft_Email_Mime_Message_Subject.htm",
  7923. "Help/html/P_Independentsoft_Email_Mime_Message_To.htm",
  7924. "Help/html/P_Independentsoft_Email_Mime_ParameterList_Item.htm",
  7925. "Help/html/P_Independentsoft_Email_Mime_Parameter_Name.htm",
  7926. "Help/html/P_Independentsoft_Email_Mime_Parameter_Value.htm",
  7927. "Help/html/P_Independentsoft_Exchange_AbsoluteDateTransition_Date.htm",
  7928. "Help/html/P_Independentsoft_Exchange_AbsoluteDate_Date.htm",
  7929. "Help/html/P_Independentsoft_Exchange_AbsoluteMonthlyRecurrencePattern_DayOfMonth.htm",
  7930. "Help/html/P_Independentsoft_Exchange_AbsoluteMonthlyRecurrencePattern_Interval.htm",
  7931. "Help/html/P_Independentsoft_Exchange_AbsoluteYearlyRecurrencePattern_DayOfMonth.htm",
  7932. "Help/html/P_Independentsoft_Exchange_AbsoluteYearlyRecurrencePattern_Month.htm",
  7933. "Help/html/P_Independentsoft_Exchange_AddressEntity_Address.htm",
  7934. "Help/html/P_Independentsoft_Exchange_AddressEntity_Position.htm",
  7935. "Help/html/P_Independentsoft_Exchange_AddressListId_Id.htm",
  7936. "Help/html/P_Independentsoft_Exchange_AggregateOn_Aggregate.htm",
  7937. "Help/html/P_Independentsoft_Exchange_AggregateOn_PropertyPath.htm",
  7938. "Help/html/P_Independentsoft_Exchange_AlternateId_FolderId.htm",
  7939. "Help/html/P_Independentsoft_Exchange_AlternateId_Format.htm",
  7940. "Help/html/P_Independentsoft_Exchange_AlternateId_Id.htm",
  7941. "Help/html/P_Independentsoft_Exchange_AlternateId_ItemId.htm",
  7942. "Help/html/P_Independentsoft_Exchange_AlternateId_Mailbox.htm",
  7943. "Help/html/P_Independentsoft_Exchange_AlternatePublicFolderId_FolderId.htm",
  7944. "Help/html/P_Independentsoft_Exchange_AlternatePublicFolderId_Format.htm",
  7945. "Help/html/P_Independentsoft_Exchange_AlternatePublicFolderItemId_FolderId.htm",
  7946. "Help/html/P_Independentsoft_Exchange_AlternatePublicFolderItemId_Format.htm",
  7947. "Help/html/P_Independentsoft_Exchange_AlternatePublicFolderItemId_ItemId.htm",
  7948. "Help/html/P_Independentsoft_Exchange_AppointmentPropertyPath_AllPropertyPaths.htm",
  7949. "Help/html/P_Independentsoft_Exchange_Appointment_AdjacentMeetingCount.htm",
  7950. "Help/html/P_Independentsoft_Exchange_Appointment_AdjacentMeetings.htm",
  7951. "Help/html/P_Independentsoft_Exchange_Appointment_AllowNewTimeProposal.htm",
  7952. "Help/html/P_Independentsoft_Exchange_Appointment_BusyStatus.htm",
  7953. "Help/html/P_Independentsoft_Exchange_Appointment_CommonEndTime.htm",
  7954. "Help/html/P_Independentsoft_Exchange_Appointment_CommonStartTime.htm",
  7955. "Help/html/P_Independentsoft_Exchange_Appointment_ConferenceType.htm",
  7956. "Help/html/P_Independentsoft_Exchange_Appointment_ConflictingMeetingCount.htm",
  7957. "Help/html/P_Independentsoft_Exchange_Appointment_ConflictingMeetings.htm",
  7958. "Help/html/P_Independentsoft_Exchange_Appointment_DateTimeStamp.htm",
  7959. "Help/html/P_Independentsoft_Exchange_Appointment_DeletedOccurrences.htm",
  7960. "Help/html/P_Independentsoft_Exchange_Appointment_Duration.htm",
  7961. "Help/html/P_Independentsoft_Exchange_Appointment_EndTime.htm",
  7962. "Help/html/P_Independentsoft_Exchange_Appointment_EndTimeZone.htm",
  7963. "Help/html/P_Independentsoft_Exchange_Appointment_EndWallClock.htm",
  7964. "Help/html/P_Independentsoft_Exchange_Appointment_EnhancedLocation.htm",
  7965. "Help/html/P_Independentsoft_Exchange_Appointment_FirstOccurrence.htm",
  7966. "Help/html/P_Independentsoft_Exchange_Appointment_InstanceType.htm",
  7967. "Help/html/P_Independentsoft_Exchange_Appointment_IsAllDayEvent.htm",
  7968. "Help/html/P_Independentsoft_Exchange_Appointment_IsCancelled.htm",
  7969. "Help/html/P_Independentsoft_Exchange_Appointment_IsMeeting.htm",
  7970. "Help/html/P_Independentsoft_Exchange_Appointment_IsOnlineMeeting.htm",
  7971. "Help/html/P_Independentsoft_Exchange_Appointment_IsPrivate.htm",
  7972. "Help/html/P_Independentsoft_Exchange_Appointment_IsRecurring.htm",
  7973. "Help/html/P_Independentsoft_Exchange_Appointment_IsResponseRequested.htm",
  7974. "Help/html/P_Independentsoft_Exchange_Appointment_JoinOnlineMeetingUrl.htm",
  7975. "Help/html/P_Independentsoft_Exchange_Appointment_Label.htm",
  7976. "Help/html/P_Independentsoft_Exchange_Appointment_LastOccurrence.htm",
  7977. "Help/html/P_Independentsoft_Exchange_Appointment_LegacyFreeBusyStatus.htm",
  7978. "Help/html/P_Independentsoft_Exchange_Appointment_Location.htm",
  7979. "Help/html/P_Independentsoft_Exchange_Appointment_MeetingRequestWasSent.htm",
  7980. "Help/html/P_Independentsoft_Exchange_Appointment_MeetingStatus.htm",
  7981. "Help/html/P_Independentsoft_Exchange_Appointment_MeetingTimeZone.htm",
  7982. "Help/html/P_Independentsoft_Exchange_Appointment_MeetingWorkspaceUrl.htm",
  7983. "Help/html/P_Independentsoft_Exchange_Appointment_ModifiedOccurrences.htm",
  7984. "Help/html/P_Independentsoft_Exchange_Appointment_MyResponse.htm",
  7985. "Help/html/P_Independentsoft_Exchange_Appointment_NetShowUrl.htm",
  7986. "Help/html/P_Independentsoft_Exchange_Appointment_OnlineMeetingSettings.htm",
  7987. "Help/html/P_Independentsoft_Exchange_Appointment_OptionalAttendees.htm",
  7988. "Help/html/P_Independentsoft_Exchange_Appointment_Organizer.htm",
  7989. "Help/html/P_Independentsoft_Exchange_Appointment_OriginalStartTime.htm",
  7990. "Help/html/P_Independentsoft_Exchange_Appointment_Priority.htm",
  7991. "Help/html/P_Independentsoft_Exchange_Appointment_Recurrence.htm",
  7992. "Help/html/P_Independentsoft_Exchange_Appointment_RecurrenceEnd.htm",
  7993. "Help/html/P_Independentsoft_Exchange_Appointment_RecurrenceId.htm",
  7994. "Help/html/P_Independentsoft_Exchange_Appointment_RecurrencePattern.htm",
  7995. "Help/html/P_Independentsoft_Exchange_Appointment_RecurrenceStart.htm",
  7996. "Help/html/P_Independentsoft_Exchange_Appointment_ReminderNextTime.htm",
  7997. "Help/html/P_Independentsoft_Exchange_Appointment_ReminderOverrideDefault.htm",
  7998. "Help/html/P_Independentsoft_Exchange_Appointment_ReminderPlaySound.htm",
  7999. "Help/html/P_Independentsoft_Exchange_Appointment_ReminderSoundFile.htm",
  8000. "Help/html/P_Independentsoft_Exchange_Appointment_ReplyTime.htm",
  8001. "Help/html/P_Independentsoft_Exchange_Appointment_RequiredAttendees.htm",
  8002. "Help/html/P_Independentsoft_Exchange_Appointment_Resources.htm",
  8003. "Help/html/P_Independentsoft_Exchange_Appointment_ResponseStatus.htm",
  8004. "Help/html/P_Independentsoft_Exchange_Appointment_SequenceNumber.htm",
  8005. "Help/html/P_Independentsoft_Exchange_Appointment_StartTime.htm",
  8006. "Help/html/P_Independentsoft_Exchange_Appointment_StartTimeZone.htm",
  8007. "Help/html/P_Independentsoft_Exchange_Appointment_StartWallClock.htm",
  8008. "Help/html/P_Independentsoft_Exchange_Appointment_State.htm",
  8009. "Help/html/P_Independentsoft_Exchange_Appointment_TimeZone.htm",
  8010. "Help/html/P_Independentsoft_Exchange_Appointment_Uid.htm",
  8011. "Help/html/P_Independentsoft_Exchange_Appointment_When.htm",
  8012. "Help/html/P_Independentsoft_Exchange_AttachmentId_Id.htm",
  8013. "Help/html/P_Independentsoft_Exchange_AttachmentId_RootItemChangeKey.htm",
  8014. "Help/html/P_Independentsoft_Exchange_AttachmentId_RootItemId.htm",
  8015. "Help/html/P_Independentsoft_Exchange_AttachmentInfo_ContentId.htm",
  8016. "Help/html/P_Independentsoft_Exchange_AttachmentInfo_ContentLocation.htm",
  8017. "Help/html/P_Independentsoft_Exchange_AttachmentInfo_ContentType.htm",
  8018. "Help/html/P_Independentsoft_Exchange_AttachmentInfo_Id.htm",
  8019. "Help/html/P_Independentsoft_Exchange_AttachmentInfo_IsInline.htm",
  8020. "Help/html/P_Independentsoft_Exchange_AttachmentInfo_LastModifiedTime.htm",
  8021. "Help/html/P_Independentsoft_Exchange_AttachmentInfo_Name.htm",
  8022. "Help/html/P_Independentsoft_Exchange_AttachmentInfo_Size.htm",
  8023. "Help/html/P_Independentsoft_Exchange_AttachmentShape_BodyType.htm",
  8024. "Help/html/P_Independentsoft_Exchange_AttachmentShape_FilterHtmlContent.htm",
  8025. "Help/html/P_Independentsoft_Exchange_AttachmentShape_IncludeMimeContent.htm",
  8026. "Help/html/P_Independentsoft_Exchange_AttachmentShape_PropertyPaths.htm",
  8027. "Help/html/P_Independentsoft_Exchange_Attachment_AttachmentId.htm",
  8028. "Help/html/P_Independentsoft_Exchange_Attachment_ContentId.htm",
  8029. "Help/html/P_Independentsoft_Exchange_Attachment_ContentLocation.htm",
  8030. "Help/html/P_Independentsoft_Exchange_Attachment_ContentType.htm",
  8031. "Help/html/P_Independentsoft_Exchange_Attachment_IsInline.htm",
  8032. "Help/html/P_Independentsoft_Exchange_Attachment_LastModifiedTime.htm",
  8033. "Help/html/P_Independentsoft_Exchange_Attachment_Name.htm",
  8034. "Help/html/P_Independentsoft_Exchange_Attachment_Size.htm",
  8035. "Help/html/P_Independentsoft_Exchange_Attendee_LastResponseTime.htm",
  8036. "Help/html/P_Independentsoft_Exchange_Attendee_Mailbox.htm",
  8037. "Help/html/P_Independentsoft_Exchange_Attendee_ResponseType.htm",
  8038. "Help/html/P_Independentsoft_Exchange_Autodiscover_Account_Action.htm",
  8039. "Help/html/P_Independentsoft_Exchange_Autodiscover_Account_Error.htm",
  8040. "Help/html/P_Independentsoft_Exchange_Autodiscover_Account_ExchangeProtocol.htm",
  8041. "Help/html/P_Independentsoft_Exchange_Autodiscover_Account_ExchangeProxyProtocol.htm",
  8042. "Help/html/P_Independentsoft_Exchange_Autodiscover_Account_ImagePath.htm",
  8043. "Help/html/P_Independentsoft_Exchange_Autodiscover_Account_RedirectEmailAddress.htm",
  8044. "Help/html/P_Independentsoft_Exchange_Autodiscover_Account_RedirectUrl.htm",
  8045. "Help/html/P_Independentsoft_Exchange_Autodiscover_Account_ServiceHomeUrl.htm",
  8046. "Help/html/P_Independentsoft_Exchange_Autodiscover_Account_Type.htm",
  8047. "Help/html/P_Independentsoft_Exchange_Autodiscover_Account_WebProtocol.htm",
  8048. "Help/html/P_Independentsoft_Exchange_Autodiscover_AutodiscoverException_Code.htm",
  8049. "Help/html/P_Independentsoft_Exchange_Autodiscover_AutodiscoverException_DebugData.htm",
  8050. "Help/html/P_Independentsoft_Exchange_Autodiscover_AutodiscoverException_Id.htm",
  8051. "Help/html/P_Independentsoft_Exchange_Autodiscover_AutodiscoverException_Message.htm",
  8052. "Help/html/P_Independentsoft_Exchange_Autodiscover_AutodiscoverException_Time.htm",
  8053. "Help/html/P_Independentsoft_Exchange_Autodiscover_AutodiscoverService_AllowAutoRedirect.htm",
  8054. "Help/html/P_Independentsoft_Exchange_Autodiscover_AutodiscoverService_AllowWriteStreamBuffering.htm",
  8055. "Help/html/P_Independentsoft_Exchange_Autodiscover_AutodiscoverService_ClientCertificate.htm",
  8056. "Help/html/P_Independentsoft_Exchange_Autodiscover_AutodiscoverService_CookieContainer.htm",
  8057. "Help/html/P_Independentsoft_Exchange_Autodiscover_AutodiscoverService_Credentials.htm",
  8058. "Help/html/P_Independentsoft_Exchange_Autodiscover_AutodiscoverService_KeepAlive.htm",
  8059. "Help/html/P_Independentsoft_Exchange_Autodiscover_AutodiscoverService_PreAuthenticate.htm",
  8060. "Help/html/P_Independentsoft_Exchange_Autodiscover_AutodiscoverService_Proxy.htm",
  8061. "Help/html/P_Independentsoft_Exchange_Autodiscover_AutodiscoverService_RequestEncoding.htm",
  8062. "Help/html/P_Independentsoft_Exchange_Autodiscover_AutodiscoverService_RequestServerVersion.htm",
  8063. "Help/html/P_Independentsoft_Exchange_Autodiscover_AutodiscoverService_SendChunked.htm",
  8064. "Help/html/P_Independentsoft_Exchange_Autodiscover_AutodiscoverService_Timeout.htm",
  8065. "Help/html/P_Independentsoft_Exchange_Autodiscover_AutodiscoverService_UnsafeAuthenticatedConnectionSharing.htm",
  8066. "Help/html/P_Independentsoft_Exchange_Autodiscover_AutodiscoverService_Url.htm",
  8067. "Help/html/P_Independentsoft_Exchange_Autodiscover_DomainResponse_DomainSettingErrors.htm",
  8068. "Help/html/P_Independentsoft_Exchange_Autodiscover_DomainResponse_DomainSettings.htm",
  8069. "Help/html/P_Independentsoft_Exchange_Autodiscover_DomainResponse_ErrorCode.htm",
  8070. "Help/html/P_Independentsoft_Exchange_Autodiscover_DomainResponse_ErrorMessage.htm",
  8071. "Help/html/P_Independentsoft_Exchange_Autodiscover_DomainResponse_RedirectTarget.htm",
  8072. "Help/html/P_Independentsoft_Exchange_Autodiscover_DomainSettingError_ErrorCode.htm",
  8073. "Help/html/P_Independentsoft_Exchange_Autodiscover_DomainSettingError_ErrorMessage.htm",
  8074. "Help/html/P_Independentsoft_Exchange_Autodiscover_DomainSettingError_SettingName.htm",
  8075. "Help/html/P_Independentsoft_Exchange_Autodiscover_DomainSetting_Name.htm",
  8076. "Help/html/P_Independentsoft_Exchange_Autodiscover_DomainSetting_ProtocolConnections.htm",
  8077. "Help/html/P_Independentsoft_Exchange_Autodiscover_DomainSetting_Type.htm",
  8078. "Help/html/P_Independentsoft_Exchange_Autodiscover_DomainSetting_Value.htm",
  8079. "Help/html/P_Independentsoft_Exchange_Autodiscover_DomainSetting_WebClientUrls.htm",
  8080. "Help/html/P_Independentsoft_Exchange_Autodiscover_Error_Code.htm",
  8081. "Help/html/P_Independentsoft_Exchange_Autodiscover_Error_DebugData.htm",
  8082. "Help/html/P_Independentsoft_Exchange_Autodiscover_Error_Id.htm",
  8083. "Help/html/P_Independentsoft_Exchange_Autodiscover_Error_Message.htm",
  8084. "Help/html/P_Independentsoft_Exchange_Autodiscover_Error_Time.htm",
  8085. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProtocol_ActiveDirectory.htm",
  8086. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProtocol_AuthenticationPackage.htm",
  8087. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProtocol_AvailabilityServiceUrl.htm",
  8088. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProtocol_ExchangeControlPanelEmailAggregationUrl.htm",
  8089. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProtocol_ExchangeControlPanelMessageTrackingUrl.htm",
  8090. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProtocol_ExchangeControlPanelRetentionTagsUrl.htm",
  8091. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProtocol_ExchangeControlPanelTextMessagingUrl.htm",
  8092. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProtocol_ExchangeControlPanelUnifiedMessagingUrl.htm",
  8093. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProtocol_ExchangeControlPanelUrl.htm",
  8094. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProtocol_ExchangeWebServiceUrl.htm",
  8095. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProtocol_MailboxDatabaseLegacyDN.htm",
  8096. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProtocol_OfflineAddressBookUrl.htm",
  8097. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProtocol_OutOfOfficeUrl.htm",
  8098. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProtocol_PublicFolderServer.htm",
  8099. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProtocol_Server.htm",
  8100. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProtocol_ServerDN.htm",
  8101. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProtocol_ServerVersion.htm",
  8102. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProtocol_SslEnabled.htm",
  8103. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProtocol_Type.htm",
  8104. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProtocol_UnifiedMessagingServiceUrl.htm",
  8105. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol_ActiveDirectory.htm",
  8106. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol_AuthenticationPackage.htm",
  8107. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol_AvailabilityServiceUrl.htm",
  8108. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol_ExchangeControlPanelEmailAggregationUrl.htm",
  8109. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol_ExchangeControlPanelMessageTrackingUrl.htm",
  8110. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol_ExchangeControlPanelRetentionTagsUrl.htm",
  8111. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol_ExchangeControlPanelTextMessagingUrl.htm",
  8112. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol_ExchangeControlPanelUnifiedMessagingUrl.htm",
  8113. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol_ExchangeControlPanelUrl.htm",
  8114. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol_ExchangeWebServiceUrl.htm",
  8115. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol_MailboxDatabaseLegacyDN.htm",
  8116. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol_OfflineAddressBookUrl.htm",
  8117. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol_OutOfOfficeUrl.htm",
  8118. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol_PublicFolderServer.htm",
  8119. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol_Server.htm",
  8120. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol_ServerDN.htm",
  8121. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol_ServerVersion.htm",
  8122. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol_SslEnabled.htm",
  8123. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol_Type.htm",
  8124. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol_UnifiedMessagingServiceUrl.htm",
  8125. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExternalAccess_ExchangeProtocol.htm",
  8126. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExternalAccess_ExchangeProxyProtocol.htm",
  8127. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExternalAccess_OutlookWebAccessUrls.htm",
  8128. "Help/html/P_Independentsoft_Exchange_Autodiscover_ExternalAccess_WebProtocol.htm",
  8129. "Help/html/P_Independentsoft_Exchange_Autodiscover_GetDomainSettingsResponse_DomainResponses.htm",
  8130. "Help/html/P_Independentsoft_Exchange_Autodiscover_GetDomainSettingsResponse_ErrorCode.htm",
  8131. "Help/html/P_Independentsoft_Exchange_Autodiscover_GetDomainSettingsResponse_ErrorMessage.htm",
  8132. "Help/html/P_Independentsoft_Exchange_Autodiscover_GetFederationInformationResponse_ApplicationUri.htm",
  8133. "Help/html/P_Independentsoft_Exchange_Autodiscover_GetFederationInformationResponse_Domains.htm",
  8134. "Help/html/P_Independentsoft_Exchange_Autodiscover_GetFederationInformationResponse_ErrorCode.htm",
  8135. "Help/html/P_Independentsoft_Exchange_Autodiscover_GetFederationInformationResponse_ErrorMessage.htm",
  8136. "Help/html/P_Independentsoft_Exchange_Autodiscover_GetUserSettingsResponse_ErrorCode.htm",
  8137. "Help/html/P_Independentsoft_Exchange_Autodiscover_GetUserSettingsResponse_ErrorMessage.htm",
  8138. "Help/html/P_Independentsoft_Exchange_Autodiscover_GetUserSettingsResponse_UserResponses.htm",
  8139. "Help/html/P_Independentsoft_Exchange_Autodiscover_InternalAccess_ExchangeProtocol.htm",
  8140. "Help/html/P_Independentsoft_Exchange_Autodiscover_InternalAccess_ExchangeProxyProtocol.htm",
  8141. "Help/html/P_Independentsoft_Exchange_Autodiscover_InternalAccess_OutlookWebAccessUrls.htm",
  8142. "Help/html/P_Independentsoft_Exchange_Autodiscover_InternalAccess_WebProtocol.htm",
  8143. "Help/html/P_Independentsoft_Exchange_Autodiscover_MobileSyncError_DebugData.htm",
  8144. "Help/html/P_Independentsoft_Exchange_Autodiscover_MobileSyncError_Message.htm",
  8145. "Help/html/P_Independentsoft_Exchange_Autodiscover_MobileSyncError_Status.htm",
  8146. "Help/html/P_Independentsoft_Exchange_Autodiscover_MobileSyncProvider_Culture.htm",
  8147. "Help/html/P_Independentsoft_Exchange_Autodiscover_MobileSyncProvider_Server.htm",
  8148. "Help/html/P_Independentsoft_Exchange_Autodiscover_MobileSyncProvider_User.htm",
  8149. "Help/html/P_Independentsoft_Exchange_Autodiscover_MobileSyncServer_Name.htm",
  8150. "Help/html/P_Independentsoft_Exchange_Autodiscover_MobileSyncServer_Type.htm",
  8151. "Help/html/P_Independentsoft_Exchange_Autodiscover_MobileSyncServer_Url.htm",
  8152. "Help/html/P_Independentsoft_Exchange_Autodiscover_MobileSyncUser_DisplayName.htm",
  8153. "Help/html/P_Independentsoft_Exchange_Autodiscover_MobileSyncUser_EmailAddress.htm",
  8154. "Help/html/P_Independentsoft_Exchange_Autodiscover_OutlookProvider_Account.htm",
  8155. "Help/html/P_Independentsoft_Exchange_Autodiscover_OutlookProvider_User.htm",
  8156. "Help/html/P_Independentsoft_Exchange_Autodiscover_OutlookWebAccessUrl_AuthenticationMethods.htm",
  8157. "Help/html/P_Independentsoft_Exchange_Autodiscover_OutlookWebAccessUrl_Url.htm",
  8158. "Help/html/P_Independentsoft_Exchange_Autodiscover_ProtocolConnection_EncryptionMethod.htm",
  8159. "Help/html/P_Independentsoft_Exchange_Autodiscover_ProtocolConnection_Hostname.htm",
  8160. "Help/html/P_Independentsoft_Exchange_Autodiscover_ProtocolConnection_Port.htm",
  8161. "Help/html/P_Independentsoft_Exchange_Autodiscover_UserResponse_ErrorCode.htm",
  8162. "Help/html/P_Independentsoft_Exchange_Autodiscover_UserResponse_ErrorMessage.htm",
  8163. "Help/html/P_Independentsoft_Exchange_Autodiscover_UserResponse_RedirectTarget.htm",
  8164. "Help/html/P_Independentsoft_Exchange_Autodiscover_UserResponse_UserSettingErrors.htm",
  8165. "Help/html/P_Independentsoft_Exchange_Autodiscover_UserResponse_UserSettings.htm",
  8166. "Help/html/P_Independentsoft_Exchange_Autodiscover_UserSettingError_ErrorCode.htm",
  8167. "Help/html/P_Independentsoft_Exchange_Autodiscover_UserSettingError_ErrorMessage.htm",
  8168. "Help/html/P_Independentsoft_Exchange_Autodiscover_UserSettingError_SettingName.htm",
  8169. "Help/html/P_Independentsoft_Exchange_Autodiscover_UserSettingList_Item.htm",
  8170. "Help/html/P_Independentsoft_Exchange_Autodiscover_UserSetting_Name.htm",
  8171. "Help/html/P_Independentsoft_Exchange_Autodiscover_UserSetting_ProtocolConnections.htm",
  8172. "Help/html/P_Independentsoft_Exchange_Autodiscover_UserSetting_Type.htm",
  8173. "Help/html/P_Independentsoft_Exchange_Autodiscover_UserSetting_Value.htm",
  8174. "Help/html/P_Independentsoft_Exchange_Autodiscover_UserSetting_WebClientUrls.htm",
  8175. "Help/html/P_Independentsoft_Exchange_Autodiscover_User_DeploymentId.htm",
  8176. "Help/html/P_Independentsoft_Exchange_Autodiscover_User_DisplayName.htm",
  8177. "Help/html/P_Independentsoft_Exchange_Autodiscover_User_LegacyDN.htm",
  8178. "Help/html/P_Independentsoft_Exchange_Autodiscover_WebClientUrl_AuthenticationMethods.htm",
  8179. "Help/html/P_Independentsoft_Exchange_Autodiscover_WebClientUrl_Url.htm",
  8180. "Help/html/P_Independentsoft_Exchange_Autodiscover_WebProtocol_ExternalAccess.htm",
  8181. "Help/html/P_Independentsoft_Exchange_Autodiscover_WebProtocol_InternalAccess.htm",
  8182. "Help/html/P_Independentsoft_Exchange_Autodiscover_WebProtocol_Type.htm",
  8183. "Help/html/P_Independentsoft_Exchange_AvailabilityResponse_FreeBusyResponses.htm",
  8184. "Help/html/P_Independentsoft_Exchange_AvailabilityResponse_ServerVersionInfo.htm",
  8185. "Help/html/P_Independentsoft_Exchange_AvailabilityResponse_SuggestionsResponse.htm",
  8186. "Help/html/P_Independentsoft_Exchange_Body_IsTruncated.htm",
  8187. "Help/html/P_Independentsoft_Exchange_Body_Text.htm",
  8188. "Help/html/P_Independentsoft_Exchange_Body_Type.htm",
  8189. "Help/html/P_Independentsoft_Exchange_CalendarEvent_EndTime.htm",
  8190. "Help/html/P_Independentsoft_Exchange_CalendarEvent_Id.htm",
  8191. "Help/html/P_Independentsoft_Exchange_CalendarEvent_IsException.htm",
  8192. "Help/html/P_Independentsoft_Exchange_CalendarEvent_IsMeeting.htm",
  8193. "Help/html/P_Independentsoft_Exchange_CalendarEvent_IsPrivate.htm",
  8194. "Help/html/P_Independentsoft_Exchange_CalendarEvent_IsRecurring.htm",
  8195. "Help/html/P_Independentsoft_Exchange_CalendarEvent_LegacyFreeBusyStatus.htm",
  8196. "Help/html/P_Independentsoft_Exchange_CalendarEvent_Location.htm",
  8197. "Help/html/P_Independentsoft_Exchange_CalendarEvent_ReminderIsSet.htm",
  8198. "Help/html/P_Independentsoft_Exchange_CalendarEvent_StartTime.htm",
  8199. "Help/html/P_Independentsoft_Exchange_CalendarEvent_Subject.htm",
  8200. "Help/html/P_Independentsoft_Exchange_CalendarFolder_PermissionSet.htm",
  8201. "Help/html/P_Independentsoft_Exchange_CalendarOptions_AutoProcess.htm",
  8202. "Help/html/P_Independentsoft_Exchange_CalendarOptions_AutoProcessExternal.htm",
  8203. "Help/html/P_Independentsoft_Exchange_CalendarOptions_AutoProcessNewItems.htm",
  8204. "Help/html/P_Independentsoft_Exchange_CalendarOptions_DeleteUpdatedItems.htm",
  8205. "Help/html/P_Independentsoft_Exchange_CalendarOptions_ReminderDefault.htm",
  8206. "Help/html/P_Independentsoft_Exchange_CalendarOptions_ReminderUpgradeTime.htm",
  8207. "Help/html/P_Independentsoft_Exchange_CalendarOptions_RemoveForwardedMeetingNotifications.htm",
  8208. "Help/html/P_Independentsoft_Exchange_CalendarPermissionSet_Entries.htm",
  8209. "Help/html/P_Independentsoft_Exchange_CalendarPermissionSet_Permissions.htm",
  8210. "Help/html/P_Independentsoft_Exchange_CalendarPermission_CanCreateItems.htm",
  8211. "Help/html/P_Independentsoft_Exchange_CalendarPermission_CanCreateSubFolders.htm",
  8212. "Help/html/P_Independentsoft_Exchange_CalendarPermission_DeleteItems.htm",
  8213. "Help/html/P_Independentsoft_Exchange_CalendarPermission_EditItems.htm",
  8214. "Help/html/P_Independentsoft_Exchange_CalendarPermission_IsFolderContact.htm",
  8215. "Help/html/P_Independentsoft_Exchange_CalendarPermission_IsFolderOwner.htm",
  8216. "Help/html/P_Independentsoft_Exchange_CalendarPermission_IsFolderVisible.htm",
  8217. "Help/html/P_Independentsoft_Exchange_CalendarPermission_Level.htm",
  8218. "Help/html/P_Independentsoft_Exchange_CalendarPermission_ReadItems.htm",
  8219. "Help/html/P_Independentsoft_Exchange_CalendarPermission_UserId.htm",
  8220. "Help/html/P_Independentsoft_Exchange_CalendarView_EndTime.htm",
  8221. "Help/html/P_Independentsoft_Exchange_CalendarView_StartTime.htm",
  8222. "Help/html/P_Independentsoft_Exchange_CategoryList_Categories.htm",
  8223. "Help/html/P_Independentsoft_Exchange_CategoryList_Default.htm",
  8224. "Help/html/P_Independentsoft_Exchange_CategoryList_LastSavedSession.htm",
  8225. "Help/html/P_Independentsoft_Exchange_CategoryList_LastSavedTime.htm",
  8226. "Help/html/P_Independentsoft_Exchange_Category_Color.htm",
  8227. "Help/html/P_Independentsoft_Exchange_Category_Guid.htm",
  8228. "Help/html/P_Independentsoft_Exchange_Category_KeyboardShortcut.htm",
  8229. "Help/html/P_Independentsoft_Exchange_Category_LastSessionUsed.htm",
  8230. "Help/html/P_Independentsoft_Exchange_Category_LastTimeUsed.htm",
  8231. "Help/html/P_Independentsoft_Exchange_Category_LastTimeUsedCalendar.htm",
  8232. "Help/html/P_Independentsoft_Exchange_Category_LastTimeUsedContacts.htm",
  8233. "Help/html/P_Independentsoft_Exchange_Category_LastTimeUsedJournal.htm",
  8234. "Help/html/P_Independentsoft_Exchange_Category_LastTimeUsedMail.htm",
  8235. "Help/html/P_Independentsoft_Exchange_Category_LastTimeUsedNotes.htm",
  8236. "Help/html/P_Independentsoft_Exchange_Category_LastTimeUsedTasks.htm",
  8237. "Help/html/P_Independentsoft_Exchange_Category_Name.htm",
  8238. "Help/html/P_Independentsoft_Exchange_Category_RenameOnFirstUse.htm",
  8239. "Help/html/P_Independentsoft_Exchange_Category_UsageCount.htm",
  8240. "Help/html/P_Independentsoft_Exchange_ChangeHighlights_EndTime.htm",
  8241. "Help/html/P_Independentsoft_Exchange_ChangeHighlights_HasEndTimeChanged.htm",
  8242. "Help/html/P_Independentsoft_Exchange_ChangeHighlights_HasLocationChanged.htm",
  8243. "Help/html/P_Independentsoft_Exchange_ChangeHighlights_HasStartTimeChanged.htm",
  8244. "Help/html/P_Independentsoft_Exchange_ChangeHighlights_Location.htm",
  8245. "Help/html/P_Independentsoft_Exchange_ChangeHighlights_StartTime.htm",
  8246. "Help/html/P_Independentsoft_Exchange_ClientAccessTokenRequest_Id.htm",
  8247. "Help/html/P_Independentsoft_Exchange_ClientAccessTokenRequest_Type.htm",
  8248. "Help/html/P_Independentsoft_Exchange_CompleteName_FirstName.htm",
  8249. "Help/html/P_Independentsoft_Exchange_CompleteName_FullName.htm",
  8250. "Help/html/P_Independentsoft_Exchange_CompleteName_Initials.htm",
  8251. "Help/html/P_Independentsoft_Exchange_CompleteName_LastName.htm",
  8252. "Help/html/P_Independentsoft_Exchange_CompleteName_MiddleName.htm",
  8253. "Help/html/P_Independentsoft_Exchange_CompleteName_Nickname.htm",
  8254. "Help/html/P_Independentsoft_Exchange_CompleteName_Suffix.htm",
  8255. "Help/html/P_Independentsoft_Exchange_CompleteName_Title.htm",
  8256. "Help/html/P_Independentsoft_Exchange_CompleteName_YomiFirstName.htm",
  8257. "Help/html/P_Independentsoft_Exchange_CompleteName_YomiLastName.htm",
  8258. "Help/html/P_Independentsoft_Exchange_ContactEntity_Addresses.htm",
  8259. "Help/html/P_Independentsoft_Exchange_ContactEntity_AssistantPhone.htm",
  8260. "Help/html/P_Independentsoft_Exchange_ContactEntity_BusinessFax.htm",
  8261. "Help/html/P_Independentsoft_Exchange_ContactEntity_BusinessName.htm",
  8262. "Help/html/P_Independentsoft_Exchange_ContactEntity_BusinessPhone.htm",
  8263. "Help/html/P_Independentsoft_Exchange_ContactEntity_BusinessPhone2.htm",
  8264. "Help/html/P_Independentsoft_Exchange_ContactEntity_CallbackPhone.htm",
  8265. "Help/html/P_Independentsoft_Exchange_ContactEntity_CarPhone.htm",
  8266. "Help/html/P_Independentsoft_Exchange_ContactEntity_CompanyPhone.htm",
  8267. "Help/html/P_Independentsoft_Exchange_ContactEntity_DisplayName.htm",
  8268. "Help/html/P_Independentsoft_Exchange_ContactEntity_EmailAddresses.htm",
  8269. "Help/html/P_Independentsoft_Exchange_ContactEntity_HomeFax.htm",
  8270. "Help/html/P_Independentsoft_Exchange_ContactEntity_HomePhone.htm",
  8271. "Help/html/P_Independentsoft_Exchange_ContactEntity_HomePhone2.htm",
  8272. "Help/html/P_Independentsoft_Exchange_ContactEntity_Isdn.htm",
  8273. "Help/html/P_Independentsoft_Exchange_ContactEntity_MobilePhone.htm",
  8274. "Help/html/P_Independentsoft_Exchange_ContactEntity_OtherFax.htm",
  8275. "Help/html/P_Independentsoft_Exchange_ContactEntity_OtherPhone.htm",
  8276. "Help/html/P_Independentsoft_Exchange_ContactEntity_Pager.htm",
  8277. "Help/html/P_Independentsoft_Exchange_ContactEntity_PersonName.htm",
  8278. "Help/html/P_Independentsoft_Exchange_ContactEntity_Position.htm",
  8279. "Help/html/P_Independentsoft_Exchange_ContactEntity_PrimaryPhone.htm",
  8280. "Help/html/P_Independentsoft_Exchange_ContactEntity_RadioPhone.htm",
  8281. "Help/html/P_Independentsoft_Exchange_ContactEntity_Telex.htm",
  8282. "Help/html/P_Independentsoft_Exchange_ContactEntity_TtyTddPhone.htm",
  8283. "Help/html/P_Independentsoft_Exchange_ContactEntity_Urls.htm",
  8284. "Help/html/P_Independentsoft_Exchange_ContactPropertyPath_AllPropertyPaths.htm",
  8285. "Help/html/P_Independentsoft_Exchange_Contact_Alias.htm",
  8286. "Help/html/P_Independentsoft_Exchange_Contact_AssistantName.htm",
  8287. "Help/html/P_Independentsoft_Exchange_Contact_AssistantPhone.htm",
  8288. "Help/html/P_Independentsoft_Exchange_Contact_Birthday.htm",
  8289. "Help/html/P_Independentsoft_Exchange_Contact_BusinessAddress.htm",
  8290. "Help/html/P_Independentsoft_Exchange_Contact_BusinessAddressCity.htm",
  8291. "Help/html/P_Independentsoft_Exchange_Contact_BusinessAddressCountry.htm",
  8292. "Help/html/P_Independentsoft_Exchange_Contact_BusinessAddressPostalCode.htm",
  8293. "Help/html/P_Independentsoft_Exchange_Contact_BusinessAddressState.htm",
  8294. "Help/html/P_Independentsoft_Exchange_Contact_BusinessAddressStreet.htm",
  8295. "Help/html/P_Independentsoft_Exchange_Contact_BusinessFax.htm",
  8296. "Help/html/P_Independentsoft_Exchange_Contact_BusinessHomePage.htm",
  8297. "Help/html/P_Independentsoft_Exchange_Contact_BusinessPhone.htm",
  8298. "Help/html/P_Independentsoft_Exchange_Contact_BusinessPhone2.htm",
  8299. "Help/html/P_Independentsoft_Exchange_Contact_CallbackPhone.htm",
  8300. "Help/html/P_Independentsoft_Exchange_Contact_CarPhone.htm",
  8301. "Help/html/P_Independentsoft_Exchange_Contact_Children.htm",
  8302. "Help/html/P_Independentsoft_Exchange_Contact_Companies.htm",
  8303. "Help/html/P_Independentsoft_Exchange_Contact_CompanyName.htm",
  8304. "Help/html/P_Independentsoft_Exchange_Contact_CompanyPhone.htm",
  8305. "Help/html/P_Independentsoft_Exchange_Contact_CompleteName.htm",
  8306. "Help/html/P_Independentsoft_Exchange_Contact_Department.htm",
  8307. "Help/html/P_Independentsoft_Exchange_Contact_DirectReports.htm",
  8308. "Help/html/P_Independentsoft_Exchange_Contact_DirectoryId.htm",
  8309. "Help/html/P_Independentsoft_Exchange_Contact_Email1Address.htm",
  8310. "Help/html/P_Independentsoft_Exchange_Contact_Email1DisplayAs.htm",
  8311. "Help/html/P_Independentsoft_Exchange_Contact_Email1DisplayName.htm",
  8312. "Help/html/P_Independentsoft_Exchange_Contact_Email1Type.htm",
  8313. "Help/html/P_Independentsoft_Exchange_Contact_Email2Address.htm",
  8314. "Help/html/P_Independentsoft_Exchange_Contact_Email2DisplayAs.htm",
  8315. "Help/html/P_Independentsoft_Exchange_Contact_Email2DisplayName.htm",
  8316. "Help/html/P_Independentsoft_Exchange_Contact_Email2Type.htm",
  8317. "Help/html/P_Independentsoft_Exchange_Contact_Email3Address.htm",
  8318. "Help/html/P_Independentsoft_Exchange_Contact_Email3DisplayAs.htm",
  8319. "Help/html/P_Independentsoft_Exchange_Contact_Email3DisplayName.htm",
  8320. "Help/html/P_Independentsoft_Exchange_Contact_Email3Type.htm",
  8321. "Help/html/P_Independentsoft_Exchange_Contact_FileAs.htm",
  8322. "Help/html/P_Independentsoft_Exchange_Contact_FileAsMapping.htm",
  8323. "Help/html/P_Independentsoft_Exchange_Contact_Gender.htm",
  8324. "Help/html/P_Independentsoft_Exchange_Contact_Generation.htm",
  8325. "Help/html/P_Independentsoft_Exchange_Contact_GivenName.htm",
  8326. "Help/html/P_Independentsoft_Exchange_Contact_HasPicture.htm",
  8327. "Help/html/P_Independentsoft_Exchange_Contact_HomeAddress.htm",
  8328. "Help/html/P_Independentsoft_Exchange_Contact_HomeAddressCity.htm",
  8329. "Help/html/P_Independentsoft_Exchange_Contact_HomeAddressCountry.htm",
  8330. "Help/html/P_Independentsoft_Exchange_Contact_HomeAddressPostalCode.htm",
  8331. "Help/html/P_Independentsoft_Exchange_Contact_HomeAddressState.htm",
  8332. "Help/html/P_Independentsoft_Exchange_Contact_HomeAddressStreet.htm",
  8333. "Help/html/P_Independentsoft_Exchange_Contact_HomeFax.htm",
  8334. "Help/html/P_Independentsoft_Exchange_Contact_HomePhone.htm",
  8335. "Help/html/P_Independentsoft_Exchange_Contact_HomePhone2.htm",
  8336. "Help/html/P_Independentsoft_Exchange_Contact_Initials.htm",
  8337. "Help/html/P_Independentsoft_Exchange_Contact_InstantMessengerAddress1.htm",
  8338. "Help/html/P_Independentsoft_Exchange_Contact_InstantMessengerAddress2.htm",
  8339. "Help/html/P_Independentsoft_Exchange_Contact_InstantMessengerAddress3.htm",
  8340. "Help/html/P_Independentsoft_Exchange_Contact_Isdn.htm",
  8341. "Help/html/P_Independentsoft_Exchange_Contact_JobTitle.htm",
  8342. "Help/html/P_Independentsoft_Exchange_Contact_MSExchangeCertificate.htm",
  8343. "Help/html/P_Independentsoft_Exchange_Contact_Manager.htm",
  8344. "Help/html/P_Independentsoft_Exchange_Contact_ManagerMailbox.htm",
  8345. "Help/html/P_Independentsoft_Exchange_Contact_MiddleName.htm",
  8346. "Help/html/P_Independentsoft_Exchange_Contact_Mileage.htm",
  8347. "Help/html/P_Independentsoft_Exchange_Contact_MobilePhone.htm",
  8348. "Help/html/P_Independentsoft_Exchange_Contact_Nickname.htm",
  8349. "Help/html/P_Independentsoft_Exchange_Contact_Notes.htm",
  8350. "Help/html/P_Independentsoft_Exchange_Contact_OfficeLocation.htm",
  8351. "Help/html/P_Independentsoft_Exchange_Contact_OtherAddress.htm",
  8352. "Help/html/P_Independentsoft_Exchange_Contact_OtherAddressCity.htm",
  8353. "Help/html/P_Independentsoft_Exchange_Contact_OtherAddressCountry.htm",
  8354. "Help/html/P_Independentsoft_Exchange_Contact_OtherAddressPostalCode.htm",
  8355. "Help/html/P_Independentsoft_Exchange_Contact_OtherAddressState.htm",
  8356. "Help/html/P_Independentsoft_Exchange_Contact_OtherAddressStreet.htm",
  8357. "Help/html/P_Independentsoft_Exchange_Contact_OtherFax.htm",
  8358. "Help/html/P_Independentsoft_Exchange_Contact_OtherPhone.htm",
  8359. "Help/html/P_Independentsoft_Exchange_Contact_Pager.htm",
  8360. "Help/html/P_Independentsoft_Exchange_Contact_PhoneticFirstName.htm",
  8361. "Help/html/P_Independentsoft_Exchange_Contact_PhoneticFullName.htm",
  8362. "Help/html/P_Independentsoft_Exchange_Contact_PhoneticLastName.htm",
  8363. "Help/html/P_Independentsoft_Exchange_Contact_Photo.htm",
  8364. "Help/html/P_Independentsoft_Exchange_Contact_PrimaryPhone.htm",
  8365. "Help/html/P_Independentsoft_Exchange_Contact_Profession.htm",
  8366. "Help/html/P_Independentsoft_Exchange_Contact_RadioPhone.htm",
  8367. "Help/html/P_Independentsoft_Exchange_Contact_SelectedMailingAddress.htm",
  8368. "Help/html/P_Independentsoft_Exchange_Contact_SpouseName.htm",
  8369. "Help/html/P_Independentsoft_Exchange_Contact_Surname.htm",
  8370. "Help/html/P_Independentsoft_Exchange_Contact_Telex.htm",
  8371. "Help/html/P_Independentsoft_Exchange_Contact_Title.htm",
  8372. "Help/html/P_Independentsoft_Exchange_Contact_TtyTddPhone.htm",
  8373. "Help/html/P_Independentsoft_Exchange_Contact_UserSMIMECertificate.htm",
  8374. "Help/html/P_Independentsoft_Exchange_Contact_WeddingAnniversary.htm",
  8375. "Help/html/P_Independentsoft_Exchange_ContactsView_FinalName.htm",
  8376. "Help/html/P_Independentsoft_Exchange_ContactsView_InitialName.htm",
  8377. "Help/html/P_Independentsoft_Exchange_Contains_Comparison.htm",
  8378. "Help/html/P_Independentsoft_Exchange_Contains_Mode.htm",
  8379. "Help/html/P_Independentsoft_Exchange_Contains_PropertyPath.htm",
  8380. "Help/html/P_Independentsoft_Exchange_Contains_Value.htm",
  8381. "Help/html/P_Independentsoft_Exchange_ContentSettings_Id.htm",
  8382. "Help/html/P_Independentsoft_Exchange_ContentSettings_MessageClass.htm",
  8383. "Help/html/P_Independentsoft_Exchange_ContentSettings_Period.htm",
  8384. "Help/html/P_Independentsoft_Exchange_ContentSettings_RetentionAction.htm",
  8385. "Help/html/P_Independentsoft_Exchange_ConversationAction_Action.htm",
  8386. "Help/html/P_Independentsoft_Exchange_ConversationAction_Categories.htm",
  8387. "Help/html/P_Independentsoft_Exchange_ConversationAction_ContextFolderId.htm",
  8388. "Help/html/P_Independentsoft_Exchange_ConversationAction_ConversationId.htm",
  8389. "Help/html/P_Independentsoft_Exchange_ConversationAction_ConversationLastSyncTime.htm",
  8390. "Help/html/P_Independentsoft_Exchange_ConversationAction_DeleteType.htm",
  8391. "Help/html/P_Independentsoft_Exchange_ConversationAction_DestinationFolderId.htm",
  8392. "Help/html/P_Independentsoft_Exchange_ConversationAction_EnableAlwaysDelete.htm",
  8393. "Help/html/P_Independentsoft_Exchange_ConversationAction_IsRead.htm",
  8394. "Help/html/P_Independentsoft_Exchange_ConversationAction_ProcessRightAway.htm",
  8395. "Help/html/P_Independentsoft_Exchange_ConversationItemResponse_ConversationId.htm",
  8396. "Help/html/P_Independentsoft_Exchange_ConversationItemResponse_Nodes.htm",
  8397. "Help/html/P_Independentsoft_Exchange_ConversationItemResponse_SyncState.htm",
  8398. "Help/html/P_Independentsoft_Exchange_ConversationNode_InternetMessageId.htm",
  8399. "Help/html/P_Independentsoft_Exchange_ConversationNode_Items.htm",
  8400. "Help/html/P_Independentsoft_Exchange_ConversationNode_ParentInternetMessageId.htm",
  8401. "Help/html/P_Independentsoft_Exchange_ConversationRequest_ConversationId.htm",
  8402. "Help/html/P_Independentsoft_Exchange_ConversationRequest_SyncState.htm",
  8403. "Help/html/P_Independentsoft_Exchange_ConversationShape_PropertyPaths.htm",
  8404. "Help/html/P_Independentsoft_Exchange_ConversationShape_Type.htm",
  8405. "Help/html/P_Independentsoft_Exchange_Conversation_Categories.htm",
  8406. "Help/html/P_Independentsoft_Exchange_Conversation_DraftItemIds.htm",
  8407. "Help/html/P_Independentsoft_Exchange_Conversation_FlagStatus.htm",
  8408. "Help/html/P_Independentsoft_Exchange_Conversation_GlobaIconIndex.htm",
  8409. "Help/html/P_Independentsoft_Exchange_Conversation_GlobalCategories.htm",
  8410. "Help/html/P_Independentsoft_Exchange_Conversation_GlobalFlagStatus.htm",
  8411. "Help/html/P_Independentsoft_Exchange_Conversation_GlobalHasAttachments.htm",
  8412. "Help/html/P_Independentsoft_Exchange_Conversation_GlobalImportance.htm",
  8413. "Help/html/P_Independentsoft_Exchange_Conversation_GlobalItemClasses.htm",
  8414. "Help/html/P_Independentsoft_Exchange_Conversation_GlobalItemIds.htm",
  8415. "Help/html/P_Independentsoft_Exchange_Conversation_GlobalLastDeliveryTime.htm",
  8416. "Help/html/P_Independentsoft_Exchange_Conversation_GlobalMessageCount.htm",
  8417. "Help/html/P_Independentsoft_Exchange_Conversation_GlobalSize.htm",
  8418. "Help/html/P_Independentsoft_Exchange_Conversation_GlobalUniqueRecipients.htm",
  8419. "Help/html/P_Independentsoft_Exchange_Conversation_GlobalUniqueSenders.htm",
  8420. "Help/html/P_Independentsoft_Exchange_Conversation_GlobalUniqueUnreadSenders.htm",
  8421. "Help/html/P_Independentsoft_Exchange_Conversation_GlobalUnreadCount.htm",
  8422. "Help/html/P_Independentsoft_Exchange_Conversation_GroupingAction.htm",
  8423. "Help/html/P_Independentsoft_Exchange_Conversation_HasAttachments.htm",
  8424. "Help/html/P_Independentsoft_Exchange_Conversation_IconIndex.htm",
  8425. "Help/html/P_Independentsoft_Exchange_Conversation_Id.htm",
  8426. "Help/html/P_Independentsoft_Exchange_Conversation_Importance.htm",
  8427. "Help/html/P_Independentsoft_Exchange_Conversation_InstanceKey.htm",
  8428. "Help/html/P_Independentsoft_Exchange_Conversation_ItemClasses.htm",
  8429. "Help/html/P_Independentsoft_Exchange_Conversation_ItemIds.htm",
  8430. "Help/html/P_Independentsoft_Exchange_Conversation_LastDeliveryTime.htm",
  8431. "Help/html/P_Independentsoft_Exchange_Conversation_LastModifiedTime.htm",
  8432. "Help/html/P_Independentsoft_Exchange_Conversation_MessageCount.htm",
  8433. "Help/html/P_Independentsoft_Exchange_Conversation_NextPredictedAction.htm",
  8434. "Help/html/P_Independentsoft_Exchange_Conversation_Preview.htm",
  8435. "Help/html/P_Independentsoft_Exchange_Conversation_Size.htm",
  8436. "Help/html/P_Independentsoft_Exchange_Conversation_Topic.htm",
  8437. "Help/html/P_Independentsoft_Exchange_Conversation_UniqueRecipients.htm",
  8438. "Help/html/P_Independentsoft_Exchange_Conversation_UniqueSenders.htm",
  8439. "Help/html/P_Independentsoft_Exchange_Conversation_UniqueUnreadSenders.htm",
  8440. "Help/html/P_Independentsoft_Exchange_Conversation_UnreadCount.htm",
  8441. "Help/html/P_Independentsoft_Exchange_ConvertIdResponse_AlternateId.htm",
  8442. "Help/html/P_Independentsoft_Exchange_CopiedEvent_Id.htm",
  8443. "Help/html/P_Independentsoft_Exchange_CopiedEvent_OldId.htm",
  8444. "Help/html/P_Independentsoft_Exchange_CopiedEvent_OldParentFolderId.htm",
  8445. "Help/html/P_Independentsoft_Exchange_CopiedEvent_ParentFolderId.htm",
  8446. "Help/html/P_Independentsoft_Exchange_CopiedEvent_TimeStamp.htm",
  8447. "Help/html/P_Independentsoft_Exchange_CreateAttachmentResponse_Attachment.htm",
  8448. "Help/html/P_Independentsoft_Exchange_CreatedEvent_Id.htm",
  8449. "Help/html/P_Independentsoft_Exchange_CreatedEvent_ParentFolderId.htm",
  8450. "Help/html/P_Independentsoft_Exchange_CreatedEvent_TimeStamp.htm",
  8451. "Help/html/P_Independentsoft_Exchange_CustomPropertyId_Id.htm",
  8452. "Help/html/P_Independentsoft_Exchange_CustomPropertyId_Set.htm",
  8453. "Help/html/P_Independentsoft_Exchange_CustomPropertyId_Type.htm",
  8454. "Help/html/P_Independentsoft_Exchange_CustomPropertyName_Name.htm",
  8455. "Help/html/P_Independentsoft_Exchange_CustomPropertyName_Set.htm",
  8456. "Help/html/P_Independentsoft_Exchange_CustomPropertyName_Type.htm",
  8457. "Help/html/P_Independentsoft_Exchange_DailyRecurrencePattern_Interval.htm",
  8458. "Help/html/P_Independentsoft_Exchange_DailyRegeneratingPattern_Interval.htm",
  8459. "Help/html/P_Independentsoft_Exchange_DelegateResponse_DelegateUserResponses.htm",
  8460. "Help/html/P_Independentsoft_Exchange_DelegateResponse_DeliverMeetingRequests.htm",
  8461. "Help/html/P_Independentsoft_Exchange_DelegateUserResponse_DelegateUser.htm",
  8462. "Help/html/P_Independentsoft_Exchange_DelegateUser_CalendarFolderPermissionLevel.htm",
  8463. "Help/html/P_Independentsoft_Exchange_DelegateUser_ContactsFolderPermissionLevel.htm",
  8464. "Help/html/P_Independentsoft_Exchange_DelegateUser_InboxFolderPermissionLevel.htm",
  8465. "Help/html/P_Independentsoft_Exchange_DelegateUser_JournalFolderPermissionLevel.htm",
  8466. "Help/html/P_Independentsoft_Exchange_DelegateUser_NotesFolderPermissionLevel.htm",
  8467. "Help/html/P_Independentsoft_Exchange_DelegateUser_ReceiveCopiesOfMeetingMessages.htm",
  8468. "Help/html/P_Independentsoft_Exchange_DelegateUser_TasksFolderPermissionLevel.htm",
  8469. "Help/html/P_Independentsoft_Exchange_DelegateUser_UserId.htm",
  8470. "Help/html/P_Independentsoft_Exchange_DelegateUser_ViewPrivateItems.htm",
  8471. "Help/html/P_Independentsoft_Exchange_DeleteAttachmentResponse_ItemId.htm",
  8472. "Help/html/P_Independentsoft_Exchange_DeletedEvent_Id.htm",
  8473. "Help/html/P_Independentsoft_Exchange_DeletedEvent_ParentFolderId.htm",
  8474. "Help/html/P_Independentsoft_Exchange_DeletedEvent_TimeStamp.htm",
  8475. "Help/html/P_Independentsoft_Exchange_DeletedOccurrence_StartTime.htm",
  8476. "Help/html/P_Independentsoft_Exchange_DeviceAuthorizationCode_DeviceCode.htm",
  8477. "Help/html/P_Independentsoft_Exchange_DeviceAuthorizationCode_ExpiresIn.htm",
  8478. "Help/html/P_Independentsoft_Exchange_DeviceAuthorizationCode_ExpiresOn.htm",
  8479. "Help/html/P_Independentsoft_Exchange_DeviceAuthorizationCode_Interval.htm",
  8480. "Help/html/P_Independentsoft_Exchange_DeviceAuthorizationCode_Message.htm",
  8481. "Help/html/P_Independentsoft_Exchange_DeviceAuthorizationCode_UserCode.htm",
  8482. "Help/html/P_Independentsoft_Exchange_DeviceAuthorizationCode_VerificationUri.htm",
  8483. "Help/html/P_Independentsoft_Exchange_DiscoverySearchConfiguration_InPlaceHoldIdentity.htm",
  8484. "Help/html/P_Independentsoft_Exchange_DiscoverySearchConfiguration_ManagedByOrganization.htm",
  8485. "Help/html/P_Independentsoft_Exchange_DiscoverySearchConfiguration_SearchId.htm",
  8486. "Help/html/P_Independentsoft_Exchange_DiscoverySearchConfiguration_SearchQuery.htm",
  8487. "Help/html/P_Independentsoft_Exchange_DiscoverySearchConfiguration_SearchableMailboxes.htm",
  8488. "Help/html/P_Independentsoft_Exchange_DistributionListMember_Key.htm",
  8489. "Help/html/P_Independentsoft_Exchange_DistributionListMember_Mailbox.htm",
  8490. "Help/html/P_Independentsoft_Exchange_DistributionListMember_Status.htm",
  8491. "Help/html/P_Independentsoft_Exchange_DistributionListPropertyPath_AllPropertyPaths.htm",
  8492. "Help/html/P_Independentsoft_Exchange_DistributionList_ContactSource.htm",
  8493. "Help/html/P_Independentsoft_Exchange_DistributionList_FileAs.htm",
  8494. "Help/html/P_Independentsoft_Exchange_DistributionList_Members.htm",
  8495. "Help/html/P_Independentsoft_Exchange_Duration_Days.htm",
  8496. "Help/html/P_Independentsoft_Exchange_Duration_Hours.htm",
  8497. "Help/html/P_Independentsoft_Exchange_Duration_IsNegative.htm",
  8498. "Help/html/P_Independentsoft_Exchange_Duration_Milliseconds.htm",
  8499. "Help/html/P_Independentsoft_Exchange_Duration_Minutes.htm",
  8500. "Help/html/P_Independentsoft_Exchange_Duration_Months.htm",
  8501. "Help/html/P_Independentsoft_Exchange_Duration_Seconds.htm",
  8502. "Help/html/P_Independentsoft_Exchange_Duration_Years.htm",
  8503. "Help/html/P_Independentsoft_Exchange_EffectiveRights_CreateAssociated.htm",
  8504. "Help/html/P_Independentsoft_Exchange_EffectiveRights_CreateContents.htm",
  8505. "Help/html/P_Independentsoft_Exchange_EffectiveRights_CreateHierarchy.htm",
  8506. "Help/html/P_Independentsoft_Exchange_EffectiveRights_Delete.htm",
  8507. "Help/html/P_Independentsoft_Exchange_EffectiveRights_Modify.htm",
  8508. "Help/html/P_Independentsoft_Exchange_EffectiveRights_Read.htm",
  8509. "Help/html/P_Independentsoft_Exchange_EmailAddressEntity_EmailAddress.htm",
  8510. "Help/html/P_Independentsoft_Exchange_EmailAddressEntity_Position.htm",
  8511. "Help/html/P_Independentsoft_Exchange_EmailAddress_Address.htm",
  8512. "Help/html/P_Independentsoft_Exchange_EmailAddress_Name.htm",
  8513. "Help/html/P_Independentsoft_Exchange_EmailAddress_RoutingType.htm",
  8514. "Help/html/P_Independentsoft_Exchange_EmailUser_Name.htm",
  8515. "Help/html/P_Independentsoft_Exchange_EmailUser_UserId.htm",
  8516. "Help/html/P_Independentsoft_Exchange_EncryptedSharedFolderData_Data.htm",
  8517. "Help/html/P_Independentsoft_Exchange_EncryptedSharedFolderData_Token.htm",
  8518. "Help/html/P_Independentsoft_Exchange_EndDateRecurrenceRange_EndDate.htm",
  8519. "Help/html/P_Independentsoft_Exchange_EndDateRecurrenceRange_StartDate.htm",
  8520. "Help/html/P_Independentsoft_Exchange_EnhancedLocation_Annotation.htm",
  8521. "Help/html/P_Independentsoft_Exchange_EnhancedLocation_DisplayName.htm",
  8522. "Help/html/P_Independentsoft_Exchange_EnhancedLocation_PostalAddress.htm",
  8523. "Help/html/P_Independentsoft_Exchange_EntityExtractionResult_Addresses.htm",
  8524. "Help/html/P_Independentsoft_Exchange_EntityExtractionResult_Contacts.htm",
  8525. "Help/html/P_Independentsoft_Exchange_EntityExtractionResult_EmailAddresses.htm",
  8526. "Help/html/P_Independentsoft_Exchange_EntityExtractionResult_MeetingSuggestions.htm",
  8527. "Help/html/P_Independentsoft_Exchange_EntityExtractionResult_PhoneNumbers.htm",
  8528. "Help/html/P_Independentsoft_Exchange_EntityExtractionResult_TaskSuggestions.htm",
  8529. "Help/html/P_Independentsoft_Exchange_EntityExtractionResult_Urls.htm",
  8530. "Help/html/P_Independentsoft_Exchange_Event_Watermark.htm",
  8531. "Help/html/P_Independentsoft_Exchange_Excludes_Bitmask.htm",
  8532. "Help/html/P_Independentsoft_Exchange_Excludes_PropertyPath.htm",
  8533. "Help/html/P_Independentsoft_Exchange_Exists_PropertyPath.htm",
  8534. "Help/html/P_Independentsoft_Exchange_ExpandDistributionListResponse_AbsoluteDenominator.htm",
  8535. "Help/html/P_Independentsoft_Exchange_ExpandDistributionListResponse_IncludesLastItemInRange.htm",
  8536. "Help/html/P_Independentsoft_Exchange_ExpandDistributionListResponse_IndexedPagingOffset.htm",
  8537. "Help/html/P_Independentsoft_Exchange_ExpandDistributionListResponse_Mailboxes.htm",
  8538. "Help/html/P_Independentsoft_Exchange_ExpandDistributionListResponse_NumeratorOffset.htm",
  8539. "Help/html/P_Independentsoft_Exchange_ExpandDistributionListResponse_TotalItemsInView.htm",
  8540. "Help/html/P_Independentsoft_Exchange_ExportItemsResponse_Data.htm",
  8541. "Help/html/P_Independentsoft_Exchange_ExportItemsResponse_ItemId.htm",
  8542. "Help/html/P_Independentsoft_Exchange_ExtendedPropertyAttributedValue_Attributions.htm",
  8543. "Help/html/P_Independentsoft_Exchange_ExtendedPropertyAttributedValue_Value.htm",
  8544. "Help/html/P_Independentsoft_Exchange_ExtendedPropertyList_Item.htm",
  8545. "Help/html/P_Independentsoft_Exchange_ExtendedProperty_PropertyPath.htm",
  8546. "Help/html/P_Independentsoft_Exchange_FailedMailbox_ErrorCode.htm",
  8547. "Help/html/P_Independentsoft_Exchange_FailedMailbox_ErrorMessage.htm",
  8548. "Help/html/P_Independentsoft_Exchange_FailedMailbox_IsArchive.htm",
  8549. "Help/html/P_Independentsoft_Exchange_FailedMailbox_Mailbox.htm",
  8550. "Help/html/P_Independentsoft_Exchange_FileAttachmentInfo_IsContactPhoto.htm",
  8551. "Help/html/P_Independentsoft_Exchange_FileAttachment_Content.htm",
  8552. "Help/html/P_Independentsoft_Exchange_FileAttachment_IsContactPhoto.htm",
  8553. "Help/html/P_Independentsoft_Exchange_FindConversationResponse_Conversations.htm",
  8554. "Help/html/P_Independentsoft_Exchange_FindConversationResponse_HighlightTerms.htm",
  8555. "Help/html/P_Independentsoft_Exchange_FindConversationResponse_IndexedOffset.htm",
  8556. "Help/html/P_Independentsoft_Exchange_FindConversationResponse_TotalConversationsInView.htm",
  8557. "Help/html/P_Independentsoft_Exchange_FindFolderResponse_AbsoluteDenominator.htm",
  8558. "Help/html/P_Independentsoft_Exchange_FindFolderResponse_Folders.htm",
  8559. "Help/html/P_Independentsoft_Exchange_FindFolderResponse_IncludesLastItemInRange.htm",
  8560. "Help/html/P_Independentsoft_Exchange_FindFolderResponse_IndexedPagingOffset.htm",
  8561. "Help/html/P_Independentsoft_Exchange_FindFolderResponse_NumeratorOffset.htm",
  8562. "Help/html/P_Independentsoft_Exchange_FindFolderResponse_TotalItemsInView.htm",
  8563. "Help/html/P_Independentsoft_Exchange_FindItemResponse_AbsoluteDenominator.htm",
  8564. "Help/html/P_Independentsoft_Exchange_FindItemResponse_Groups.htm",
  8565. "Help/html/P_Independentsoft_Exchange_FindItemResponse_HighlightTerms.htm",
  8566. "Help/html/P_Independentsoft_Exchange_FindItemResponse_IncludesLastItemInRange.htm",
  8567. "Help/html/P_Independentsoft_Exchange_FindItemResponse_IndexedPagingOffset.htm",
  8568. "Help/html/P_Independentsoft_Exchange_FindItemResponse_Items.htm",
  8569. "Help/html/P_Independentsoft_Exchange_FindItemResponse_NumeratorOffset.htm",
  8570. "Help/html/P_Independentsoft_Exchange_FindItemResponse_TotalItemsInView.htm",
  8571. "Help/html/P_Independentsoft_Exchange_FindMailboxStatisticsByKeywordsResponse_Result.htm",
  8572. "Help/html/P_Independentsoft_Exchange_FindMessageTrackingReportResponse_Diagnostics.htm",
  8573. "Help/html/P_Independentsoft_Exchange_FindMessageTrackingReportResponse_MessageTrackingSearchResults.htm",
  8574. "Help/html/P_Independentsoft_Exchange_FindPeopleResponse_Personas.htm",
  8575. "Help/html/P_Independentsoft_Exchange_FindPeopleResponse_TotalNumberOfPeopleInView.htm",
  8576. "Help/html/P_Independentsoft_Exchange_Flag_CompleteDate.htm",
  8577. "Help/html/P_Independentsoft_Exchange_Flag_DueDate.htm",
  8578. "Help/html/P_Independentsoft_Exchange_Flag_StartDate.htm",
  8579. "Help/html/P_Independentsoft_Exchange_Flag_Status.htm",
  8580. "Help/html/P_Independentsoft_Exchange_FolderChange_FolderId.htm",
  8581. "Help/html/P_Independentsoft_Exchange_FolderChange_PropertiesToAppend.htm",
  8582. "Help/html/P_Independentsoft_Exchange_FolderChange_PropertiesToDelete.htm",
  8583. "Help/html/P_Independentsoft_Exchange_FolderChange_PropertiesToSet.htm",
  8584. "Help/html/P_Independentsoft_Exchange_FolderId_Id.htm",
  8585. "Help/html/P_Independentsoft_Exchange_FolderInfoResponse_Folders.htm",
  8586. "Help/html/P_Independentsoft_Exchange_FolderPropertyPath_AllPropertyPaths.htm",
  8587. "Help/html/P_Independentsoft_Exchange_FolderShape_PropertyPaths.htm",
  8588. "Help/html/P_Independentsoft_Exchange_FolderShape_Type.htm",
  8589. "Help/html/P_Independentsoft_Exchange_Folder_ArchiveTag.htm",
  8590. "Help/html/P_Independentsoft_Exchange_Folder_ChildFolderCount.htm",
  8591. "Help/html/P_Independentsoft_Exchange_Folder_Comment.htm",
  8592. "Help/html/P_Independentsoft_Exchange_Folder_CreationTime.htm",
  8593. "Help/html/P_Independentsoft_Exchange_Folder_DisplayName.htm",
  8594. "Help/html/P_Independentsoft_Exchange_Folder_EffectiveRights.htm",
  8595. "Help/html/P_Independentsoft_Exchange_Folder_EntryId.htm",
  8596. "Help/html/P_Independentsoft_Exchange_Folder_ExtendedProperties.htm",
  8597. "Help/html/P_Independentsoft_Exchange_Folder_FolderClass.htm",
  8598. "Help/html/P_Independentsoft_Exchange_Folder_FolderId.htm",
  8599. "Help/html/P_Independentsoft_Exchange_Folder_HasSubFolders.htm",
  8600. "Help/html/P_Independentsoft_Exchange_Folder_IsHidden.htm",
  8601. "Help/html/P_Independentsoft_Exchange_Folder_IsReadOnly.htm",
  8602. "Help/html/P_Independentsoft_Exchange_Folder_IsSystem.htm",
  8603. "Help/html/P_Independentsoft_Exchange_Folder_LastModifiedTime.htm",
  8604. "Help/html/P_Independentsoft_Exchange_Folder_ManagedFolderInformation.htm",
  8605. "Help/html/P_Independentsoft_Exchange_Folder_ParentId.htm",
  8606. "Help/html/P_Independentsoft_Exchange_Folder_PermissionSet.htm",
  8607. "Help/html/P_Independentsoft_Exchange_Folder_RetentionTag.htm",
  8608. "Help/html/P_Independentsoft_Exchange_Folder_SearchKey.htm",
  8609. "Help/html/P_Independentsoft_Exchange_Folder_Size.htm",
  8610. "Help/html/P_Independentsoft_Exchange_Folder_StandardFolder.htm",
  8611. "Help/html/P_Independentsoft_Exchange_Folder_TotalCount.htm",
  8612. "Help/html/P_Independentsoft_Exchange_Folder_UnreadCount.htm",
  8613. "Help/html/P_Independentsoft_Exchange_FractionalPageView_Denominator.htm",
  8614. "Help/html/P_Independentsoft_Exchange_FractionalPageView_Numerator.htm",
  8615. "Help/html/P_Independentsoft_Exchange_FreeBusyChangedEvent_Id.htm",
  8616. "Help/html/P_Independentsoft_Exchange_FreeBusyChangedEvent_ParentFolderId.htm",
  8617. "Help/html/P_Independentsoft_Exchange_FreeBusyChangedEvent_TimeStamp.htm",
  8618. "Help/html/P_Independentsoft_Exchange_FreeBusyResponse_FreeBusyView.htm",
  8619. "Help/html/P_Independentsoft_Exchange_FreeBusyViewOptions_MergedFreeBusyInterval.htm",
  8620. "Help/html/P_Independentsoft_Exchange_FreeBusyViewOptions_RequestedView.htm",
  8621. "Help/html/P_Independentsoft_Exchange_FreeBusyViewOptions_TimeWindow.htm",
  8622. "Help/html/P_Independentsoft_Exchange_FreeBusyView_CalendarEvents.htm",
  8623. "Help/html/P_Independentsoft_Exchange_FreeBusyView_MergedFreeBusy.htm",
  8624. "Help/html/P_Independentsoft_Exchange_FreeBusyView_Type.htm",
  8625. "Help/html/P_Independentsoft_Exchange_FreeBusyView_WorkingHours.htm",
  8626. "Help/html/P_Independentsoft_Exchange_GetAppManifestsResponse_Manifests.htm",
  8627. "Help/html/P_Independentsoft_Exchange_GetAppMarketplaceUrlResponse_AppMarketplaceUrl.htm",
  8628. "Help/html/P_Independentsoft_Exchange_GetAttachmentResponse_Attachments.htm",
  8629. "Help/html/P_Independentsoft_Exchange_GetDiscoverySearchConfigurationResponse_DiscoverySearchConfigurations.htm",
  8630. "Help/html/P_Independentsoft_Exchange_GetEventsResponse_Notification.htm",
  8631. "Help/html/P_Independentsoft_Exchange_GetImItemListResponse_Groups.htm",
  8632. "Help/html/P_Independentsoft_Exchange_GetImItemListResponse_Personas.htm",
  8633. "Help/html/P_Independentsoft_Exchange_GetImItemsResponse_Groups.htm",
  8634. "Help/html/P_Independentsoft_Exchange_GetImItemsResponse_Personas.htm",
  8635. "Help/html/P_Independentsoft_Exchange_GetMailTipsResponse_MailTipsResponses.htm",
  8636. "Help/html/P_Independentsoft_Exchange_GetMessageTrackingReportResponse_Diagnostics.htm",
  8637. "Help/html/P_Independentsoft_Exchange_GetMessageTrackingReportResponse_MessageTrackingReport.htm",
  8638. "Help/html/P_Independentsoft_Exchange_GetMessageTrackingReportResponse_Warnings.htm",
  8639. "Help/html/P_Independentsoft_Exchange_GetNonIndexableItemDetailsResponse_FailedMailboxes.htm",
  8640. "Help/html/P_Independentsoft_Exchange_GetNonIndexableItemDetailsResponse_Items.htm",
  8641. "Help/html/P_Independentsoft_Exchange_GetNonIndexableItemStatisticsResponse_Statistics.htm",
  8642. "Help/html/P_Independentsoft_Exchange_GetPasswordExpirationDateResponse_PasswordExpirationDate.htm",
  8643. "Help/html/P_Independentsoft_Exchange_GetRemindersResponse_Reminders.htm",
  8644. "Help/html/P_Independentsoft_Exchange_GetRoomListsResponse_Mailboxes.htm",
  8645. "Help/html/P_Independentsoft_Exchange_GetRoomsResponse_Mailboxes.htm",
  8646. "Help/html/P_Independentsoft_Exchange_GetRulesResponse_OutlookRuleBlobExists.htm",
  8647. "Help/html/P_Independentsoft_Exchange_GetRulesResponse_Rules.htm",
  8648. "Help/html/P_Independentsoft_Exchange_GetSearchableMailboxesResponse_SearchableMailboxes.htm",
  8649. "Help/html/P_Independentsoft_Exchange_GetServerTimeZonesResponse_TimeZoneDefinitions.htm",
  8650. "Help/html/P_Independentsoft_Exchange_GetSharingFolderResponse_FolderId.htm",
  8651. "Help/html/P_Independentsoft_Exchange_GetSharingMetadataResponse_EncryptedSharedFolderDataList.htm",
  8652. "Help/html/P_Independentsoft_Exchange_GetSharingMetadataResponse_InvalidRecipients.htm",
  8653. "Help/html/P_Independentsoft_Exchange_GetUserConfigurationResponse_UserConfiguration.htm",
  8654. "Help/html/P_Independentsoft_Exchange_GetUserPhotoResponse_HasChanged.htm",
  8655. "Help/html/P_Independentsoft_Exchange_GetUserPhotoResponse_PictureData.htm",
  8656. "Help/html/P_Independentsoft_Exchange_GetUserRetentionPolicyTagsResponse_RetentionPolicyTags.htm",
  8657. "Help/html/P_Independentsoft_Exchange_GroupAttendeeConflict_NumberOfMembers.htm",
  8658. "Help/html/P_Independentsoft_Exchange_GroupAttendeeConflict_NumberOfMembersAvailable.htm",
  8659. "Help/html/P_Independentsoft_Exchange_GroupAttendeeConflict_NumberOfMembersWithConflict.htm",
  8660. "Help/html/P_Independentsoft_Exchange_GroupAttendeeConflict_NumberOfMembersWithNoData.htm",
  8661. "Help/html/P_Independentsoft_Exchange_GroupBy_AggregateOn.htm",
  8662. "Help/html/P_Independentsoft_Exchange_GroupBy_Order.htm",
  8663. "Help/html/P_Independentsoft_Exchange_GroupBy_PropertyPath.htm",
  8664. "Help/html/P_Independentsoft_Exchange_Group_Index.htm",
  8665. "Help/html/P_Independentsoft_Exchange_Group_Items.htm",
  8666. "Help/html/P_Independentsoft_Exchange_HighlightTerm_Scope.htm",
  8667. "Help/html/P_Independentsoft_Exchange_HighlightTerm_Value.htm",
  8668. "Help/html/P_Independentsoft_Exchange_HoldOnMailboxesInfo_MailboxHoldResult.htm",
  8669. "Help/html/P_Independentsoft_Exchange_Id_ChangeKey.htm",
  8670. "Help/html/P_Independentsoft_Exchange_Identity_PrimarySmtpAddress.htm",
  8671. "Help/html/P_Independentsoft_Exchange_Identity_PrincipalName.htm",
  8672. "Help/html/P_Independentsoft_Exchange_Identity_Sid.htm",
  8673. "Help/html/P_Independentsoft_Exchange_Identity_SmtpAddress.htm",
  8674. "Help/html/P_Independentsoft_Exchange_ImGroupInfoResponse_ImGroup.htm",
  8675. "Help/html/P_Independentsoft_Exchange_ImGroup_DisplayName.htm",
  8676. "Help/html/P_Independentsoft_Exchange_ImGroup_ExtendedProperties.htm",
  8677. "Help/html/P_Independentsoft_Exchange_ImGroup_GroupId.htm",
  8678. "Help/html/P_Independentsoft_Exchange_ImGroup_GroupType.htm",
  8679. "Help/html/P_Independentsoft_Exchange_ImGroup_MemberCorrelationKey.htm",
  8680. "Help/html/P_Independentsoft_Exchange_ImGroup_SmtpAddress.htm",
  8681. "Help/html/P_Independentsoft_Exchange_IndexedPageView_BasePoint.htm",
  8682. "Help/html/P_Independentsoft_Exchange_IndexedPageView_Offset.htm",
  8683. "Help/html/P_Independentsoft_Exchange_IndexedPropertyPath_Index.htm",
  8684. "Help/html/P_Independentsoft_Exchange_IndexedPropertyPath_Uri.htm",
  8685. "Help/html/P_Independentsoft_Exchange_IndividualAttendeeConflict_BusyType.htm",
  8686. "Help/html/P_Independentsoft_Exchange_InternetMessageHeader_Name.htm",
  8687. "Help/html/P_Independentsoft_Exchange_InternetMessageHeader_Value.htm",
  8688. "Help/html/P_Independentsoft_Exchange_InvalidRecipient_MessageText.htm",
  8689. "Help/html/P_Independentsoft_Exchange_InvalidRecipient_ResponseCode.htm",
  8690. "Help/html/P_Independentsoft_Exchange_InvalidRecipient_SmtpAddress.htm",
  8691. "Help/html/P_Independentsoft_Exchange_ItemAttachment_Item.htm",
  8692. "Help/html/P_Independentsoft_Exchange_ItemChange_ItemId.htm",
  8693. "Help/html/P_Independentsoft_Exchange_ItemChange_PropertiesToAppend.htm",
  8694. "Help/html/P_Independentsoft_Exchange_ItemChange_PropertiesToDelete.htm",
  8695. "Help/html/P_Independentsoft_Exchange_ItemChange_PropertiesToSet.htm",
  8696. "Help/html/P_Independentsoft_Exchange_ItemId_Id.htm",
  8697. "Help/html/P_Independentsoft_Exchange_ItemInfoResponse_Items.htm",
  8698. "Help/html/P_Independentsoft_Exchange_ItemPropertyPath_AllPropertyPaths.htm",
  8699. "Help/html/P_Independentsoft_Exchange_ItemShape_AddBlankTargetToLinks.htm",
  8700. "Help/html/P_Independentsoft_Exchange_ItemShape_BlockExternalImages.htm",
  8701. "Help/html/P_Independentsoft_Exchange_ItemShape_BodyType.htm",
  8702. "Help/html/P_Independentsoft_Exchange_ItemShape_ConvertHtmlCodePageToUTF8.htm",
  8703. "Help/html/P_Independentsoft_Exchange_ItemShape_FilterHtmlContent.htm",
  8704. "Help/html/P_Independentsoft_Exchange_ItemShape_IncludeMimeContent.htm",
  8705. "Help/html/P_Independentsoft_Exchange_ItemShape_InlineImageUrlTemplate.htm",
  8706. "Help/html/P_Independentsoft_Exchange_ItemShape_MaximumBodySize.htm",
  8707. "Help/html/P_Independentsoft_Exchange_ItemShape_PropertyPaths.htm",
  8708. "Help/html/P_Independentsoft_Exchange_ItemShape_Type.htm",
  8709. "Help/html/P_Independentsoft_Exchange_Item_ArchiveTag.htm",
  8710. "Help/html/P_Independentsoft_Exchange_Item_Attachments.htm",
  8711. "Help/html/P_Independentsoft_Exchange_Item_BlockStatus.htm",
  8712. "Help/html/P_Independentsoft_Exchange_Item_Body.htm",
  8713. "Help/html/P_Independentsoft_Exchange_Item_BodyHtmlText.htm",
  8714. "Help/html/P_Independentsoft_Exchange_Item_BodyPlainText.htm",
  8715. "Help/html/P_Independentsoft_Exchange_Item_BodyRtf.htm",
  8716. "Help/html/P_Independentsoft_Exchange_Item_Categories.htm",
  8717. "Help/html/P_Independentsoft_Exchange_Item_Comment.htm",
  8718. "Help/html/P_Independentsoft_Exchange_Item_ConversationId.htm",
  8719. "Help/html/P_Independentsoft_Exchange_Item_CreatedTime.htm",
  8720. "Help/html/P_Independentsoft_Exchange_Item_Culture.htm",
  8721. "Help/html/P_Independentsoft_Exchange_Item_DisplayName.htm",
  8722. "Help/html/P_Independentsoft_Exchange_Item_EffectiveRights.htm",
  8723. "Help/html/P_Independentsoft_Exchange_Item_EntityExtractionResult.htm",
  8724. "Help/html/P_Independentsoft_Exchange_Item_EntryId.htm",
  8725. "Help/html/P_Independentsoft_Exchange_Item_ExtendedProperties.htm",
  8726. "Help/html/P_Independentsoft_Exchange_Item_Flag.htm",
  8727. "Help/html/P_Independentsoft_Exchange_Item_GroupingAction.htm",
  8728. "Help/html/P_Independentsoft_Exchange_Item_HasAttachments.htm",
  8729. "Help/html/P_Independentsoft_Exchange_Item_HasBlockedImages.htm",
  8730. "Help/html/P_Independentsoft_Exchange_Item_IconIndex.htm",
  8731. "Help/html/P_Independentsoft_Exchange_Item_Importance.htm",
  8732. "Help/html/P_Independentsoft_Exchange_Item_InstanceKey.htm",
  8733. "Help/html/P_Independentsoft_Exchange_Item_IsAssociated.htm",
  8734. "Help/html/P_Independentsoft_Exchange_Item_IsHidden.htm",
  8735. "Help/html/P_Independentsoft_Exchange_Item_ItemClass.htm",
  8736. "Help/html/P_Independentsoft_Exchange_Item_ItemId.htm",
  8737. "Help/html/P_Independentsoft_Exchange_Item_LastModifiedTime.htm",
  8738. "Help/html/P_Independentsoft_Exchange_Item_LastModifierName.htm",
  8739. "Help/html/P_Independentsoft_Exchange_Item_MimeContent.htm",
  8740. "Help/html/P_Independentsoft_Exchange_Item_NextPredictedAction.htm",
  8741. "Help/html/P_Independentsoft_Exchange_Item_ParentId.htm",
  8742. "Help/html/P_Independentsoft_Exchange_Item_Preview.htm",
  8743. "Help/html/P_Independentsoft_Exchange_Item_ReminderDueBy.htm",
  8744. "Help/html/P_Independentsoft_Exchange_Item_ReminderIsSet.htm",
  8745. "Help/html/P_Independentsoft_Exchange_Item_ReminderMinutesBeforeStart.htm",
  8746. "Help/html/P_Independentsoft_Exchange_Item_RetentionDate.htm",
  8747. "Help/html/P_Independentsoft_Exchange_Item_RetentionTag.htm",
  8748. "Help/html/P_Independentsoft_Exchange_Item_RtfCompressed.htm",
  8749. "Help/html/P_Independentsoft_Exchange_Item_SearchKey.htm",
  8750. "Help/html/P_Independentsoft_Exchange_Item_Sensitivity.htm",
  8751. "Help/html/P_Independentsoft_Exchange_Item_Size.htm",
  8752. "Help/html/P_Independentsoft_Exchange_Item_StoreEntryId.htm",
  8753. "Help/html/P_Independentsoft_Exchange_Item_Subject.htm",
  8754. "Help/html/P_Independentsoft_Exchange_Item_TextBody.htm",
  8755. "Help/html/P_Independentsoft_Exchange_Item_UniqueBody.htm",
  8756. "Help/html/P_Independentsoft_Exchange_Item_WebClientEditFormQueryString.htm",
  8757. "Help/html/P_Independentsoft_Exchange_Item_WebClientReadFormQueryString.htm",
  8758. "Help/html/P_Independentsoft_Exchange_JournalPropertyPath_AllPropertyPaths.htm",
  8759. "Help/html/P_Independentsoft_Exchange_Journal_CommonEndTime.htm",
  8760. "Help/html/P_Independentsoft_Exchange_Journal_CommonStartTime.htm",
  8761. "Help/html/P_Independentsoft_Exchange_Journal_Companies.htm",
  8762. "Help/html/P_Independentsoft_Exchange_Journal_Contacts.htm",
  8763. "Help/html/P_Independentsoft_Exchange_Journal_Duration.htm",
  8764. "Help/html/P_Independentsoft_Exchange_Journal_EndTime.htm",
  8765. "Help/html/P_Independentsoft_Exchange_Journal_IsPrivate.htm",
  8766. "Help/html/P_Independentsoft_Exchange_Journal_StartTime.htm",
  8767. "Help/html/P_Independentsoft_Exchange_Journal_Type.htm",
  8768. "Help/html/P_Independentsoft_Exchange_Journal_TypeDescription.htm",
  8769. "Help/html/P_Independentsoft_Exchange_KeywordStatisticsSearchResult_ItemHits.htm",
  8770. "Help/html/P_Independentsoft_Exchange_KeywordStatisticsSearchResult_Keyword.htm",
  8771. "Help/html/P_Independentsoft_Exchange_KeywordStatisticsSearchResult_Size.htm",
  8772. "Help/html/P_Independentsoft_Exchange_MailTipsConfiguration_InternalDomains.htm",
  8773. "Help/html/P_Independentsoft_Exchange_MailTipsConfiguration_IsMailTipsEnabled.htm",
  8774. "Help/html/P_Independentsoft_Exchange_MailTipsConfiguration_LargeAudienceThreshold.htm",
  8775. "Help/html/P_Independentsoft_Exchange_MailTipsConfiguration_MaxMessageSize.htm",
  8776. "Help/html/P_Independentsoft_Exchange_MailTipsConfiguration_MaxRecipients.htm",
  8777. "Help/html/P_Independentsoft_Exchange_MailTipsConfiguration_ShowExternalRecipientCount.htm",
  8778. "Help/html/P_Independentsoft_Exchange_MailTipsResponse_MailTips.htm",
  8779. "Help/html/P_Independentsoft_Exchange_MailTips_CustomMailTip.htm",
  8780. "Help/html/P_Independentsoft_Exchange_MailTips_DeliveryRestricted.htm",
  8781. "Help/html/P_Independentsoft_Exchange_MailTips_ExternalMemberCount.htm",
  8782. "Help/html/P_Independentsoft_Exchange_MailTips_InvalidRecipient.htm",
  8783. "Help/html/P_Independentsoft_Exchange_MailTips_IsMailboxFull.htm",
  8784. "Help/html/P_Independentsoft_Exchange_MailTips_IsModerated.htm",
  8785. "Help/html/P_Independentsoft_Exchange_MailTips_MaxMessageSize.htm",
  8786. "Help/html/P_Independentsoft_Exchange_MailTips_OutOfOffice.htm",
  8787. "Help/html/P_Independentsoft_Exchange_MailTips_PendingMailTips.htm",
  8788. "Help/html/P_Independentsoft_Exchange_MailTips_Recipient.htm",
  8789. "Help/html/P_Independentsoft_Exchange_MailTips_TotalMemberCount.htm",
  8790. "Help/html/P_Independentsoft_Exchange_MailboxAttributedValue_Attributions.htm",
  8791. "Help/html/P_Independentsoft_Exchange_MailboxAttributedValue_Value.htm",
  8792. "Help/html/P_Independentsoft_Exchange_MailboxData_AttendeeType.htm",
  8793. "Help/html/P_Independentsoft_Exchange_MailboxData_EmailAddress.htm",
  8794. "Help/html/P_Independentsoft_Exchange_MailboxData_ExcludeConflicts.htm",
  8795. "Help/html/P_Independentsoft_Exchange_MailboxHoldResult_HoldId.htm",
  8796. "Help/html/P_Independentsoft_Exchange_MailboxHoldResult_MailboxHoldStatuses.htm",
  8797. "Help/html/P_Independentsoft_Exchange_MailboxHoldResult_Query.htm",
  8798. "Help/html/P_Independentsoft_Exchange_MailboxHoldStatus_AdditionalInfo.htm",
  8799. "Help/html/P_Independentsoft_Exchange_MailboxHoldStatus_Mailbox.htm",
  8800. "Help/html/P_Independentsoft_Exchange_MailboxHoldStatus_Status.htm",
  8801. "Help/html/P_Independentsoft_Exchange_MailboxQuery_MailboxSearchScopes.htm",
  8802. "Help/html/P_Independentsoft_Exchange_MailboxQuery_Query.htm",
  8803. "Help/html/P_Independentsoft_Exchange_MailboxSearchScope_Mailbox.htm",
  8804. "Help/html/P_Independentsoft_Exchange_MailboxSearchScope_SearchScope.htm",
  8805. "Help/html/P_Independentsoft_Exchange_MailboxStatisticsByKeywords_FromDate.htm",
  8806. "Help/html/P_Independentsoft_Exchange_MailboxStatisticsByKeywords_IncludePersonalArchive.htm",
  8807. "Help/html/P_Independentsoft_Exchange_MailboxStatisticsByKeywords_IncludeUnsearchableItems.htm",
  8808. "Help/html/P_Independentsoft_Exchange_MailboxStatisticsByKeywords_Keywords.htm",
  8809. "Help/html/P_Independentsoft_Exchange_MailboxStatisticsByKeywords_Language.htm",
  8810. "Help/html/P_Independentsoft_Exchange_MailboxStatisticsByKeywords_Mailboxes.htm",
  8811. "Help/html/P_Independentsoft_Exchange_MailboxStatisticsByKeywords_MessageTypes.htm",
  8812. "Help/html/P_Independentsoft_Exchange_MailboxStatisticsByKeywords_Recipients.htm",
  8813. "Help/html/P_Independentsoft_Exchange_MailboxStatisticsByKeywords_SearchDumpster.htm",
  8814. "Help/html/P_Independentsoft_Exchange_MailboxStatisticsByKeywords_Senders.htm",
  8815. "Help/html/P_Independentsoft_Exchange_MailboxStatisticsByKeywords_ToDate.htm",
  8816. "Help/html/P_Independentsoft_Exchange_MailboxStatisticsItem_DisplayName.htm",
  8817. "Help/html/P_Independentsoft_Exchange_MailboxStatisticsItem_ItemCount.htm",
  8818. "Help/html/P_Independentsoft_Exchange_MailboxStatisticsItem_MailboxId.htm",
  8819. "Help/html/P_Independentsoft_Exchange_MailboxStatisticsItem_Size.htm",
  8820. "Help/html/P_Independentsoft_Exchange_MailboxStatisticsSearchResult_KeywordStatisticsSearchResult.htm",
  8821. "Help/html/P_Independentsoft_Exchange_MailboxStatisticsSearchResult_UserMailbox.htm",
  8822. "Help/html/P_Independentsoft_Exchange_Mailbox_EmailAddress.htm",
  8823. "Help/html/P_Independentsoft_Exchange_Mailbox_ItemId.htm",
  8824. "Help/html/P_Independentsoft_Exchange_Mailbox_Name.htm",
  8825. "Help/html/P_Independentsoft_Exchange_Mailbox_OriginalDisplayName.htm",
  8826. "Help/html/P_Independentsoft_Exchange_Mailbox_RoutingType.htm",
  8827. "Help/html/P_Independentsoft_Exchange_Mailbox_Type.htm",
  8828. "Help/html/P_Independentsoft_Exchange_ManagedFolderInformation_CanDelete.htm",
  8829. "Help/html/P_Independentsoft_Exchange_ManagedFolderInformation_CanRename.htm",
  8830. "Help/html/P_Independentsoft_Exchange_ManagedFolderInformation_Comment.htm",
  8831. "Help/html/P_Independentsoft_Exchange_ManagedFolderInformation_HasQuota.htm",
  8832. "Help/html/P_Independentsoft_Exchange_ManagedFolderInformation_HomePage.htm",
  8833. "Help/html/P_Independentsoft_Exchange_ManagedFolderInformation_Id.htm",
  8834. "Help/html/P_Independentsoft_Exchange_ManagedFolderInformation_IsRoot.htm",
  8835. "Help/html/P_Independentsoft_Exchange_ManagedFolderInformation_MustDisplayComment.htm",
  8836. "Help/html/P_Independentsoft_Exchange_ManagedFolderInformation_Size.htm",
  8837. "Help/html/P_Independentsoft_Exchange_ManagedFolderInformation_StorageQuota.htm",
  8838. "Help/html/P_Independentsoft_Exchange_MarkAsJunkResponse_MovedItemId.htm",
  8839. "Help/html/P_Independentsoft_Exchange_MeetingCancellationPropertyPath_AllPropertyPaths.htm",
  8840. "Help/html/P_Independentsoft_Exchange_MeetingMessagePropertyPath_AllPropertyPaths.htm",
  8841. "Help/html/P_Independentsoft_Exchange_MeetingMessage_AppointmentId.htm",
  8842. "Help/html/P_Independentsoft_Exchange_MeetingMessage_DateTimeStamp.htm",
  8843. "Help/html/P_Independentsoft_Exchange_MeetingMessage_HasBeenProcessed.htm",
  8844. "Help/html/P_Independentsoft_Exchange_MeetingMessage_IsDelegated.htm",
  8845. "Help/html/P_Independentsoft_Exchange_MeetingMessage_IsOutOfDate.htm",
  8846. "Help/html/P_Independentsoft_Exchange_MeetingMessage_RecurrenceId.htm",
  8847. "Help/html/P_Independentsoft_Exchange_MeetingMessage_ResponseType.htm",
  8848. "Help/html/P_Independentsoft_Exchange_MeetingMessage_Uid.htm",
  8849. "Help/html/P_Independentsoft_Exchange_MeetingRegistrationResponse_BccRecipients.htm",
  8850. "Help/html/P_Independentsoft_Exchange_MeetingRegistrationResponse_CcRecipients.htm",
  8851. "Help/html/P_Independentsoft_Exchange_MeetingRegistrationResponse_From.htm",
  8852. "Help/html/P_Independentsoft_Exchange_MeetingRegistrationResponse_InternetMessageHeaders.htm",
  8853. "Help/html/P_Independentsoft_Exchange_MeetingRegistrationResponse_IsDeliveryReceiptRequested.htm",
  8854. "Help/html/P_Independentsoft_Exchange_MeetingRegistrationResponse_IsReadReceiptRequested.htm",
  8855. "Help/html/P_Independentsoft_Exchange_MeetingRegistrationResponse_ReceivedBy.htm",
  8856. "Help/html/P_Independentsoft_Exchange_MeetingRegistrationResponse_ReceivedRepresenting.htm",
  8857. "Help/html/P_Independentsoft_Exchange_MeetingRegistrationResponse_Sender.htm",
  8858. "Help/html/P_Independentsoft_Exchange_MeetingRegistrationResponse_ToRecipients.htm",
  8859. "Help/html/P_Independentsoft_Exchange_MeetingRequestPropertyPath_AllPropertyPaths.htm",
  8860. "Help/html/P_Independentsoft_Exchange_MeetingRequest_AdjacentMeetingCount.htm",
  8861. "Help/html/P_Independentsoft_Exchange_MeetingRequest_AdjacentMeetings.htm",
  8862. "Help/html/P_Independentsoft_Exchange_MeetingRequest_AllowNewTimeProposal.htm",
  8863. "Help/html/P_Independentsoft_Exchange_MeetingRequest_BusyStatus.htm",
  8864. "Help/html/P_Independentsoft_Exchange_MeetingRequest_ChangeHighlights.htm",
  8865. "Help/html/P_Independentsoft_Exchange_MeetingRequest_CommonEndTime.htm",
  8866. "Help/html/P_Independentsoft_Exchange_MeetingRequest_CommonStartTime.htm",
  8867. "Help/html/P_Independentsoft_Exchange_MeetingRequest_ConferenceType.htm",
  8868. "Help/html/P_Independentsoft_Exchange_MeetingRequest_ConflictingMeetingCount.htm",
  8869. "Help/html/P_Independentsoft_Exchange_MeetingRequest_ConflictingMeetings.htm",
  8870. "Help/html/P_Independentsoft_Exchange_MeetingRequest_DeletedOccurrences.htm",
  8871. "Help/html/P_Independentsoft_Exchange_MeetingRequest_Duration.htm",
  8872. "Help/html/P_Independentsoft_Exchange_MeetingRequest_EndTime.htm",
  8873. "Help/html/P_Independentsoft_Exchange_MeetingRequest_EndTimeZone.htm",
  8874. "Help/html/P_Independentsoft_Exchange_MeetingRequest_EndWallClock.htm",
  8875. "Help/html/P_Independentsoft_Exchange_MeetingRequest_EnhancedLocation.htm",
  8876. "Help/html/P_Independentsoft_Exchange_MeetingRequest_FirstOccurrence.htm",
  8877. "Help/html/P_Independentsoft_Exchange_MeetingRequest_InstanceType.htm",
  8878. "Help/html/P_Independentsoft_Exchange_MeetingRequest_IntendedFreeBusyStatus.htm",
  8879. "Help/html/P_Independentsoft_Exchange_MeetingRequest_IsAllDayEvent.htm",
  8880. "Help/html/P_Independentsoft_Exchange_MeetingRequest_IsCancelled.htm",
  8881. "Help/html/P_Independentsoft_Exchange_MeetingRequest_IsMeeting.htm",
  8882. "Help/html/P_Independentsoft_Exchange_MeetingRequest_IsOnlineMeeting.htm",
  8883. "Help/html/P_Independentsoft_Exchange_MeetingRequest_IsPrivate.htm",
  8884. "Help/html/P_Independentsoft_Exchange_MeetingRequest_IsRecurring.htm",
  8885. "Help/html/P_Independentsoft_Exchange_MeetingRequest_JoinOnlineMeetingUrl.htm",
  8886. "Help/html/P_Independentsoft_Exchange_MeetingRequest_Label.htm",
  8887. "Help/html/P_Independentsoft_Exchange_MeetingRequest_LastOccurrence.htm",
  8888. "Help/html/P_Independentsoft_Exchange_MeetingRequest_LegacyFreeBusyStatus.htm",
  8889. "Help/html/P_Independentsoft_Exchange_MeetingRequest_Location.htm",
  8890. "Help/html/P_Independentsoft_Exchange_MeetingRequest_MeetingRequestWasSent.htm",
  8891. "Help/html/P_Independentsoft_Exchange_MeetingRequest_MeetingStatus.htm",
  8892. "Help/html/P_Independentsoft_Exchange_MeetingRequest_MeetingTimeZone.htm",
  8893. "Help/html/P_Independentsoft_Exchange_MeetingRequest_MeetingWorkspaceUrl.htm",
  8894. "Help/html/P_Independentsoft_Exchange_MeetingRequest_ModifiedOccurrences.htm",
  8895. "Help/html/P_Independentsoft_Exchange_MeetingRequest_MyResponse.htm",
  8896. "Help/html/P_Independentsoft_Exchange_MeetingRequest_NetShowUrl.htm",
  8897. "Help/html/P_Independentsoft_Exchange_MeetingRequest_OnlineMeetingSettings.htm",
  8898. "Help/html/P_Independentsoft_Exchange_MeetingRequest_OptionalAttendees.htm",
  8899. "Help/html/P_Independentsoft_Exchange_MeetingRequest_Organizer.htm",
  8900. "Help/html/P_Independentsoft_Exchange_MeetingRequest_OriginalStartTime.htm",
  8901. "Help/html/P_Independentsoft_Exchange_MeetingRequest_Priority.htm",
  8902. "Help/html/P_Independentsoft_Exchange_MeetingRequest_Recurrence.htm",
  8903. "Help/html/P_Independentsoft_Exchange_MeetingRequest_RecurrenceEnd.htm",
  8904. "Help/html/P_Independentsoft_Exchange_MeetingRequest_RecurrencePattern.htm",
  8905. "Help/html/P_Independentsoft_Exchange_MeetingRequest_RecurrenceStart.htm",
  8906. "Help/html/P_Independentsoft_Exchange_MeetingRequest_ReminderNextTime.htm",
  8907. "Help/html/P_Independentsoft_Exchange_MeetingRequest_ReminderOverrideDefault.htm",
  8908. "Help/html/P_Independentsoft_Exchange_MeetingRequest_ReminderPlaySound.htm",
  8909. "Help/html/P_Independentsoft_Exchange_MeetingRequest_ReminderSoundFile.htm",
  8910. "Help/html/P_Independentsoft_Exchange_MeetingRequest_ReplyTime.htm",
  8911. "Help/html/P_Independentsoft_Exchange_MeetingRequest_RequiredAttendees.htm",
  8912. "Help/html/P_Independentsoft_Exchange_MeetingRequest_Resources.htm",
  8913. "Help/html/P_Independentsoft_Exchange_MeetingRequest_ResponseStatus.htm",
  8914. "Help/html/P_Independentsoft_Exchange_MeetingRequest_SequenceNumber.htm",
  8915. "Help/html/P_Independentsoft_Exchange_MeetingRequest_StartTime.htm",
  8916. "Help/html/P_Independentsoft_Exchange_MeetingRequest_StartTimeZone.htm",
  8917. "Help/html/P_Independentsoft_Exchange_MeetingRequest_StartWallClock.htm",
  8918. "Help/html/P_Independentsoft_Exchange_MeetingRequest_State.htm",
  8919. "Help/html/P_Independentsoft_Exchange_MeetingRequest_TimeZone.htm",
  8920. "Help/html/P_Independentsoft_Exchange_MeetingRequest_Type.htm",
  8921. "Help/html/P_Independentsoft_Exchange_MeetingRequest_When.htm",
  8922. "Help/html/P_Independentsoft_Exchange_MeetingResponsePropertyPath_AllPropertyPaths.htm",
  8923. "Help/html/P_Independentsoft_Exchange_MeetingSuggestion_Attendees.htm",
  8924. "Help/html/P_Independentsoft_Exchange_MeetingSuggestion_EndTime.htm",
  8925. "Help/html/P_Independentsoft_Exchange_MeetingSuggestion_Location.htm",
  8926. "Help/html/P_Independentsoft_Exchange_MeetingSuggestion_Meeting.htm",
  8927. "Help/html/P_Independentsoft_Exchange_MeetingSuggestion_Position.htm",
  8928. "Help/html/P_Independentsoft_Exchange_MeetingSuggestion_StartTime.htm",
  8929. "Help/html/P_Independentsoft_Exchange_MeetingSuggestion_Subject.htm",
  8930. "Help/html/P_Independentsoft_Exchange_MessagePropertyPath_AllPropertyPaths.htm",
  8931. "Help/html/P_Independentsoft_Exchange_MessageResponse_BccRecipients.htm",
  8932. "Help/html/P_Independentsoft_Exchange_MessageResponse_CcRecipients.htm",
  8933. "Help/html/P_Independentsoft_Exchange_MessageResponse_From.htm",
  8934. "Help/html/P_Independentsoft_Exchange_MessageResponse_IsDeliveryReceiptRequested.htm",
  8935. "Help/html/P_Independentsoft_Exchange_MessageResponse_IsReadReceiptRequested.htm",
  8936. "Help/html/P_Independentsoft_Exchange_MessageResponse_NewBody.htm",
  8937. "Help/html/P_Independentsoft_Exchange_MessageResponse_ReceivedBy.htm",
  8938. "Help/html/P_Independentsoft_Exchange_MessageResponse_ReceivedRepresenting.htm",
  8939. "Help/html/P_Independentsoft_Exchange_MessageResponse_ToRecipients.htm",
  8940. "Help/html/P_Independentsoft_Exchange_MessageTrackingReport_OriginalRecipients.htm",
  8941. "Help/html/P_Independentsoft_Exchange_MessageTrackingReport_PurportedSender.htm",
  8942. "Help/html/P_Independentsoft_Exchange_MessageTrackingReport_RecipientTrackingEvents.htm",
  8943. "Help/html/P_Independentsoft_Exchange_MessageTrackingReport_Sender.htm",
  8944. "Help/html/P_Independentsoft_Exchange_MessageTrackingReport_Subject.htm",
  8945. "Help/html/P_Independentsoft_Exchange_MessageTrackingReport_SubmittedTime.htm",
  8946. "Help/html/P_Independentsoft_Exchange_MessageTrackingSearchResult_MessageTrackingReportId.htm",
  8947. "Help/html/P_Independentsoft_Exchange_MessageTrackingSearchResult_PreviousHopServer.htm",
  8948. "Help/html/P_Independentsoft_Exchange_MessageTrackingSearchResult_PurportedSender.htm",
  8949. "Help/html/P_Independentsoft_Exchange_MessageTrackingSearchResult_Recipients.htm",
  8950. "Help/html/P_Independentsoft_Exchange_MessageTrackingSearchResult_Sender.htm",
  8951. "Help/html/P_Independentsoft_Exchange_MessageTrackingSearchResult_Subject.htm",
  8952. "Help/html/P_Independentsoft_Exchange_MessageTrackingSearchResult_SubmittedTime.htm",
  8953. "Help/html/P_Independentsoft_Exchange_Message_BccRecipients.htm",
  8954. "Help/html/P_Independentsoft_Exchange_Message_CcRecipients.htm",
  8955. "Help/html/P_Independentsoft_Exchange_Message_ConversationIndex.htm",
  8956. "Help/html/P_Independentsoft_Exchange_Message_ConversationTopic.htm",
  8957. "Help/html/P_Independentsoft_Exchange_Message_DeferredDeliveryTime.htm",
  8958. "Help/html/P_Independentsoft_Exchange_Message_DeferredSendTime.htm",
  8959. "Help/html/P_Independentsoft_Exchange_Message_DisplayCc.htm",
  8960. "Help/html/P_Independentsoft_Exchange_Message_DisplayTo.htm",
  8961. "Help/html/P_Independentsoft_Exchange_Message_DueDate.htm",
  8962. "Help/html/P_Independentsoft_Exchange_Message_FlagCompleteTime.htm",
  8963. "Help/html/P_Independentsoft_Exchange_Message_FlagIcon.htm",
  8964. "Help/html/P_Independentsoft_Exchange_Message_FlagRequest.htm",
  8965. "Help/html/P_Independentsoft_Exchange_Message_FlagStatus.htm",
  8966. "Help/html/P_Independentsoft_Exchange_Message_From.htm",
  8967. "Help/html/P_Independentsoft_Exchange_Message_HideAttachments.htm",
  8968. "Help/html/P_Independentsoft_Exchange_Message_InReplyTo.htm",
  8969. "Help/html/P_Independentsoft_Exchange_Message_InReplyToId.htm",
  8970. "Help/html/P_Independentsoft_Exchange_Message_InternetMessageHeaders.htm",
  8971. "Help/html/P_Independentsoft_Exchange_Message_InternetMessageId.htm",
  8972. "Help/html/P_Independentsoft_Exchange_Message_IsDeliveryReceiptRequested.htm",
  8973. "Help/html/P_Independentsoft_Exchange_Message_IsDraft.htm",
  8974. "Help/html/P_Independentsoft_Exchange_Message_IsFromMe.htm",
  8975. "Help/html/P_Independentsoft_Exchange_Message_IsRead.htm",
  8976. "Help/html/P_Independentsoft_Exchange_Message_IsReadReceiptRequested.htm",
  8977. "Help/html/P_Independentsoft_Exchange_Message_IsResend.htm",
  8978. "Help/html/P_Independentsoft_Exchange_Message_IsResponseRequested.htm",
  8979. "Help/html/P_Independentsoft_Exchange_Message_IsSubmitted.htm",
  8980. "Help/html/P_Independentsoft_Exchange_Message_IsUnmodified.htm",
  8981. "Help/html/P_Independentsoft_Exchange_Message_LastVerbExecuted.htm",
  8982. "Help/html/P_Independentsoft_Exchange_Message_MessageFlags.htm",
  8983. "Help/html/P_Independentsoft_Exchange_Message_ReceivedBy.htm",
  8984. "Help/html/P_Independentsoft_Exchange_Message_ReceivedRepresenting.htm",
  8985. "Help/html/P_Independentsoft_Exchange_Message_ReceivedTime.htm",
  8986. "Help/html/P_Independentsoft_Exchange_Message_References.htm",
  8987. "Help/html/P_Independentsoft_Exchange_Message_ReplyTo.htm",
  8988. "Help/html/P_Independentsoft_Exchange_Message_ResponseItems.htm",
  8989. "Help/html/P_Independentsoft_Exchange_Message_Sender.htm",
  8990. "Help/html/P_Independentsoft_Exchange_Message_SentTime.htm",
  8991. "Help/html/P_Independentsoft_Exchange_Message_StartDate.htm",
  8992. "Help/html/P_Independentsoft_Exchange_Message_ToRecipients.htm",
  8993. "Help/html/P_Independentsoft_Exchange_Message_VotingOptions.htm",
  8994. "Help/html/P_Independentsoft_Exchange_Message_VotingResponse.htm",
  8995. "Help/html/P_Independentsoft_Exchange_MimeContent_CharacterSet.htm",
  8996. "Help/html/P_Independentsoft_Exchange_MimeContent_Text.htm",
  8997. "Help/html/P_Independentsoft_Exchange_ModifiedEvent_Id.htm",
  8998. "Help/html/P_Independentsoft_Exchange_ModifiedEvent_ParentFolderId.htm",
  8999. "Help/html/P_Independentsoft_Exchange_ModifiedEvent_TimeStamp.htm",
  9000. "Help/html/P_Independentsoft_Exchange_ModifiedEvent_UnreadCount.htm",
  9001. "Help/html/P_Independentsoft_Exchange_MonthlyRegeneratingPattern_Interval.htm",
  9002. "Help/html/P_Independentsoft_Exchange_MovedEvent_Id.htm",
  9003. "Help/html/P_Independentsoft_Exchange_MovedEvent_OldId.htm",
  9004. "Help/html/P_Independentsoft_Exchange_MovedEvent_OldParentFolderId.htm",
  9005. "Help/html/P_Independentsoft_Exchange_MovedEvent_ParentFolderId.htm",
  9006. "Help/html/P_Independentsoft_Exchange_MovedEvent_TimeStamp.htm",
  9007. "Help/html/P_Independentsoft_Exchange_NewMailEvent_Id.htm",
  9008. "Help/html/P_Independentsoft_Exchange_NewMailEvent_ParentFolderId.htm",
  9009. "Help/html/P_Independentsoft_Exchange_NewMailEvent_TimeStamp.htm",
  9010. "Help/html/P_Independentsoft_Exchange_NoEndRecurrenceRange_StartDate.htm",
  9011. "Help/html/P_Independentsoft_Exchange_NonIndexableItemDetail_AdditionalInfo.htm",
  9012. "Help/html/P_Independentsoft_Exchange_NonIndexableItemDetail_AttemptCount.htm",
  9013. "Help/html/P_Independentsoft_Exchange_NonIndexableItemDetail_ErrorCode.htm",
  9014. "Help/html/P_Independentsoft_Exchange_NonIndexableItemDetail_ErrorDescription.htm",
  9015. "Help/html/P_Independentsoft_Exchange_NonIndexableItemDetail_IsPartiallyIndexed.htm",
  9016. "Help/html/P_Independentsoft_Exchange_NonIndexableItemDetail_IsPermanentFailure.htm",
  9017. "Help/html/P_Independentsoft_Exchange_NonIndexableItemDetail_ItemId.htm",
  9018. "Help/html/P_Independentsoft_Exchange_NonIndexableItemDetail_LastAttemptTime.htm",
  9019. "Help/html/P_Independentsoft_Exchange_NonIndexableItemDetail_SortValue.htm",
  9020. "Help/html/P_Independentsoft_Exchange_NonIndexableItemStatistic_ErrorMessage.htm",
  9021. "Help/html/P_Independentsoft_Exchange_NonIndexableItemStatistic_ItemCount.htm",
  9022. "Help/html/P_Independentsoft_Exchange_NonIndexableItemStatistic_Mailbox.htm",
  9023. "Help/html/P_Independentsoft_Exchange_NotePropertyPath_AllPropertyPaths.htm",
  9024. "Help/html/P_Independentsoft_Exchange_Note_Color.htm",
  9025. "Help/html/P_Independentsoft_Exchange_Note_Contacts.htm",
  9026. "Help/html/P_Independentsoft_Exchange_Note_Height.htm",
  9027. "Help/html/P_Independentsoft_Exchange_Note_IconColor.htm",
  9028. "Help/html/P_Independentsoft_Exchange_Note_Left.htm",
  9029. "Help/html/P_Independentsoft_Exchange_Note_Top.htm",
  9030. "Help/html/P_Independentsoft_Exchange_Note_Width.htm",
  9031. "Help/html/P_Independentsoft_Exchange_Notification_Events.htm",
  9032. "Help/html/P_Independentsoft_Exchange_Notification_HasMoreEvents.htm",
  9033. "Help/html/P_Independentsoft_Exchange_Notification_PreviousWatermark.htm",
  9034. "Help/html/P_Independentsoft_Exchange_Notification_SubscriptionId.htm",
  9035. "Help/html/P_Independentsoft_Exchange_NumberedRecurrenceRange_OccurrenceCount.htm",
  9036. "Help/html/P_Independentsoft_Exchange_NumberedRecurrenceRange_StartDate.htm",
  9037. "Help/html/P_Independentsoft_Exchange_OAuthToken_AccessToken.htm",
  9038. "Help/html/P_Independentsoft_Exchange_OAuthToken_ExpiresIn.htm",
  9039. "Help/html/P_Independentsoft_Exchange_OAuthToken_ExpiresOn.htm",
  9040. "Help/html/P_Independentsoft_Exchange_OAuthToken_IdToken.htm",
  9041. "Help/html/P_Independentsoft_Exchange_OAuthToken_RefreshToken.htm",
  9042. "Help/html/P_Independentsoft_Exchange_OAuthToken_Scope.htm",
  9043. "Help/html/P_Independentsoft_Exchange_OAuthToken_Type.htm",
  9044. "Help/html/P_Independentsoft_Exchange_OccurrenceItemId_Index.htm",
  9045. "Help/html/P_Independentsoft_Exchange_Occurrence_EndTime.htm",
  9046. "Help/html/P_Independentsoft_Exchange_Occurrence_ItemId.htm",
  9047. "Help/html/P_Independentsoft_Exchange_Occurrence_OriginalStartTime.htm",
  9048. "Help/html/P_Independentsoft_Exchange_Occurrence_StartTime.htm",
  9049. "Help/html/P_Independentsoft_Exchange_OnlineMeetingSettings_AccessLevel.htm",
  9050. "Help/html/P_Independentsoft_Exchange_OnlineMeetingSettings_LobbyBypass.htm",
  9051. "Help/html/P_Independentsoft_Exchange_OnlineMeetingSettings_Presenters.htm",
  9052. "Help/html/P_Independentsoft_Exchange_OutOfOfficeMailTip_Duration.htm",
  9053. "Help/html/P_Independentsoft_Exchange_OutOfOfficeMailTip_ReplyBody.htm",
  9054. "Help/html/P_Independentsoft_Exchange_OutOfOfficeResponse_ExternalAudience.htm",
  9055. "Help/html/P_Independentsoft_Exchange_OutOfOfficeResponse_OutOfOffice.htm",
  9056. "Help/html/P_Independentsoft_Exchange_OutOfOffice_Duration.htm",
  9057. "Help/html/P_Independentsoft_Exchange_OutOfOffice_ExternalAudience.htm",
  9058. "Help/html/P_Independentsoft_Exchange_OutOfOffice_ExternalReply.htm",
  9059. "Help/html/P_Independentsoft_Exchange_OutOfOffice_InternalReply.htm",
  9060. "Help/html/P_Independentsoft_Exchange_OutOfOffice_State.htm",
  9061. "Help/html/P_Independentsoft_Exchange_OwaOptions_AlwaysShowBcc.htm",
  9062. "Help/html/P_Independentsoft_Exchange_OwaOptions_AlwaysShowFrom.htm",
  9063. "Help/html/P_Independentsoft_Exchange_OwaOptions_AutoAddSignature.htm",
  9064. "Help/html/P_Independentsoft_Exchange_OwaOptions_AutoAddSignatureOnReply.htm",
  9065. "Help/html/P_Independentsoft_Exchange_OwaOptions_CheckNameInContactsFirst.htm",
  9066. "Help/html/P_Independentsoft_Exchange_OwaOptions_ComposeMarkup.htm",
  9067. "Help/html/P_Independentsoft_Exchange_OwaOptions_ConversationSortOrder.htm",
  9068. "Help/html/P_Independentsoft_Exchange_OwaOptions_DateFormat.htm",
  9069. "Help/html/P_Independentsoft_Exchange_OwaOptions_EmptyDeletedItemsOnLogoff.htm",
  9070. "Help/html/P_Independentsoft_Exchange_OwaOptions_EnableReminderSound.htm",
  9071. "Help/html/P_Independentsoft_Exchange_OwaOptions_EnableReminders.htm",
  9072. "Help/html/P_Independentsoft_Exchange_OwaOptions_FirstWeekOfYear.htm",
  9073. "Help/html/P_Independentsoft_Exchange_OwaOptions_FontColor.htm",
  9074. "Help/html/P_Independentsoft_Exchange_OwaOptions_FontFlags.htm",
  9075. "Help/html/P_Independentsoft_Exchange_OwaOptions_FontName.htm",
  9076. "Help/html/P_Independentsoft_Exchange_OwaOptions_FontSize.htm",
  9077. "Help/html/P_Independentsoft_Exchange_OwaOptions_FormatBarState.htm",
  9078. "Help/html/P_Independentsoft_Exchange_OwaOptions_GlobalReadingPanePosition.htm",
  9079. "Help/html/P_Independentsoft_Exchange_OwaOptions_HideDeletedItems.htm",
  9080. "Help/html/P_Independentsoft_Exchange_OwaOptions_HourIncrement.htm",
  9081. "Help/html/P_Independentsoft_Exchange_OwaOptions_IsOptimizedForAccessibility.htm",
  9082. "Help/html/P_Independentsoft_Exchange_OwaOptions_IsQuicklinksBarVisible.htm",
  9083. "Help/html/P_Independentsoft_Exchange_OwaOptions_MarkAsReadDelayTime.htm",
  9084. "Help/html/P_Independentsoft_Exchange_OwaOptions_NewItemNotify.htm",
  9085. "Help/html/P_Independentsoft_Exchange_OwaOptions_NextSelection.htm",
  9086. "Help/html/P_Independentsoft_Exchange_OwaOptions_PreviewMarkAsRead.htm",
  9087. "Help/html/P_Independentsoft_Exchange_OwaOptions_ReadReceipt.htm",
  9088. "Help/html/P_Independentsoft_Exchange_OwaOptions_SendAsItemsCopiedTo.htm",
  9089. "Help/html/P_Independentsoft_Exchange_OwaOptions_SendOnBehalfOfCopiedTo.htm",
  9090. "Help/html/P_Independentsoft_Exchange_OwaOptions_ShowPreviewTextInListView.htm",
  9091. "Help/html/P_Independentsoft_Exchange_OwaOptions_ShowSenderOnTopInListView.htm",
  9092. "Help/html/P_Independentsoft_Exchange_OwaOptions_ShowTreeInListView.htm",
  9093. "Help/html/P_Independentsoft_Exchange_OwaOptions_ShowWeekNumbers.htm",
  9094. "Help/html/P_Independentsoft_Exchange_OwaOptions_SignatureHtml.htm",
  9095. "Help/html/P_Independentsoft_Exchange_OwaOptions_SignatureText.htm",
  9096. "Help/html/P_Independentsoft_Exchange_OwaOptions_SpellingCheckBeforeSend.htm",
  9097. "Help/html/P_Independentsoft_Exchange_OwaOptions_SpellingDictionaryLanguage.htm",
  9098. "Help/html/P_Independentsoft_Exchange_OwaOptions_SpellingIgnoreMixedDigits.htm",
  9099. "Help/html/P_Independentsoft_Exchange_OwaOptions_SpellingIgnoreUpperCase.htm",
  9100. "Help/html/P_Independentsoft_Exchange_OwaOptions_ThemeStorageId.htm",
  9101. "Help/html/P_Independentsoft_Exchange_OwaOptions_TimeFormat.htm",
  9102. "Help/html/P_Independentsoft_Exchange_OwaOptions_TimeZone.htm",
  9103. "Help/html/P_Independentsoft_Exchange_OwaOptions_WeekStartDay.htm",
  9104. "Help/html/P_Independentsoft_Exchange_PerformReminderActionResponse_ItemIds.htm",
  9105. "Help/html/P_Independentsoft_Exchange_Period_Bias.htm",
  9106. "Help/html/P_Independentsoft_Exchange_Period_Id.htm",
  9107. "Help/html/P_Independentsoft_Exchange_Period_Name.htm",
  9108. "Help/html/P_Independentsoft_Exchange_PermissionSet_Entries.htm",
  9109. "Help/html/P_Independentsoft_Exchange_PermissionSet_Permissions.htm",
  9110. "Help/html/P_Independentsoft_Exchange_Permission_CanCreateItems.htm",
  9111. "Help/html/P_Independentsoft_Exchange_Permission_CanCreateSubFolders.htm",
  9112. "Help/html/P_Independentsoft_Exchange_Permission_DeleteItems.htm",
  9113. "Help/html/P_Independentsoft_Exchange_Permission_EditItems.htm",
  9114. "Help/html/P_Independentsoft_Exchange_Permission_IsFolderContact.htm",
  9115. "Help/html/P_Independentsoft_Exchange_Permission_IsFolderOwner.htm",
  9116. "Help/html/P_Independentsoft_Exchange_Permission_IsFolderVisible.htm",
  9117. "Help/html/P_Independentsoft_Exchange_Permission_Level.htm",
  9118. "Help/html/P_Independentsoft_Exchange_Permission_ReadItems.htm",
  9119. "Help/html/P_Independentsoft_Exchange_Permission_UserId.htm",
  9120. "Help/html/P_Independentsoft_Exchange_PersonaAttribution_DisplayName.htm",
  9121. "Help/html/P_Independentsoft_Exchange_PersonaAttribution_FolderId.htm",
  9122. "Help/html/P_Independentsoft_Exchange_PersonaAttribution_Id.htm",
  9123. "Help/html/P_Independentsoft_Exchange_PersonaAttribution_IsHidden.htm",
  9124. "Help/html/P_Independentsoft_Exchange_PersonaAttribution_IsQuickContact.htm",
  9125. "Help/html/P_Independentsoft_Exchange_PersonaAttribution_IsWritable.htm",
  9126. "Help/html/P_Independentsoft_Exchange_PersonaAttribution_SourceId.htm",
  9127. "Help/html/P_Independentsoft_Exchange_PersonaInfoResponse_Persona.htm",
  9128. "Help/html/P_Independentsoft_Exchange_PersonaPhoneNumberAttributedValue_Attributions.htm",
  9129. "Help/html/P_Independentsoft_Exchange_PersonaPhoneNumberAttributedValue_Value.htm",
  9130. "Help/html/P_Independentsoft_Exchange_PersonaPhoneNumber_Number.htm",
  9131. "Help/html/P_Independentsoft_Exchange_PersonaPhoneNumber_Type.htm",
  9132. "Help/html/P_Independentsoft_Exchange_PersonaPostalAddressAttributedValue_Attributions.htm",
  9133. "Help/html/P_Independentsoft_Exchange_PersonaPostalAddressAttributedValue_Value.htm",
  9134. "Help/html/P_Independentsoft_Exchange_PersonaPostalAddress_Accuracy.htm",
  9135. "Help/html/P_Independentsoft_Exchange_PersonaPostalAddress_Altitude.htm",
  9136. "Help/html/P_Independentsoft_Exchange_PersonaPostalAddress_AltitudeAccuracy.htm",
  9137. "Help/html/P_Independentsoft_Exchange_PersonaPostalAddress_City.htm",
  9138. "Help/html/P_Independentsoft_Exchange_PersonaPostalAddress_Country.htm",
  9139. "Help/html/P_Independentsoft_Exchange_PersonaPostalAddress_FormattedAddress.htm",
  9140. "Help/html/P_Independentsoft_Exchange_PersonaPostalAddress_Latitude.htm",
  9141. "Help/html/P_Independentsoft_Exchange_PersonaPostalAddress_LocationSource.htm",
  9142. "Help/html/P_Independentsoft_Exchange_PersonaPostalAddress_LocationUri.htm",
  9143. "Help/html/P_Independentsoft_Exchange_PersonaPostalAddress_Longitude.htm",
  9144. "Help/html/P_Independentsoft_Exchange_PersonaPostalAddress_PostOfficeBox.htm",
  9145. "Help/html/P_Independentsoft_Exchange_PersonaPostalAddress_PostalCode.htm",
  9146. "Help/html/P_Independentsoft_Exchange_PersonaPostalAddress_State.htm",
  9147. "Help/html/P_Independentsoft_Exchange_PersonaPostalAddress_Street.htm",
  9148. "Help/html/P_Independentsoft_Exchange_PersonaPostalAddress_Type.htm",
  9149. "Help/html/P_Independentsoft_Exchange_PersonaPropertyPath_AllPropertyPaths.htm",
  9150. "Help/html/P_Independentsoft_Exchange_PersonaShape_PropertyPaths.htm",
  9151. "Help/html/P_Independentsoft_Exchange_PersonaShape_Type.htm",
  9152. "Help/html/P_Independentsoft_Exchange_Persona_AssistantNames.htm",
  9153. "Help/html/P_Independentsoft_Exchange_Persona_AssistantPhoneNumbers.htm",
  9154. "Help/html/P_Independentsoft_Exchange_Persona_Attributions.htm",
  9155. "Help/html/P_Independentsoft_Exchange_Persona_Birthdays.htm",
  9156. "Help/html/P_Independentsoft_Exchange_Persona_BusinessAddresses.htm",
  9157. "Help/html/P_Independentsoft_Exchange_Persona_BusinessHomePages.htm",
  9158. "Help/html/P_Independentsoft_Exchange_Persona_BusinessPhoneNumbers.htm",
  9159. "Help/html/P_Independentsoft_Exchange_Persona_BusinessPhoneNumbers2.htm",
  9160. "Help/html/P_Independentsoft_Exchange_Persona_CallbackPhones.htm",
  9161. "Help/html/P_Independentsoft_Exchange_Persona_CarPhones.htm",
  9162. "Help/html/P_Independentsoft_Exchange_Persona_Children.htm",
  9163. "Help/html/P_Independentsoft_Exchange_Persona_CompanyName.htm",
  9164. "Help/html/P_Independentsoft_Exchange_Persona_CompanyNameSortKey.htm",
  9165. "Help/html/P_Independentsoft_Exchange_Persona_CompanyNames.htm",
  9166. "Help/html/P_Independentsoft_Exchange_Persona_CreationTime.htm",
  9167. "Help/html/P_Independentsoft_Exchange_Persona_Department.htm",
  9168. "Help/html/P_Independentsoft_Exchange_Persona_Departments.htm",
  9169. "Help/html/P_Independentsoft_Exchange_Persona_DisplayName.htm",
  9170. "Help/html/P_Independentsoft_Exchange_Persona_DisplayNameFirstLast.htm",
  9171. "Help/html/P_Independentsoft_Exchange_Persona_DisplayNameFirstLastHeader.htm",
  9172. "Help/html/P_Independentsoft_Exchange_Persona_DisplayNameFirstLastSortKey.htm",
  9173. "Help/html/P_Independentsoft_Exchange_Persona_DisplayNameLastFirst.htm",
  9174. "Help/html/P_Independentsoft_Exchange_Persona_DisplayNameLastFirstHeader.htm",
  9175. "Help/html/P_Independentsoft_Exchange_Persona_DisplayNameLastFirstSortKey.htm",
  9176. "Help/html/P_Independentsoft_Exchange_Persona_DisplayNamePrefix.htm",
  9177. "Help/html/P_Independentsoft_Exchange_Persona_DisplayNamePrefixes.htm",
  9178. "Help/html/P_Independentsoft_Exchange_Persona_DisplayNames.htm",
  9179. "Help/html/P_Independentsoft_Exchange_Persona_EmailAddress.htm",
  9180. "Help/html/P_Independentsoft_Exchange_Persona_EmailAddresses.htm",
  9181. "Help/html/P_Independentsoft_Exchange_Persona_Emails1.htm",
  9182. "Help/html/P_Independentsoft_Exchange_Persona_Emails2.htm",
  9183. "Help/html/P_Independentsoft_Exchange_Persona_Emails3.htm",
  9184. "Help/html/P_Independentsoft_Exchange_Persona_ExtendedProperties.htm",
  9185. "Help/html/P_Independentsoft_Exchange_Persona_FileAs.htm",
  9186. "Help/html/P_Independentsoft_Exchange_Persona_FileAsId.htm",
  9187. "Help/html/P_Independentsoft_Exchange_Persona_FileAsIds.htm",
  9188. "Help/html/P_Independentsoft_Exchange_Persona_FileAses.htm",
  9189. "Help/html/P_Independentsoft_Exchange_Persona_FolderIds.htm",
  9190. "Help/html/P_Independentsoft_Exchange_Persona_Generation.htm",
  9191. "Help/html/P_Independentsoft_Exchange_Persona_Generations.htm",
  9192. "Help/html/P_Independentsoft_Exchange_Persona_GivenName.htm",
  9193. "Help/html/P_Independentsoft_Exchange_Persona_GivenNames.htm",
  9194. "Help/html/P_Independentsoft_Exchange_Persona_Hobbies.htm",
  9195. "Help/html/P_Independentsoft_Exchange_Persona_HomeAddresses.htm",
  9196. "Help/html/P_Independentsoft_Exchange_Persona_HomeCity.htm",
  9197. "Help/html/P_Independentsoft_Exchange_Persona_HomeCitySortKey.htm",
  9198. "Help/html/P_Independentsoft_Exchange_Persona_HomeFaxes.htm",
  9199. "Help/html/P_Independentsoft_Exchange_Persona_HomePhones.htm",
  9200. "Help/html/P_Independentsoft_Exchange_Persona_HomePhones2.htm",
  9201. "Help/html/P_Independentsoft_Exchange_Persona_ImAddress.htm",
  9202. "Help/html/P_Independentsoft_Exchange_Persona_ImAddresses.htm",
  9203. "Help/html/P_Independentsoft_Exchange_Persona_ImAddresses2.htm",
  9204. "Help/html/P_Independentsoft_Exchange_Persona_ImAddresses3.htm",
  9205. "Help/html/P_Independentsoft_Exchange_Persona_Initials.htm",
  9206. "Help/html/P_Independentsoft_Exchange_Persona_Location.htm",
  9207. "Help/html/P_Independentsoft_Exchange_Persona_Locations.htm",
  9208. "Help/html/P_Independentsoft_Exchange_Persona_Managers.htm",
  9209. "Help/html/P_Independentsoft_Exchange_Persona_MiddleName.htm",
  9210. "Help/html/P_Independentsoft_Exchange_Persona_MiddleNames.htm",
  9211. "Help/html/P_Independentsoft_Exchange_Persona_MobilePhones.htm",
  9212. "Help/html/P_Independentsoft_Exchange_Persona_MobilePhones2.htm",
  9213. "Help/html/P_Independentsoft_Exchange_Persona_Nickname.htm",
  9214. "Help/html/P_Independentsoft_Exchange_Persona_Nicknames.htm",
  9215. "Help/html/P_Independentsoft_Exchange_Persona_OfficeLocations.htm",
  9216. "Help/html/P_Independentsoft_Exchange_Persona_OrganizationMainPhones.htm",
  9217. "Help/html/P_Independentsoft_Exchange_Persona_OtherAddresses.htm",
  9218. "Help/html/P_Independentsoft_Exchange_Persona_OtherFaxes.htm",
  9219. "Help/html/P_Independentsoft_Exchange_Persona_OtherPhones2.htm",
  9220. "Help/html/P_Independentsoft_Exchange_Persona_OtherTelephones.htm",
  9221. "Help/html/P_Independentsoft_Exchange_Persona_Pagers.htm",
  9222. "Help/html/P_Independentsoft_Exchange_Persona_PersonaId.htm",
  9223. "Help/html/P_Independentsoft_Exchange_Persona_PersonaObjectStatus.htm",
  9224. "Help/html/P_Independentsoft_Exchange_Persona_PersonaType.htm",
  9225. "Help/html/P_Independentsoft_Exchange_Persona_PersonalHomePages.htm",
  9226. "Help/html/P_Independentsoft_Exchange_Persona_PhoneNumber.htm",
  9227. "Help/html/P_Independentsoft_Exchange_Persona_Professions.htm",
  9228. "Help/html/P_Independentsoft_Exchange_Persona_RadioPhones.htm",
  9229. "Help/html/P_Independentsoft_Exchange_Persona_RelevanceScore.htm",
  9230. "Help/html/P_Independentsoft_Exchange_Persona_Schools.htm",
  9231. "Help/html/P_Independentsoft_Exchange_Persona_SpouseNames.htm",
  9232. "Help/html/P_Independentsoft_Exchange_Persona_Surname.htm",
  9233. "Help/html/P_Independentsoft_Exchange_Persona_Surnames.htm",
  9234. "Help/html/P_Independentsoft_Exchange_Persona_TTYTDDPhoneNumbers.htm",
  9235. "Help/html/P_Independentsoft_Exchange_Persona_TelexNumbers.htm",
  9236. "Help/html/P_Independentsoft_Exchange_Persona_Title.htm",
  9237. "Help/html/P_Independentsoft_Exchange_Persona_Titles.htm",
  9238. "Help/html/P_Independentsoft_Exchange_Persona_WeddingAnniversaries.htm",
  9239. "Help/html/P_Independentsoft_Exchange_Persona_WorkCity.htm",
  9240. "Help/html/P_Independentsoft_Exchange_Persona_WorkCitySortKey.htm",
  9241. "Help/html/P_Independentsoft_Exchange_Persona_WorkFaxes.htm",
  9242. "Help/html/P_Independentsoft_Exchange_Persona_YomiCompanyName.htm",
  9243. "Help/html/P_Independentsoft_Exchange_Persona_YomiCompanyNames.htm",
  9244. "Help/html/P_Independentsoft_Exchange_Persona_YomiFirstName.htm",
  9245. "Help/html/P_Independentsoft_Exchange_Persona_YomiFirstNames.htm",
  9246. "Help/html/P_Independentsoft_Exchange_Persona_YomiLastName.htm",
  9247. "Help/html/P_Independentsoft_Exchange_Persona_YomiLastNames.htm",
  9248. "Help/html/P_Independentsoft_Exchange_PhoneEntity_OriginalPhone.htm",
  9249. "Help/html/P_Independentsoft_Exchange_PhoneEntity_Phone.htm",
  9250. "Help/html/P_Independentsoft_Exchange_PhoneEntity_Position.htm",
  9251. "Help/html/P_Independentsoft_Exchange_PhoneEntity_Type.htm",
  9252. "Help/html/P_Independentsoft_Exchange_PostPropertyPath_AllPropertyPaths.htm",
  9253. "Help/html/P_Independentsoft_Exchange_PostReplyItem_NewBody.htm",
  9254. "Help/html/P_Independentsoft_Exchange_Post_ConversationIndex.htm",
  9255. "Help/html/P_Independentsoft_Exchange_Post_ConversationTopic.htm",
  9256. "Help/html/P_Independentsoft_Exchange_Post_From.htm",
  9257. "Help/html/P_Independentsoft_Exchange_Post_InternetMessageId.htm",
  9258. "Help/html/P_Independentsoft_Exchange_Post_IsRead.htm",
  9259. "Help/html/P_Independentsoft_Exchange_Post_PostedTime.htm",
  9260. "Help/html/P_Independentsoft_Exchange_Post_References.htm",
  9261. "Help/html/P_Independentsoft_Exchange_Post_Sender.htm",
  9262. "Help/html/P_Independentsoft_Exchange_PreviewItemMailbox_MailboxId.htm",
  9263. "Help/html/P_Independentsoft_Exchange_PreviewItemMailbox_PrimarySmtpAddress.htm",
  9264. "Help/html/P_Independentsoft_Exchange_PreviewItemShape_PropertyPaths.htm",
  9265. "Help/html/P_Independentsoft_Exchange_PreviewItemShape_Type.htm",
  9266. "Help/html/P_Independentsoft_Exchange_PreviewItem_BccRecipients.htm",
  9267. "Help/html/P_Independentsoft_Exchange_PreviewItem_CcRecipients.htm",
  9268. "Help/html/P_Independentsoft_Exchange_PreviewItem_CreatedTime.htm",
  9269. "Help/html/P_Independentsoft_Exchange_PreviewItem_ExtendedProperties.htm",
  9270. "Help/html/P_Independentsoft_Exchange_PreviewItem_HasAttachment.htm",
  9271. "Help/html/P_Independentsoft_Exchange_PreviewItem_Importance.htm",
  9272. "Help/html/P_Independentsoft_Exchange_PreviewItem_IsRead.htm",
  9273. "Help/html/P_Independentsoft_Exchange_PreviewItem_ItemClass.htm",
  9274. "Help/html/P_Independentsoft_Exchange_PreviewItem_ItemId.htm",
  9275. "Help/html/P_Independentsoft_Exchange_PreviewItem_Mailbox.htm",
  9276. "Help/html/P_Independentsoft_Exchange_PreviewItem_OwaLink.htm",
  9277. "Help/html/P_Independentsoft_Exchange_PreviewItem_ParentItemId.htm",
  9278. "Help/html/P_Independentsoft_Exchange_PreviewItem_Preview.htm",
  9279. "Help/html/P_Independentsoft_Exchange_PreviewItem_ReceivedTime.htm",
  9280. "Help/html/P_Independentsoft_Exchange_PreviewItem_Sender.htm",
  9281. "Help/html/P_Independentsoft_Exchange_PreviewItem_SentTime.htm",
  9282. "Help/html/P_Independentsoft_Exchange_PreviewItem_Size.htm",
  9283. "Help/html/P_Independentsoft_Exchange_PreviewItem_SortValue.htm",
  9284. "Help/html/P_Independentsoft_Exchange_PreviewItem_Subject.htm",
  9285. "Help/html/P_Independentsoft_Exchange_PreviewItem_ToRecipients.htm",
  9286. "Help/html/P_Independentsoft_Exchange_PreviewItem_UniqueHash.htm",
  9287. "Help/html/P_Independentsoft_Exchange_PropertyId_Id.htm",
  9288. "Help/html/P_Independentsoft_Exchange_PropertyId_Set.htm",
  9289. "Help/html/P_Independentsoft_Exchange_PropertyId_Type.htm",
  9290. "Help/html/P_Independentsoft_Exchange_PropertyName_Name.htm",
  9291. "Help/html/P_Independentsoft_Exchange_PropertyName_Set.htm",
  9292. "Help/html/P_Independentsoft_Exchange_PropertyName_Type.htm",
  9293. "Help/html/P_Independentsoft_Exchange_PropertyOrder_Order.htm",
  9294. "Help/html/P_Independentsoft_Exchange_PropertyOrder_PropertyPath.htm",
  9295. "Help/html/P_Independentsoft_Exchange_PropertyTag_Tag.htm",
  9296. "Help/html/P_Independentsoft_Exchange_PropertyTag_Type.htm",
  9297. "Help/html/P_Independentsoft_Exchange_Property_PropertyPath.htm",
  9298. "Help/html/P_Independentsoft_Exchange_Property_Value.htm",
  9299. "Help/html/P_Independentsoft_Exchange_Property_Values.htm",
  9300. "Help/html/P_Independentsoft_Exchange_ProtectionRuleAction_Arguments.htm",
  9301. "Help/html/P_Independentsoft_Exchange_ProtectionRuleAction_Name.htm",
  9302. "Help/html/P_Independentsoft_Exchange_ProtectionRule_Action.htm",
  9303. "Help/html/P_Independentsoft_Exchange_ProtectionRule_IsUserOverridable.htm",
  9304. "Help/html/P_Independentsoft_Exchange_ProtectionRule_Name.htm",
  9305. "Help/html/P_Independentsoft_Exchange_ProtectionRule_Priority.htm",
  9306. "Help/html/P_Independentsoft_Exchange_ProtectionRulesConfiguration_InternalDomains.htm",
  9307. "Help/html/P_Independentsoft_Exchange_ProtectionRulesConfiguration_RefreshInterval.htm",
  9308. "Help/html/P_Independentsoft_Exchange_ProtectionRulesConfiguration_Rules.htm",
  9309. "Help/html/P_Independentsoft_Exchange_PullSubscription_Timeout.htm",
  9310. "Help/html/P_Independentsoft_Exchange_PushSubscription_CallerData.htm",
  9311. "Help/html/P_Independentsoft_Exchange_PushSubscription_StatusFrequency.htm",
  9312. "Help/html/P_Independentsoft_Exchange_PushSubscription_Url.htm",
  9313. "Help/html/P_Independentsoft_Exchange_QueryString_Query.htm",
  9314. "Help/html/P_Independentsoft_Exchange_QueryString_ResetCache.htm",
  9315. "Help/html/P_Independentsoft_Exchange_QueryString_ReturnDeletedItems.htm",
  9316. "Help/html/P_Independentsoft_Exchange_QueryString_ReturnHighlightTerms.htm",
  9317. "Help/html/P_Independentsoft_Exchange_ReadFlagChange_IsRead.htm",
  9318. "Help/html/P_Independentsoft_Exchange_ReadFlagChange_ItemId.htm",
  9319. "Help/html/P_Independentsoft_Exchange_RecipientTrackingEvent_BccRecipient.htm",
  9320. "Help/html/P_Independentsoft_Exchange_RecipientTrackingEvent_Date.htm",
  9321. "Help/html/P_Independentsoft_Exchange_RecipientTrackingEvent_DeliveryStatus.htm",
  9322. "Help/html/P_Independentsoft_Exchange_RecipientTrackingEvent_EventData.htm",
  9323. "Help/html/P_Independentsoft_Exchange_RecipientTrackingEvent_EventDescription.htm",
  9324. "Help/html/P_Independentsoft_Exchange_RecipientTrackingEvent_HiddenRecipient.htm",
  9325. "Help/html/P_Independentsoft_Exchange_RecipientTrackingEvent_InternalId.htm",
  9326. "Help/html/P_Independentsoft_Exchange_RecipientTrackingEvent_Recipient.htm",
  9327. "Help/html/P_Independentsoft_Exchange_RecipientTrackingEvent_Server.htm",
  9328. "Help/html/P_Independentsoft_Exchange_RecipientTrackingEvent_UniquePathId.htm",
  9329. "Help/html/P_Independentsoft_Exchange_Recurrence_Pattern.htm",
  9330. "Help/html/P_Independentsoft_Exchange_Recurrence_Range.htm",
  9331. "Help/html/P_Independentsoft_Exchange_RecurringDateTransition_Day.htm",
  9332. "Help/html/P_Independentsoft_Exchange_RecurringDateTransition_Month.htm",
  9333. "Help/html/P_Independentsoft_Exchange_RecurringDateTransition_TimeOffset.htm",
  9334. "Help/html/P_Independentsoft_Exchange_RecurringDayTransition_DayOfWeek.htm",
  9335. "Help/html/P_Independentsoft_Exchange_RecurringDayTransition_Month.htm",
  9336. "Help/html/P_Independentsoft_Exchange_RecurringDayTransition_Occurrence.htm",
  9337. "Help/html/P_Independentsoft_Exchange_RecurringDayTransition_TimeOffset.htm",
  9338. "Help/html/P_Independentsoft_Exchange_RefinerItem_Count.htm",
  9339. "Help/html/P_Independentsoft_Exchange_RefinerItem_Name.htm",
  9340. "Help/html/P_Independentsoft_Exchange_RefinerItem_Token.htm",
  9341. "Help/html/P_Independentsoft_Exchange_RefinerItem_Value.htm",
  9342. "Help/html/P_Independentsoft_Exchange_RelativeMonthlyRecurrencePattern_DayIndex.htm",
  9343. "Help/html/P_Independentsoft_Exchange_RelativeMonthlyRecurrencePattern_Days.htm",
  9344. "Help/html/P_Independentsoft_Exchange_RelativeMonthlyRecurrencePattern_Interval.htm",
  9345. "Help/html/P_Independentsoft_Exchange_RelativeYearlyRecurrencePattern_DayIndex.htm",
  9346. "Help/html/P_Independentsoft_Exchange_RelativeYearlyRecurrencePattern_Days.htm",
  9347. "Help/html/P_Independentsoft_Exchange_RelativeYearlyRecurrencePattern_Month.htm",
  9348. "Help/html/P_Independentsoft_Exchange_ReminderItemAction_ItemId.htm",
  9349. "Help/html/P_Independentsoft_Exchange_ReminderItemAction_NewReminderTime.htm",
  9350. "Help/html/P_Independentsoft_Exchange_ReminderItemAction_Type.htm",
  9351. "Help/html/P_Independentsoft_Exchange_Reminder_EndTime.htm",
  9352. "Help/html/P_Independentsoft_Exchange_Reminder_Group.htm",
  9353. "Help/html/P_Independentsoft_Exchange_Reminder_ItemId.htm",
  9354. "Help/html/P_Independentsoft_Exchange_Reminder_Location.htm",
  9355. "Help/html/P_Independentsoft_Exchange_Reminder_RecurringMasterItemId.htm",
  9356. "Help/html/P_Independentsoft_Exchange_Reminder_StartTime.htm",
  9357. "Help/html/P_Independentsoft_Exchange_Reminder_Subject.htm",
  9358. "Help/html/P_Independentsoft_Exchange_Reminder_Time.htm",
  9359. "Help/html/P_Independentsoft_Exchange_Reminder_Uid.htm",
  9360. "Help/html/P_Independentsoft_Exchange_RemoveItem_BccRecipients.htm",
  9361. "Help/html/P_Independentsoft_Exchange_RemoveItem_CcRecipients.htm",
  9362. "Help/html/P_Independentsoft_Exchange_RemoveItem_ConversationIndex.htm",
  9363. "Help/html/P_Independentsoft_Exchange_RemoveItem_ConversationTopic.htm",
  9364. "Help/html/P_Independentsoft_Exchange_RemoveItem_From.htm",
  9365. "Help/html/P_Independentsoft_Exchange_RemoveItem_InternetMessageHeaders.htm",
  9366. "Help/html/P_Independentsoft_Exchange_RemoveItem_InternetMessageId.htm",
  9367. "Help/html/P_Independentsoft_Exchange_RemoveItem_IsDeliveryReceiptRequested.htm",
  9368. "Help/html/P_Independentsoft_Exchange_RemoveItem_IsRead.htm",
  9369. "Help/html/P_Independentsoft_Exchange_RemoveItem_IsReadReceiptRequested.htm",
  9370. "Help/html/P_Independentsoft_Exchange_RemoveItem_IsResponseRequested.htm",
  9371. "Help/html/P_Independentsoft_Exchange_RemoveItem_ReceivedBy.htm",
  9372. "Help/html/P_Independentsoft_Exchange_RemoveItem_ReceivedRepresenting.htm",
  9373. "Help/html/P_Independentsoft_Exchange_RemoveItem_References.htm",
  9374. "Help/html/P_Independentsoft_Exchange_RemoveItem_ReplyTo.htm",
  9375. "Help/html/P_Independentsoft_Exchange_RemoveItem_Sender.htm",
  9376. "Help/html/P_Independentsoft_Exchange_RemoveItem_ToRecipients.htm",
  9377. "Help/html/P_Independentsoft_Exchange_ReplyBody_Language.htm",
  9378. "Help/html/P_Independentsoft_Exchange_ReplyBody_Message.htm",
  9379. "Help/html/P_Independentsoft_Exchange_Resolution_Contact.htm",
  9380. "Help/html/P_Independentsoft_Exchange_Resolution_Mailbox.htm",
  9381. "Help/html/P_Independentsoft_Exchange_ResolveNamesResponse_AbsoluteDenominator.htm",
  9382. "Help/html/P_Independentsoft_Exchange_ResolveNamesResponse_IncludesLastItemInRange.htm",
  9383. "Help/html/P_Independentsoft_Exchange_ResolveNamesResponse_IndexedPagingOffset.htm",
  9384. "Help/html/P_Independentsoft_Exchange_ResolveNamesResponse_NumeratorOffset.htm",
  9385. "Help/html/P_Independentsoft_Exchange_ResolveNamesResponse_Resolutions.htm",
  9386. "Help/html/P_Independentsoft_Exchange_ResolveNamesResponse_TotalItemsInView.htm",
  9387. "Help/html/P_Independentsoft_Exchange_ResponseItem_ReferenceItemId.htm",
  9388. "Help/html/P_Independentsoft_Exchange_Response_DescriptiveLinkKey.htm",
  9389. "Help/html/P_Independentsoft_Exchange_Response_Message.htm",
  9390. "Help/html/P_Independentsoft_Exchange_Response_ResponseClass.htm",
  9391. "Help/html/P_Independentsoft_Exchange_Response_ResponseCode.htm",
  9392. "Help/html/P_Independentsoft_Exchange_Response_ServerVersionInfo.htm",
  9393. "Help/html/P_Independentsoft_Exchange_Response_XmlMessage.htm",
  9394. "Help/html/P_Independentsoft_Exchange_RetentionPolicyTag_ContentSettings.htm",
  9395. "Help/html/P_Independentsoft_Exchange_RetentionPolicyTag_Description.htm",
  9396. "Help/html/P_Independentsoft_Exchange_RetentionPolicyTag_DisplayName.htm",
  9397. "Help/html/P_Independentsoft_Exchange_RetentionPolicyTag_Id.htm",
  9398. "Help/html/P_Independentsoft_Exchange_RetentionPolicyTag_IsArchive.htm",
  9399. "Help/html/P_Independentsoft_Exchange_RetentionPolicyTag_IsDefaultArchive.htm",
  9400. "Help/html/P_Independentsoft_Exchange_RetentionPolicyTag_IsVisible.htm",
  9401. "Help/html/P_Independentsoft_Exchange_RetentionPolicyTag_MustDisplayDescription.htm",
  9402. "Help/html/P_Independentsoft_Exchange_RetentionPolicyTag_ObjectGuid.htm",
  9403. "Help/html/P_Independentsoft_Exchange_RetentionPolicyTag_OptedInto.htm",
  9404. "Help/html/P_Independentsoft_Exchange_RetentionPolicyTag_Period.htm",
  9405. "Help/html/P_Independentsoft_Exchange_RetentionPolicyTag_RetentionAction.htm",
  9406. "Help/html/P_Independentsoft_Exchange_RetentionPolicyTag_Type.htm",
  9407. "Help/html/P_Independentsoft_Exchange_RetentionSettings_Comment.htm",
  9408. "Help/html/P_Independentsoft_Exchange_RetentionSettings_Enabled.htm",
  9409. "Help/html/P_Independentsoft_Exchange_RetentionSettings_FullCrawlRequired.htm",
  9410. "Help/html/P_Independentsoft_Exchange_RetentionSettings_RetentionPolicyTags.htm",
  9411. "Help/html/P_Independentsoft_Exchange_RetentionSettings_Url.htm",
  9412. "Help/html/P_Independentsoft_Exchange_RetentionTag_IsExplicit.htm",
  9413. "Help/html/P_Independentsoft_Exchange_RetentionTag_Value.htm",
  9414. "Help/html/P_Independentsoft_Exchange_RuleActions_AssignCategories.htm",
  9415. "Help/html/P_Independentsoft_Exchange_RuleActions_CopyToFolder.htm",
  9416. "Help/html/P_Independentsoft_Exchange_RuleActions_Delete.htm",
  9417. "Help/html/P_Independentsoft_Exchange_RuleActions_ForwardAsAttachmentToRecipients.htm",
  9418. "Help/html/P_Independentsoft_Exchange_RuleActions_ForwardToRecipients.htm",
  9419. "Help/html/P_Independentsoft_Exchange_RuleActions_MarkAsRead.htm",
  9420. "Help/html/P_Independentsoft_Exchange_RuleActions_MarkImportance.htm",
  9421. "Help/html/P_Independentsoft_Exchange_RuleActions_MoveToFolder.htm",
  9422. "Help/html/P_Independentsoft_Exchange_RuleActions_PermanentDelete.htm",
  9423. "Help/html/P_Independentsoft_Exchange_RuleActions_RedirectToRecipients.htm",
  9424. "Help/html/P_Independentsoft_Exchange_RuleActions_SendSMSAlertToRecipients.htm",
  9425. "Help/html/P_Independentsoft_Exchange_RuleActions_ServerReplyWithMessage.htm",
  9426. "Help/html/P_Independentsoft_Exchange_RuleActions_StopProcessingRules.htm",
  9427. "Help/html/P_Independentsoft_Exchange_RuleConditions_Categories.htm",
  9428. "Help/html/P_Independentsoft_Exchange_RuleConditions_ContainsBodyStrings.htm",
  9429. "Help/html/P_Independentsoft_Exchange_RuleConditions_ContainsHeaderStrings.htm",
  9430. "Help/html/P_Independentsoft_Exchange_RuleConditions_ContainsRecipientStrings.htm",
  9431. "Help/html/P_Independentsoft_Exchange_RuleConditions_ContainsSenderStrings.htm",
  9432. "Help/html/P_Independentsoft_Exchange_RuleConditions_ContainsSubjectOrBodyStrings.htm",
  9433. "Help/html/P_Independentsoft_Exchange_RuleConditions_ContainsSubjectStrings.htm",
  9434. "Help/html/P_Independentsoft_Exchange_RuleConditions_FlaggedForAction.htm",
  9435. "Help/html/P_Independentsoft_Exchange_RuleConditions_FromAddresses.htm",
  9436. "Help/html/P_Independentsoft_Exchange_RuleConditions_FromConnectedAccounts.htm",
  9437. "Help/html/P_Independentsoft_Exchange_RuleConditions_HasAttachments.htm",
  9438. "Help/html/P_Independentsoft_Exchange_RuleConditions_Importance.htm",
  9439. "Help/html/P_Independentsoft_Exchange_RuleConditions_IsApprovalRequest.htm",
  9440. "Help/html/P_Independentsoft_Exchange_RuleConditions_IsAutomaticForward.htm",
  9441. "Help/html/P_Independentsoft_Exchange_RuleConditions_IsAutomaticReply.htm",
  9442. "Help/html/P_Independentsoft_Exchange_RuleConditions_IsEncrypted.htm",
  9443. "Help/html/P_Independentsoft_Exchange_RuleConditions_IsMeetingRequest.htm",
  9444. "Help/html/P_Independentsoft_Exchange_RuleConditions_IsMeetingResponse.htm",
  9445. "Help/html/P_Independentsoft_Exchange_RuleConditions_IsNDR.htm",
  9446. "Help/html/P_Independentsoft_Exchange_RuleConditions_IsPermissionControlled.htm",
  9447. "Help/html/P_Independentsoft_Exchange_RuleConditions_IsReadReceipt.htm",
  9448. "Help/html/P_Independentsoft_Exchange_RuleConditions_IsSigned.htm",
  9449. "Help/html/P_Independentsoft_Exchange_RuleConditions_IsVoiceMail.htm",
  9450. "Help/html/P_Independentsoft_Exchange_RuleConditions_ItemClasses.htm",
  9451. "Help/html/P_Independentsoft_Exchange_RuleConditions_MessageClassifications.htm",
  9452. "Help/html/P_Independentsoft_Exchange_RuleConditions_NotSentToMe.htm",
  9453. "Help/html/P_Independentsoft_Exchange_RuleConditions_Sensitivity.htm",
  9454. "Help/html/P_Independentsoft_Exchange_RuleConditions_SentCcMe.htm",
  9455. "Help/html/P_Independentsoft_Exchange_RuleConditions_SentOnlyToMe.htm",
  9456. "Help/html/P_Independentsoft_Exchange_RuleConditions_SentToAddresses.htm",
  9457. "Help/html/P_Independentsoft_Exchange_RuleConditions_SentToMe.htm",
  9458. "Help/html/P_Independentsoft_Exchange_RuleConditions_SentToOrCcMe.htm",
  9459. "Help/html/P_Independentsoft_Exchange_RuleConditions_WithinDateRange.htm",
  9460. "Help/html/P_Independentsoft_Exchange_RuleConditions_WithinSizeRange.htm",
  9461. "Help/html/P_Independentsoft_Exchange_RuleExceptions_Categories.htm",
  9462. "Help/html/P_Independentsoft_Exchange_RuleExceptions_ContainsBodyStrings.htm",
  9463. "Help/html/P_Independentsoft_Exchange_RuleExceptions_ContainsHeaderStrings.htm",
  9464. "Help/html/P_Independentsoft_Exchange_RuleExceptions_ContainsRecipientStrings.htm",
  9465. "Help/html/P_Independentsoft_Exchange_RuleExceptions_ContainsSenderStrings.htm",
  9466. "Help/html/P_Independentsoft_Exchange_RuleExceptions_ContainsSubjectOrBodyStrings.htm",
  9467. "Help/html/P_Independentsoft_Exchange_RuleExceptions_ContainsSubjectStrings.htm",
  9468. "Help/html/P_Independentsoft_Exchange_RuleExceptions_FlaggedForAction.htm",
  9469. "Help/html/P_Independentsoft_Exchange_RuleExceptions_FromAddresses.htm",
  9470. "Help/html/P_Independentsoft_Exchange_RuleExceptions_FromConnectedAccounts.htm",
  9471. "Help/html/P_Independentsoft_Exchange_RuleExceptions_HasAttachments.htm",
  9472. "Help/html/P_Independentsoft_Exchange_RuleExceptions_Importance.htm",
  9473. "Help/html/P_Independentsoft_Exchange_RuleExceptions_IsApprovalRequest.htm",
  9474. "Help/html/P_Independentsoft_Exchange_RuleExceptions_IsAutomaticForward.htm",
  9475. "Help/html/P_Independentsoft_Exchange_RuleExceptions_IsAutomaticReply.htm",
  9476. "Help/html/P_Independentsoft_Exchange_RuleExceptions_IsEncrypted.htm",
  9477. "Help/html/P_Independentsoft_Exchange_RuleExceptions_IsMeetingRequest.htm",
  9478. "Help/html/P_Independentsoft_Exchange_RuleExceptions_IsMeetingResponse.htm",
  9479. "Help/html/P_Independentsoft_Exchange_RuleExceptions_IsNDR.htm",
  9480. "Help/html/P_Independentsoft_Exchange_RuleExceptions_IsPermissionControlled.htm",
  9481. "Help/html/P_Independentsoft_Exchange_RuleExceptions_IsReadReceipt.htm",
  9482. "Help/html/P_Independentsoft_Exchange_RuleExceptions_IsSigned.htm",
  9483. "Help/html/P_Independentsoft_Exchange_RuleExceptions_IsVoiceMail.htm",
  9484. "Help/html/P_Independentsoft_Exchange_RuleExceptions_ItemClasses.htm",
  9485. "Help/html/P_Independentsoft_Exchange_RuleExceptions_MessageClassifications.htm",
  9486. "Help/html/P_Independentsoft_Exchange_RuleExceptions_NotSentToMe.htm",
  9487. "Help/html/P_Independentsoft_Exchange_RuleExceptions_Sensitivity.htm",
  9488. "Help/html/P_Independentsoft_Exchange_RuleExceptions_SentCcMe.htm",
  9489. "Help/html/P_Independentsoft_Exchange_RuleExceptions_SentOnlyToMe.htm",
  9490. "Help/html/P_Independentsoft_Exchange_RuleExceptions_SentToAddresses.htm",
  9491. "Help/html/P_Independentsoft_Exchange_RuleExceptions_SentToMe.htm",
  9492. "Help/html/P_Independentsoft_Exchange_RuleExceptions_SentToOrCcMe.htm",
  9493. "Help/html/P_Independentsoft_Exchange_RuleExceptions_WithinDateRange.htm",
  9494. "Help/html/P_Independentsoft_Exchange_RuleExceptions_WithinSizeRange.htm",
  9495. "Help/html/P_Independentsoft_Exchange_RuleOperationError_OperationIndex.htm",
  9496. "Help/html/P_Independentsoft_Exchange_RuleOperationError_ValidationErrors.htm",
  9497. "Help/html/P_Independentsoft_Exchange_RuleOperationResponse_Errors.htm",
  9498. "Help/html/P_Independentsoft_Exchange_RulePredicateDateRange_EndDate.htm",
  9499. "Help/html/P_Independentsoft_Exchange_RulePredicateDateRange_StartDate.htm",
  9500. "Help/html/P_Independentsoft_Exchange_RulePredicateSizeRange_MaximumSize.htm",
  9501. "Help/html/P_Independentsoft_Exchange_RulePredicateSizeRange_MinimumSize.htm",
  9502. "Help/html/P_Independentsoft_Exchange_RuleValidationError_ErrorCode.htm",
  9503. "Help/html/P_Independentsoft_Exchange_RuleValidationError_ErrorMessage.htm",
  9504. "Help/html/P_Independentsoft_Exchange_RuleValidationError_FieldUri.htm",
  9505. "Help/html/P_Independentsoft_Exchange_RuleValidationError_FieldValue.htm",
  9506. "Help/html/P_Independentsoft_Exchange_Rule_Actions.htm",
  9507. "Help/html/P_Independentsoft_Exchange_Rule_Conditions.htm",
  9508. "Help/html/P_Independentsoft_Exchange_Rule_DisplayName.htm",
  9509. "Help/html/P_Independentsoft_Exchange_Rule_Exceptions.htm",
  9510. "Help/html/P_Independentsoft_Exchange_Rule_Id.htm",
  9511. "Help/html/P_Independentsoft_Exchange_Rule_IsEnabled.htm",
  9512. "Help/html/P_Independentsoft_Exchange_Rule_IsInError.htm",
  9513. "Help/html/P_Independentsoft_Exchange_Rule_IsNotSupported.htm",
  9514. "Help/html/P_Independentsoft_Exchange_Rule_Priority.htm",
  9515. "Help/html/P_Independentsoft_Exchange_SearchFolderParameters_FolderIds.htm",
  9516. "Help/html/P_Independentsoft_Exchange_SearchFolderParameters_Restriction.htm",
  9517. "Help/html/P_Independentsoft_Exchange_SearchFolderParameters_Traversal.htm",
  9518. "Help/html/P_Independentsoft_Exchange_SearchFolder_Parameters.htm",
  9519. "Help/html/P_Independentsoft_Exchange_SearchMailboxesResponse_FailedMailboxes.htm",
  9520. "Help/html/P_Independentsoft_Exchange_SearchMailboxesResponse_ItemCount.htm",
  9521. "Help/html/P_Independentsoft_Exchange_SearchMailboxesResponse_Items.htm",
  9522. "Help/html/P_Independentsoft_Exchange_SearchMailboxesResponse_KeywordStatisticsSearchResults.htm",
  9523. "Help/html/P_Independentsoft_Exchange_SearchMailboxesResponse_MailboxQueries.htm",
  9524. "Help/html/P_Independentsoft_Exchange_SearchMailboxesResponse_MailboxStatisticsItems.htm",
  9525. "Help/html/P_Independentsoft_Exchange_SearchMailboxesResponse_PageItemCount.htm",
  9526. "Help/html/P_Independentsoft_Exchange_SearchMailboxesResponse_PageItemSize.htm",
  9527. "Help/html/P_Independentsoft_Exchange_SearchMailboxesResponse_Refiners.htm",
  9528. "Help/html/P_Independentsoft_Exchange_SearchMailboxesResponse_ResultType.htm",
  9529. "Help/html/P_Independentsoft_Exchange_SearchMailboxesResponse_Size.htm",
  9530. "Help/html/P_Independentsoft_Exchange_SearchableMailbox_DisplayName.htm",
  9531. "Help/html/P_Independentsoft_Exchange_SearchableMailbox_ExternalEmailAddress.htm",
  9532. "Help/html/P_Independentsoft_Exchange_SearchableMailbox_Guid.htm",
  9533. "Help/html/P_Independentsoft_Exchange_SearchableMailbox_IsExternalMailbox.htm",
  9534. "Help/html/P_Independentsoft_Exchange_SearchableMailbox_IsMembershipGroup.htm",
  9535. "Help/html/P_Independentsoft_Exchange_SearchableMailbox_PrimarySmtpAddress.htm",
  9536. "Help/html/P_Independentsoft_Exchange_SearchableMailbox_ReferenceId.htm",
  9537. "Help/html/P_Independentsoft_Exchange_SeekToConditionPageItemView_BasePoint.htm",
  9538. "Help/html/P_Independentsoft_Exchange_SeekToConditionPageItemView_Restriction.htm",
  9539. "Help/html/P_Independentsoft_Exchange_SendNotificationResponse_Notification.htm",
  9540. "Help/html/P_Independentsoft_Exchange_SerializableTimeZoneTime_DayOfWeek.htm",
  9541. "Help/html/P_Independentsoft_Exchange_SerializableTimeZoneTime_DayOrder.htm",
  9542. "Help/html/P_Independentsoft_Exchange_SerializableTimeZoneTime_Month.htm",
  9543. "Help/html/P_Independentsoft_Exchange_SerializableTimeZoneTime_Offset.htm",
  9544. "Help/html/P_Independentsoft_Exchange_SerializableTimeZoneTime_Time.htm",
  9545. "Help/html/P_Independentsoft_Exchange_SerializableTimeZoneTime_Year.htm",
  9546. "Help/html/P_Independentsoft_Exchange_SerializableTimeZone_DaylightTime.htm",
  9547. "Help/html/P_Independentsoft_Exchange_SerializableTimeZone_Offset.htm",
  9548. "Help/html/P_Independentsoft_Exchange_SerializableTimeZone_StandardTime.htm",
  9549. "Help/html/P_Independentsoft_Exchange_ServerVersionInfo_MajorBuildNumber.htm",
  9550. "Help/html/P_Independentsoft_Exchange_ServerVersionInfo_MajorVersion.htm",
  9551. "Help/html/P_Independentsoft_Exchange_ServerVersionInfo_MinorBuildNumber.htm",
  9552. "Help/html/P_Independentsoft_Exchange_ServerVersionInfo_MinorVersion.htm",
  9553. "Help/html/P_Independentsoft_Exchange_ServerVersionInfo_Version.htm",
  9554. "Help/html/P_Independentsoft_Exchange_ServiceConfigurationResponse_MailTipsConfiguration.htm",
  9555. "Help/html/P_Independentsoft_Exchange_ServiceConfigurationResponse_ProtectionRulesConfiguration.htm",
  9556. "Help/html/P_Independentsoft_Exchange_ServiceConfigurationResponse_UnifiedMessagingConfiguration.htm",
  9557. "Help/html/P_Independentsoft_Exchange_ServiceRequestException_BackOffMilliseconds.htm",
  9558. "Help/html/P_Independentsoft_Exchange_ServiceRequestException_FaultCode.htm",
  9559. "Help/html/P_Independentsoft_Exchange_ServiceRequestException_FaultString.htm",
  9560. "Help/html/P_Independentsoft_Exchange_ServiceRequestException_Line.htm",
  9561. "Help/html/P_Independentsoft_Exchange_ServiceRequestException_Message.htm",
  9562. "Help/html/P_Independentsoft_Exchange_ServiceRequestException_Position.htm",
  9563. "Help/html/P_Independentsoft_Exchange_ServiceRequestException_RequestBody.htm",
  9564. "Help/html/P_Independentsoft_Exchange_ServiceRequestException_ResponseCode.htm",
  9565. "Help/html/P_Independentsoft_Exchange_ServiceRequestException_ServerVersionInfo.htm",
  9566. "Help/html/P_Independentsoft_Exchange_ServiceRequestException_XmlMessage.htm",
  9567. "Help/html/P_Independentsoft_Exchange_Service_AllowAutoRedirect.htm",
  9568. "Help/html/P_Independentsoft_Exchange_Service_AllowWriteStreamBuffering.htm",
  9569. "Help/html/P_Independentsoft_Exchange_Service_AuthorizationCode.htm",
  9570. "Help/html/P_Independentsoft_Exchange_Service_AuthorizationCodeRedirectUri.htm",
  9571. "Help/html/P_Independentsoft_Exchange_Service_ClientAssertion.htm",
  9572. "Help/html/P_Independentsoft_Exchange_Service_ClientCertificate.htm",
  9573. "Help/html/P_Independentsoft_Exchange_Service_ClientId.htm",
  9574. "Help/html/P_Independentsoft_Exchange_Service_ClientSecret.htm",
  9575. "Help/html/P_Independentsoft_Exchange_Service_ConnectionGroupName.htm",
  9576. "Help/html/P_Independentsoft_Exchange_Service_CookieContainer.htm",
  9577. "Help/html/P_Independentsoft_Exchange_Service_Credentials.htm",
  9578. "Help/html/P_Independentsoft_Exchange_Service_DateTimePrecision.htm",
  9579. "Help/html/P_Independentsoft_Exchange_Service_DeviceCode.htm",
  9580. "Help/html/P_Independentsoft_Exchange_Service_ExchangeImpersonation.htm",
  9581. "Help/html/P_Independentsoft_Exchange_Service_Headers.htm",
  9582. "Help/html/P_Independentsoft_Exchange_Service_KeepAlive.htm",
  9583. "Help/html/P_Independentsoft_Exchange_Service_MailboxCulture.htm",
  9584. "Help/html/P_Independentsoft_Exchange_Service_OAuthToken.htm",
  9585. "Help/html/P_Independentsoft_Exchange_Service_Password.htm",
  9586. "Help/html/P_Independentsoft_Exchange_Service_PreAuthenticate.htm",
  9587. "Help/html/P_Independentsoft_Exchange_Service_Proxy.htm",
  9588. "Help/html/P_Independentsoft_Exchange_Service_RequestEncoding.htm",
  9589. "Help/html/P_Independentsoft_Exchange_Service_RequestServerVersion.htm",
  9590. "Help/html/P_Independentsoft_Exchange_Service_ResponseHeaders.htm",
  9591. "Help/html/P_Independentsoft_Exchange_Service_Scope.htm",
  9592. "Help/html/P_Independentsoft_Exchange_Service_SendChunked.htm",
  9593. "Help/html/P_Independentsoft_Exchange_Service_Tenant.htm",
  9594. "Help/html/P_Independentsoft_Exchange_Service_TimeZoneContext.htm",
  9595. "Help/html/P_Independentsoft_Exchange_Service_Timeout.htm",
  9596. "Help/html/P_Independentsoft_Exchange_Service_UnsafeAuthenticatedConnectionSharing.htm",
  9597. "Help/html/P_Independentsoft_Exchange_Service_Url.htm",
  9598. "Help/html/P_Independentsoft_Exchange_Service_Username.htm",
  9599. "Help/html/P_Independentsoft_Exchange_SmtpDomain_IncludeSubdomains.htm",
  9600. "Help/html/P_Independentsoft_Exchange_SmtpDomain_Name.htm",
  9601. "Help/html/P_Independentsoft_Exchange_StandardFolderId_Id.htm",
  9602. "Help/html/P_Independentsoft_Exchange_StandardFolderId_Mailbox.htm",
  9603. "Help/html/P_Independentsoft_Exchange_StandardGroupBy_Order.htm",
  9604. "Help/html/P_Independentsoft_Exchange_StandardGroupBy_PropertyPath.htm",
  9605. "Help/html/P_Independentsoft_Exchange_StreamingEventsResponse_ConnectionStatus.htm",
  9606. "Help/html/P_Independentsoft_Exchange_StreamingEventsResponse_ErrorSubscriptionIds.htm",
  9607. "Help/html/P_Independentsoft_Exchange_StreamingEventsResponse_Notifications.htm",
  9608. "Help/html/P_Independentsoft_Exchange_StringAttributedValue_Attributions.htm",
  9609. "Help/html/P_Independentsoft_Exchange_StringAttributedValue_Value.htm",
  9610. "Help/html/P_Independentsoft_Exchange_SubscribeResponse_SubscriptionId.htm",
  9611. "Help/html/P_Independentsoft_Exchange_SubscribeResponse_Watermark.htm",
  9612. "Help/html/P_Independentsoft_Exchange_Subscription_EventTypes.htm",
  9613. "Help/html/P_Independentsoft_Exchange_Subscription_Folders.htm",
  9614. "Help/html/P_Independentsoft_Exchange_Subscription_SubscribeToAllFolders.htm",
  9615. "Help/html/P_Independentsoft_Exchange_Subscription_Watermark.htm",
  9616. "Help/html/P_Independentsoft_Exchange_SuggestionDay_Date.htm",
  9617. "Help/html/P_Independentsoft_Exchange_SuggestionDay_Quality.htm",
  9618. "Help/html/P_Independentsoft_Exchange_SuggestionDay_Suggestions.htm",
  9619. "Help/html/P_Independentsoft_Exchange_Suggestion_AttendeeConflicts.htm",
  9620. "Help/html/P_Independentsoft_Exchange_Suggestion_IsWorkTime.htm",
  9621. "Help/html/P_Independentsoft_Exchange_Suggestion_MeetingTime.htm",
  9622. "Help/html/P_Independentsoft_Exchange_Suggestion_Quality.htm",
  9623. "Help/html/P_Independentsoft_Exchange_SuggestionsResponse_SuggestionDays.htm",
  9624. "Help/html/P_Independentsoft_Exchange_SuggestionsViewOptions_CurrentMeetingTime.htm",
  9625. "Help/html/P_Independentsoft_Exchange_SuggestionsViewOptions_DetailedSuggestionsWindow.htm",
  9626. "Help/html/P_Independentsoft_Exchange_SuggestionsViewOptions_GlobalObjectId.htm",
  9627. "Help/html/P_Independentsoft_Exchange_SuggestionsViewOptions_GoodThreshold.htm",
  9628. "Help/html/P_Independentsoft_Exchange_SuggestionsViewOptions_MaximumNonWorkHourResultsByDay.htm",
  9629. "Help/html/P_Independentsoft_Exchange_SuggestionsViewOptions_MaximumResultsByDay.htm",
  9630. "Help/html/P_Independentsoft_Exchange_SuggestionsViewOptions_MeetingDuration.htm",
  9631. "Help/html/P_Independentsoft_Exchange_SuggestionsViewOptions_MinimumSuggestionQuality.htm",
  9632. "Help/html/P_Independentsoft_Exchange_SyncFoldersResponse_CreatedFolders.htm",
  9633. "Help/html/P_Independentsoft_Exchange_SyncFoldersResponse_DeletedFolders.htm",
  9634. "Help/html/P_Independentsoft_Exchange_SyncFoldersResponse_IncludesLastFolderInRange.htm",
  9635. "Help/html/P_Independentsoft_Exchange_SyncFoldersResponse_State.htm",
  9636. "Help/html/P_Independentsoft_Exchange_SyncFoldersResponse_UpdatedFolders.htm",
  9637. "Help/html/P_Independentsoft_Exchange_SyncItemsResponse_CreatedItems.htm",
  9638. "Help/html/P_Independentsoft_Exchange_SyncItemsResponse_DeletedItems.htm",
  9639. "Help/html/P_Independentsoft_Exchange_SyncItemsResponse_IncludesLastItemInRange.htm",
  9640. "Help/html/P_Independentsoft_Exchange_SyncItemsResponse_ReadFlagChangedItems.htm",
  9641. "Help/html/P_Independentsoft_Exchange_SyncItemsResponse_State.htm",
  9642. "Help/html/P_Independentsoft_Exchange_SyncItemsResponse_UpdatedItems.htm",
  9643. "Help/html/P_Independentsoft_Exchange_TaskPropertyPath_AllPropertyPaths.htm",
  9644. "Help/html/P_Independentsoft_Exchange_TaskRecurrence_Pattern.htm",
  9645. "Help/html/P_Independentsoft_Exchange_TaskRecurrence_Range.htm",
  9646. "Help/html/P_Independentsoft_Exchange_TaskSuggestion_Assignees.htm",
  9647. "Help/html/P_Independentsoft_Exchange_TaskSuggestion_Position.htm",
  9648. "Help/html/P_Independentsoft_Exchange_TaskSuggestion_Task.htm",
  9649. "Help/html/P_Independentsoft_Exchange_Task_ActualWork.htm",
  9650. "Help/html/P_Independentsoft_Exchange_Task_AssignedTime.htm",
  9651. "Help/html/P_Independentsoft_Exchange_Task_BillingInformation.htm",
  9652. "Help/html/P_Independentsoft_Exchange_Task_ChangeCount.htm",
  9653. "Help/html/P_Independentsoft_Exchange_Task_CommonEndDate.htm",
  9654. "Help/html/P_Independentsoft_Exchange_Task_CommonStartDate.htm",
  9655. "Help/html/P_Independentsoft_Exchange_Task_Companies.htm",
  9656. "Help/html/P_Independentsoft_Exchange_Task_CompleteDate.htm",
  9657. "Help/html/P_Independentsoft_Exchange_Task_Contacts.htm",
  9658. "Help/html/P_Independentsoft_Exchange_Task_DelegationState.htm",
  9659. "Help/html/P_Independentsoft_Exchange_Task_Delegator.htm",
  9660. "Help/html/P_Independentsoft_Exchange_Task_DueDate.htm",
  9661. "Help/html/P_Independentsoft_Exchange_Task_IsAssignmentEditable.htm",
  9662. "Help/html/P_Independentsoft_Exchange_Task_IsComplete.htm",
  9663. "Help/html/P_Independentsoft_Exchange_Task_IsPrivate.htm",
  9664. "Help/html/P_Independentsoft_Exchange_Task_IsRecurring.htm",
  9665. "Help/html/P_Independentsoft_Exchange_Task_IsTeamTask.htm",
  9666. "Help/html/P_Independentsoft_Exchange_Task_Mileage.htm",
  9667. "Help/html/P_Independentsoft_Exchange_Task_Owner.htm",
  9668. "Help/html/P_Independentsoft_Exchange_Task_PercentComplete.htm",
  9669. "Help/html/P_Independentsoft_Exchange_Task_Priority.htm",
  9670. "Help/html/P_Independentsoft_Exchange_Task_Recurrence.htm",
  9671. "Help/html/P_Independentsoft_Exchange_Task_ReminderOverrideDefault.htm",
  9672. "Help/html/P_Independentsoft_Exchange_Task_ReminderPlaySound.htm",
  9673. "Help/html/P_Independentsoft_Exchange_Task_ReminderSoundFile.htm",
  9674. "Help/html/P_Independentsoft_Exchange_Task_ReminderTime.htm",
  9675. "Help/html/P_Independentsoft_Exchange_Task_StartDate.htm",
  9676. "Help/html/P_Independentsoft_Exchange_Task_Status.htm",
  9677. "Help/html/P_Independentsoft_Exchange_Task_StatusDescription.htm",
  9678. "Help/html/P_Independentsoft_Exchange_Task_TotalWork.htm",
  9679. "Help/html/P_Independentsoft_Exchange_TimeChange_Offset.htm",
  9680. "Help/html/P_Independentsoft_Exchange_TimeChange_Pattern.htm",
  9681. "Help/html/P_Independentsoft_Exchange_TimeChange_Time.htm",
  9682. "Help/html/P_Independentsoft_Exchange_TimeChange_TimeZone.htm",
  9683. "Help/html/P_Independentsoft_Exchange_TimeDuration_EndTime.htm",
  9684. "Help/html/P_Independentsoft_Exchange_TimeDuration_StartTime.htm",
  9685. "Help/html/P_Independentsoft_Exchange_TimeZoneDefinition_Id.htm",
  9686. "Help/html/P_Independentsoft_Exchange_TimeZoneDefinition_Name.htm",
  9687. "Help/html/P_Independentsoft_Exchange_TimeZoneDefinition_Periods.htm",
  9688. "Help/html/P_Independentsoft_Exchange_TimeZoneDefinition_TransitionsGroups.htm",
  9689. "Help/html/P_Independentsoft_Exchange_TimeZoneDefinition_Transitons.htm",
  9690. "Help/html/P_Independentsoft_Exchange_TimeZone_DaylightTime.htm",
  9691. "Help/html/P_Independentsoft_Exchange_TimeZone_Name.htm",
  9692. "Help/html/P_Independentsoft_Exchange_TimeZone_Offset.htm",
  9693. "Help/html/P_Independentsoft_Exchange_TimeZone_StandardTime.htm",
  9694. "Help/html/P_Independentsoft_Exchange_Time_Hour.htm",
  9695. "Help/html/P_Independentsoft_Exchange_Time_Minute.htm",
  9696. "Help/html/P_Independentsoft_Exchange_Time_Second.htm",
  9697. "Help/html/P_Independentsoft_Exchange_Transition_Target.htm",
  9698. "Help/html/P_Independentsoft_Exchange_Transition_TargetDescription.htm",
  9699. "Help/html/P_Independentsoft_Exchange_TransitionsGroup_Id.htm",
  9700. "Help/html/P_Independentsoft_Exchange_TransitionsGroup_Transitions.htm",
  9701. "Help/html/P_Independentsoft_Exchange_UnifiedMessagingConfiguration_IsPlayOnPhoneEnabled.htm",
  9702. "Help/html/P_Independentsoft_Exchange_UnifiedMessagingConfiguration_IsUnifiedMessagingEnabled.htm",
  9703. "Help/html/P_Independentsoft_Exchange_UnifiedMessagingConfiguration_PlayOnPhoneDialString.htm",
  9704. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_CallInfo_EventCause.htm",
  9705. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_CallInfo_State.htm",
  9706. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingProperties_MissedCallNotificationEnabled.htm",
  9707. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingProperties_OutOfOfficeEnabled.htm",
  9708. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingProperties_PlayOnPhoneDialString.htm",
  9709. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingProperties_TelephoneAccessFolderEmail.htm",
  9710. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingProperties_TelephoneAccessNumbers.htm",
  9711. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_AllowAutoRedirect.htm",
  9712. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_AllowWriteStreamBuffering.htm",
  9713. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_ClientCertificate.htm",
  9714. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_CookieContainer.htm",
  9715. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_Credentials.htm",
  9716. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_ExchangeImpersonation.htm",
  9717. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_KeepAlive.htm",
  9718. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_MailboxCulture.htm",
  9719. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_PreAuthenticate.htm",
  9720. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_Proxy.htm",
  9721. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_RequestEncoding.htm",
  9722. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_RequestServerVersion.htm",
  9723. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_SendChunked.htm",
  9724. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_Timeout.htm",
  9725. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_UnsafeAuthenticatedConnectionSharing.htm",
  9726. "Help/html/P_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService_Url.htm",
  9727. "Help/html/P_Independentsoft_Exchange_UnindexedPropertyPath_Uri.htm",
  9728. "Help/html/P_Independentsoft_Exchange_UploadItem_CreateAction.htm",
  9729. "Help/html/P_Independentsoft_Exchange_UploadItem_Data.htm",
  9730. "Help/html/P_Independentsoft_Exchange_UploadItem_IsAssociated.htm",
  9731. "Help/html/P_Independentsoft_Exchange_UploadItem_ItemId.htm",
  9732. "Help/html/P_Independentsoft_Exchange_UploadItem_ParentFolderId.htm",
  9733. "Help/html/P_Independentsoft_Exchange_UploadItemsResponse_ItemId.htm",
  9734. "Help/html/P_Independentsoft_Exchange_UrlEntity_Position.htm",
  9735. "Help/html/P_Independentsoft_Exchange_UrlEntity_Url.htm",
  9736. "Help/html/P_Independentsoft_Exchange_UserConfigurationDictionaryEntry_Key.htm",
  9737. "Help/html/P_Independentsoft_Exchange_UserConfigurationDictionaryEntry_Value.htm",
  9738. "Help/html/P_Independentsoft_Exchange_UserConfigurationDictionaryKey_Type.htm",
  9739. "Help/html/P_Independentsoft_Exchange_UserConfigurationDictionaryKey_Values.htm",
  9740. "Help/html/P_Independentsoft_Exchange_UserConfigurationDictionaryValue_Type.htm",
  9741. "Help/html/P_Independentsoft_Exchange_UserConfigurationDictionaryValue_Values.htm",
  9742. "Help/html/P_Independentsoft_Exchange_UserConfigurationName_FolderId.htm",
  9743. "Help/html/P_Independentsoft_Exchange_UserConfigurationName_Name.htm",
  9744. "Help/html/P_Independentsoft_Exchange_UserConfiguration_BinaryData.htm",
  9745. "Help/html/P_Independentsoft_Exchange_UserConfiguration_Entries.htm",
  9746. "Help/html/P_Independentsoft_Exchange_UserConfiguration_ItemId.htm",
  9747. "Help/html/P_Independentsoft_Exchange_UserConfiguration_Name.htm",
  9748. "Help/html/P_Independentsoft_Exchange_UserConfiguration_XmlData.htm",
  9749. "Help/html/P_Independentsoft_Exchange_UserId_DisplayName.htm",
  9750. "Help/html/P_Independentsoft_Exchange_UserId_PrimarySmtpAddress.htm",
  9751. "Help/html/P_Independentsoft_Exchange_UserId_Sid.htm",
  9752. "Help/html/P_Independentsoft_Exchange_UserId_StandardUser.htm",
  9753. "Help/html/P_Independentsoft_Exchange_UserMailbox_Id.htm",
  9754. "Help/html/P_Independentsoft_Exchange_UserMailbox_IsArchive.htm",
  9755. "Help/html/P_Independentsoft_Exchange_View_MaxEntriesReturned.htm",
  9756. "Help/html/P_Independentsoft_Exchange_WeeklyRecurrencePattern_Days.htm",
  9757. "Help/html/P_Independentsoft_Exchange_WeeklyRecurrencePattern_Interval.htm",
  9758. "Help/html/P_Independentsoft_Exchange_WeeklyRegeneratingPattern_Interval.htm",
  9759. "Help/html/P_Independentsoft_Exchange_WorkingHours_TimeZone.htm",
  9760. "Help/html/P_Independentsoft_Exchange_WorkingHours_WorkingPeriods.htm",
  9761. "Help/html/P_Independentsoft_Exchange_WorkingPeriod_Days.htm",
  9762. "Help/html/P_Independentsoft_Exchange_WorkingPeriod_EndTime.htm",
  9763. "Help/html/P_Independentsoft_Exchange_WorkingPeriod_StartTime.htm",
  9764. "Help/html/P_Independentsoft_Exchange_YearlyRegeneratingPattern_Interval.htm",
  9765. "Help/html/P_Independentsoft_IO_StructuredStorage_CompoundFile_ClassId.htm",
  9766. "Help/html/P_Independentsoft_IO_StructuredStorage_CompoundFile_FatSectorCount.htm",
  9767. "Help/html/P_Independentsoft_IO_StructuredStorage_CompoundFile_MajorVersion.htm",
  9768. "Help/html/P_Independentsoft_IO_StructuredStorage_CompoundFile_MiniFatSectorCount.htm",
  9769. "Help/html/P_Independentsoft_IO_StructuredStorage_CompoundFile_MiniSectorSize.htm",
  9770. "Help/html/P_Independentsoft_IO_StructuredStorage_CompoundFile_MiniStreamMaxSize.htm",
  9771. "Help/html/P_Independentsoft_IO_StructuredStorage_CompoundFile_Root.htm",
  9772. "Help/html/P_Independentsoft_IO_StructuredStorage_CompoundFile_SectorSize.htm",
  9773. "Help/html/P_Independentsoft_IO_StructuredStorage_DirectoryEntryList_Item.htm",
  9774. "Help/html/P_Independentsoft_IO_StructuredStorage_DirectoryEntry_ClassId.htm",
  9775. "Help/html/P_Independentsoft_IO_StructuredStorage_DirectoryEntry_CreatedTime.htm",
  9776. "Help/html/P_Independentsoft_IO_StructuredStorage_DirectoryEntry_LastModifiedTime.htm",
  9777. "Help/html/P_Independentsoft_IO_StructuredStorage_DirectoryEntry_Name.htm",
  9778. "Help/html/P_Independentsoft_IO_StructuredStorage_DirectoryEntry_Size.htm",
  9779. "Help/html/P_Independentsoft_IO_StructuredStorage_RootDirectoryEntry_DirectoryEntries.htm",
  9780. "Help/html/P_Independentsoft_IO_StructuredStorage_RootDirectoryEntry_Name.htm",
  9781. "Help/html/P_Independentsoft_IO_StructuredStorage_Storage_DirectoryEntries.htm",
  9782. "Help/html/P_Independentsoft_IO_StructuredStorage_Stream_Buffer.htm",
  9783. "Help/html/P_Independentsoft_Json_Parser_JsonArray_Values.htm",
  9784. "Help/html/P_Independentsoft_Json_Parser_JsonBoolean_Value.htm",
  9785. "Help/html/P_Independentsoft_Json_Parser_JsonObject_Members.htm",
  9786. "Help/html/P_Independentsoft_Json_Parser_JsonString_Value.htm",
  9787. "Help/html/P_Independentsoft_Json_Parser_Member_Name.htm",
  9788. "Help/html/P_Independentsoft_Json_Parser_Member_Value.htm",
  9789. "Help/html/P_Independentsoft_Msg_Attachment_AdditionalInfo.htm",
  9790. "Help/html/P_Independentsoft_Msg_Attachment_ContentBase.htm",
  9791. "Help/html/P_Independentsoft_Msg_Attachment_ContentDisposition.htm",
  9792. "Help/html/P_Independentsoft_Msg_Attachment_ContentId.htm",
  9793. "Help/html/P_Independentsoft_Msg_Attachment_ContentLocation.htm",
  9794. "Help/html/P_Independentsoft_Msg_Attachment_CreationTime.htm",
  9795. "Help/html/P_Independentsoft_Msg_Attachment_Data.htm",
  9796. "Help/html/P_Independentsoft_Msg_Attachment_DataObject.htm",
  9797. "Help/html/P_Independentsoft_Msg_Attachment_DataObjectStorage.htm",
  9798. "Help/html/P_Independentsoft_Msg_Attachment_DisplayName.htm",
  9799. "Help/html/P_Independentsoft_Msg_Attachment_EmbeddedMessage.htm",
  9800. "Help/html/P_Independentsoft_Msg_Attachment_Encoding.htm",
  9801. "Help/html/P_Independentsoft_Msg_Attachment_Extension.htm",
  9802. "Help/html/P_Independentsoft_Msg_Attachment_FileName.htm",
  9803. "Help/html/P_Independentsoft_Msg_Attachment_Flags.htm",
  9804. "Help/html/P_Independentsoft_Msg_Attachment_IsContactPhoto.htm",
  9805. "Help/html/P_Independentsoft_Msg_Attachment_IsHidden.htm",
  9806. "Help/html/P_Independentsoft_Msg_Attachment_LastModificationTime.htm",
  9807. "Help/html/P_Independentsoft_Msg_Attachment_LongFileName.htm",
  9808. "Help/html/P_Independentsoft_Msg_Attachment_LongPathName.htm",
  9809. "Help/html/P_Independentsoft_Msg_Attachment_Method.htm",
  9810. "Help/html/P_Independentsoft_Msg_Attachment_MimeSequence.htm",
  9811. "Help/html/P_Independentsoft_Msg_Attachment_MimeTag.htm",
  9812. "Help/html/P_Independentsoft_Msg_Attachment_ObjectType.htm",
  9813. "Help/html/P_Independentsoft_Msg_Attachment_PathName.htm",
  9814. "Help/html/P_Independentsoft_Msg_Attachment_RecordKey.htm",
  9815. "Help/html/P_Independentsoft_Msg_Attachment_Rendering.htm",
  9816. "Help/html/P_Independentsoft_Msg_Attachment_RenderingPosition.htm",
  9817. "Help/html/P_Independentsoft_Msg_Attachment_Size.htm",
  9818. "Help/html/P_Independentsoft_Msg_Attachment_Tag.htm",
  9819. "Help/html/P_Independentsoft_Msg_Attachment_TransportName.htm",
  9820. "Help/html/P_Independentsoft_Msg_ExtendedPropertyId_Id.htm",
  9821. "Help/html/P_Independentsoft_Msg_ExtendedPropertyList_Item.htm",
  9822. "Help/html/P_Independentsoft_Msg_ExtendedPropertyName_Name.htm",
  9823. "Help/html/P_Independentsoft_Msg_ExtendedPropertyTag_Guid.htm",
  9824. "Help/html/P_Independentsoft_Msg_ExtendedPropertyTag_Type.htm",
  9825. "Help/html/P_Independentsoft_Msg_ExtendedProperty_Tag.htm",
  9826. "Help/html/P_Independentsoft_Msg_ExtendedProperty_Value.htm",
  9827. "Help/html/P_Independentsoft_Msg_Message_ActualWork.htm",
  9828. "Help/html/P_Independentsoft_Msg_Message_AppointmentEndTime.htm",
  9829. "Help/html/P_Independentsoft_Msg_Message_AppointmentMessageClass.htm",
  9830. "Help/html/P_Independentsoft_Msg_Message_AppointmentStartTime.htm",
  9831. "Help/html/P_Independentsoft_Msg_Message_AssistentName.htm",
  9832. "Help/html/P_Independentsoft_Msg_Message_AssistentPhone.htm",
  9833. "Help/html/P_Independentsoft_Msg_Message_Attachments.htm",
  9834. "Help/html/P_Independentsoft_Msg_Message_BillingInformation.htm",
  9835. "Help/html/P_Independentsoft_Msg_Message_Birthday.htm",
  9836. "Help/html/P_Independentsoft_Msg_Message_Body.htm",
  9837. "Help/html/P_Independentsoft_Msg_Message_BodyHtml.htm",
  9838. "Help/html/P_Independentsoft_Msg_Message_BodyHtmlText.htm",
  9839. "Help/html/P_Independentsoft_Msg_Message_BodyRtf.htm",
  9840. "Help/html/P_Independentsoft_Msg_Message_BusinessAddress.htm",
  9841. "Help/html/P_Independentsoft_Msg_Message_BusinessAddressCity.htm",
  9842. "Help/html/P_Independentsoft_Msg_Message_BusinessAddressCountry.htm",
  9843. "Help/html/P_Independentsoft_Msg_Message_BusinessAddressPostOfficeBox.htm",
  9844. "Help/html/P_Independentsoft_Msg_Message_BusinessAddressPostalCode.htm",
  9845. "Help/html/P_Independentsoft_Msg_Message_BusinessAddressState.htm",
  9846. "Help/html/P_Independentsoft_Msg_Message_BusinessAddressStreet.htm",
  9847. "Help/html/P_Independentsoft_Msg_Message_BusinessFax.htm",
  9848. "Help/html/P_Independentsoft_Msg_Message_BusinessHomePage.htm",
  9849. "Help/html/P_Independentsoft_Msg_Message_BusinessPhone.htm",
  9850. "Help/html/P_Independentsoft_Msg_Message_BusinessPhone2.htm",
  9851. "Help/html/P_Independentsoft_Msg_Message_BusyStatus.htm",
  9852. "Help/html/P_Independentsoft_Msg_Message_CallbackPhone.htm",
  9853. "Help/html/P_Independentsoft_Msg_Message_CarPhone.htm",
  9854. "Help/html/P_Independentsoft_Msg_Message_Categories.htm",
  9855. "Help/html/P_Independentsoft_Msg_Message_CellularPhone.htm",
  9856. "Help/html/P_Independentsoft_Msg_Message_ChangeKey.htm",
  9857. "Help/html/P_Independentsoft_Msg_Message_ChildrenNames.htm",
  9858. "Help/html/P_Independentsoft_Msg_Message_ClientSubmitTime.htm",
  9859. "Help/html/P_Independentsoft_Msg_Message_CommonEndTime.htm",
  9860. "Help/html/P_Independentsoft_Msg_Message_CommonStartTime.htm",
  9861. "Help/html/P_Independentsoft_Msg_Message_Companies.htm",
  9862. "Help/html/P_Independentsoft_Msg_Message_CompanyMainPhone.htm",
  9863. "Help/html/P_Independentsoft_Msg_Message_CompanyName.htm",
  9864. "Help/html/P_Independentsoft_Msg_Message_ComputerNetworkName.htm",
  9865. "Help/html/P_Independentsoft_Msg_Message_ContactHasPicture.htm",
  9866. "Help/html/P_Independentsoft_Msg_Message_ContactNames.htm",
  9867. "Help/html/P_Independentsoft_Msg_Message_ConversationIndex.htm",
  9868. "Help/html/P_Independentsoft_Msg_Message_ConversationTopic.htm",
  9869. "Help/html/P_Independentsoft_Msg_Message_CreationTime.htm",
  9870. "Help/html/P_Independentsoft_Msg_Message_CreatorName.htm",
  9871. "Help/html/P_Independentsoft_Msg_Message_CustomerId.htm",
  9872. "Help/html/P_Independentsoft_Msg_Message_DateCompleted.htm",
  9873. "Help/html/P_Independentsoft_Msg_Message_DeferredDeliveryTime.htm",
  9874. "Help/html/P_Independentsoft_Msg_Message_Delegator.htm",
  9875. "Help/html/P_Independentsoft_Msg_Message_DeliveryReportRequested.htm",
  9876. "Help/html/P_Independentsoft_Msg_Message_DepartmentName.htm",
  9877. "Help/html/P_Independentsoft_Msg_Message_DisableFullFidelity.htm",
  9878. "Help/html/P_Independentsoft_Msg_Message_DisplayBcc.htm",
  9879. "Help/html/P_Independentsoft_Msg_Message_DisplayCc.htm",
  9880. "Help/html/P_Independentsoft_Msg_Message_DisplayName.htm",
  9881. "Help/html/P_Independentsoft_Msg_Message_DisplayNamePrefix.htm",
  9882. "Help/html/P_Independentsoft_Msg_Message_DisplayTo.htm",
  9883. "Help/html/P_Independentsoft_Msg_Message_Duration.htm",
  9884. "Help/html/P_Independentsoft_Msg_Message_Email1Address.htm",
  9885. "Help/html/P_Independentsoft_Msg_Message_Email1DisplayAs.htm",
  9886. "Help/html/P_Independentsoft_Msg_Message_Email1DisplayName.htm",
  9887. "Help/html/P_Independentsoft_Msg_Message_Email1EntryId.htm",
  9888. "Help/html/P_Independentsoft_Msg_Message_Email1Type.htm",
  9889. "Help/html/P_Independentsoft_Msg_Message_Email2Address.htm",
  9890. "Help/html/P_Independentsoft_Msg_Message_Email2DisplayAs.htm",
  9891. "Help/html/P_Independentsoft_Msg_Message_Email2DisplayName.htm",
  9892. "Help/html/P_Independentsoft_Msg_Message_Email2EntryId.htm",
  9893. "Help/html/P_Independentsoft_Msg_Message_Email2Type.htm",
  9894. "Help/html/P_Independentsoft_Msg_Message_Email3Address.htm",
  9895. "Help/html/P_Independentsoft_Msg_Message_Email3DisplayAs.htm",
  9896. "Help/html/P_Independentsoft_Msg_Message_Email3DisplayName.htm",
  9897. "Help/html/P_Independentsoft_Msg_Message_Email3EntryId.htm",
  9898. "Help/html/P_Independentsoft_Msg_Message_Email3Type.htm",
  9899. "Help/html/P_Independentsoft_Msg_Message_Encoding.htm",
  9900. "Help/html/P_Independentsoft_Msg_Message_EntryId.htm",
  9901. "Help/html/P_Independentsoft_Msg_Message_ExtendedProperties.htm",
  9902. "Help/html/P_Independentsoft_Msg_Message_FileAs.htm",
  9903. "Help/html/P_Independentsoft_Msg_Message_FlagDueBy.htm",
  9904. "Help/html/P_Independentsoft_Msg_Message_FlagIcon.htm",
  9905. "Help/html/P_Independentsoft_Msg_Message_FlagStatus.htm",
  9906. "Help/html/P_Independentsoft_Msg_Message_FtpSite.htm",
  9907. "Help/html/P_Independentsoft_Msg_Message_Gender.htm",
  9908. "Help/html/P_Independentsoft_Msg_Message_Generation.htm",
  9909. "Help/html/P_Independentsoft_Msg_Message_GivenName.htm",
  9910. "Help/html/P_Independentsoft_Msg_Message_GovernmentId.htm",
  9911. "Help/html/P_Independentsoft_Msg_Message_Guid.htm",
  9912. "Help/html/P_Independentsoft_Msg_Message_HasAttachment.htm",
  9913. "Help/html/P_Independentsoft_Msg_Message_Hobbies.htm",
  9914. "Help/html/P_Independentsoft_Msg_Message_HomeAddress.htm",
  9915. "Help/html/P_Independentsoft_Msg_Message_HomeAddressCity.htm",
  9916. "Help/html/P_Independentsoft_Msg_Message_HomeAddressCountry.htm",
  9917. "Help/html/P_Independentsoft_Msg_Message_HomeAddressPostOfficeBox.htm",
  9918. "Help/html/P_Independentsoft_Msg_Message_HomeAddressPostalCode.htm",
  9919. "Help/html/P_Independentsoft_Msg_Message_HomeAddressState.htm",
  9920. "Help/html/P_Independentsoft_Msg_Message_HomeAddressStreet.htm",
  9921. "Help/html/P_Independentsoft_Msg_Message_HomeFax.htm",
  9922. "Help/html/P_Independentsoft_Msg_Message_HomePhone.htm",
  9923. "Help/html/P_Independentsoft_Msg_Message_HomePhone2.htm",
  9924. "Help/html/P_Independentsoft_Msg_Message_IconIndex.htm",
  9925. "Help/html/P_Independentsoft_Msg_Message_Importance.htm",
  9926. "Help/html/P_Independentsoft_Msg_Message_InReplyTo.htm",
  9927. "Help/html/P_Independentsoft_Msg_Message_Initials.htm",
  9928. "Help/html/P_Independentsoft_Msg_Message_InstantMessengerAddress.htm",
  9929. "Help/html/P_Independentsoft_Msg_Message_InternetAccountName.htm",
  9930. "Help/html/P_Independentsoft_Msg_Message_InternetCodePage.htm",
  9931. "Help/html/P_Independentsoft_Msg_Message_InternetFreeBusyAddress.htm",
  9932. "Help/html/P_Independentsoft_Msg_Message_InternetMessageId.htm",
  9933. "Help/html/P_Independentsoft_Msg_Message_InternetReferences.htm",
  9934. "Help/html/P_Independentsoft_Msg_Message_IsAllDayEvent.htm",
  9935. "Help/html/P_Independentsoft_Msg_Message_IsComplete.htm",
  9936. "Help/html/P_Independentsoft_Msg_Message_IsEmbedded.htm",
  9937. "Help/html/P_Independentsoft_Msg_Message_IsHidden.htm",
  9938. "Help/html/P_Independentsoft_Msg_Message_IsPrivate.htm",
  9939. "Help/html/P_Independentsoft_Msg_Message_IsReadOnly.htm",
  9940. "Help/html/P_Independentsoft_Msg_Message_IsRecurring.htm",
  9941. "Help/html/P_Independentsoft_Msg_Message_IsReminderSet.htm",
  9942. "Help/html/P_Independentsoft_Msg_Message_IsSystem.htm",
  9943. "Help/html/P_Independentsoft_Msg_Message_IsTeamTask.htm",
  9944. "Help/html/P_Independentsoft_Msg_Message_Isdn.htm",
  9945. "Help/html/P_Independentsoft_Msg_Message_JournalDuration.htm",
  9946. "Help/html/P_Independentsoft_Msg_Message_JournalEndTime.htm",
  9947. "Help/html/P_Independentsoft_Msg_Message_JournalStartTime.htm",
  9948. "Help/html/P_Independentsoft_Msg_Message_JournalType.htm",
  9949. "Help/html/P_Independentsoft_Msg_Message_JournalTypeDescription.htm",
  9950. "Help/html/P_Independentsoft_Msg_Message_Keywords.htm",
  9951. "Help/html/P_Independentsoft_Msg_Message_Label.htm",
  9952. "Help/html/P_Independentsoft_Msg_Message_LastModificationTime.htm",
  9953. "Help/html/P_Independentsoft_Msg_Message_LastModifierName.htm",
  9954. "Help/html/P_Independentsoft_Msg_Message_LastVerbExecuted.htm",
  9955. "Help/html/P_Independentsoft_Msg_Message_LastVerbExecutionTime.htm",
  9956. "Help/html/P_Independentsoft_Msg_Message_Location.htm",
  9957. "Help/html/P_Independentsoft_Msg_Message_ManagerName.htm",
  9958. "Help/html/P_Independentsoft_Msg_Message_MeetingStatus.htm",
  9959. "Help/html/P_Independentsoft_Msg_Message_MessageClass.htm",
  9960. "Help/html/P_Independentsoft_Msg_Message_MessageCodePage.htm",
  9961. "Help/html/P_Independentsoft_Msg_Message_MessageDeliveryTime.htm",
  9962. "Help/html/P_Independentsoft_Msg_Message_MessageFlags.htm",
  9963. "Help/html/P_Independentsoft_Msg_Message_MiddleName.htm",
  9964. "Help/html/P_Independentsoft_Msg_Message_Mileage.htm",
  9965. "Help/html/P_Independentsoft_Msg_Message_Nickname.htm",
  9966. "Help/html/P_Independentsoft_Msg_Message_NormalizedSubject.htm",
  9967. "Help/html/P_Independentsoft_Msg_Message_NoteColor.htm",
  9968. "Help/html/P_Independentsoft_Msg_Message_NoteHeight.htm",
  9969. "Help/html/P_Independentsoft_Msg_Message_NoteLeft.htm",
  9970. "Help/html/P_Independentsoft_Msg_Message_NoteTop.htm",
  9971. "Help/html/P_Independentsoft_Msg_Message_NoteWidth.htm",
  9972. "Help/html/P_Independentsoft_Msg_Message_ObjectType.htm",
  9973. "Help/html/P_Independentsoft_Msg_Message_OfficeLocation.htm",
  9974. "Help/html/P_Independentsoft_Msg_Message_OriginalDisplayTo.htm",
  9975. "Help/html/P_Independentsoft_Msg_Message_OtherAddress.htm",
  9976. "Help/html/P_Independentsoft_Msg_Message_OtherAddressCity.htm",
  9977. "Help/html/P_Independentsoft_Msg_Message_OtherAddressCountry.htm",
  9978. "Help/html/P_Independentsoft_Msg_Message_OtherAddressPostalCode.htm",
  9979. "Help/html/P_Independentsoft_Msg_Message_OtherAddressState.htm",
  9980. "Help/html/P_Independentsoft_Msg_Message_OtherAddressStreet.htm",
  9981. "Help/html/P_Independentsoft_Msg_Message_OtherPhone.htm",
  9982. "Help/html/P_Independentsoft_Msg_Message_OutlookInternalVersion.htm",
  9983. "Help/html/P_Independentsoft_Msg_Message_OutlookVersion.htm",
  9984. "Help/html/P_Independentsoft_Msg_Message_Owner.htm",
  9985. "Help/html/P_Independentsoft_Msg_Message_Pager.htm",
  9986. "Help/html/P_Independentsoft_Msg_Message_PercentComplete.htm",
  9987. "Help/html/P_Independentsoft_Msg_Message_PersonalHomePage.htm",
  9988. "Help/html/P_Independentsoft_Msg_Message_PostalAddress.htm",
  9989. "Help/html/P_Independentsoft_Msg_Message_PrimaryFax.htm",
  9990. "Help/html/P_Independentsoft_Msg_Message_PrimaryPhone.htm",
  9991. "Help/html/P_Independentsoft_Msg_Message_Priority.htm",
  9992. "Help/html/P_Independentsoft_Msg_Message_Profession.htm",
  9993. "Help/html/P_Independentsoft_Msg_Message_ProviderSubmitTime.htm",
  9994. "Help/html/P_Independentsoft_Msg_Message_RadioPhone.htm",
  9995. "Help/html/P_Independentsoft_Msg_Message_ReadReceiptEntryId.htm",
  9996. "Help/html/P_Independentsoft_Msg_Message_ReadReceiptRequested.htm",
  9997. "Help/html/P_Independentsoft_Msg_Message_ReadReceiptSearchKey.htm",
  9998. "Help/html/P_Independentsoft_Msg_Message_ReceivedByAddressType.htm",
  9999. "Help/html/P_Independentsoft_Msg_Message_ReceivedByEmailAddress.htm",
  10000. "Help/html/P_Independentsoft_Msg_Message_ReceivedByEntryId.htm",
  10001. "Help/html/P_Independentsoft_Msg_Message_ReceivedByName.htm",
  10002. "Help/html/P_Independentsoft_Msg_Message_ReceivedBySearchKey.htm",
  10003. "Help/html/P_Independentsoft_Msg_Message_ReceivedRepresentingAddressType.htm",
  10004. "Help/html/P_Independentsoft_Msg_Message_ReceivedRepresentingEmailAddress.htm",
  10005. "Help/html/P_Independentsoft_Msg_Message_ReceivedRepresentingEntryId.htm",
  10006. "Help/html/P_Independentsoft_Msg_Message_ReceivedRepresentingName.htm",
  10007. "Help/html/P_Independentsoft_Msg_Message_ReceivedRepresentingSearchKey.htm",
  10008. "Help/html/P_Independentsoft_Msg_Message_Recipients.htm",
  10009. "Help/html/P_Independentsoft_Msg_Message_RecurrencePattern.htm",
  10010. "Help/html/P_Independentsoft_Msg_Message_RecurrencePatternDescription.htm",
  10011. "Help/html/P_Independentsoft_Msg_Message_RecurrenceType.htm",
  10012. "Help/html/P_Independentsoft_Msg_Message_ReminderMinutesBeforeStart.htm",
  10013. "Help/html/P_Independentsoft_Msg_Message_ReminderOverrideDefault.htm",
  10014. "Help/html/P_Independentsoft_Msg_Message_ReminderPlaySound.htm",
  10015. "Help/html/P_Independentsoft_Msg_Message_ReminderSoundFile.htm",
  10016. "Help/html/P_Independentsoft_Msg_Message_ReminderTime.htm",
  10017. "Help/html/P_Independentsoft_Msg_Message_ReplyTo.htm",
  10018. "Help/html/P_Independentsoft_Msg_Message_ReportText.htm",
  10019. "Help/html/P_Independentsoft_Msg_Message_ReportTime.htm",
  10020. "Help/html/P_Independentsoft_Msg_Message_ResponseStatus.htm",
  10021. "Help/html/P_Independentsoft_Msg_Message_RtfCompressed.htm",
  10022. "Help/html/P_Independentsoft_Msg_Message_RtfInSync.htm",
  10023. "Help/html/P_Independentsoft_Msg_Message_SearchKey.htm",
  10024. "Help/html/P_Independentsoft_Msg_Message_SelectedMailingAddress.htm",
  10025. "Help/html/P_Independentsoft_Msg_Message_SenderAddressType.htm",
  10026. "Help/html/P_Independentsoft_Msg_Message_SenderEmailAddress.htm",
  10027. "Help/html/P_Independentsoft_Msg_Message_SenderEntryId.htm",
  10028. "Help/html/P_Independentsoft_Msg_Message_SenderName.htm",
  10029. "Help/html/P_Independentsoft_Msg_Message_SenderSearchKey.htm",
  10030. "Help/html/P_Independentsoft_Msg_Message_SenderSmtpAddress.htm",
  10031. "Help/html/P_Independentsoft_Msg_Message_Sensitivity.htm",
  10032. "Help/html/P_Independentsoft_Msg_Message_SentRepresentingAddressType.htm",
  10033. "Help/html/P_Independentsoft_Msg_Message_SentRepresentingEmailAddress.htm",
  10034. "Help/html/P_Independentsoft_Msg_Message_SentRepresentingEntryId.htm",
  10035. "Help/html/P_Independentsoft_Msg_Message_SentRepresentingName.htm",
  10036. "Help/html/P_Independentsoft_Msg_Message_SentRepresentingSearchKey.htm",
  10037. "Help/html/P_Independentsoft_Msg_Message_SentRepresentingSmtpAddress.htm",
  10038. "Help/html/P_Independentsoft_Msg_Message_Size.htm",
  10039. "Help/html/P_Independentsoft_Msg_Message_SpouseName.htm",
  10040. "Help/html/P_Independentsoft_Msg_Message_StoreSupportMasks.htm",
  10041. "Help/html/P_Independentsoft_Msg_Message_Subject.htm",
  10042. "Help/html/P_Independentsoft_Msg_Message_SubjectPrefix.htm",
  10043. "Help/html/P_Independentsoft_Msg_Message_Surname.htm",
  10044. "Help/html/P_Independentsoft_Msg_Message_TaskDelegationState.htm",
  10045. "Help/html/P_Independentsoft_Msg_Message_TaskDueDate.htm",
  10046. "Help/html/P_Independentsoft_Msg_Message_TaskOwnership.htm",
  10047. "Help/html/P_Independentsoft_Msg_Message_TaskStartDate.htm",
  10048. "Help/html/P_Independentsoft_Msg_Message_TaskStatus.htm",
  10049. "Help/html/P_Independentsoft_Msg_Message_Telex.htm",
  10050. "Help/html/P_Independentsoft_Msg_Message_TimeZone.htm",
  10051. "Help/html/P_Independentsoft_Msg_Message_Title.htm",
  10052. "Help/html/P_Independentsoft_Msg_Message_TotalWork.htm",
  10053. "Help/html/P_Independentsoft_Msg_Message_TransportMessageHeaders.htm",
  10054. "Help/html/P_Independentsoft_Msg_Message_TtyTddPhone.htm",
  10055. "Help/html/P_Independentsoft_Msg_Message_WeddingAnniversary.htm",
  10056. "Help/html/P_Independentsoft_Msg_Recipient_AddressType.htm",
  10057. "Help/html/P_Independentsoft_Msg_Recipient_DisplayName.htm",
  10058. "Help/html/P_Independentsoft_Msg_Recipient_DisplayName7Bit.htm",
  10059. "Help/html/P_Independentsoft_Msg_Recipient_DisplayType.htm",
  10060. "Help/html/P_Independentsoft_Msg_Recipient_EmailAddress.htm",
  10061. "Help/html/P_Independentsoft_Msg_Recipient_EntryId.htm",
  10062. "Help/html/P_Independentsoft_Msg_Recipient_InstanceKey.htm",
  10063. "Help/html/P_Independentsoft_Msg_Recipient_ObjectType.htm",
  10064. "Help/html/P_Independentsoft_Msg_Recipient_OriginatingAddressType.htm",
  10065. "Help/html/P_Independentsoft_Msg_Recipient_OriginatingEmailAddress.htm",
  10066. "Help/html/P_Independentsoft_Msg_Recipient_RecipientType.htm",
  10067. "Help/html/P_Independentsoft_Msg_Recipient_Responsibility.htm",
  10068. "Help/html/P_Independentsoft_Msg_Recipient_SearchKey.htm",
  10069. "Help/html/P_Independentsoft_Msg_Recipient_SendInternetEncoding.htm",
  10070. "Help/html/P_Independentsoft_Msg_Recipient_SendRichInfo.htm",
  10071. "Help/html/P_Independentsoft_Msg_Recipient_SmtpAddress.htm",
  10072. "Help/html/P_Independentsoft_Msg_Recipient_TransmitableDisplayName.htm",
  10073. "Help/html/P_Independentsoft_Msg_RecurrencePattern_CalendarType.htm",
  10074. "Help/html/P_Independentsoft_Msg_RecurrencePattern_DayOfMonth.htm",
  10075. "Help/html/P_Independentsoft_Msg_RecurrencePattern_DayOfWeek.htm",
  10076. "Help/html/P_Independentsoft_Msg_RecurrencePattern_DayOfWeekIndex.htm",
  10077. "Help/html/P_Independentsoft_Msg_RecurrencePattern_DeletedInstanceCount.htm",
  10078. "Help/html/P_Independentsoft_Msg_RecurrencePattern_DeletedInstanceDates.htm",
  10079. "Help/html/P_Independentsoft_Msg_RecurrencePattern_EndDate.htm",
  10080. "Help/html/P_Independentsoft_Msg_RecurrencePattern_EndType.htm",
  10081. "Help/html/P_Independentsoft_Msg_RecurrencePattern_FirstDayOfWeek.htm",
  10082. "Help/html/P_Independentsoft_Msg_RecurrencePattern_Frequency.htm",
  10083. "Help/html/P_Independentsoft_Msg_RecurrencePattern_ModifiedInstanceCount.htm",
  10084. "Help/html/P_Independentsoft_Msg_RecurrencePattern_ModifiedInstanceDates.htm",
  10085. "Help/html/P_Independentsoft_Msg_RecurrencePattern_OccurenceCount.htm",
  10086. "Help/html/P_Independentsoft_Msg_RecurrencePattern_Period.htm",
  10087. "Help/html/P_Independentsoft_Msg_RecurrencePattern_StartDate.htm",
  10088. "Help/html/P_Independentsoft_Msg_RecurrencePattern_Type.htm",
  10089. "Help/html/PageNotFound.htm",
  10090. "Help/html/Properties_T_Independentsoft_Email_Mime_Attachment.htm",
  10091. "Help/html/Properties_T_Independentsoft_Email_Mime_BodyPart.htm",
  10092. "Help/html/Properties_T_Independentsoft_Email_Mime_BodyPartList.htm",
  10093. "Help/html/Properties_T_Independentsoft_Email_Mime_ContentDisposition.htm",
  10094. "Help/html/Properties_T_Independentsoft_Email_Mime_ContentType.htm",
  10095. "Help/html/Properties_T_Independentsoft_Email_Mime_Header.htm",
  10096. "Help/html/Properties_T_Independentsoft_Email_Mime_HeaderList.htm",
  10097. "Help/html/Properties_T_Independentsoft_Email_Mime_Mailbox.htm",
  10098. "Help/html/Properties_T_Independentsoft_Email_Mime_Message.htm",
  10099. "Help/html/Properties_T_Independentsoft_Email_Mime_MessageFormatException.htm",
  10100. "Help/html/Properties_T_Independentsoft_Email_Mime_Parameter.htm",
  10101. "Help/html/Properties_T_Independentsoft_Email_Mime_ParameterList.htm",
  10102. "Help/html/Properties_T_Independentsoft_Exchange_AbsoluteDate.htm",
  10103. "Help/html/Properties_T_Independentsoft_Exchange_AbsoluteDateTransition.htm",
  10104. "Help/html/Properties_T_Independentsoft_Exchange_AbsoluteMonthlyRecurrencePattern.htm",
  10105. "Help/html/Properties_T_Independentsoft_Exchange_AbsoluteYearlyRecurrencePattern.htm",
  10106. "Help/html/Properties_T_Independentsoft_Exchange_AcceptItem.htm",
  10107. "Help/html/Properties_T_Independentsoft_Exchange_AcceptSharingInvitation.htm",
  10108. "Help/html/Properties_T_Independentsoft_Exchange_AddressEntity.htm",
  10109. "Help/html/Properties_T_Independentsoft_Exchange_AddressListId.htm",
  10110. "Help/html/Properties_T_Independentsoft_Exchange_AggregateOn.htm",
  10111. "Help/html/Properties_T_Independentsoft_Exchange_AlternateId.htm",
  10112. "Help/html/Properties_T_Independentsoft_Exchange_AlternatePublicFolderId.htm",
  10113. "Help/html/Properties_T_Independentsoft_Exchange_AlternatePublicFolderItemId.htm",
  10114. "Help/html/Properties_T_Independentsoft_Exchange_Appointment.htm",
  10115. "Help/html/Properties_T_Independentsoft_Exchange_AppointmentPropertyPath.htm",
  10116. "Help/html/Properties_T_Independentsoft_Exchange_Attachment.htm",
  10117. "Help/html/Properties_T_Independentsoft_Exchange_AttachmentId.htm",
  10118. "Help/html/Properties_T_Independentsoft_Exchange_AttachmentInfo.htm",
  10119. "Help/html/Properties_T_Independentsoft_Exchange_AttachmentShape.htm",
  10120. "Help/html/Properties_T_Independentsoft_Exchange_Attendee.htm",
  10121. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_Account.htm",
  10122. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_AutodiscoverException.htm",
  10123. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_AutodiscoverService.htm",
  10124. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_DomainResponse.htm",
  10125. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_DomainSetting.htm",
  10126. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_DomainSettingError.htm",
  10127. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_Error.htm",
  10128. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_ExchangeProtocol.htm",
  10129. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol.htm",
  10130. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_ExternalAccess.htm",
  10131. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_GetDomainSettingsResponse.htm",
  10132. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_GetFederationInformationResponse.htm",
  10133. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_GetUserSettingsResponse.htm",
  10134. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_InternalAccess.htm",
  10135. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_MobileSyncError.htm",
  10136. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_MobileSyncProvider.htm",
  10137. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_MobileSyncServer.htm",
  10138. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_MobileSyncUser.htm",
  10139. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_OutlookProvider.htm",
  10140. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_OutlookWebAccessUrl.htm",
  10141. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_ProtocolConnection.htm",
  10142. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_User.htm",
  10143. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_UserResponse.htm",
  10144. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_UserSetting.htm",
  10145. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_UserSettingError.htm",
  10146. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_UserSettingList.htm",
  10147. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_WebClientUrl.htm",
  10148. "Help/html/Properties_T_Independentsoft_Exchange_Autodiscover_WebProtocol.htm",
  10149. "Help/html/Properties_T_Independentsoft_Exchange_AvailabilityResponse.htm",
  10150. "Help/html/Properties_T_Independentsoft_Exchange_Body.htm",
  10151. "Help/html/Properties_T_Independentsoft_Exchange_CalendarEvent.htm",
  10152. "Help/html/Properties_T_Independentsoft_Exchange_CalendarFolder.htm",
  10153. "Help/html/Properties_T_Independentsoft_Exchange_CalendarOptions.htm",
  10154. "Help/html/Properties_T_Independentsoft_Exchange_CalendarPermission.htm",
  10155. "Help/html/Properties_T_Independentsoft_Exchange_CalendarPermissionSet.htm",
  10156. "Help/html/Properties_T_Independentsoft_Exchange_CalendarView.htm",
  10157. "Help/html/Properties_T_Independentsoft_Exchange_CancelItem.htm",
  10158. "Help/html/Properties_T_Independentsoft_Exchange_Category.htm",
  10159. "Help/html/Properties_T_Independentsoft_Exchange_CategoryList.htm",
  10160. "Help/html/Properties_T_Independentsoft_Exchange_ChangeHighlights.htm",
  10161. "Help/html/Properties_T_Independentsoft_Exchange_ClientAccessTokenRequest.htm",
  10162. "Help/html/Properties_T_Independentsoft_Exchange_CompleteName.htm",
  10163. "Help/html/Properties_T_Independentsoft_Exchange_Contact.htm",
  10164. "Help/html/Properties_T_Independentsoft_Exchange_ContactEntity.htm",
  10165. "Help/html/Properties_T_Independentsoft_Exchange_ContactPropertyPath.htm",
  10166. "Help/html/Properties_T_Independentsoft_Exchange_ContactsFolder.htm",
  10167. "Help/html/Properties_T_Independentsoft_Exchange_ContactsView.htm",
  10168. "Help/html/Properties_T_Independentsoft_Exchange_Contains.htm",
  10169. "Help/html/Properties_T_Independentsoft_Exchange_ContentSettings.htm",
  10170. "Help/html/Properties_T_Independentsoft_Exchange_Conversation.htm",
  10171. "Help/html/Properties_T_Independentsoft_Exchange_ConversationAction.htm",
  10172. "Help/html/Properties_T_Independentsoft_Exchange_ConversationItemResponse.htm",
  10173. "Help/html/Properties_T_Independentsoft_Exchange_ConversationNode.htm",
  10174. "Help/html/Properties_T_Independentsoft_Exchange_ConversationRequest.htm",
  10175. "Help/html/Properties_T_Independentsoft_Exchange_ConversationShape.htm",
  10176. "Help/html/Properties_T_Independentsoft_Exchange_ConvertIdResponse.htm",
  10177. "Help/html/Properties_T_Independentsoft_Exchange_CopiedEvent.htm",
  10178. "Help/html/Properties_T_Independentsoft_Exchange_CreateAttachmentResponse.htm",
  10179. "Help/html/Properties_T_Independentsoft_Exchange_CreatedEvent.htm",
  10180. "Help/html/Properties_T_Independentsoft_Exchange_CustomPropertyId.htm",
  10181. "Help/html/Properties_T_Independentsoft_Exchange_CustomPropertyName.htm",
  10182. "Help/html/Properties_T_Independentsoft_Exchange_DailyRecurrencePattern.htm",
  10183. "Help/html/Properties_T_Independentsoft_Exchange_DailyRegeneratingPattern.htm",
  10184. "Help/html/Properties_T_Independentsoft_Exchange_DeclineItem.htm",
  10185. "Help/html/Properties_T_Independentsoft_Exchange_DelegateResponse.htm",
  10186. "Help/html/Properties_T_Independentsoft_Exchange_DelegateUser.htm",
  10187. "Help/html/Properties_T_Independentsoft_Exchange_DelegateUserResponse.htm",
  10188. "Help/html/Properties_T_Independentsoft_Exchange_DeleteAttachmentResponse.htm",
  10189. "Help/html/Properties_T_Independentsoft_Exchange_DeletedEvent.htm",
  10190. "Help/html/Properties_T_Independentsoft_Exchange_DeletedOccurrence.htm",
  10191. "Help/html/Properties_T_Independentsoft_Exchange_DeviceAuthorizationCode.htm",
  10192. "Help/html/Properties_T_Independentsoft_Exchange_DiscoverySearchConfiguration.htm",
  10193. "Help/html/Properties_T_Independentsoft_Exchange_DistributionList.htm",
  10194. "Help/html/Properties_T_Independentsoft_Exchange_DistributionListMember.htm",
  10195. "Help/html/Properties_T_Independentsoft_Exchange_DistributionListPropertyPath.htm",
  10196. "Help/html/Properties_T_Independentsoft_Exchange_Duration.htm",
  10197. "Help/html/Properties_T_Independentsoft_Exchange_EffectiveRights.htm",
  10198. "Help/html/Properties_T_Independentsoft_Exchange_EmailAddress.htm",
  10199. "Help/html/Properties_T_Independentsoft_Exchange_EmailAddressEntity.htm",
  10200. "Help/html/Properties_T_Independentsoft_Exchange_EmailUser.htm",
  10201. "Help/html/Properties_T_Independentsoft_Exchange_EncryptedSharedFolderData.htm",
  10202. "Help/html/Properties_T_Independentsoft_Exchange_EndDateRecurrenceRange.htm",
  10203. "Help/html/Properties_T_Independentsoft_Exchange_EnhancedLocation.htm",
  10204. "Help/html/Properties_T_Independentsoft_Exchange_EntityExtractionResult.htm",
  10205. "Help/html/Properties_T_Independentsoft_Exchange_Event.htm",
  10206. "Help/html/Properties_T_Independentsoft_Exchange_Excludes.htm",
  10207. "Help/html/Properties_T_Independentsoft_Exchange_Exists.htm",
  10208. "Help/html/Properties_T_Independentsoft_Exchange_ExpandDistributionListResponse.htm",
  10209. "Help/html/Properties_T_Independentsoft_Exchange_ExportItemsResponse.htm",
  10210. "Help/html/Properties_T_Independentsoft_Exchange_ExtendedProperty.htm",
  10211. "Help/html/Properties_T_Independentsoft_Exchange_ExtendedPropertyAttributedValue.htm",
  10212. "Help/html/Properties_T_Independentsoft_Exchange_ExtendedPropertyList.htm",
  10213. "Help/html/Properties_T_Independentsoft_Exchange_FailedMailbox.htm",
  10214. "Help/html/Properties_T_Independentsoft_Exchange_FileAttachment.htm",
  10215. "Help/html/Properties_T_Independentsoft_Exchange_FileAttachmentInfo.htm",
  10216. "Help/html/Properties_T_Independentsoft_Exchange_FindConversationResponse.htm",
  10217. "Help/html/Properties_T_Independentsoft_Exchange_FindFolderResponse.htm",
  10218. "Help/html/Properties_T_Independentsoft_Exchange_FindItemResponse.htm",
  10219. "Help/html/Properties_T_Independentsoft_Exchange_FindMailboxStatisticsByKeywordsResponse.htm",
  10220. "Help/html/Properties_T_Independentsoft_Exchange_FindMessageTrackingReportResponse.htm",
  10221. "Help/html/Properties_T_Independentsoft_Exchange_FindPeopleResponse.htm",
  10222. "Help/html/Properties_T_Independentsoft_Exchange_Flag.htm",
  10223. "Help/html/Properties_T_Independentsoft_Exchange_Folder.htm",
  10224. "Help/html/Properties_T_Independentsoft_Exchange_FolderChange.htm",
  10225. "Help/html/Properties_T_Independentsoft_Exchange_FolderId.htm",
  10226. "Help/html/Properties_T_Independentsoft_Exchange_FolderInfoResponse.htm",
  10227. "Help/html/Properties_T_Independentsoft_Exchange_FolderPropertyPath.htm",
  10228. "Help/html/Properties_T_Independentsoft_Exchange_FolderShape.htm",
  10229. "Help/html/Properties_T_Independentsoft_Exchange_ForwardItem.htm",
  10230. "Help/html/Properties_T_Independentsoft_Exchange_FractionalPageView.htm",
  10231. "Help/html/Properties_T_Independentsoft_Exchange_FreeBusyChangedEvent.htm",
  10232. "Help/html/Properties_T_Independentsoft_Exchange_FreeBusyResponse.htm",
  10233. "Help/html/Properties_T_Independentsoft_Exchange_FreeBusyView.htm",
  10234. "Help/html/Properties_T_Independentsoft_Exchange_FreeBusyViewOptions.htm",
  10235. "Help/html/Properties_T_Independentsoft_Exchange_GetAppManifestsResponse.htm",
  10236. "Help/html/Properties_T_Independentsoft_Exchange_GetAppMarketplaceUrlResponse.htm",
  10237. "Help/html/Properties_T_Independentsoft_Exchange_GetAttachmentResponse.htm",
  10238. "Help/html/Properties_T_Independentsoft_Exchange_GetDiscoverySearchConfigurationResponse.htm",
  10239. "Help/html/Properties_T_Independentsoft_Exchange_GetEventsResponse.htm",
  10240. "Help/html/Properties_T_Independentsoft_Exchange_GetImItemListResponse.htm",
  10241. "Help/html/Properties_T_Independentsoft_Exchange_GetImItemsResponse.htm",
  10242. "Help/html/Properties_T_Independentsoft_Exchange_GetMailTipsResponse.htm",
  10243. "Help/html/Properties_T_Independentsoft_Exchange_GetMessageTrackingReportResponse.htm",
  10244. "Help/html/Properties_T_Independentsoft_Exchange_GetNonIndexableItemDetailsResponse.htm",
  10245. "Help/html/Properties_T_Independentsoft_Exchange_GetNonIndexableItemStatisticsResponse.htm",
  10246. "Help/html/Properties_T_Independentsoft_Exchange_GetPasswordExpirationDateResponse.htm",
  10247. "Help/html/Properties_T_Independentsoft_Exchange_GetRemindersResponse.htm",
  10248. "Help/html/Properties_T_Independentsoft_Exchange_GetRoomListsResponse.htm",
  10249. "Help/html/Properties_T_Independentsoft_Exchange_GetRoomsResponse.htm",
  10250. "Help/html/Properties_T_Independentsoft_Exchange_GetRulesResponse.htm",
  10251. "Help/html/Properties_T_Independentsoft_Exchange_GetSearchableMailboxesResponse.htm",
  10252. "Help/html/Properties_T_Independentsoft_Exchange_GetServerTimeZonesResponse.htm",
  10253. "Help/html/Properties_T_Independentsoft_Exchange_GetSharingFolderResponse.htm",
  10254. "Help/html/Properties_T_Independentsoft_Exchange_GetSharingMetadataResponse.htm",
  10255. "Help/html/Properties_T_Independentsoft_Exchange_GetUserConfigurationResponse.htm",
  10256. "Help/html/Properties_T_Independentsoft_Exchange_GetUserPhotoResponse.htm",
  10257. "Help/html/Properties_T_Independentsoft_Exchange_GetUserRetentionPolicyTagsResponse.htm",
  10258. "Help/html/Properties_T_Independentsoft_Exchange_Group.htm",
  10259. "Help/html/Properties_T_Independentsoft_Exchange_GroupAttendeeConflict.htm",
  10260. "Help/html/Properties_T_Independentsoft_Exchange_GroupBy.htm",
  10261. "Help/html/Properties_T_Independentsoft_Exchange_HighlightTerm.htm",
  10262. "Help/html/Properties_T_Independentsoft_Exchange_HoldOnMailboxesInfo.htm",
  10263. "Help/html/Properties_T_Independentsoft_Exchange_Id.htm",
  10264. "Help/html/Properties_T_Independentsoft_Exchange_Identity.htm",
  10265. "Help/html/Properties_T_Independentsoft_Exchange_ImGroup.htm",
  10266. "Help/html/Properties_T_Independentsoft_Exchange_ImGroupInfoResponse.htm",
  10267. "Help/html/Properties_T_Independentsoft_Exchange_IndexedPageView.htm",
  10268. "Help/html/Properties_T_Independentsoft_Exchange_IndexedPropertyPath.htm",
  10269. "Help/html/Properties_T_Independentsoft_Exchange_IndividualAttendeeConflict.htm",
  10270. "Help/html/Properties_T_Independentsoft_Exchange_InternetMessageHeader.htm",
  10271. "Help/html/Properties_T_Independentsoft_Exchange_InvalidRecipient.htm",
  10272. "Help/html/Properties_T_Independentsoft_Exchange_Item.htm",
  10273. "Help/html/Properties_T_Independentsoft_Exchange_ItemAttachment.htm",
  10274. "Help/html/Properties_T_Independentsoft_Exchange_ItemAttachmentInfo.htm",
  10275. "Help/html/Properties_T_Independentsoft_Exchange_ItemChange.htm",
  10276. "Help/html/Properties_T_Independentsoft_Exchange_ItemId.htm",
  10277. "Help/html/Properties_T_Independentsoft_Exchange_ItemInfoResponse.htm",
  10278. "Help/html/Properties_T_Independentsoft_Exchange_ItemPropertyPath.htm",
  10279. "Help/html/Properties_T_Independentsoft_Exchange_ItemShape.htm",
  10280. "Help/html/Properties_T_Independentsoft_Exchange_Journal.htm",
  10281. "Help/html/Properties_T_Independentsoft_Exchange_JournalPropertyPath.htm",
  10282. "Help/html/Properties_T_Independentsoft_Exchange_KeywordStatisticsSearchResult.htm",
  10283. "Help/html/Properties_T_Independentsoft_Exchange_MailTips.htm",
  10284. "Help/html/Properties_T_Independentsoft_Exchange_MailTipsConfiguration.htm",
  10285. "Help/html/Properties_T_Independentsoft_Exchange_MailTipsResponse.htm",
  10286. "Help/html/Properties_T_Independentsoft_Exchange_Mailbox.htm",
  10287. "Help/html/Properties_T_Independentsoft_Exchange_MailboxAttributedValue.htm",
  10288. "Help/html/Properties_T_Independentsoft_Exchange_MailboxData.htm",
  10289. "Help/html/Properties_T_Independentsoft_Exchange_MailboxHoldResult.htm",
  10290. "Help/html/Properties_T_Independentsoft_Exchange_MailboxHoldStatus.htm",
  10291. "Help/html/Properties_T_Independentsoft_Exchange_MailboxQuery.htm",
  10292. "Help/html/Properties_T_Independentsoft_Exchange_MailboxSearchScope.htm",
  10293. "Help/html/Properties_T_Independentsoft_Exchange_MailboxStatisticsByKeywords.htm",
  10294. "Help/html/Properties_T_Independentsoft_Exchange_MailboxStatisticsItem.htm",
  10295. "Help/html/Properties_T_Independentsoft_Exchange_MailboxStatisticsSearchResult.htm",
  10296. "Help/html/Properties_T_Independentsoft_Exchange_ManagedFolderInformation.htm",
  10297. "Help/html/Properties_T_Independentsoft_Exchange_MarkAsJunkResponse.htm",
  10298. "Help/html/Properties_T_Independentsoft_Exchange_MeetingCancellation.htm",
  10299. "Help/html/Properties_T_Independentsoft_Exchange_MeetingCancellationPropertyPath.htm",
  10300. "Help/html/Properties_T_Independentsoft_Exchange_MeetingMessage.htm",
  10301. "Help/html/Properties_T_Independentsoft_Exchange_MeetingMessagePropertyPath.htm",
  10302. "Help/html/Properties_T_Independentsoft_Exchange_MeetingRegistrationResponse.htm",
  10303. "Help/html/Properties_T_Independentsoft_Exchange_MeetingRequest.htm",
  10304. "Help/html/Properties_T_Independentsoft_Exchange_MeetingRequestPropertyPath.htm",
  10305. "Help/html/Properties_T_Independentsoft_Exchange_MeetingResponse.htm",
  10306. "Help/html/Properties_T_Independentsoft_Exchange_MeetingResponsePropertyPath.htm",
  10307. "Help/html/Properties_T_Independentsoft_Exchange_MeetingSuggestion.htm",
  10308. "Help/html/Properties_T_Independentsoft_Exchange_Message.htm",
  10309. "Help/html/Properties_T_Independentsoft_Exchange_MessagePropertyPath.htm",
  10310. "Help/html/Properties_T_Independentsoft_Exchange_MessageResponse.htm",
  10311. "Help/html/Properties_T_Independentsoft_Exchange_MessageTrackingReport.htm",
  10312. "Help/html/Properties_T_Independentsoft_Exchange_MessageTrackingSearchResult.htm",
  10313. "Help/html/Properties_T_Independentsoft_Exchange_MimeContent.htm",
  10314. "Help/html/Properties_T_Independentsoft_Exchange_ModifiedEvent.htm",
  10315. "Help/html/Properties_T_Independentsoft_Exchange_MonthlyRegeneratingPattern.htm",
  10316. "Help/html/Properties_T_Independentsoft_Exchange_MovedEvent.htm",
  10317. "Help/html/Properties_T_Independentsoft_Exchange_NewMailEvent.htm",
  10318. "Help/html/Properties_T_Independentsoft_Exchange_NoEndRecurrenceRange.htm",
  10319. "Help/html/Properties_T_Independentsoft_Exchange_NonIndexableItemDetail.htm",
  10320. "Help/html/Properties_T_Independentsoft_Exchange_NonIndexableItemStatistic.htm",
  10321. "Help/html/Properties_T_Independentsoft_Exchange_Note.htm",
  10322. "Help/html/Properties_T_Independentsoft_Exchange_NotePropertyPath.htm",
  10323. "Help/html/Properties_T_Independentsoft_Exchange_Notification.htm",
  10324. "Help/html/Properties_T_Independentsoft_Exchange_NumberedRecurrenceRange.htm",
  10325. "Help/html/Properties_T_Independentsoft_Exchange_OAuthToken.htm",
  10326. "Help/html/Properties_T_Independentsoft_Exchange_Occurrence.htm",
  10327. "Help/html/Properties_T_Independentsoft_Exchange_OccurrenceItemId.htm",
  10328. "Help/html/Properties_T_Independentsoft_Exchange_OnlineMeetingSettings.htm",
  10329. "Help/html/Properties_T_Independentsoft_Exchange_OutOfOffice.htm",
  10330. "Help/html/Properties_T_Independentsoft_Exchange_OutOfOfficeMailTip.htm",
  10331. "Help/html/Properties_T_Independentsoft_Exchange_OutOfOfficeResponse.htm",
  10332. "Help/html/Properties_T_Independentsoft_Exchange_OwaOptions.htm",
  10333. "Help/html/Properties_T_Independentsoft_Exchange_PageView.htm",
  10334. "Help/html/Properties_T_Independentsoft_Exchange_PerformReminderActionResponse.htm",
  10335. "Help/html/Properties_T_Independentsoft_Exchange_Period.htm",
  10336. "Help/html/Properties_T_Independentsoft_Exchange_Permission.htm",
  10337. "Help/html/Properties_T_Independentsoft_Exchange_PermissionSet.htm",
  10338. "Help/html/Properties_T_Independentsoft_Exchange_Persona.htm",
  10339. "Help/html/Properties_T_Independentsoft_Exchange_PersonaAttribution.htm",
  10340. "Help/html/Properties_T_Independentsoft_Exchange_PersonaInfoResponse.htm",
  10341. "Help/html/Properties_T_Independentsoft_Exchange_PersonaPhoneNumber.htm",
  10342. "Help/html/Properties_T_Independentsoft_Exchange_PersonaPhoneNumberAttributedValue.htm",
  10343. "Help/html/Properties_T_Independentsoft_Exchange_PersonaPostalAddress.htm",
  10344. "Help/html/Properties_T_Independentsoft_Exchange_PersonaPostalAddressAttributedValue.htm",
  10345. "Help/html/Properties_T_Independentsoft_Exchange_PersonaPropertyPath.htm",
  10346. "Help/html/Properties_T_Independentsoft_Exchange_PersonaShape.htm",
  10347. "Help/html/Properties_T_Independentsoft_Exchange_PhoneEntity.htm",
  10348. "Help/html/Properties_T_Independentsoft_Exchange_Post.htm",
  10349. "Help/html/Properties_T_Independentsoft_Exchange_PostPropertyPath.htm",
  10350. "Help/html/Properties_T_Independentsoft_Exchange_PostReplyItem.htm",
  10351. "Help/html/Properties_T_Independentsoft_Exchange_PreviewItem.htm",
  10352. "Help/html/Properties_T_Independentsoft_Exchange_PreviewItemMailbox.htm",
  10353. "Help/html/Properties_T_Independentsoft_Exchange_PreviewItemShape.htm",
  10354. "Help/html/Properties_T_Independentsoft_Exchange_Property.htm",
  10355. "Help/html/Properties_T_Independentsoft_Exchange_PropertyId.htm",
  10356. "Help/html/Properties_T_Independentsoft_Exchange_PropertyName.htm",
  10357. "Help/html/Properties_T_Independentsoft_Exchange_PropertyOrder.htm",
  10358. "Help/html/Properties_T_Independentsoft_Exchange_PropertyTag.htm",
  10359. "Help/html/Properties_T_Independentsoft_Exchange_ProtectionRule.htm",
  10360. "Help/html/Properties_T_Independentsoft_Exchange_ProtectionRuleAction.htm",
  10361. "Help/html/Properties_T_Independentsoft_Exchange_ProtectionRulesConfiguration.htm",
  10362. "Help/html/Properties_T_Independentsoft_Exchange_PullSubscription.htm",
  10363. "Help/html/Properties_T_Independentsoft_Exchange_PushSubscription.htm",
  10364. "Help/html/Properties_T_Independentsoft_Exchange_QueryString.htm",
  10365. "Help/html/Properties_T_Independentsoft_Exchange_ReadFlagChange.htm",
  10366. "Help/html/Properties_T_Independentsoft_Exchange_RecipientTrackingEvent.htm",
  10367. "Help/html/Properties_T_Independentsoft_Exchange_Recurrence.htm",
  10368. "Help/html/Properties_T_Independentsoft_Exchange_RecurringDateTransition.htm",
  10369. "Help/html/Properties_T_Independentsoft_Exchange_RecurringDayTransition.htm",
  10370. "Help/html/Properties_T_Independentsoft_Exchange_RecurringMasterItemId.htm",
  10371. "Help/html/Properties_T_Independentsoft_Exchange_RefinerItem.htm",
  10372. "Help/html/Properties_T_Independentsoft_Exchange_RelativeMonthlyRecurrencePattern.htm",
  10373. "Help/html/Properties_T_Independentsoft_Exchange_RelativeYearlyRecurrencePattern.htm",
  10374. "Help/html/Properties_T_Independentsoft_Exchange_Reminder.htm",
  10375. "Help/html/Properties_T_Independentsoft_Exchange_ReminderItemAction.htm",
  10376. "Help/html/Properties_T_Independentsoft_Exchange_RemoveItem.htm",
  10377. "Help/html/Properties_T_Independentsoft_Exchange_ReplyAllItem.htm",
  10378. "Help/html/Properties_T_Independentsoft_Exchange_ReplyBody.htm",
  10379. "Help/html/Properties_T_Independentsoft_Exchange_ReplyItem.htm",
  10380. "Help/html/Properties_T_Independentsoft_Exchange_Resolution.htm",
  10381. "Help/html/Properties_T_Independentsoft_Exchange_ResolveNamesResponse.htm",
  10382. "Help/html/Properties_T_Independentsoft_Exchange_Response.htm",
  10383. "Help/html/Properties_T_Independentsoft_Exchange_ResponseItem.htm",
  10384. "Help/html/Properties_T_Independentsoft_Exchange_RetentionPolicyTag.htm",
  10385. "Help/html/Properties_T_Independentsoft_Exchange_RetentionSettings.htm",
  10386. "Help/html/Properties_T_Independentsoft_Exchange_RetentionTag.htm",
  10387. "Help/html/Properties_T_Independentsoft_Exchange_Rule.htm",
  10388. "Help/html/Properties_T_Independentsoft_Exchange_RuleActions.htm",
  10389. "Help/html/Properties_T_Independentsoft_Exchange_RuleConditions.htm",
  10390. "Help/html/Properties_T_Independentsoft_Exchange_RuleExceptions.htm",
  10391. "Help/html/Properties_T_Independentsoft_Exchange_RuleOperationError.htm",
  10392. "Help/html/Properties_T_Independentsoft_Exchange_RuleOperationResponse.htm",
  10393. "Help/html/Properties_T_Independentsoft_Exchange_RulePredicateDateRange.htm",
  10394. "Help/html/Properties_T_Independentsoft_Exchange_RulePredicateSizeRange.htm",
  10395. "Help/html/Properties_T_Independentsoft_Exchange_RuleValidationError.htm",
  10396. "Help/html/Properties_T_Independentsoft_Exchange_SearchFolder.htm",
  10397. "Help/html/Properties_T_Independentsoft_Exchange_SearchFolderParameters.htm",
  10398. "Help/html/Properties_T_Independentsoft_Exchange_SearchMailboxesResponse.htm",
  10399. "Help/html/Properties_T_Independentsoft_Exchange_SearchableMailbox.htm",
  10400. "Help/html/Properties_T_Independentsoft_Exchange_SeekToConditionPageItemView.htm",
  10401. "Help/html/Properties_T_Independentsoft_Exchange_SendNotificationResponse.htm",
  10402. "Help/html/Properties_T_Independentsoft_Exchange_SerializableTimeZone.htm",
  10403. "Help/html/Properties_T_Independentsoft_Exchange_SerializableTimeZoneTime.htm",
  10404. "Help/html/Properties_T_Independentsoft_Exchange_ServerVersionInfo.htm",
  10405. "Help/html/Properties_T_Independentsoft_Exchange_Service.htm",
  10406. "Help/html/Properties_T_Independentsoft_Exchange_ServiceConfigurationResponse.htm",
  10407. "Help/html/Properties_T_Independentsoft_Exchange_ServiceRequestException.htm",
  10408. "Help/html/Properties_T_Independentsoft_Exchange_SmtpDomain.htm",
  10409. "Help/html/Properties_T_Independentsoft_Exchange_StandardFolderId.htm",
  10410. "Help/html/Properties_T_Independentsoft_Exchange_StandardGroupBy.htm",
  10411. "Help/html/Properties_T_Independentsoft_Exchange_StatusEvent.htm",
  10412. "Help/html/Properties_T_Independentsoft_Exchange_StreamingEventsResponse.htm",
  10413. "Help/html/Properties_T_Independentsoft_Exchange_StreamingSubscription.htm",
  10414. "Help/html/Properties_T_Independentsoft_Exchange_StringAttributedValue.htm",
  10415. "Help/html/Properties_T_Independentsoft_Exchange_SubscribeResponse.htm",
  10416. "Help/html/Properties_T_Independentsoft_Exchange_Subscription.htm",
  10417. "Help/html/Properties_T_Independentsoft_Exchange_Suggestion.htm",
  10418. "Help/html/Properties_T_Independentsoft_Exchange_SuggestionDay.htm",
  10419. "Help/html/Properties_T_Independentsoft_Exchange_SuggestionsResponse.htm",
  10420. "Help/html/Properties_T_Independentsoft_Exchange_SuggestionsViewOptions.htm",
  10421. "Help/html/Properties_T_Independentsoft_Exchange_SuppressReadReceipt.htm",
  10422. "Help/html/Properties_T_Independentsoft_Exchange_SyncFoldersResponse.htm",
  10423. "Help/html/Properties_T_Independentsoft_Exchange_SyncItemsResponse.htm",
  10424. "Help/html/Properties_T_Independentsoft_Exchange_Task.htm",
  10425. "Help/html/Properties_T_Independentsoft_Exchange_TaskPropertyPath.htm",
  10426. "Help/html/Properties_T_Independentsoft_Exchange_TaskRecurrence.htm",
  10427. "Help/html/Properties_T_Independentsoft_Exchange_TaskSuggestion.htm",
  10428. "Help/html/Properties_T_Independentsoft_Exchange_TasksFolder.htm",
  10429. "Help/html/Properties_T_Independentsoft_Exchange_TentativelyAcceptItem.htm",
  10430. "Help/html/Properties_T_Independentsoft_Exchange_Time.htm",
  10431. "Help/html/Properties_T_Independentsoft_Exchange_TimeChange.htm",
  10432. "Help/html/Properties_T_Independentsoft_Exchange_TimeDuration.htm",
  10433. "Help/html/Properties_T_Independentsoft_Exchange_TimeZone.htm",
  10434. "Help/html/Properties_T_Independentsoft_Exchange_TimeZoneDefinition.htm",
  10435. "Help/html/Properties_T_Independentsoft_Exchange_Transition.htm",
  10436. "Help/html/Properties_T_Independentsoft_Exchange_TransitionsGroup.htm",
  10437. "Help/html/Properties_T_Independentsoft_Exchange_UnifiedMessagingConfiguration.htm",
  10438. "Help/html/Properties_T_Independentsoft_Exchange_UnifiedMessaging_CallInfo.htm",
  10439. "Help/html/Properties_T_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingProperties.htm",
  10440. "Help/html/Properties_T_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService.htm",
  10441. "Help/html/Properties_T_Independentsoft_Exchange_UnindexedPropertyPath.htm",
  10442. "Help/html/Properties_T_Independentsoft_Exchange_UploadItem.htm",
  10443. "Help/html/Properties_T_Independentsoft_Exchange_UploadItemsResponse.htm",
  10444. "Help/html/Properties_T_Independentsoft_Exchange_UrlEntity.htm",
  10445. "Help/html/Properties_T_Independentsoft_Exchange_UserConfiguration.htm",
  10446. "Help/html/Properties_T_Independentsoft_Exchange_UserConfigurationDictionaryEntry.htm",
  10447. "Help/html/Properties_T_Independentsoft_Exchange_UserConfigurationDictionaryKey.htm",
  10448. "Help/html/Properties_T_Independentsoft_Exchange_UserConfigurationDictionaryValue.htm",
  10449. "Help/html/Properties_T_Independentsoft_Exchange_UserConfigurationName.htm",
  10450. "Help/html/Properties_T_Independentsoft_Exchange_UserId.htm",
  10451. "Help/html/Properties_T_Independentsoft_Exchange_UserMailbox.htm",
  10452. "Help/html/Properties_T_Independentsoft_Exchange_View.htm",
  10453. "Help/html/Properties_T_Independentsoft_Exchange_WeeklyRecurrencePattern.htm",
  10454. "Help/html/Properties_T_Independentsoft_Exchange_WeeklyRegeneratingPattern.htm",
  10455. "Help/html/Properties_T_Independentsoft_Exchange_WorkingHours.htm",
  10456. "Help/html/Properties_T_Independentsoft_Exchange_WorkingPeriod.htm",
  10457. "Help/html/Properties_T_Independentsoft_Exchange_YearlyRegeneratingPattern.htm",
  10458. "Help/html/Properties_T_Independentsoft_IO_StructuredStorage_CompoundFile.htm",
  10459. "Help/html/Properties_T_Independentsoft_IO_StructuredStorage_DirectoryEntry.htm",
  10460. "Help/html/Properties_T_Independentsoft_IO_StructuredStorage_DirectoryEntryList.htm",
  10461. "Help/html/Properties_T_Independentsoft_IO_StructuredStorage_InvalidFileFormatException.htm",
  10462. "Help/html/Properties_T_Independentsoft_IO_StructuredStorage_RootDirectoryEntry.htm",
  10463. "Help/html/Properties_T_Independentsoft_IO_StructuredStorage_Storage.htm",
  10464. "Help/html/Properties_T_Independentsoft_IO_StructuredStorage_Stream.htm",
  10465. "Help/html/Properties_T_Independentsoft_Json_Parser_JsonArray.htm",
  10466. "Help/html/Properties_T_Independentsoft_Json_Parser_JsonBoolean.htm",
  10467. "Help/html/Properties_T_Independentsoft_Json_Parser_JsonObject.htm",
  10468. "Help/html/Properties_T_Independentsoft_Json_Parser_JsonParseException.htm",
  10469. "Help/html/Properties_T_Independentsoft_Json_Parser_JsonString.htm",
  10470. "Help/html/Properties_T_Independentsoft_Json_Parser_Member.htm",
  10471. "Help/html/Properties_T_Independentsoft_Msg_Attachment.htm",
  10472. "Help/html/Properties_T_Independentsoft_Msg_ExtendedProperty.htm",
  10473. "Help/html/Properties_T_Independentsoft_Msg_ExtendedPropertyId.htm",
  10474. "Help/html/Properties_T_Independentsoft_Msg_ExtendedPropertyList.htm",
  10475. "Help/html/Properties_T_Independentsoft_Msg_ExtendedPropertyName.htm",
  10476. "Help/html/Properties_T_Independentsoft_Msg_ExtendedPropertyTag.htm",
  10477. "Help/html/Properties_T_Independentsoft_Msg_Message.htm",
  10478. "Help/html/Properties_T_Independentsoft_Msg_Recipient.htm",
  10479. "Help/html/Properties_T_Independentsoft_Msg_RecurrencePattern.htm",
  10480. "Help/html/R_Project_ClassReference.htm",
  10481. "Help/html/T_Independentsoft_Email_Mime_Attachment.htm",
  10482. "Help/html/T_Independentsoft_Email_Mime_BodyPart.htm",
  10483. "Help/html/T_Independentsoft_Email_Mime_BodyPartList.htm",
  10484. "Help/html/T_Independentsoft_Email_Mime_ContentDisposition.htm",
  10485. "Help/html/T_Independentsoft_Email_Mime_ContentDispositionType.htm",
  10486. "Help/html/T_Independentsoft_Email_Mime_ContentTransferEncoding.htm",
  10487. "Help/html/T_Independentsoft_Email_Mime_ContentType.htm",
  10488. "Help/html/T_Independentsoft_Email_Mime_Header.htm",
  10489. "Help/html/T_Independentsoft_Email_Mime_HeaderEncoding.htm",
  10490. "Help/html/T_Independentsoft_Email_Mime_HeaderList.htm",
  10491. "Help/html/T_Independentsoft_Email_Mime_Mailbox.htm",
  10492. "Help/html/T_Independentsoft_Email_Mime_Message.htm",
  10493. "Help/html/T_Independentsoft_Email_Mime_MessageFormatException.htm",
  10494. "Help/html/T_Independentsoft_Email_Mime_Parameter.htm",
  10495. "Help/html/T_Independentsoft_Email_Mime_ParameterList.htm",
  10496. "Help/html/T_Independentsoft_Email_Mime_StandardHeader.htm",
  10497. "Help/html/T_Independentsoft_Exchange_AbsoluteDate.htm",
  10498. "Help/html/T_Independentsoft_Exchange_AbsoluteDateTransition.htm",
  10499. "Help/html/T_Independentsoft_Exchange_AbsoluteMonthlyRecurrencePattern.htm",
  10500. "Help/html/T_Independentsoft_Exchange_AbsoluteYearlyRecurrencePattern.htm",
  10501. "Help/html/T_Independentsoft_Exchange_AcceptItem.htm",
  10502. "Help/html/T_Independentsoft_Exchange_AcceptSharingInvitation.htm",
  10503. "Help/html/T_Independentsoft_Exchange_AddressEntity.htm",
  10504. "Help/html/T_Independentsoft_Exchange_AddressListId.htm",
  10505. "Help/html/T_Independentsoft_Exchange_AffectedTaskOccurrences.htm",
  10506. "Help/html/T_Independentsoft_Exchange_Aggregate.htm",
  10507. "Help/html/T_Independentsoft_Exchange_AggregateOn.htm",
  10508. "Help/html/T_Independentsoft_Exchange_AlternateId.htm",
  10509. "Help/html/T_Independentsoft_Exchange_AlternatePublicFolderId.htm",
  10510. "Help/html/T_Independentsoft_Exchange_AlternatePublicFolderItemId.htm",
  10511. "Help/html/T_Independentsoft_Exchange_And.htm",
  10512. "Help/html/T_Independentsoft_Exchange_Appointment.htm",
  10513. "Help/html/T_Independentsoft_Exchange_AppointmentPropertyPath.htm",
  10514. "Help/html/T_Independentsoft_Exchange_Attachment.htm",
  10515. "Help/html/T_Independentsoft_Exchange_AttachmentId.htm",
  10516. "Help/html/T_Independentsoft_Exchange_AttachmentInfo.htm",
  10517. "Help/html/T_Independentsoft_Exchange_AttachmentShape.htm",
  10518. "Help/html/T_Independentsoft_Exchange_Attendee.htm",
  10519. "Help/html/T_Independentsoft_Exchange_AttendeeConflict.htm",
  10520. "Help/html/T_Independentsoft_Exchange_Autodiscover_Account.htm",
  10521. "Help/html/T_Independentsoft_Exchange_Autodiscover_AuthenticationMethod.htm",
  10522. "Help/html/T_Independentsoft_Exchange_Autodiscover_AuthenticationPackage.htm",
  10523. "Help/html/T_Independentsoft_Exchange_Autodiscover_AutodiscoverException.htm",
  10524. "Help/html/T_Independentsoft_Exchange_Autodiscover_AutodiscoverService.htm",
  10525. "Help/html/T_Independentsoft_Exchange_Autodiscover_DomainResponse.htm",
  10526. "Help/html/T_Independentsoft_Exchange_Autodiscover_DomainSetting.htm",
  10527. "Help/html/T_Independentsoft_Exchange_Autodiscover_DomainSettingError.htm",
  10528. "Help/html/T_Independentsoft_Exchange_Autodiscover_DomainSettingName.htm",
  10529. "Help/html/T_Independentsoft_Exchange_Autodiscover_Error.htm",
  10530. "Help/html/T_Independentsoft_Exchange_Autodiscover_ErrorCode.htm",
  10531. "Help/html/T_Independentsoft_Exchange_Autodiscover_ExchangeProtocol.htm",
  10532. "Help/html/T_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol.htm",
  10533. "Help/html/T_Independentsoft_Exchange_Autodiscover_ExternalAccess.htm",
  10534. "Help/html/T_Independentsoft_Exchange_Autodiscover_GetDomainSettingsResponse.htm",
  10535. "Help/html/T_Independentsoft_Exchange_Autodiscover_GetFederationInformationResponse.htm",
  10536. "Help/html/T_Independentsoft_Exchange_Autodiscover_GetUserSettingsResponse.htm",
  10537. "Help/html/T_Independentsoft_Exchange_Autodiscover_InternalAccess.htm",
  10538. "Help/html/T_Independentsoft_Exchange_Autodiscover_MobileSyncError.htm",
  10539. "Help/html/T_Independentsoft_Exchange_Autodiscover_MobileSyncProvider.htm",
  10540. "Help/html/T_Independentsoft_Exchange_Autodiscover_MobileSyncServer.htm",
  10541. "Help/html/T_Independentsoft_Exchange_Autodiscover_MobileSyncUser.htm",
  10542. "Help/html/T_Independentsoft_Exchange_Autodiscover_OutlookProvider.htm",
  10543. "Help/html/T_Independentsoft_Exchange_Autodiscover_OutlookWebAccessUrl.htm",
  10544. "Help/html/T_Independentsoft_Exchange_Autodiscover_ProtocolConnection.htm",
  10545. "Help/html/T_Independentsoft_Exchange_Autodiscover_ProtocolType.htm",
  10546. "Help/html/T_Independentsoft_Exchange_Autodiscover_User.htm",
  10547. "Help/html/T_Independentsoft_Exchange_Autodiscover_UserResponse.htm",
  10548. "Help/html/T_Independentsoft_Exchange_Autodiscover_UserSetting.htm",
  10549. "Help/html/T_Independentsoft_Exchange_Autodiscover_UserSettingError.htm",
  10550. "Help/html/T_Independentsoft_Exchange_Autodiscover_UserSettingList.htm",
  10551. "Help/html/T_Independentsoft_Exchange_Autodiscover_UserSettingName.htm",
  10552. "Help/html/T_Independentsoft_Exchange_Autodiscover_WebClientUrl.htm",
  10553. "Help/html/T_Independentsoft_Exchange_Autodiscover_WebProtocol.htm",
  10554. "Help/html/T_Independentsoft_Exchange_AvailabilityResponse.htm",
  10555. "Help/html/T_Independentsoft_Exchange_Body.htm",
  10556. "Help/html/T_Independentsoft_Exchange_BodyType.htm",
  10557. "Help/html/T_Independentsoft_Exchange_BusyStatus.htm",
  10558. "Help/html/T_Independentsoft_Exchange_CalendarEvent.htm",
  10559. "Help/html/T_Independentsoft_Exchange_CalendarFolder.htm",
  10560. "Help/html/T_Independentsoft_Exchange_CalendarOptions.htm",
  10561. "Help/html/T_Independentsoft_Exchange_CalendarPermission.htm",
  10562. "Help/html/T_Independentsoft_Exchange_CalendarPermissionLevel.htm",
  10563. "Help/html/T_Independentsoft_Exchange_CalendarPermissionReadAccess.htm",
  10564. "Help/html/T_Independentsoft_Exchange_CalendarPermissionSet.htm",
  10565. "Help/html/T_Independentsoft_Exchange_CalendarView.htm",
  10566. "Help/html/T_Independentsoft_Exchange_CancelItem.htm",
  10567. "Help/html/T_Independentsoft_Exchange_Category.htm",
  10568. "Help/html/T_Independentsoft_Exchange_CategoryColor.htm",
  10569. "Help/html/T_Independentsoft_Exchange_CategoryList.htm",
  10570. "Help/html/T_Independentsoft_Exchange_ChangeHighlights.htm",
  10571. "Help/html/T_Independentsoft_Exchange_ClientAccessTokenRequest.htm",
  10572. "Help/html/T_Independentsoft_Exchange_ClientAccessTokenType.htm",
  10573. "Help/html/T_Independentsoft_Exchange_CompleteName.htm",
  10574. "Help/html/T_Independentsoft_Exchange_ConflictResolution.htm",
  10575. "Help/html/T_Independentsoft_Exchange_ConnectionStatus.htm",
  10576. "Help/html/T_Independentsoft_Exchange_Contact.htm",
  10577. "Help/html/T_Independentsoft_Exchange_ContactDataShapeType.htm",
  10578. "Help/html/T_Independentsoft_Exchange_ContactEntity.htm",
  10579. "Help/html/T_Independentsoft_Exchange_ContactPropertyPath.htm",
  10580. "Help/html/T_Independentsoft_Exchange_ContactSource.htm",
  10581. "Help/html/T_Independentsoft_Exchange_ContactsFolder.htm",
  10582. "Help/html/T_Independentsoft_Exchange_ContactsView.htm",
  10583. "Help/html/T_Independentsoft_Exchange_ContainmentComparison.htm",
  10584. "Help/html/T_Independentsoft_Exchange_ContainmentMode.htm",
  10585. "Help/html/T_Independentsoft_Exchange_Contains.htm",
  10586. "Help/html/T_Independentsoft_Exchange_ContentSettings.htm",
  10587. "Help/html/T_Independentsoft_Exchange_Conversation.htm",
  10588. "Help/html/T_Independentsoft_Exchange_ConversationAction.htm",
  10589. "Help/html/T_Independentsoft_Exchange_ConversationActionType.htm",
  10590. "Help/html/T_Independentsoft_Exchange_ConversationItemResponse.htm",
  10591. "Help/html/T_Independentsoft_Exchange_ConversationNode.htm",
  10592. "Help/html/T_Independentsoft_Exchange_ConversationNodeSortOrder.htm",
  10593. "Help/html/T_Independentsoft_Exchange_ConversationQueryTraversal.htm",
  10594. "Help/html/T_Independentsoft_Exchange_ConversationRequest.htm",
  10595. "Help/html/T_Independentsoft_Exchange_ConversationShape.htm",
  10596. "Help/html/T_Independentsoft_Exchange_ConvertIdResponse.htm",
  10597. "Help/html/T_Independentsoft_Exchange_CopiedEvent.htm",
  10598. "Help/html/T_Independentsoft_Exchange_CreateAction.htm",
  10599. "Help/html/T_Independentsoft_Exchange_CreateAttachmentResponse.htm",
  10600. "Help/html/T_Independentsoft_Exchange_CreatedEvent.htm",
  10601. "Help/html/T_Independentsoft_Exchange_CustomPropertyId.htm",
  10602. "Help/html/T_Independentsoft_Exchange_CustomPropertyName.htm",
  10603. "Help/html/T_Independentsoft_Exchange_DailyRecurrencePattern.htm",
  10604. "Help/html/T_Independentsoft_Exchange_DailyRegeneratingPattern.htm",
  10605. "Help/html/T_Independentsoft_Exchange_DateTimePrecision.htm",
  10606. "Help/html/T_Independentsoft_Exchange_DayOfWeek.htm",
  10607. "Help/html/T_Independentsoft_Exchange_DayOfWeekIndex.htm",
  10608. "Help/html/T_Independentsoft_Exchange_DayOrder.htm",
  10609. "Help/html/T_Independentsoft_Exchange_DeclineItem.htm",
  10610. "Help/html/T_Independentsoft_Exchange_DelegateFolderPermissionLevel.htm",
  10611. "Help/html/T_Independentsoft_Exchange_DelegateResponse.htm",
  10612. "Help/html/T_Independentsoft_Exchange_DelegateUser.htm",
  10613. "Help/html/T_Independentsoft_Exchange_DelegateUserResponse.htm",
  10614. "Help/html/T_Independentsoft_Exchange_DeleteAttachmentResponse.htm",
  10615. "Help/html/T_Independentsoft_Exchange_DeleteType.htm",
  10616. "Help/html/T_Independentsoft_Exchange_DeletedEvent.htm",
  10617. "Help/html/T_Independentsoft_Exchange_DeletedOccurrence.htm",
  10618. "Help/html/T_Independentsoft_Exchange_DeliverMeetingRequests.htm",
  10619. "Help/html/T_Independentsoft_Exchange_DeviceAuthorizationCode.htm",
  10620. "Help/html/T_Independentsoft_Exchange_DisableReason.htm",
  10621. "Help/html/T_Independentsoft_Exchange_DiscoverySearchConfiguration.htm",
  10622. "Help/html/T_Independentsoft_Exchange_DistributionList.htm",
  10623. "Help/html/T_Independentsoft_Exchange_DistributionListMember.htm",
  10624. "Help/html/T_Independentsoft_Exchange_DistributionListMemberStatus.htm",
  10625. "Help/html/T_Independentsoft_Exchange_DistributionListPropertyPath.htm",
  10626. "Help/html/T_Independentsoft_Exchange_Duration.htm",
  10627. "Help/html/T_Independentsoft_Exchange_EffectiveRights.htm",
  10628. "Help/html/T_Independentsoft_Exchange_ElcFolderType.htm",
  10629. "Help/html/T_Independentsoft_Exchange_EmailAddress.htm",
  10630. "Help/html/T_Independentsoft_Exchange_EmailAddressEntity.htm",
  10631. "Help/html/T_Independentsoft_Exchange_EmailUser.htm",
  10632. "Help/html/T_Independentsoft_Exchange_EncryptedSharedFolderData.htm",
  10633. "Help/html/T_Independentsoft_Exchange_EndDateRecurrenceRange.htm",
  10634. "Help/html/T_Independentsoft_Exchange_EnhancedLocation.htm",
  10635. "Help/html/T_Independentsoft_Exchange_EntityExtractionResult.htm",
  10636. "Help/html/T_Independentsoft_Exchange_Event.htm",
  10637. "Help/html/T_Independentsoft_Exchange_EventType.htm",
  10638. "Help/html/T_Independentsoft_Exchange_Excludes.htm",
  10639. "Help/html/T_Independentsoft_Exchange_Exists.htm",
  10640. "Help/html/T_Independentsoft_Exchange_ExpandDistributionListResponse.htm",
  10641. "Help/html/T_Independentsoft_Exchange_ExportItemsResponse.htm",
  10642. "Help/html/T_Independentsoft_Exchange_ExtendedProperty.htm",
  10643. "Help/html/T_Independentsoft_Exchange_ExtendedPropertyAttributedValue.htm",
  10644. "Help/html/T_Independentsoft_Exchange_ExtendedPropertyList.htm",
  10645. "Help/html/T_Independentsoft_Exchange_ExtendedPropertyPath.htm",
  10646. "Help/html/T_Independentsoft_Exchange_ExternalAudience.htm",
  10647. "Help/html/T_Independentsoft_Exchange_FailedMailbox.htm",
  10648. "Help/html/T_Independentsoft_Exchange_FileAsMapping.htm",
  10649. "Help/html/T_Independentsoft_Exchange_FileAttachment.htm",
  10650. "Help/html/T_Independentsoft_Exchange_FileAttachmentInfo.htm",
  10651. "Help/html/T_Independentsoft_Exchange_FindConversationResponse.htm",
  10652. "Help/html/T_Independentsoft_Exchange_FindFolderResponse.htm",
  10653. "Help/html/T_Independentsoft_Exchange_FindItemResponse.htm",
  10654. "Help/html/T_Independentsoft_Exchange_FindMailboxStatisticsByKeywordsResponse.htm",
  10655. "Help/html/T_Independentsoft_Exchange_FindMessageTrackingReportResponse.htm",
  10656. "Help/html/T_Independentsoft_Exchange_FindPeopleResponse.htm",
  10657. "Help/html/T_Independentsoft_Exchange_Flag.htm",
  10658. "Help/html/T_Independentsoft_Exchange_FlagIcon.htm",
  10659. "Help/html/T_Independentsoft_Exchange_FlagStatus.htm",
  10660. "Help/html/T_Independentsoft_Exchange_FlaggedForAction.htm",
  10661. "Help/html/T_Independentsoft_Exchange_Folder.htm",
  10662. "Help/html/T_Independentsoft_Exchange_FolderChange.htm",
  10663. "Help/html/T_Independentsoft_Exchange_FolderClass.htm",
  10664. "Help/html/T_Independentsoft_Exchange_FolderId.htm",
  10665. "Help/html/T_Independentsoft_Exchange_FolderInfoResponse.htm",
  10666. "Help/html/T_Independentsoft_Exchange_FolderPropertyPath.htm",
  10667. "Help/html/T_Independentsoft_Exchange_FolderQueryTraversal.htm",
  10668. "Help/html/T_Independentsoft_Exchange_FolderShape.htm",
  10669. "Help/html/T_Independentsoft_Exchange_ForwardItem.htm",
  10670. "Help/html/T_Independentsoft_Exchange_FractionalPageView.htm",
  10671. "Help/html/T_Independentsoft_Exchange_FreeBusyChangedEvent.htm",
  10672. "Help/html/T_Independentsoft_Exchange_FreeBusyResponse.htm",
  10673. "Help/html/T_Independentsoft_Exchange_FreeBusyView.htm",
  10674. "Help/html/T_Independentsoft_Exchange_FreeBusyViewOptions.htm",
  10675. "Help/html/T_Independentsoft_Exchange_FreeBusyViewType.htm",
  10676. "Help/html/T_Independentsoft_Exchange_Gender.htm",
  10677. "Help/html/T_Independentsoft_Exchange_GetAppManifestsResponse.htm",
  10678. "Help/html/T_Independentsoft_Exchange_GetAppMarketplaceUrlResponse.htm",
  10679. "Help/html/T_Independentsoft_Exchange_GetAttachmentResponse.htm",
  10680. "Help/html/T_Independentsoft_Exchange_GetDiscoverySearchConfigurationResponse.htm",
  10681. "Help/html/T_Independentsoft_Exchange_GetEventsResponse.htm",
  10682. "Help/html/T_Independentsoft_Exchange_GetImItemListResponse.htm",
  10683. "Help/html/T_Independentsoft_Exchange_GetImItemsResponse.htm",
  10684. "Help/html/T_Independentsoft_Exchange_GetMailTipsResponse.htm",
  10685. "Help/html/T_Independentsoft_Exchange_GetMessageTrackingReportResponse.htm",
  10686. "Help/html/T_Independentsoft_Exchange_GetNonIndexableItemDetailsResponse.htm",
  10687. "Help/html/T_Independentsoft_Exchange_GetNonIndexableItemStatisticsResponse.htm",
  10688. "Help/html/T_Independentsoft_Exchange_GetPasswordExpirationDateResponse.htm",
  10689. "Help/html/T_Independentsoft_Exchange_GetRemindersResponse.htm",
  10690. "Help/html/T_Independentsoft_Exchange_GetRoomListsResponse.htm",
  10691. "Help/html/T_Independentsoft_Exchange_GetRoomsResponse.htm",
  10692. "Help/html/T_Independentsoft_Exchange_GetRulesResponse.htm",
  10693. "Help/html/T_Independentsoft_Exchange_GetSearchableMailboxesResponse.htm",
  10694. "Help/html/T_Independentsoft_Exchange_GetServerTimeZonesResponse.htm",
  10695. "Help/html/T_Independentsoft_Exchange_GetSharingFolderResponse.htm",
  10696. "Help/html/T_Independentsoft_Exchange_GetSharingMetadataResponse.htm",
  10697. "Help/html/T_Independentsoft_Exchange_GetUserConfigurationResponse.htm",
  10698. "Help/html/T_Independentsoft_Exchange_GetUserPhotoResponse.htm",
  10699. "Help/html/T_Independentsoft_Exchange_GetUserRetentionPolicyTagsResponse.htm",
  10700. "Help/html/T_Independentsoft_Exchange_Group.htm",
  10701. "Help/html/T_Independentsoft_Exchange_GroupAttendeeConflict.htm",
  10702. "Help/html/T_Independentsoft_Exchange_GroupBy.htm",
  10703. "Help/html/T_Independentsoft_Exchange_HighlightTerm.htm",
  10704. "Help/html/T_Independentsoft_Exchange_HoldActionType.htm",
  10705. "Help/html/T_Independentsoft_Exchange_HoldOnMailboxesInfo.htm",
  10706. "Help/html/T_Independentsoft_Exchange_HoldStatusType.htm",
  10707. "Help/html/T_Independentsoft_Exchange_IGroupBy.htm",
  10708. "Help/html/T_Independentsoft_Exchange_IconIndex.htm",
  10709. "Help/html/T_Independentsoft_Exchange_Id.htm",
  10710. "Help/html/T_Independentsoft_Exchange_IdFormat.htm",
  10711. "Help/html/T_Independentsoft_Exchange_Identity.htm",
  10712. "Help/html/T_Independentsoft_Exchange_ImGroup.htm",
  10713. "Help/html/T_Independentsoft_Exchange_ImGroupInfoResponse.htm",
  10714. "Help/html/T_Independentsoft_Exchange_Importance.htm",
  10715. "Help/html/T_Independentsoft_Exchange_IndexBasePoint.htm",
  10716. "Help/html/T_Independentsoft_Exchange_IndexedPageView.htm",
  10717. "Help/html/T_Independentsoft_Exchange_IndexedPropertyPath.htm",
  10718. "Help/html/T_Independentsoft_Exchange_IndexedPropertyPathUri.htm",
  10719. "Help/html/T_Independentsoft_Exchange_IndividualAttendeeConflict.htm",
  10720. "Help/html/T_Independentsoft_Exchange_InstanceType.htm",
  10721. "Help/html/T_Independentsoft_Exchange_InternetMessageHeader.htm",
  10722. "Help/html/T_Independentsoft_Exchange_InvalidRecipient.htm",
  10723. "Help/html/T_Independentsoft_Exchange_InvalidRecipientResponseCode.htm",
  10724. "Help/html/T_Independentsoft_Exchange_IsEqualTo.htm",
  10725. "Help/html/T_Independentsoft_Exchange_IsGreaterThan.htm",
  10726. "Help/html/T_Independentsoft_Exchange_IsGreaterThanOrEqualTo.htm",
  10727. "Help/html/T_Independentsoft_Exchange_IsLessThan.htm",
  10728. "Help/html/T_Independentsoft_Exchange_IsLessThanOrEqualTo.htm",
  10729. "Help/html/T_Independentsoft_Exchange_IsNotEqualTo.htm",
  10730. "Help/html/T_Independentsoft_Exchange_Item.htm",
  10731. "Help/html/T_Independentsoft_Exchange_ItemAttachment.htm",
  10732. "Help/html/T_Independentsoft_Exchange_ItemAttachmentInfo.htm",
  10733. "Help/html/T_Independentsoft_Exchange_ItemChange.htm",
  10734. "Help/html/T_Independentsoft_Exchange_ItemClass.htm",
  10735. "Help/html/T_Independentsoft_Exchange_ItemId.htm",
  10736. "Help/html/T_Independentsoft_Exchange_ItemIndexError.htm",
  10737. "Help/html/T_Independentsoft_Exchange_ItemInfoResponse.htm",
  10738. "Help/html/T_Independentsoft_Exchange_ItemPropertyPath.htm",
  10739. "Help/html/T_Independentsoft_Exchange_ItemQueryTraversal.htm",
  10740. "Help/html/T_Independentsoft_Exchange_ItemShape.htm",
  10741. "Help/html/T_Independentsoft_Exchange_Journal.htm",
  10742. "Help/html/T_Independentsoft_Exchange_JournalPropertyPath.htm",
  10743. "Help/html/T_Independentsoft_Exchange_KeyboardShortcut.htm",
  10744. "Help/html/T_Independentsoft_Exchange_KeywordStatisticsSearchResult.htm",
  10745. "Help/html/T_Independentsoft_Exchange_LastVerbExecuted.htm",
  10746. "Help/html/T_Independentsoft_Exchange_LegacyFreeBusy.htm",
  10747. "Help/html/T_Independentsoft_Exchange_LobbyBypass.htm",
  10748. "Help/html/T_Independentsoft_Exchange_LocationSource.htm",
  10749. "Help/html/T_Independentsoft_Exchange_MailTipType.htm",
  10750. "Help/html/T_Independentsoft_Exchange_MailTips.htm",
  10751. "Help/html/T_Independentsoft_Exchange_MailTipsConfiguration.htm",
  10752. "Help/html/T_Independentsoft_Exchange_MailTipsResponse.htm",
  10753. "Help/html/T_Independentsoft_Exchange_Mailbox.htm",
  10754. "Help/html/T_Independentsoft_Exchange_MailboxAttributedValue.htm",
  10755. "Help/html/T_Independentsoft_Exchange_MailboxData.htm",
  10756. "Help/html/T_Independentsoft_Exchange_MailboxHoldResult.htm",
  10757. "Help/html/T_Independentsoft_Exchange_MailboxHoldStatus.htm",
  10758. "Help/html/T_Independentsoft_Exchange_MailboxQuery.htm",
  10759. "Help/html/T_Independentsoft_Exchange_MailboxSearchLocation.htm",
  10760. "Help/html/T_Independentsoft_Exchange_MailboxSearchScope.htm",
  10761. "Help/html/T_Independentsoft_Exchange_MailboxStatisticsByKeywords.htm",
  10762. "Help/html/T_Independentsoft_Exchange_MailboxStatisticsItem.htm",
  10763. "Help/html/T_Independentsoft_Exchange_MailboxStatisticsSearchResult.htm",
  10764. "Help/html/T_Independentsoft_Exchange_MailboxType.htm",
  10765. "Help/html/T_Independentsoft_Exchange_ManagedFolderInformation.htm",
  10766. "Help/html/T_Independentsoft_Exchange_MapiPropertyTag.htm",
  10767. "Help/html/T_Independentsoft_Exchange_MapiPropertyType.htm",
  10768. "Help/html/T_Independentsoft_Exchange_MarkAsJunkResponse.htm",
  10769. "Help/html/T_Independentsoft_Exchange_MeetingAttendeeType.htm",
  10770. "Help/html/T_Independentsoft_Exchange_MeetingCancellation.htm",
  10771. "Help/html/T_Independentsoft_Exchange_MeetingCancellationPropertyPath.htm",
  10772. "Help/html/T_Independentsoft_Exchange_MeetingMessage.htm",
  10773. "Help/html/T_Independentsoft_Exchange_MeetingMessagePropertyPath.htm",
  10774. "Help/html/T_Independentsoft_Exchange_MeetingRegistrationResponse.htm",
  10775. "Help/html/T_Independentsoft_Exchange_MeetingRequest.htm",
  10776. "Help/html/T_Independentsoft_Exchange_MeetingRequestPropertyPath.htm",
  10777. "Help/html/T_Independentsoft_Exchange_MeetingRequestType.htm",
  10778. "Help/html/T_Independentsoft_Exchange_MeetingResponse.htm",
  10779. "Help/html/T_Independentsoft_Exchange_MeetingResponsePropertyPath.htm",
  10780. "Help/html/T_Independentsoft_Exchange_MeetingStatus.htm",
  10781. "Help/html/T_Independentsoft_Exchange_MeetingSuggestion.htm",
  10782. "Help/html/T_Independentsoft_Exchange_Message.htm",
  10783. "Help/html/T_Independentsoft_Exchange_MessageDisposition.htm",
  10784. "Help/html/T_Independentsoft_Exchange_MessageFlag.htm",
  10785. "Help/html/T_Independentsoft_Exchange_MessagePropertyPath.htm",
  10786. "Help/html/T_Independentsoft_Exchange_MessageResponse.htm",
  10787. "Help/html/T_Independentsoft_Exchange_MessageTrackingDeliveryStatus.htm",
  10788. "Help/html/T_Independentsoft_Exchange_MessageTrackingEventDescription.htm",
  10789. "Help/html/T_Independentsoft_Exchange_MessageTrackingReport.htm",
  10790. "Help/html/T_Independentsoft_Exchange_MessageTrackingReportTemplate.htm",
  10791. "Help/html/T_Independentsoft_Exchange_MessageTrackingScope.htm",
  10792. "Help/html/T_Independentsoft_Exchange_MessageTrackingSearchResult.htm",
  10793. "Help/html/T_Independentsoft_Exchange_MimeContent.htm",
  10794. "Help/html/T_Independentsoft_Exchange_ModifiedEvent.htm",
  10795. "Help/html/T_Independentsoft_Exchange_Month.htm",
  10796. "Help/html/T_Independentsoft_Exchange_MonthlyRegeneratingPattern.htm",
  10797. "Help/html/T_Independentsoft_Exchange_MovedEvent.htm",
  10798. "Help/html/T_Independentsoft_Exchange_NewMailEvent.htm",
  10799. "Help/html/T_Independentsoft_Exchange_NoEndRecurrenceRange.htm",
  10800. "Help/html/T_Independentsoft_Exchange_NonIndexableItemDetail.htm",
  10801. "Help/html/T_Independentsoft_Exchange_NonIndexableItemStatistic.htm",
  10802. "Help/html/T_Independentsoft_Exchange_Not.htm",
  10803. "Help/html/T_Independentsoft_Exchange_Note.htm",
  10804. "Help/html/T_Independentsoft_Exchange_NoteColor.htm",
  10805. "Help/html/T_Independentsoft_Exchange_NotePropertyPath.htm",
  10806. "Help/html/T_Independentsoft_Exchange_Notification.htm",
  10807. "Help/html/T_Independentsoft_Exchange_NumberedRecurrenceRange.htm",
  10808. "Help/html/T_Independentsoft_Exchange_OAuthToken.htm",
  10809. "Help/html/T_Independentsoft_Exchange_Occurrence.htm",
  10810. "Help/html/T_Independentsoft_Exchange_OccurrenceItemId.htm",
  10811. "Help/html/T_Independentsoft_Exchange_OnlineMeetingAccessLevel.htm",
  10812. "Help/html/T_Independentsoft_Exchange_OnlineMeetingSettings.htm",
  10813. "Help/html/T_Independentsoft_Exchange_Or.htm",
  10814. "Help/html/T_Independentsoft_Exchange_OutOfOffice.htm",
  10815. "Help/html/T_Independentsoft_Exchange_OutOfOfficeMailTip.htm",
  10816. "Help/html/T_Independentsoft_Exchange_OutOfOfficeResponse.htm",
  10817. "Help/html/T_Independentsoft_Exchange_OutOfOfficeState.htm",
  10818. "Help/html/T_Independentsoft_Exchange_OwaOptions.htm",
  10819. "Help/html/T_Independentsoft_Exchange_PageView.htm",
  10820. "Help/html/T_Independentsoft_Exchange_PerformReminderActionResponse.htm",
  10821. "Help/html/T_Independentsoft_Exchange_Period.htm",
  10822. "Help/html/T_Independentsoft_Exchange_Permission.htm",
  10823. "Help/html/T_Independentsoft_Exchange_PermissionAction.htm",
  10824. "Help/html/T_Independentsoft_Exchange_PermissionLevel.htm",
  10825. "Help/html/T_Independentsoft_Exchange_PermissionReadAccess.htm",
  10826. "Help/html/T_Independentsoft_Exchange_PermissionSet.htm",
  10827. "Help/html/T_Independentsoft_Exchange_Persona.htm",
  10828. "Help/html/T_Independentsoft_Exchange_PersonaAttribution.htm",
  10829. "Help/html/T_Independentsoft_Exchange_PersonaInfoResponse.htm",
  10830. "Help/html/T_Independentsoft_Exchange_PersonaPhoneNumber.htm",
  10831. "Help/html/T_Independentsoft_Exchange_PersonaPhoneNumberAttributedValue.htm",
  10832. "Help/html/T_Independentsoft_Exchange_PersonaPostalAddress.htm",
  10833. "Help/html/T_Independentsoft_Exchange_PersonaPostalAddressAttributedValue.htm",
  10834. "Help/html/T_Independentsoft_Exchange_PersonaPropertyPath.htm",
  10835. "Help/html/T_Independentsoft_Exchange_PersonaShape.htm",
  10836. "Help/html/T_Independentsoft_Exchange_PhoneEntity.htm",
  10837. "Help/html/T_Independentsoft_Exchange_Position.htm",
  10838. "Help/html/T_Independentsoft_Exchange_Post.htm",
  10839. "Help/html/T_Independentsoft_Exchange_PostPropertyPath.htm",
  10840. "Help/html/T_Independentsoft_Exchange_PostReplyItem.htm",
  10841. "Help/html/T_Independentsoft_Exchange_PredictedMessageAction.htm",
  10842. "Help/html/T_Independentsoft_Exchange_Presenters.htm",
  10843. "Help/html/T_Independentsoft_Exchange_PreviewItem.htm",
  10844. "Help/html/T_Independentsoft_Exchange_PreviewItemMailbox.htm",
  10845. "Help/html/T_Independentsoft_Exchange_PreviewItemShape.htm",
  10846. "Help/html/T_Independentsoft_Exchange_Priority.htm",
  10847. "Help/html/T_Independentsoft_Exchange_Property.htm",
  10848. "Help/html/T_Independentsoft_Exchange_PropertyId.htm",
  10849. "Help/html/T_Independentsoft_Exchange_PropertyName.htm",
  10850. "Help/html/T_Independentsoft_Exchange_PropertyOrder.htm",
  10851. "Help/html/T_Independentsoft_Exchange_PropertyPath.htm",
  10852. "Help/html/T_Independentsoft_Exchange_PropertyTag.htm",
  10853. "Help/html/T_Independentsoft_Exchange_ProtectionRule.htm",
  10854. "Help/html/T_Independentsoft_Exchange_ProtectionRuleAction.htm",
  10855. "Help/html/T_Independentsoft_Exchange_ProtectionRulesConfiguration.htm",
  10856. "Help/html/T_Independentsoft_Exchange_PullSubscription.htm",
  10857. "Help/html/T_Independentsoft_Exchange_PushSubscription.htm",
  10858. "Help/html/T_Independentsoft_Exchange_QueryString.htm",
  10859. "Help/html/T_Independentsoft_Exchange_ReadFlagChange.htm",
  10860. "Help/html/T_Independentsoft_Exchange_RecipientTrackingEvent.htm",
  10861. "Help/html/T_Independentsoft_Exchange_Recurrence.htm",
  10862. "Help/html/T_Independentsoft_Exchange_RecurrencePattern.htm",
  10863. "Help/html/T_Independentsoft_Exchange_RecurrenceRange.htm",
  10864. "Help/html/T_Independentsoft_Exchange_RecurringDateTransition.htm",
  10865. "Help/html/T_Independentsoft_Exchange_RecurringDayTransition.htm",
  10866. "Help/html/T_Independentsoft_Exchange_RecurringMasterItemId.htm",
  10867. "Help/html/T_Independentsoft_Exchange_RefinerItem.htm",
  10868. "Help/html/T_Independentsoft_Exchange_RelativeMonthlyRecurrencePattern.htm",
  10869. "Help/html/T_Independentsoft_Exchange_RelativeYearlyRecurrencePattern.htm",
  10870. "Help/html/T_Independentsoft_Exchange_Reminder.htm",
  10871. "Help/html/T_Independentsoft_Exchange_ReminderActionType.htm",
  10872. "Help/html/T_Independentsoft_Exchange_ReminderGroup.htm",
  10873. "Help/html/T_Independentsoft_Exchange_ReminderItemAction.htm",
  10874. "Help/html/T_Independentsoft_Exchange_ReminderType.htm",
  10875. "Help/html/T_Independentsoft_Exchange_RemoveItem.htm",
  10876. "Help/html/T_Independentsoft_Exchange_ReplyAllItem.htm",
  10877. "Help/html/T_Independentsoft_Exchange_ReplyBody.htm",
  10878. "Help/html/T_Independentsoft_Exchange_ReplyItem.htm",
  10879. "Help/html/T_Independentsoft_Exchange_RequestServerVersion.htm",
  10880. "Help/html/T_Independentsoft_Exchange_Resolution.htm",
  10881. "Help/html/T_Independentsoft_Exchange_ResolveNamesResponse.htm",
  10882. "Help/html/T_Independentsoft_Exchange_ResolveNamesSearchScope.htm",
  10883. "Help/html/T_Independentsoft_Exchange_Response.htm",
  10884. "Help/html/T_Independentsoft_Exchange_ResponseClass.htm",
  10885. "Help/html/T_Independentsoft_Exchange_ResponseCode.htm",
  10886. "Help/html/T_Independentsoft_Exchange_ResponseItem.htm",
  10887. "Help/html/T_Independentsoft_Exchange_ResponseStatus.htm",
  10888. "Help/html/T_Independentsoft_Exchange_ResponseType.htm",
  10889. "Help/html/T_Independentsoft_Exchange_Restriction.htm",
  10890. "Help/html/T_Independentsoft_Exchange_RetentionAction.htm",
  10891. "Help/html/T_Independentsoft_Exchange_RetentionPolicyTag.htm",
  10892. "Help/html/T_Independentsoft_Exchange_RetentionSettings.htm",
  10893. "Help/html/T_Independentsoft_Exchange_RetentionTag.htm",
  10894. "Help/html/T_Independentsoft_Exchange_Rule.htm",
  10895. "Help/html/T_Independentsoft_Exchange_RuleActions.htm",
  10896. "Help/html/T_Independentsoft_Exchange_RuleConditions.htm",
  10897. "Help/html/T_Independentsoft_Exchange_RuleExceptions.htm",
  10898. "Help/html/T_Independentsoft_Exchange_RuleFieldUri.htm",
  10899. "Help/html/T_Independentsoft_Exchange_RuleOperationError.htm",
  10900. "Help/html/T_Independentsoft_Exchange_RuleOperationResponse.htm",
  10901. "Help/html/T_Independentsoft_Exchange_RulePredicateDateRange.htm",
  10902. "Help/html/T_Independentsoft_Exchange_RulePredicateSizeRange.htm",
  10903. "Help/html/T_Independentsoft_Exchange_RuleValidationError.htm",
  10904. "Help/html/T_Independentsoft_Exchange_RuleValidationErrorCode.htm",
  10905. "Help/html/T_Independentsoft_Exchange_SearchFolder.htm",
  10906. "Help/html/T_Independentsoft_Exchange_SearchFolderParameters.htm",
  10907. "Help/html/T_Independentsoft_Exchange_SearchFolderTraversal.htm",
  10908. "Help/html/T_Independentsoft_Exchange_SearchItemKind.htm",
  10909. "Help/html/T_Independentsoft_Exchange_SearchMailboxesResponse.htm",
  10910. "Help/html/T_Independentsoft_Exchange_SearchPageDirection.htm",
  10911. "Help/html/T_Independentsoft_Exchange_SearchResultType.htm",
  10912. "Help/html/T_Independentsoft_Exchange_SearchableMailbox.htm",
  10913. "Help/html/T_Independentsoft_Exchange_SeekToConditionPageItemView.htm",
  10914. "Help/html/T_Independentsoft_Exchange_SelectedMailingAddress.htm",
  10915. "Help/html/T_Independentsoft_Exchange_SendMeetingInvitations.htm",
  10916. "Help/html/T_Independentsoft_Exchange_SendMeetingOption.htm",
  10917. "Help/html/T_Independentsoft_Exchange_SendNotificationResponse.htm",
  10918. "Help/html/T_Independentsoft_Exchange_Sensitivity.htm",
  10919. "Help/html/T_Independentsoft_Exchange_SerializableTimeZone.htm",
  10920. "Help/html/T_Independentsoft_Exchange_SerializableTimeZoneTime.htm",
  10921. "Help/html/T_Independentsoft_Exchange_ServerVersionInfo.htm",
  10922. "Help/html/T_Independentsoft_Exchange_Service.htm",
  10923. "Help/html/T_Independentsoft_Exchange_ServiceConfigurationResponse.htm",
  10924. "Help/html/T_Independentsoft_Exchange_ServiceConfigurationType.htm",
  10925. "Help/html/T_Independentsoft_Exchange_ServiceRequestException.htm",
  10926. "Help/html/T_Independentsoft_Exchange_ShapeType.htm",
  10927. "Help/html/T_Independentsoft_Exchange_SharingDataType.htm",
  10928. "Help/html/T_Independentsoft_Exchange_SmtpDomain.htm",
  10929. "Help/html/T_Independentsoft_Exchange_SortDirection.htm",
  10930. "Help/html/T_Independentsoft_Exchange_SourceId.htm",
  10931. "Help/html/T_Independentsoft_Exchange_StandardFolder.htm",
  10932. "Help/html/T_Independentsoft_Exchange_StandardFolderId.htm",
  10933. "Help/html/T_Independentsoft_Exchange_StandardGroupBy.htm",
  10934. "Help/html/T_Independentsoft_Exchange_StandardGroupByPropertyPath.htm",
  10935. "Help/html/T_Independentsoft_Exchange_StandardPropertySet.htm",
  10936. "Help/html/T_Independentsoft_Exchange_StandardTimeZone.htm",
  10937. "Help/html/T_Independentsoft_Exchange_StandardUser.htm",
  10938. "Help/html/T_Independentsoft_Exchange_StatusEvent.htm",
  10939. "Help/html/T_Independentsoft_Exchange_StreamingEventsResponse.htm",
  10940. "Help/html/T_Independentsoft_Exchange_StreamingSubscription.htm",
  10941. "Help/html/T_Independentsoft_Exchange_StringAttributedValue.htm",
  10942. "Help/html/T_Independentsoft_Exchange_SubscribeResponse.htm",
  10943. "Help/html/T_Independentsoft_Exchange_Subscription.htm",
  10944. "Help/html/T_Independentsoft_Exchange_SubscriptionStatus.htm",
  10945. "Help/html/T_Independentsoft_Exchange_Suggestion.htm",
  10946. "Help/html/T_Independentsoft_Exchange_SuggestionDay.htm",
  10947. "Help/html/T_Independentsoft_Exchange_SuggestionQuality.htm",
  10948. "Help/html/T_Independentsoft_Exchange_SuggestionsResponse.htm",
  10949. "Help/html/T_Independentsoft_Exchange_SuggestionsViewOptions.htm",
  10950. "Help/html/T_Independentsoft_Exchange_SuppressReadReceipt.htm",
  10951. "Help/html/T_Independentsoft_Exchange_SyncFoldersResponse.htm",
  10952. "Help/html/T_Independentsoft_Exchange_SyncItemsResponse.htm",
  10953. "Help/html/T_Independentsoft_Exchange_SyncItemsScope.htm",
  10954. "Help/html/T_Independentsoft_Exchange_Task.htm",
  10955. "Help/html/T_Independentsoft_Exchange_TaskDelegateState.htm",
  10956. "Help/html/T_Independentsoft_Exchange_TaskPropertyPath.htm",
  10957. "Help/html/T_Independentsoft_Exchange_TaskRecurrence.htm",
  10958. "Help/html/T_Independentsoft_Exchange_TaskRecurrencePattern.htm",
  10959. "Help/html/T_Independentsoft_Exchange_TaskStatus.htm",
  10960. "Help/html/T_Independentsoft_Exchange_TaskSuggestion.htm",
  10961. "Help/html/T_Independentsoft_Exchange_TasksFolder.htm",
  10962. "Help/html/T_Independentsoft_Exchange_TentativelyAcceptItem.htm",
  10963. "Help/html/T_Independentsoft_Exchange_Time.htm",
  10964. "Help/html/T_Independentsoft_Exchange_TimeChange.htm",
  10965. "Help/html/T_Independentsoft_Exchange_TimeChangePattern.htm",
  10966. "Help/html/T_Independentsoft_Exchange_TimeDuration.htm",
  10967. "Help/html/T_Independentsoft_Exchange_TimeZone.htm",
  10968. "Help/html/T_Independentsoft_Exchange_TimeZoneDefinition.htm",
  10969. "Help/html/T_Independentsoft_Exchange_TooBigGroupAttendeeConflict.htm",
  10970. "Help/html/T_Independentsoft_Exchange_Transition.htm",
  10971. "Help/html/T_Independentsoft_Exchange_TransitionTarget.htm",
  10972. "Help/html/T_Independentsoft_Exchange_TransitionsGroup.htm",
  10973. "Help/html/T_Independentsoft_Exchange_UnifiedMessagingConfiguration.htm",
  10974. "Help/html/T_Independentsoft_Exchange_UnifiedMessaging_CallInfo.htm",
  10975. "Help/html/T_Independentsoft_Exchange_UnifiedMessaging_CallState.htm",
  10976. "Help/html/T_Independentsoft_Exchange_UnifiedMessaging_EventCause.htm",
  10977. "Help/html/T_Independentsoft_Exchange_UnifiedMessaging_GreetingType.htm",
  10978. "Help/html/T_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingProperties.htm",
  10979. "Help/html/T_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService.htm",
  10980. "Help/html/T_Independentsoft_Exchange_UnindexedPropertyPath.htm",
  10981. "Help/html/T_Independentsoft_Exchange_UnknownAttendeeConflict.htm",
  10982. "Help/html/T_Independentsoft_Exchange_UploadItem.htm",
  10983. "Help/html/T_Independentsoft_Exchange_UploadItemsResponse.htm",
  10984. "Help/html/T_Independentsoft_Exchange_UrlEntity.htm",
  10985. "Help/html/T_Independentsoft_Exchange_UserConfiguration.htm",
  10986. "Help/html/T_Independentsoft_Exchange_UserConfigurationDictionaryEntry.htm",
  10987. "Help/html/T_Independentsoft_Exchange_UserConfigurationDictionaryKey.htm",
  10988. "Help/html/T_Independentsoft_Exchange_UserConfigurationDictionaryObjectType.htm",
  10989. "Help/html/T_Independentsoft_Exchange_UserConfigurationDictionaryValue.htm",
  10990. "Help/html/T_Independentsoft_Exchange_UserConfigurationName.htm",
  10991. "Help/html/T_Independentsoft_Exchange_UserConfigurationProperty.htm",
  10992. "Help/html/T_Independentsoft_Exchange_UserId.htm",
  10993. "Help/html/T_Independentsoft_Exchange_UserMailbox.htm",
  10994. "Help/html/T_Independentsoft_Exchange_UserPhotoSizeType.htm",
  10995. "Help/html/T_Independentsoft_Exchange_View.htm",
  10996. "Help/html/T_Independentsoft_Exchange_ViewFilter.htm",
  10997. "Help/html/T_Independentsoft_Exchange_WeeklyRecurrencePattern.htm",
  10998. "Help/html/T_Independentsoft_Exchange_WeeklyRegeneratingPattern.htm",
  10999. "Help/html/T_Independentsoft_Exchange_WorkingHours.htm",
  11000. "Help/html/T_Independentsoft_Exchange_WorkingPeriod.htm",
  11001. "Help/html/T_Independentsoft_Exchange_YearlyRegeneratingPattern.htm",
  11002. "Help/html/T_Independentsoft_IO_StructuredStorage_CompoundFile.htm",
  11003. "Help/html/T_Independentsoft_IO_StructuredStorage_DirectoryEntry.htm",
  11004. "Help/html/T_Independentsoft_IO_StructuredStorage_DirectoryEntryList.htm",
  11005. "Help/html/T_Independentsoft_IO_StructuredStorage_InvalidFileFormatException.htm",
  11006. "Help/html/T_Independentsoft_IO_StructuredStorage_RootDirectoryEntry.htm",
  11007. "Help/html/T_Independentsoft_IO_StructuredStorage_Storage.htm",
  11008. "Help/html/T_Independentsoft_IO_StructuredStorage_Stream.htm",
  11009. "Help/html/T_Independentsoft_Json_Parser_JsonArray.htm",
  11010. "Help/html/T_Independentsoft_Json_Parser_JsonBoolean.htm",
  11011. "Help/html/T_Independentsoft_Json_Parser_JsonNull.htm",
  11012. "Help/html/T_Independentsoft_Json_Parser_JsonNumber.htm",
  11013. "Help/html/T_Independentsoft_Json_Parser_JsonObject.htm",
  11014. "Help/html/T_Independentsoft_Json_Parser_JsonParseException.htm",
  11015. "Help/html/T_Independentsoft_Json_Parser_JsonParser.htm",
  11016. "Help/html/T_Independentsoft_Json_Parser_JsonString.htm",
  11017. "Help/html/T_Independentsoft_Json_Parser_JsonUtil.htm",
  11018. "Help/html/T_Independentsoft_Json_Parser_JsonValue.htm",
  11019. "Help/html/T_Independentsoft_Json_Parser_Member.htm",
  11020. "Help/html/T_Independentsoft_Msg_Attachment.htm",
  11021. "Help/html/T_Independentsoft_Msg_AttachmentFlags.htm",
  11022. "Help/html/T_Independentsoft_Msg_AttachmentMethod.htm",
  11023. "Help/html/T_Independentsoft_Msg_BusyStatus.htm",
  11024. "Help/html/T_Independentsoft_Msg_CalendarType.htm",
  11025. "Help/html/T_Independentsoft_Msg_DayOfWeek.htm",
  11026. "Help/html/T_Independentsoft_Msg_DayOfWeekIndex.htm",
  11027. "Help/html/T_Independentsoft_Msg_DisplayType.htm",
  11028. "Help/html/T_Independentsoft_Msg_ExtendedProperty.htm",
  11029. "Help/html/T_Independentsoft_Msg_ExtendedPropertyId.htm",
  11030. "Help/html/T_Independentsoft_Msg_ExtendedPropertyList.htm",
  11031. "Help/html/T_Independentsoft_Msg_ExtendedPropertyName.htm",
  11032. "Help/html/T_Independentsoft_Msg_ExtendedPropertyTag.htm",
  11033. "Help/html/T_Independentsoft_Msg_FlagIcon.htm",
  11034. "Help/html/T_Independentsoft_Msg_FlagStatus.htm",
  11035. "Help/html/T_Independentsoft_Msg_Gender.htm",
  11036. "Help/html/T_Independentsoft_Msg_Importance.htm",
  11037. "Help/html/T_Independentsoft_Msg_LastVerbExecuted.htm",
  11038. "Help/html/T_Independentsoft_Msg_MeetingStatus.htm",
  11039. "Help/html/T_Independentsoft_Msg_Message.htm",
  11040. "Help/html/T_Independentsoft_Msg_MessageFlag.htm",
  11041. "Help/html/T_Independentsoft_Msg_NoteColor.htm",
  11042. "Help/html/T_Independentsoft_Msg_ObjectType.htm",
  11043. "Help/html/T_Independentsoft_Msg_Priority.htm",
  11044. "Help/html/T_Independentsoft_Msg_PropertyType.htm",
  11045. "Help/html/T_Independentsoft_Msg_Recipient.htm",
  11046. "Help/html/T_Independentsoft_Msg_RecipientType.htm",
  11047. "Help/html/T_Independentsoft_Msg_RecurrenceEndType.htm",
  11048. "Help/html/T_Independentsoft_Msg_RecurrencePattern.htm",
  11049. "Help/html/T_Independentsoft_Msg_RecurrencePatternFrequency.htm",
  11050. "Help/html/T_Independentsoft_Msg_RecurrencePatternType.htm",
  11051. "Help/html/T_Independentsoft_Msg_RecurrenceType.htm",
  11052. "Help/html/T_Independentsoft_Msg_ResponseStatus.htm",
  11053. "Help/html/T_Independentsoft_Msg_SelectedMailingAddress.htm",
  11054. "Help/html/T_Independentsoft_Msg_Sensitivity.htm",
  11055. "Help/html/T_Independentsoft_Msg_StandardPropertySet.htm",
  11056. "Help/html/T_Independentsoft_Msg_StoreSupportMask.htm",
  11057. "Help/html/T_Independentsoft_Msg_TaskDelegationState.htm",
  11058. "Help/html/T_Independentsoft_Msg_TaskOwnership.htm",
  11059. "Help/html/T_Independentsoft_Msg_TaskStatus.htm",
  11060. "Help/icons/AlertCaution.png",
  11061. "Help/icons/AlertNote.png",
  11062. "Help/icons/AlertSecurity.png",
  11063. "Help/icons/CFW.gif",
  11064. "Help/icons/CodeExample.png",
  11065. "Help/icons/Search.png",
  11066. "Help/icons/SectionCollapsed.png",
  11067. "Help/icons/SectionExpanded.png",
  11068. "Help/icons/TocClose.gif",
  11069. "Help/icons/TocCollapsed.gif",
  11070. "Help/icons/TocExpanded.gif",
  11071. "Help/icons/TocOpen.gif",
  11072. "Help/icons/favicon.ico",
  11073. "Help/icons/privclass.gif",
  11074. "Help/icons/privdelegate.gif",
  11075. "Help/icons/privenumeration.gif",
  11076. "Help/icons/privevent.gif",
  11077. "Help/icons/privextension.gif",
  11078. "Help/icons/privfield.gif",
  11079. "Help/icons/privinterface.gif",
  11080. "Help/icons/privmethod.gif",
  11081. "Help/icons/privproperty.gif",
  11082. "Help/icons/privstructure.gif",
  11083. "Help/icons/protclass.gif",
  11084. "Help/icons/protdelegate.gif",
  11085. "Help/icons/protenumeration.gif",
  11086. "Help/icons/protevent.gif",
  11087. "Help/icons/protextension.gif",
  11088. "Help/icons/protfield.gif",
  11089. "Help/icons/protinterface.gif",
  11090. "Help/icons/protmethod.gif",
  11091. "Help/icons/protoperator.gif",
  11092. "Help/icons/protproperty.gif",
  11093. "Help/icons/protstructure.gif",
  11094. "Help/icons/pubclass.gif",
  11095. "Help/icons/pubdelegate.gif",
  11096. "Help/icons/pubenumeration.gif",
  11097. "Help/icons/pubevent.gif",
  11098. "Help/icons/pubextension.gif",
  11099. "Help/icons/pubfield.gif",
  11100. "Help/icons/pubinterface.gif",
  11101. "Help/icons/pubmethod.gif",
  11102. "Help/icons/puboperator.gif",
  11103. "Help/icons/pubproperty.gif",
  11104. "Help/icons/pubstructure.gif",
  11105. "Help/icons/slMobile.gif",
  11106. "Help/icons/static.gif",
  11107. "Help/icons/xna.gif",
  11108. "Help/index.html",
  11109. "Help/scripts/branding-Website.js",
  11110. "Help/scripts/branding.js",
  11111. "Help/scripts/clipboard.min.js",
  11112. "Help/scripts/highlight.js",
  11113. "Help/scripts/jquery-3.3.1.min.js",
  11114. "Help/search.html",
  11115. "Help/styles/branding-Help1.css",
  11116. "Help/styles/branding-HelpViewer.css",
  11117. "Help/styles/branding-Website.css",
  11118. "Help/styles/branding-cs-CZ.css",
  11119. "Help/styles/branding-de-DE.css",
  11120. "Help/styles/branding-en-US.css",
  11121. "Help/styles/branding-es-ES.css",
  11122. "Help/styles/branding-fr-FR.css",
  11123. "Help/styles/branding-it-IT.css",
  11124. "Help/styles/branding-ja-JP.css",
  11125. "Help/styles/branding-ko-KR.css",
  11126. "Help/styles/branding-pl-PL.css",
  11127. "Help/styles/branding-pt-BR.css",
  11128. "Help/styles/branding-ru-RU.css",
  11129. "Help/styles/branding-tr-TR.css",
  11130. "Help/styles/branding-zh-CN.css",
  11131. "Help/styles/branding-zh-TW.css",
  11132. "Help/styles/branding.css",
  11133. "Help/styles/highlight.css",
  11134. "Help/toc/Fields_T_Independentsoft_Exchange_AppointmentPropertyPath.xml",
  11135. "Help/toc/Fields_T_Independentsoft_Exchange_ContactPropertyPath.xml",
  11136. "Help/toc/Fields_T_Independentsoft_Exchange_DistributionListPropertyPath.xml",
  11137. "Help/toc/Fields_T_Independentsoft_Exchange_FolderClass.xml",
  11138. "Help/toc/Fields_T_Independentsoft_Exchange_FolderPropertyPath.xml",
  11139. "Help/toc/Fields_T_Independentsoft_Exchange_ItemClass.xml",
  11140. "Help/toc/Fields_T_Independentsoft_Exchange_ItemPropertyPath.xml",
  11141. "Help/toc/Fields_T_Independentsoft_Exchange_JournalPropertyPath.xml",
  11142. "Help/toc/Fields_T_Independentsoft_Exchange_MapiPropertyTag.xml",
  11143. "Help/toc/Fields_T_Independentsoft_Exchange_MeetingMessagePropertyPath.xml",
  11144. "Help/toc/Fields_T_Independentsoft_Exchange_MeetingRequestPropertyPath.xml",
  11145. "Help/toc/Fields_T_Independentsoft_Exchange_MessagePropertyPath.xml",
  11146. "Help/toc/Fields_T_Independentsoft_Exchange_NotePropertyPath.xml",
  11147. "Help/toc/Fields_T_Independentsoft_Exchange_PersonaPropertyPath.xml",
  11148. "Help/toc/Fields_T_Independentsoft_Exchange_PostPropertyPath.xml",
  11149. "Help/toc/Fields_T_Independentsoft_Exchange_TaskPropertyPath.xml",
  11150. "Help/toc/Fields_T_Independentsoft_Msg_StandardPropertySet.xml",
  11151. "Help/toc/Methods_T_Independentsoft_Email_Mime_Attachment.xml",
  11152. "Help/toc/Methods_T_Independentsoft_Email_Mime_BodyPart.xml",
  11153. "Help/toc/Methods_T_Independentsoft_Email_Mime_BodyPartList.xml",
  11154. "Help/toc/Methods_T_Independentsoft_Email_Mime_ContentDisposition.xml",
  11155. "Help/toc/Methods_T_Independentsoft_Email_Mime_ContentType.xml",
  11156. "Help/toc/Methods_T_Independentsoft_Email_Mime_Header.xml",
  11157. "Help/toc/Methods_T_Independentsoft_Email_Mime_HeaderList.xml",
  11158. "Help/toc/Methods_T_Independentsoft_Email_Mime_Mailbox.xml",
  11159. "Help/toc/Methods_T_Independentsoft_Email_Mime_Message.xml",
  11160. "Help/toc/Methods_T_Independentsoft_Email_Mime_Parameter.xml",
  11161. "Help/toc/Methods_T_Independentsoft_Email_Mime_ParameterList.xml",
  11162. "Help/toc/Methods_T_Independentsoft_Exchange_AbsoluteDate.xml",
  11163. "Help/toc/Methods_T_Independentsoft_Exchange_AbsoluteDateTransition.xml",
  11164. "Help/toc/Methods_T_Independentsoft_Exchange_AbsoluteMonthlyRecurrencePattern.xml",
  11165. "Help/toc/Methods_T_Independentsoft_Exchange_AbsoluteYearlyRecurrencePattern.xml",
  11166. "Help/toc/Methods_T_Independentsoft_Exchange_AddressEntity.xml",
  11167. "Help/toc/Methods_T_Independentsoft_Exchange_AddressListId.xml",
  11168. "Help/toc/Methods_T_Independentsoft_Exchange_AggregateOn.xml",
  11169. "Help/toc/Methods_T_Independentsoft_Exchange_And.xml",
  11170. "Help/toc/Methods_T_Independentsoft_Exchange_Appointment.xml",
  11171. "Help/toc/Methods_T_Independentsoft_Exchange_Attachment.xml",
  11172. "Help/toc/Methods_T_Independentsoft_Exchange_AttachmentId.xml",
  11173. "Help/toc/Methods_T_Independentsoft_Exchange_AttachmentShape.xml",
  11174. "Help/toc/Methods_T_Independentsoft_Exchange_Attendee.xml",
  11175. "Help/toc/Methods_T_Independentsoft_Exchange_Autodiscover_AutodiscoverException.xml",
  11176. "Help/toc/Methods_T_Independentsoft_Exchange_Autodiscover_AutodiscoverService.xml",
  11177. "Help/toc/Methods_T_Independentsoft_Exchange_Body.xml",
  11178. "Help/toc/Methods_T_Independentsoft_Exchange_CalendarFolder.xml",
  11179. "Help/toc/Methods_T_Independentsoft_Exchange_CalendarPermission.xml",
  11180. "Help/toc/Methods_T_Independentsoft_Exchange_CalendarPermissionSet.xml",
  11181. "Help/toc/Methods_T_Independentsoft_Exchange_CancelItem.xml",
  11182. "Help/toc/Methods_T_Independentsoft_Exchange_CompleteName.xml",
  11183. "Help/toc/Methods_T_Independentsoft_Exchange_Contact.xml",
  11184. "Help/toc/Methods_T_Independentsoft_Exchange_ContactEntity.xml",
  11185. "Help/toc/Methods_T_Independentsoft_Exchange_ContactsFolder.xml",
  11186. "Help/toc/Methods_T_Independentsoft_Exchange_Contains.xml",
  11187. "Help/toc/Methods_T_Independentsoft_Exchange_ConversationShape.xml",
  11188. "Help/toc/Methods_T_Independentsoft_Exchange_CustomPropertyId.xml",
  11189. "Help/toc/Methods_T_Independentsoft_Exchange_CustomPropertyName.xml",
  11190. "Help/toc/Methods_T_Independentsoft_Exchange_DailyRecurrencePattern.xml",
  11191. "Help/toc/Methods_T_Independentsoft_Exchange_DailyRegeneratingPattern.xml",
  11192. "Help/toc/Methods_T_Independentsoft_Exchange_DeletedOccurrence.xml",
  11193. "Help/toc/Methods_T_Independentsoft_Exchange_DistributionList.xml",
  11194. "Help/toc/Methods_T_Independentsoft_Exchange_Duration.xml",
  11195. "Help/toc/Methods_T_Independentsoft_Exchange_EmailAddress.xml",
  11196. "Help/toc/Methods_T_Independentsoft_Exchange_EmailAddressEntity.xml",
  11197. "Help/toc/Methods_T_Independentsoft_Exchange_EmailUser.xml",
  11198. "Help/toc/Methods_T_Independentsoft_Exchange_EndDateRecurrenceRange.xml",
  11199. "Help/toc/Methods_T_Independentsoft_Exchange_Excludes.xml",
  11200. "Help/toc/Methods_T_Independentsoft_Exchange_Exists.xml",
  11201. "Help/toc/Methods_T_Independentsoft_Exchange_ExtendedProperty.xml",
  11202. "Help/toc/Methods_T_Independentsoft_Exchange_ExtendedPropertyPath.xml",
  11203. "Help/toc/Methods_T_Independentsoft_Exchange_FailedMailbox.xml",
  11204. "Help/toc/Methods_T_Independentsoft_Exchange_FileAttachment.xml",
  11205. "Help/toc/Methods_T_Independentsoft_Exchange_FileAttachmentInfo.xml",
  11206. "Help/toc/Methods_T_Independentsoft_Exchange_Flag.xml",
  11207. "Help/toc/Methods_T_Independentsoft_Exchange_Folder.xml",
  11208. "Help/toc/Methods_T_Independentsoft_Exchange_FolderChange.xml",
  11209. "Help/toc/Methods_T_Independentsoft_Exchange_FolderId.xml",
  11210. "Help/toc/Methods_T_Independentsoft_Exchange_FolderShape.xml",
  11211. "Help/toc/Methods_T_Independentsoft_Exchange_ForwardItem.xml",
  11212. "Help/toc/Methods_T_Independentsoft_Exchange_GroupBy.xml",
  11213. "Help/toc/Methods_T_Independentsoft_Exchange_HighlightTerm.xml",
  11214. "Help/toc/Methods_T_Independentsoft_Exchange_ImGroup.xml",
  11215. "Help/toc/Methods_T_Independentsoft_Exchange_IndexedPropertyPath.xml",
  11216. "Help/toc/Methods_T_Independentsoft_Exchange_InternetMessageHeader.xml",
  11217. "Help/toc/Methods_T_Independentsoft_Exchange_IsEqualTo.xml",
  11218. "Help/toc/Methods_T_Independentsoft_Exchange_IsGreaterThan.xml",
  11219. "Help/toc/Methods_T_Independentsoft_Exchange_IsGreaterThanOrEqualTo.xml",
  11220. "Help/toc/Methods_T_Independentsoft_Exchange_IsLessThan.xml",
  11221. "Help/toc/Methods_T_Independentsoft_Exchange_IsLessThanOrEqualTo.xml",
  11222. "Help/toc/Methods_T_Independentsoft_Exchange_IsNotEqualTo.xml",
  11223. "Help/toc/Methods_T_Independentsoft_Exchange_Item.xml",
  11224. "Help/toc/Methods_T_Independentsoft_Exchange_ItemAttachment.xml",
  11225. "Help/toc/Methods_T_Independentsoft_Exchange_ItemAttachmentInfo.xml",
  11226. "Help/toc/Methods_T_Independentsoft_Exchange_ItemChange.xml",
  11227. "Help/toc/Methods_T_Independentsoft_Exchange_ItemId.xml",
  11228. "Help/toc/Methods_T_Independentsoft_Exchange_ItemShape.xml",
  11229. "Help/toc/Methods_T_Independentsoft_Exchange_Journal.xml",
  11230. "Help/toc/Methods_T_Independentsoft_Exchange_Mailbox.xml",
  11231. "Help/toc/Methods_T_Independentsoft_Exchange_MailboxData.xml",
  11232. "Help/toc/Methods_T_Independentsoft_Exchange_MailboxStatisticsItem.xml",
  11233. "Help/toc/Methods_T_Independentsoft_Exchange_MeetingSuggestion.xml",
  11234. "Help/toc/Methods_T_Independentsoft_Exchange_Message.xml",
  11235. "Help/toc/Methods_T_Independentsoft_Exchange_MonthlyRegeneratingPattern.xml",
  11236. "Help/toc/Methods_T_Independentsoft_Exchange_NoEndRecurrenceRange.xml",
  11237. "Help/toc/Methods_T_Independentsoft_Exchange_Not.xml",
  11238. "Help/toc/Methods_T_Independentsoft_Exchange_Note.xml",
  11239. "Help/toc/Methods_T_Independentsoft_Exchange_NumberedRecurrenceRange.xml",
  11240. "Help/toc/Methods_T_Independentsoft_Exchange_Occurrence.xml",
  11241. "Help/toc/Methods_T_Independentsoft_Exchange_OccurrenceItemId.xml",
  11242. "Help/toc/Methods_T_Independentsoft_Exchange_Or.xml",
  11243. "Help/toc/Methods_T_Independentsoft_Exchange_Period.xml",
  11244. "Help/toc/Methods_T_Independentsoft_Exchange_Permission.xml",
  11245. "Help/toc/Methods_T_Independentsoft_Exchange_PermissionSet.xml",
  11246. "Help/toc/Methods_T_Independentsoft_Exchange_PersonaShape.xml",
  11247. "Help/toc/Methods_T_Independentsoft_Exchange_PhoneEntity.xml",
  11248. "Help/toc/Methods_T_Independentsoft_Exchange_Post.xml",
  11249. "Help/toc/Methods_T_Independentsoft_Exchange_PostReplyItem.xml",
  11250. "Help/toc/Methods_T_Independentsoft_Exchange_PreviewItem.xml",
  11251. "Help/toc/Methods_T_Independentsoft_Exchange_PreviewItemMailbox.xml",
  11252. "Help/toc/Methods_T_Independentsoft_Exchange_PreviewItemShape.xml",
  11253. "Help/toc/Methods_T_Independentsoft_Exchange_Property.xml",
  11254. "Help/toc/Methods_T_Independentsoft_Exchange_PropertyId.xml",
  11255. "Help/toc/Methods_T_Independentsoft_Exchange_PropertyName.xml",
  11256. "Help/toc/Methods_T_Independentsoft_Exchange_PropertyOrder.xml",
  11257. "Help/toc/Methods_T_Independentsoft_Exchange_PropertyTag.xml",
  11258. "Help/toc/Methods_T_Independentsoft_Exchange_Recurrence.xml",
  11259. "Help/toc/Methods_T_Independentsoft_Exchange_RecurringDateTransition.xml",
  11260. "Help/toc/Methods_T_Independentsoft_Exchange_RecurringDayTransition.xml",
  11261. "Help/toc/Methods_T_Independentsoft_Exchange_RecurringMasterItemId.xml",
  11262. "Help/toc/Methods_T_Independentsoft_Exchange_RefinerItem.xml",
  11263. "Help/toc/Methods_T_Independentsoft_Exchange_RelativeMonthlyRecurrencePattern.xml",
  11264. "Help/toc/Methods_T_Independentsoft_Exchange_RelativeYearlyRecurrencePattern.xml",
  11265. "Help/toc/Methods_T_Independentsoft_Exchange_ReplyAllItem.xml",
  11266. "Help/toc/Methods_T_Independentsoft_Exchange_ReplyItem.xml",
  11267. "Help/toc/Methods_T_Independentsoft_Exchange_Resolution.xml",
  11268. "Help/toc/Methods_T_Independentsoft_Exchange_SearchFolder.xml",
  11269. "Help/toc/Methods_T_Independentsoft_Exchange_SearchFolderParameters.xml",
  11270. "Help/toc/Methods_T_Independentsoft_Exchange_Service.xml",
  11271. "Help/toc/Methods_T_Independentsoft_Exchange_ServiceRequestException.xml",
  11272. "Help/toc/Methods_T_Independentsoft_Exchange_StandardFolderId.xml",
  11273. "Help/toc/Methods_T_Independentsoft_Exchange_StandardGroupBy.xml",
  11274. "Help/toc/Methods_T_Independentsoft_Exchange_StreamingEventsResponse.xml",
  11275. "Help/toc/Methods_T_Independentsoft_Exchange_SuppressReadReceipt.xml",
  11276. "Help/toc/Methods_T_Independentsoft_Exchange_Task.xml",
  11277. "Help/toc/Methods_T_Independentsoft_Exchange_TaskRecurrence.xml",
  11278. "Help/toc/Methods_T_Independentsoft_Exchange_TaskSuggestion.xml",
  11279. "Help/toc/Methods_T_Independentsoft_Exchange_TasksFolder.xml",
  11280. "Help/toc/Methods_T_Independentsoft_Exchange_Time.xml",
  11281. "Help/toc/Methods_T_Independentsoft_Exchange_TimeZone.xml",
  11282. "Help/toc/Methods_T_Independentsoft_Exchange_Transition.xml",
  11283. "Help/toc/Methods_T_Independentsoft_Exchange_TransitionsGroup.xml",
  11284. "Help/toc/Methods_T_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService.xml",
  11285. "Help/toc/Methods_T_Independentsoft_Exchange_UnindexedPropertyPath.xml",
  11286. "Help/toc/Methods_T_Independentsoft_Exchange_UrlEntity.xml",
  11287. "Help/toc/Methods_T_Independentsoft_Exchange_UserId.xml",
  11288. "Help/toc/Methods_T_Independentsoft_Exchange_WeeklyRecurrencePattern.xml",
  11289. "Help/toc/Methods_T_Independentsoft_Exchange_WeeklyRegeneratingPattern.xml",
  11290. "Help/toc/Methods_T_Independentsoft_Exchange_YearlyRegeneratingPattern.xml",
  11291. "Help/toc/Methods_T_Independentsoft_IO_StructuredStorage_CompoundFile.xml",
  11292. "Help/toc/Methods_T_Independentsoft_IO_StructuredStorage_DirectoryEntry.xml",
  11293. "Help/toc/Methods_T_Independentsoft_IO_StructuredStorage_Stream.xml",
  11294. "Help/toc/Methods_T_Independentsoft_Json_Parser_JsonArray.xml",
  11295. "Help/toc/Methods_T_Independentsoft_Json_Parser_JsonBoolean.xml",
  11296. "Help/toc/Methods_T_Independentsoft_Json_Parser_JsonNull.xml",
  11297. "Help/toc/Methods_T_Independentsoft_Json_Parser_JsonNumber.xml",
  11298. "Help/toc/Methods_T_Independentsoft_Json_Parser_JsonObject.xml",
  11299. "Help/toc/Methods_T_Independentsoft_Json_Parser_JsonParseException.xml",
  11300. "Help/toc/Methods_T_Independentsoft_Json_Parser_JsonParser.xml",
  11301. "Help/toc/Methods_T_Independentsoft_Json_Parser_JsonString.xml",
  11302. "Help/toc/Methods_T_Independentsoft_Json_Parser_JsonUtil.xml",
  11303. "Help/toc/Methods_T_Independentsoft_Json_Parser_Member.xml",
  11304. "Help/toc/Methods_T_Independentsoft_Msg_Attachment.xml",
  11305. "Help/toc/Methods_T_Independentsoft_Msg_ExtendedProperty.xml",
  11306. "Help/toc/Methods_T_Independentsoft_Msg_ExtendedPropertyId.xml",
  11307. "Help/toc/Methods_T_Independentsoft_Msg_ExtendedPropertyName.xml",
  11308. "Help/toc/Methods_T_Independentsoft_Msg_Message.xml",
  11309. "Help/toc/N_Independentsoft_Email_Mime.xml",
  11310. "Help/toc/N_Independentsoft_Exchange.xml",
  11311. "Help/toc/N_Independentsoft_Exchange_Autodiscover.xml",
  11312. "Help/toc/N_Independentsoft_Exchange_UnifiedMessaging.xml",
  11313. "Help/toc/N_Independentsoft_IO_StructuredStorage.xml",
  11314. "Help/toc/N_Independentsoft_Json_Parser.xml",
  11315. "Help/toc/N_Independentsoft_Msg.xml",
  11316. "Help/toc/Overload_Independentsoft_Email_Mime_Attachment_Save.xml",
  11317. "Help/toc/Overload_Independentsoft_Email_Mime_Attachment__ctor.xml",
  11318. "Help/toc/Overload_Independentsoft_Email_Mime_BodyPartList_Add.xml",
  11319. "Help/toc/Overload_Independentsoft_Email_Mime_BodyPart_Save.xml",
  11320. "Help/toc/Overload_Independentsoft_Email_Mime_BodyPart__ctor.xml",
  11321. "Help/toc/Overload_Independentsoft_Email_Mime_ContentDisposition__ctor.xml",
  11322. "Help/toc/Overload_Independentsoft_Email_Mime_ContentType__ctor.xml",
  11323. "Help/toc/Overload_Independentsoft_Email_Mime_HeaderList_Item.xml",
  11324. "Help/toc/Overload_Independentsoft_Email_Mime_HeaderList_Remove.xml",
  11325. "Help/toc/Overload_Independentsoft_Email_Mime_Header__ctor.xml",
  11326. "Help/toc/Overload_Independentsoft_Email_Mime_Mailbox__ctor.xml",
  11327. "Help/toc/Overload_Independentsoft_Email_Mime_MessageFormatException__ctor.xml",
  11328. "Help/toc/Overload_Independentsoft_Email_Mime_Message_GetAttachments.xml",
  11329. "Help/toc/Overload_Independentsoft_Email_Mime_Message_Open.xml",
  11330. "Help/toc/Overload_Independentsoft_Email_Mime_Message_Save.xml",
  11331. "Help/toc/Overload_Independentsoft_Email_Mime_Message__ctor.xml",
  11332. "Help/toc/Overload_Independentsoft_Email_Mime_ParameterList_Item.xml",
  11333. "Help/toc/Overload_Independentsoft_Email_Mime_ParameterList_Remove.xml",
  11334. "Help/toc/Overload_Independentsoft_Email_Mime_Parameter__ctor.xml",
  11335. "Help/toc/Overload_Independentsoft_Exchange_AbsoluteDate__ctor.xml",
  11336. "Help/toc/Overload_Independentsoft_Exchange_AbsoluteMonthlyRecurrencePattern__ctor.xml",
  11337. "Help/toc/Overload_Independentsoft_Exchange_AbsoluteYearlyRecurrencePattern__ctor.xml",
  11338. "Help/toc/Overload_Independentsoft_Exchange_AcceptItem__ctor.xml",
  11339. "Help/toc/Overload_Independentsoft_Exchange_AcceptSharingInvitation__ctor.xml",
  11340. "Help/toc/Overload_Independentsoft_Exchange_AddressListId__ctor.xml",
  11341. "Help/toc/Overload_Independentsoft_Exchange_AggregateOn__ctor.xml",
  11342. "Help/toc/Overload_Independentsoft_Exchange_AlternateId__ctor.xml",
  11343. "Help/toc/Overload_Independentsoft_Exchange_AlternatePublicFolderId__ctor.xml",
  11344. "Help/toc/Overload_Independentsoft_Exchange_AlternatePublicFolderItemId__ctor.xml",
  11345. "Help/toc/Overload_Independentsoft_Exchange_And__ctor.xml",
  11346. "Help/toc/Overload_Independentsoft_Exchange_Appointment__ctor.xml",
  11347. "Help/toc/Overload_Independentsoft_Exchange_AttachmentId__ctor.xml",
  11348. "Help/toc/Overload_Independentsoft_Exchange_AttachmentShape__ctor.xml",
  11349. "Help/toc/Overload_Independentsoft_Exchange_Attendee__ctor.xml",
  11350. "Help/toc/Overload_Independentsoft_Exchange_Autodiscover_AutodiscoverService_GetDomainSettings.xml",
  11351. "Help/toc/Overload_Independentsoft_Exchange_Autodiscover_AutodiscoverService_GetUserSettings.xml",
  11352. "Help/toc/Overload_Independentsoft_Exchange_Autodiscover_AutodiscoverService__ctor.xml",
  11353. "Help/toc/Overload_Independentsoft_Exchange_Autodiscover_UserSettingList_Item.xml",
  11354. "Help/toc/Overload_Independentsoft_Exchange_Body__ctor.xml",
  11355. "Help/toc/Overload_Independentsoft_Exchange_CalendarFolder__ctor.xml",
  11356. "Help/toc/Overload_Independentsoft_Exchange_CalendarView__ctor.xml",
  11357. "Help/toc/Overload_Independentsoft_Exchange_CancelItem__ctor.xml",
  11358. "Help/toc/Overload_Independentsoft_Exchange_Category__ctor.xml",
  11359. "Help/toc/Overload_Independentsoft_Exchange_ClientAccessTokenRequest__ctor.xml",
  11360. "Help/toc/Overload_Independentsoft_Exchange_Contact__ctor.xml",
  11361. "Help/toc/Overload_Independentsoft_Exchange_ContactsFolder__ctor.xml",
  11362. "Help/toc/Overload_Independentsoft_Exchange_ContactsView__ctor.xml",
  11363. "Help/toc/Overload_Independentsoft_Exchange_Contains__ctor.xml",
  11364. "Help/toc/Overload_Independentsoft_Exchange_ConversationRequest__ctor.xml",
  11365. "Help/toc/Overload_Independentsoft_Exchange_ConversationShape__ctor.xml",
  11366. "Help/toc/Overload_Independentsoft_Exchange_CustomPropertyId__ctor.xml",
  11367. "Help/toc/Overload_Independentsoft_Exchange_CustomPropertyName__ctor.xml",
  11368. "Help/toc/Overload_Independentsoft_Exchange_DailyRecurrencePattern__ctor.xml",
  11369. "Help/toc/Overload_Independentsoft_Exchange_DailyRegeneratingPattern__ctor.xml",
  11370. "Help/toc/Overload_Independentsoft_Exchange_DeclineItem__ctor.xml",
  11371. "Help/toc/Overload_Independentsoft_Exchange_DelegateUser__ctor.xml",
  11372. "Help/toc/Overload_Independentsoft_Exchange_DistributionListMember__ctor.xml",
  11373. "Help/toc/Overload_Independentsoft_Exchange_Duration__ctor.xml",
  11374. "Help/toc/Overload_Independentsoft_Exchange_EmailAddress__ctor.xml",
  11375. "Help/toc/Overload_Independentsoft_Exchange_EndDateRecurrenceRange__ctor.xml",
  11376. "Help/toc/Overload_Independentsoft_Exchange_EnhancedLocation__ctor.xml",
  11377. "Help/toc/Overload_Independentsoft_Exchange_Excludes__ctor.xml",
  11378. "Help/toc/Overload_Independentsoft_Exchange_Exists__ctor.xml",
  11379. "Help/toc/Overload_Independentsoft_Exchange_ExtendedPropertyList_Item.xml",
  11380. "Help/toc/Overload_Independentsoft_Exchange_ExtendedProperty__ctor.xml",
  11381. "Help/toc/Overload_Independentsoft_Exchange_FileAttachment_Save.xml",
  11382. "Help/toc/Overload_Independentsoft_Exchange_FileAttachment__ctor.xml",
  11383. "Help/toc/Overload_Independentsoft_Exchange_Flag__ctor.xml",
  11384. "Help/toc/Overload_Independentsoft_Exchange_FolderChange__ctor.xml",
  11385. "Help/toc/Overload_Independentsoft_Exchange_FolderId__ctor.xml",
  11386. "Help/toc/Overload_Independentsoft_Exchange_FolderShape__ctor.xml",
  11387. "Help/toc/Overload_Independentsoft_Exchange_Folder__ctor.xml",
  11388. "Help/toc/Overload_Independentsoft_Exchange_ForwardItem__ctor.xml",
  11389. "Help/toc/Overload_Independentsoft_Exchange_FractionalPageView__ctor.xml",
  11390. "Help/toc/Overload_Independentsoft_Exchange_FreeBusyViewOptions__ctor.xml",
  11391. "Help/toc/Overload_Independentsoft_Exchange_GroupBy__ctor.xml",
  11392. "Help/toc/Overload_Independentsoft_Exchange_Identity__ctor.xml",
  11393. "Help/toc/Overload_Independentsoft_Exchange_ImGroup__ctor.xml",
  11394. "Help/toc/Overload_Independentsoft_Exchange_IndexedPageView__ctor.xml",
  11395. "Help/toc/Overload_Independentsoft_Exchange_IndexedPropertyPath__ctor.xml",
  11396. "Help/toc/Overload_Independentsoft_Exchange_InternetMessageHeader__ctor.xml",
  11397. "Help/toc/Overload_Independentsoft_Exchange_IsEqualTo__ctor.xml",
  11398. "Help/toc/Overload_Independentsoft_Exchange_IsGreaterThanOrEqualTo__ctor.xml",
  11399. "Help/toc/Overload_Independentsoft_Exchange_IsGreaterThan__ctor.xml",
  11400. "Help/toc/Overload_Independentsoft_Exchange_IsLessThanOrEqualTo__ctor.xml",
  11401. "Help/toc/Overload_Independentsoft_Exchange_IsLessThan__ctor.xml",
  11402. "Help/toc/Overload_Independentsoft_Exchange_IsNotEqualTo__ctor.xml",
  11403. "Help/toc/Overload_Independentsoft_Exchange_ItemAttachment__ctor.xml",
  11404. "Help/toc/Overload_Independentsoft_Exchange_ItemChange__ctor.xml",
  11405. "Help/toc/Overload_Independentsoft_Exchange_ItemId__ctor.xml",
  11406. "Help/toc/Overload_Independentsoft_Exchange_ItemShape__ctor.xml",
  11407. "Help/toc/Overload_Independentsoft_Exchange_Item__ctor.xml",
  11408. "Help/toc/Overload_Independentsoft_Exchange_Journal__ctor.xml",
  11409. "Help/toc/Overload_Independentsoft_Exchange_MailboxData__ctor.xml",
  11410. "Help/toc/Overload_Independentsoft_Exchange_MailboxQuery__ctor.xml",
  11411. "Help/toc/Overload_Independentsoft_Exchange_MailboxSearchScope__ctor.xml",
  11412. "Help/toc/Overload_Independentsoft_Exchange_Mailbox__ctor.xml",
  11413. "Help/toc/Overload_Independentsoft_Exchange_Message__ctor.xml",
  11414. "Help/toc/Overload_Independentsoft_Exchange_MimeContent__ctor.xml",
  11415. "Help/toc/Overload_Independentsoft_Exchange_MonthlyRegeneratingPattern__ctor.xml",
  11416. "Help/toc/Overload_Independentsoft_Exchange_NoEndRecurrenceRange__ctor.xml",
  11417. "Help/toc/Overload_Independentsoft_Exchange_Not__ctor.xml",
  11418. "Help/toc/Overload_Independentsoft_Exchange_Note__ctor.xml",
  11419. "Help/toc/Overload_Independentsoft_Exchange_NumberedRecurrenceRange__ctor.xml",
  11420. "Help/toc/Overload_Independentsoft_Exchange_OAuthToken__ctor.xml",
  11421. "Help/toc/Overload_Independentsoft_Exchange_OccurrenceItemId__ctor.xml",
  11422. "Help/toc/Overload_Independentsoft_Exchange_Occurrence__ctor.xml",
  11423. "Help/toc/Overload_Independentsoft_Exchange_Or__ctor.xml",
  11424. "Help/toc/Overload_Independentsoft_Exchange_OutOfOffice__ctor.xml",
  11425. "Help/toc/Overload_Independentsoft_Exchange_PersonaShape__ctor.xml",
  11426. "Help/toc/Overload_Independentsoft_Exchange_PostReplyItem__ctor.xml",
  11427. "Help/toc/Overload_Independentsoft_Exchange_Post__ctor.xml",
  11428. "Help/toc/Overload_Independentsoft_Exchange_PreviewItemShape__ctor.xml",
  11429. "Help/toc/Overload_Independentsoft_Exchange_PropertyId__ctor.xml",
  11430. "Help/toc/Overload_Independentsoft_Exchange_PropertyName__ctor.xml",
  11431. "Help/toc/Overload_Independentsoft_Exchange_PropertyOrder__ctor.xml",
  11432. "Help/toc/Overload_Independentsoft_Exchange_PropertyTag__ctor.xml",
  11433. "Help/toc/Overload_Independentsoft_Exchange_Property__ctor.xml",
  11434. "Help/toc/Overload_Independentsoft_Exchange_PullSubscription__ctor.xml",
  11435. "Help/toc/Overload_Independentsoft_Exchange_PushSubscription__ctor.xml",
  11436. "Help/toc/Overload_Independentsoft_Exchange_QueryString__ctor.xml",
  11437. "Help/toc/Overload_Independentsoft_Exchange_Recurrence__ctor.xml",
  11438. "Help/toc/Overload_Independentsoft_Exchange_RecurringMasterItemId__ctor.xml",
  11439. "Help/toc/Overload_Independentsoft_Exchange_RelativeMonthlyRecurrencePattern__ctor.xml",
  11440. "Help/toc/Overload_Independentsoft_Exchange_RelativeYearlyRecurrencePattern__ctor.xml",
  11441. "Help/toc/Overload_Independentsoft_Exchange_ReminderItemAction__ctor.xml",
  11442. "Help/toc/Overload_Independentsoft_Exchange_RemoveItem__ctor.xml",
  11443. "Help/toc/Overload_Independentsoft_Exchange_ReplyAllItem__ctor.xml",
  11444. "Help/toc/Overload_Independentsoft_Exchange_ReplyBody__ctor.xml",
  11445. "Help/toc/Overload_Independentsoft_Exchange_ReplyItem__ctor.xml",
  11446. "Help/toc/Overload_Independentsoft_Exchange_RetentionTag__ctor.xml",
  11447. "Help/toc/Overload_Independentsoft_Exchange_SearchFolderParameters__ctor.xml",
  11448. "Help/toc/Overload_Independentsoft_Exchange_SearchFolder__ctor.xml",
  11449. "Help/toc/Overload_Independentsoft_Exchange_SeekToConditionPageItemView__ctor.xml",
  11450. "Help/toc/Overload_Independentsoft_Exchange_SerializableTimeZoneTime__ctor.xml",
  11451. "Help/toc/Overload_Independentsoft_Exchange_SerializableTimeZone__ctor.xml",
  11452. "Help/toc/Overload_Independentsoft_Exchange_Service_AcceptMeetingRequest.xml",
  11453. "Help/toc/Overload_Independentsoft_Exchange_Service_AddDelegate.xml",
  11454. "Help/toc/Overload_Independentsoft_Exchange_Service_AddNewImContactToGroup.xml",
  11455. "Help/toc/Overload_Independentsoft_Exchange_Service_ApplyConversationAction.xml",
  11456. "Help/toc/Overload_Independentsoft_Exchange_Service_ArchiveItem.xml",
  11457. "Help/toc/Overload_Independentsoft_Exchange_Service_CancelMeetingRequest.xml",
  11458. "Help/toc/Overload_Independentsoft_Exchange_Service_ConvertId.xml",
  11459. "Help/toc/Overload_Independentsoft_Exchange_Service_CopyFolder.xml",
  11460. "Help/toc/Overload_Independentsoft_Exchange_Service_CopyItem.xml",
  11461. "Help/toc/Overload_Independentsoft_Exchange_Service_CreateAttachment.xml",
  11462. "Help/toc/Overload_Independentsoft_Exchange_Service_CreateCalendarOptions.xml",
  11463. "Help/toc/Overload_Independentsoft_Exchange_Service_CreateCategoryList.xml",
  11464. "Help/toc/Overload_Independentsoft_Exchange_Service_CreateFolder.xml",
  11465. "Help/toc/Overload_Independentsoft_Exchange_Service_CreateFolderPath.xml",
  11466. "Help/toc/Overload_Independentsoft_Exchange_Service_CreateItem.xml",
  11467. "Help/toc/Overload_Independentsoft_Exchange_Service_CreateManagedFolder.xml",
  11468. "Help/toc/Overload_Independentsoft_Exchange_Service_CreateOwaOptions.xml",
  11469. "Help/toc/Overload_Independentsoft_Exchange_Service_CreateRetentionSettings.xml",
  11470. "Help/toc/Overload_Independentsoft_Exchange_Service_CreateRule.xml",
  11471. "Help/toc/Overload_Independentsoft_Exchange_Service_DeclineMeetingRequest.xml",
  11472. "Help/toc/Overload_Independentsoft_Exchange_Service_DeleteAttachment.xml",
  11473. "Help/toc/Overload_Independentsoft_Exchange_Service_DeleteCalendarOptions.xml",
  11474. "Help/toc/Overload_Independentsoft_Exchange_Service_DeleteCategoryList.xml",
  11475. "Help/toc/Overload_Independentsoft_Exchange_Service_DeleteFolder.xml",
  11476. "Help/toc/Overload_Independentsoft_Exchange_Service_DeleteItem.xml",
  11477. "Help/toc/Overload_Independentsoft_Exchange_Service_DeleteOwaOptions.xml",
  11478. "Help/toc/Overload_Independentsoft_Exchange_Service_DeleteRetentionSettings.xml",
  11479. "Help/toc/Overload_Independentsoft_Exchange_Service_DeleteRule.xml",
  11480. "Help/toc/Overload_Independentsoft_Exchange_Service_DisableApp.xml",
  11481. "Help/toc/Overload_Independentsoft_Exchange_Service_EmptyFolder.xml",
  11482. "Help/toc/Overload_Independentsoft_Exchange_Service_ExpandDistributionList.xml",
  11483. "Help/toc/Overload_Independentsoft_Exchange_Service_ExportItems.xml",
  11484. "Help/toc/Overload_Independentsoft_Exchange_Service_FindConversation.xml",
  11485. "Help/toc/Overload_Independentsoft_Exchange_Service_FindFolder.xml",
  11486. "Help/toc/Overload_Independentsoft_Exchange_Service_FindItem.xml",
  11487. "Help/toc/Overload_Independentsoft_Exchange_Service_FindMessageTrackingReport.xml",
  11488. "Help/toc/Overload_Independentsoft_Exchange_Service_FindPeople.xml",
  11489. "Help/toc/Overload_Independentsoft_Exchange_Service_Forward.xml",
  11490. "Help/toc/Overload_Independentsoft_Exchange_Service_GetAppointment.xml",
  11491. "Help/toc/Overload_Independentsoft_Exchange_Service_GetAttachment.xml",
  11492. "Help/toc/Overload_Independentsoft_Exchange_Service_GetAttachments.xml",
  11493. "Help/toc/Overload_Independentsoft_Exchange_Service_GetAuthorizationCodeRequestUri.xml",
  11494. "Help/toc/Overload_Independentsoft_Exchange_Service_GetAvailability.xml",
  11495. "Help/toc/Overload_Independentsoft_Exchange_Service_GetCalendarOptions.xml",
  11496. "Help/toc/Overload_Independentsoft_Exchange_Service_GetCategoryList.xml",
  11497. "Help/toc/Overload_Independentsoft_Exchange_Service_GetClientAccessToken.xml",
  11498. "Help/toc/Overload_Independentsoft_Exchange_Service_GetContact.xml",
  11499. "Help/toc/Overload_Independentsoft_Exchange_Service_GetConversationItems.xml",
  11500. "Help/toc/Overload_Independentsoft_Exchange_Service_GetDelegate.xml",
  11501. "Help/toc/Overload_Independentsoft_Exchange_Service_GetDiscoverySearchConfiguration.xml",
  11502. "Help/toc/Overload_Independentsoft_Exchange_Service_GetDistributionList.xml",
  11503. "Help/toc/Overload_Independentsoft_Exchange_Service_GetEvents.xml",
  11504. "Help/toc/Overload_Independentsoft_Exchange_Service_GetFolder.xml",
  11505. "Help/toc/Overload_Independentsoft_Exchange_Service_GetFolders.xml",
  11506. "Help/toc/Overload_Independentsoft_Exchange_Service_GetImItemList.xml",
  11507. "Help/toc/Overload_Independentsoft_Exchange_Service_GetImItems.xml",
  11508. "Help/toc/Overload_Independentsoft_Exchange_Service_GetItem.xml",
  11509. "Help/toc/Overload_Independentsoft_Exchange_Service_GetItems.xml",
  11510. "Help/toc/Overload_Independentsoft_Exchange_Service_GetJournal.xml",
  11511. "Help/toc/Overload_Independentsoft_Exchange_Service_GetMailTips.xml",
  11512. "Help/toc/Overload_Independentsoft_Exchange_Service_GetMeetingCancellation.xml",
  11513. "Help/toc/Overload_Independentsoft_Exchange_Service_GetMeetingMessage.xml",
  11514. "Help/toc/Overload_Independentsoft_Exchange_Service_GetMeetingRequest.xml",
  11515. "Help/toc/Overload_Independentsoft_Exchange_Service_GetMeetingResponse.xml",
  11516. "Help/toc/Overload_Independentsoft_Exchange_Service_GetMessage.xml",
  11517. "Help/toc/Overload_Independentsoft_Exchange_Service_GetMessageFile.xml",
  11518. "Help/toc/Overload_Independentsoft_Exchange_Service_GetMessageTrackingReport.xml",
  11519. "Help/toc/Overload_Independentsoft_Exchange_Service_GetNonIndexableItemDetails.xml",
  11520. "Help/toc/Overload_Independentsoft_Exchange_Service_GetNonIndexableItemStatistics.xml",
  11521. "Help/toc/Overload_Independentsoft_Exchange_Service_GetNote.xml",
  11522. "Help/toc/Overload_Independentsoft_Exchange_Service_GetOAuthTokenWithAuthorizationCode.xml",
  11523. "Help/toc/Overload_Independentsoft_Exchange_Service_GetOAuthTokenWithUsernamePassword.xml",
  11524. "Help/toc/Overload_Independentsoft_Exchange_Service_GetOutOfOffice.xml",
  11525. "Help/toc/Overload_Independentsoft_Exchange_Service_GetOwaOptions.xml",
  11526. "Help/toc/Overload_Independentsoft_Exchange_Service_GetPost.xml",
  11527. "Help/toc/Overload_Independentsoft_Exchange_Service_GetReminders.xml",
  11528. "Help/toc/Overload_Independentsoft_Exchange_Service_GetRetentionSettings.xml",
  11529. "Help/toc/Overload_Independentsoft_Exchange_Service_GetRules.xml",
  11530. "Help/toc/Overload_Independentsoft_Exchange_Service_GetSearchableMailboxes.xml",
  11531. "Help/toc/Overload_Independentsoft_Exchange_Service_GetServerTimeZones.xml",
  11532. "Help/toc/Overload_Independentsoft_Exchange_Service_GetServiceConfiguration.xml",
  11533. "Help/toc/Overload_Independentsoft_Exchange_Service_GetSharingFolder.xml",
  11534. "Help/toc/Overload_Independentsoft_Exchange_Service_GetSignInRequestUri.xml",
  11535. "Help/toc/Overload_Independentsoft_Exchange_Service_GetStreamingEvents.xml",
  11536. "Help/toc/Overload_Independentsoft_Exchange_Service_GetTask.xml",
  11537. "Help/toc/Overload_Independentsoft_Exchange_Service_GetUserConfiguration.xml",
  11538. "Help/toc/Overload_Independentsoft_Exchange_Service_MarkAllItemsAsRead.xml",
  11539. "Help/toc/Overload_Independentsoft_Exchange_Service_MarkAsJunk.xml",
  11540. "Help/toc/Overload_Independentsoft_Exchange_Service_MoveFolder.xml",
  11541. "Help/toc/Overload_Independentsoft_Exchange_Service_MoveItem.xml",
  11542. "Help/toc/Overload_Independentsoft_Exchange_Service_PerformReminderAction.xml",
  11543. "Help/toc/Overload_Independentsoft_Exchange_Service_RefreshOAuthToken.xml",
  11544. "Help/toc/Overload_Independentsoft_Exchange_Service_RemoveDelegate.xml",
  11545. "Help/toc/Overload_Independentsoft_Exchange_Service_Reply.xml",
  11546. "Help/toc/Overload_Independentsoft_Exchange_Service_ReplyToAll.xml",
  11547. "Help/toc/Overload_Independentsoft_Exchange_Service_ResolveNames.xml",
  11548. "Help/toc/Overload_Independentsoft_Exchange_Service_SearchMailboxes.xml",
  11549. "Help/toc/Overload_Independentsoft_Exchange_Service_Send.xml",
  11550. "Help/toc/Overload_Independentsoft_Exchange_Service_SendMeetingRequest.xml",
  11551. "Help/toc/Overload_Independentsoft_Exchange_Service_SetHoldOnMailboxes.xml",
  11552. "Help/toc/Overload_Independentsoft_Exchange_Service_SetOutOfOffice.xml",
  11553. "Help/toc/Overload_Independentsoft_Exchange_Service_SyncFolders.xml",
  11554. "Help/toc/Overload_Independentsoft_Exchange_Service_SyncItems.xml",
  11555. "Help/toc/Overload_Independentsoft_Exchange_Service_TentativelyAcceptMeetingRequest.xml",
  11556. "Help/toc/Overload_Independentsoft_Exchange_Service_UpdateCalendarOptions.xml",
  11557. "Help/toc/Overload_Independentsoft_Exchange_Service_UpdateCategoryList.xml",
  11558. "Help/toc/Overload_Independentsoft_Exchange_Service_UpdateDelegate.xml",
  11559. "Help/toc/Overload_Independentsoft_Exchange_Service_UpdateFolder.xml",
  11560. "Help/toc/Overload_Independentsoft_Exchange_Service_UpdateItem.xml",
  11561. "Help/toc/Overload_Independentsoft_Exchange_Service_UpdateOwaOptions.xml",
  11562. "Help/toc/Overload_Independentsoft_Exchange_Service_UpdateRetentionSettings.xml",
  11563. "Help/toc/Overload_Independentsoft_Exchange_Service_UpdateRule.xml",
  11564. "Help/toc/Overload_Independentsoft_Exchange_Service_UploadItems.xml",
  11565. "Help/toc/Overload_Independentsoft_Exchange_Service__ctor.xml",
  11566. "Help/toc/Overload_Independentsoft_Exchange_StandardFolderId__ctor.xml",
  11567. "Help/toc/Overload_Independentsoft_Exchange_StandardGroupBy__ctor.xml",
  11568. "Help/toc/Overload_Independentsoft_Exchange_StreamingEventsResponse__ctor.xml",
  11569. "Help/toc/Overload_Independentsoft_Exchange_StreamingSubscription__ctor.xml",
  11570. "Help/toc/Overload_Independentsoft_Exchange_SuggestionDay__ctor.xml",
  11571. "Help/toc/Overload_Independentsoft_Exchange_Suggestion__ctor.xml",
  11572. "Help/toc/Overload_Independentsoft_Exchange_SuggestionsViewOptions__ctor.xml",
  11573. "Help/toc/Overload_Independentsoft_Exchange_SuppressReadReceipt__ctor.xml",
  11574. "Help/toc/Overload_Independentsoft_Exchange_TaskRecurrence__ctor.xml",
  11575. "Help/toc/Overload_Independentsoft_Exchange_Task__ctor.xml",
  11576. "Help/toc/Overload_Independentsoft_Exchange_TasksFolder__ctor.xml",
  11577. "Help/toc/Overload_Independentsoft_Exchange_TentativelyAcceptItem__ctor.xml",
  11578. "Help/toc/Overload_Independentsoft_Exchange_TimeChange__ctor.xml",
  11579. "Help/toc/Overload_Independentsoft_Exchange_TimeDuration__ctor.xml",
  11580. "Help/toc/Overload_Independentsoft_Exchange_TimeZone__ctor.xml",
  11581. "Help/toc/Overload_Independentsoft_Exchange_Time__ctor.xml",
  11582. "Help/toc/Overload_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService__ctor.xml",
  11583. "Help/toc/Overload_Independentsoft_Exchange_UnindexedPropertyPath__ctor.xml",
  11584. "Help/toc/Overload_Independentsoft_Exchange_UploadItem__ctor.xml",
  11585. "Help/toc/Overload_Independentsoft_Exchange_UserConfigurationDictionaryEntry__ctor.xml",
  11586. "Help/toc/Overload_Independentsoft_Exchange_UserConfigurationDictionaryKey__ctor.xml",
  11587. "Help/toc/Overload_Independentsoft_Exchange_UserConfigurationDictionaryValue__ctor.xml",
  11588. "Help/toc/Overload_Independentsoft_Exchange_UserConfigurationName__ctor.xml",
  11589. "Help/toc/Overload_Independentsoft_Exchange_UserConfiguration__ctor.xml",
  11590. "Help/toc/Overload_Independentsoft_Exchange_UserId__ctor.xml",
  11591. "Help/toc/Overload_Independentsoft_Exchange_UserMailbox__ctor.xml",
  11592. "Help/toc/Overload_Independentsoft_Exchange_WeeklyRecurrencePattern__ctor.xml",
  11593. "Help/toc/Overload_Independentsoft_Exchange_WeeklyRegeneratingPattern__ctor.xml",
  11594. "Help/toc/Overload_Independentsoft_Exchange_YearlyRegeneratingPattern__ctor.xml",
  11595. "Help/toc/Overload_Independentsoft_IO_StructuredStorage_CompoundFile_Open.xml",
  11596. "Help/toc/Overload_Independentsoft_IO_StructuredStorage_CompoundFile_Save.xml",
  11597. "Help/toc/Overload_Independentsoft_IO_StructuredStorage_CompoundFile__ctor.xml",
  11598. "Help/toc/Overload_Independentsoft_IO_StructuredStorage_DirectoryEntryList_Item.xml",
  11599. "Help/toc/Overload_Independentsoft_IO_StructuredStorage_InvalidFileFormatException__ctor.xml",
  11600. "Help/toc/Overload_Independentsoft_IO_StructuredStorage_Storage__ctor.xml",
  11601. "Help/toc/Overload_Independentsoft_IO_StructuredStorage_Stream_Load.xml",
  11602. "Help/toc/Overload_Independentsoft_IO_StructuredStorage_Stream_Save.xml",
  11603. "Help/toc/Overload_Independentsoft_IO_StructuredStorage_Stream__ctor.xml",
  11604. "Help/toc/Overload_Independentsoft_Json_Parser_JsonNumber__ctor.xml",
  11605. "Help/toc/Overload_Independentsoft_Json_Parser_Member__ctor.xml",
  11606. "Help/toc/Overload_Independentsoft_Msg_Attachment_Save.xml",
  11607. "Help/toc/Overload_Independentsoft_Msg_Attachment__ctor.xml",
  11608. "Help/toc/Overload_Independentsoft_Msg_ExtendedPropertyId__ctor.xml",
  11609. "Help/toc/Overload_Independentsoft_Msg_ExtendedPropertyList_Item.xml",
  11610. "Help/toc/Overload_Independentsoft_Msg_ExtendedPropertyName__ctor.xml",
  11611. "Help/toc/Overload_Independentsoft_Msg_ExtendedProperty__ctor.xml",
  11612. "Help/toc/Overload_Independentsoft_Msg_Message_Open.xml",
  11613. "Help/toc/Overload_Independentsoft_Msg_Message_Save.xml",
  11614. "Help/toc/Overload_Independentsoft_Msg_Message__ctor.xml",
  11615. "Help/toc/Overload_Independentsoft_Msg_RecurrencePattern__ctor.xml",
  11616. "Help/toc/Properties_T_Independentsoft_Email_Mime_Attachment.xml",
  11617. "Help/toc/Properties_T_Independentsoft_Email_Mime_BodyPart.xml",
  11618. "Help/toc/Properties_T_Independentsoft_Email_Mime_ContentDisposition.xml",
  11619. "Help/toc/Properties_T_Independentsoft_Email_Mime_ContentType.xml",
  11620. "Help/toc/Properties_T_Independentsoft_Email_Mime_Header.xml",
  11621. "Help/toc/Properties_T_Independentsoft_Email_Mime_HeaderList.xml",
  11622. "Help/toc/Properties_T_Independentsoft_Email_Mime_Mailbox.xml",
  11623. "Help/toc/Properties_T_Independentsoft_Email_Mime_Message.xml",
  11624. "Help/toc/Properties_T_Independentsoft_Email_Mime_Parameter.xml",
  11625. "Help/toc/Properties_T_Independentsoft_Email_Mime_ParameterList.xml",
  11626. "Help/toc/Properties_T_Independentsoft_Exchange_AbsoluteDate.xml",
  11627. "Help/toc/Properties_T_Independentsoft_Exchange_AbsoluteDateTransition.xml",
  11628. "Help/toc/Properties_T_Independentsoft_Exchange_AbsoluteMonthlyRecurrencePattern.xml",
  11629. "Help/toc/Properties_T_Independentsoft_Exchange_AbsoluteYearlyRecurrencePattern.xml",
  11630. "Help/toc/Properties_T_Independentsoft_Exchange_AddressEntity.xml",
  11631. "Help/toc/Properties_T_Independentsoft_Exchange_AddressListId.xml",
  11632. "Help/toc/Properties_T_Independentsoft_Exchange_AggregateOn.xml",
  11633. "Help/toc/Properties_T_Independentsoft_Exchange_AlternateId.xml",
  11634. "Help/toc/Properties_T_Independentsoft_Exchange_AlternatePublicFolderId.xml",
  11635. "Help/toc/Properties_T_Independentsoft_Exchange_AlternatePublicFolderItemId.xml",
  11636. "Help/toc/Properties_T_Independentsoft_Exchange_Appointment.xml",
  11637. "Help/toc/Properties_T_Independentsoft_Exchange_AppointmentPropertyPath.xml",
  11638. "Help/toc/Properties_T_Independentsoft_Exchange_Attachment.xml",
  11639. "Help/toc/Properties_T_Independentsoft_Exchange_AttachmentId.xml",
  11640. "Help/toc/Properties_T_Independentsoft_Exchange_AttachmentInfo.xml",
  11641. "Help/toc/Properties_T_Independentsoft_Exchange_AttachmentShape.xml",
  11642. "Help/toc/Properties_T_Independentsoft_Exchange_Attendee.xml",
  11643. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_Account.xml",
  11644. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_AutodiscoverException.xml",
  11645. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_AutodiscoverService.xml",
  11646. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_DomainResponse.xml",
  11647. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_DomainSetting.xml",
  11648. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_DomainSettingError.xml",
  11649. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_Error.xml",
  11650. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_ExchangeProtocol.xml",
  11651. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol.xml",
  11652. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_ExternalAccess.xml",
  11653. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_GetDomainSettingsResponse.xml",
  11654. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_GetFederationInformationResponse.xml",
  11655. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_GetUserSettingsResponse.xml",
  11656. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_InternalAccess.xml",
  11657. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_MobileSyncError.xml",
  11658. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_MobileSyncProvider.xml",
  11659. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_MobileSyncServer.xml",
  11660. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_MobileSyncUser.xml",
  11661. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_OutlookProvider.xml",
  11662. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_OutlookWebAccessUrl.xml",
  11663. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_ProtocolConnection.xml",
  11664. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_User.xml",
  11665. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_UserResponse.xml",
  11666. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_UserSetting.xml",
  11667. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_UserSettingError.xml",
  11668. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_UserSettingList.xml",
  11669. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_WebClientUrl.xml",
  11670. "Help/toc/Properties_T_Independentsoft_Exchange_Autodiscover_WebProtocol.xml",
  11671. "Help/toc/Properties_T_Independentsoft_Exchange_AvailabilityResponse.xml",
  11672. "Help/toc/Properties_T_Independentsoft_Exchange_Body.xml",
  11673. "Help/toc/Properties_T_Independentsoft_Exchange_CalendarEvent.xml",
  11674. "Help/toc/Properties_T_Independentsoft_Exchange_CalendarFolder.xml",
  11675. "Help/toc/Properties_T_Independentsoft_Exchange_CalendarOptions.xml",
  11676. "Help/toc/Properties_T_Independentsoft_Exchange_CalendarPermission.xml",
  11677. "Help/toc/Properties_T_Independentsoft_Exchange_CalendarPermissionSet.xml",
  11678. "Help/toc/Properties_T_Independentsoft_Exchange_CalendarView.xml",
  11679. "Help/toc/Properties_T_Independentsoft_Exchange_Category.xml",
  11680. "Help/toc/Properties_T_Independentsoft_Exchange_CategoryList.xml",
  11681. "Help/toc/Properties_T_Independentsoft_Exchange_ChangeHighlights.xml",
  11682. "Help/toc/Properties_T_Independentsoft_Exchange_ClientAccessTokenRequest.xml",
  11683. "Help/toc/Properties_T_Independentsoft_Exchange_CompleteName.xml",
  11684. "Help/toc/Properties_T_Independentsoft_Exchange_Contact.xml",
  11685. "Help/toc/Properties_T_Independentsoft_Exchange_ContactEntity.xml",
  11686. "Help/toc/Properties_T_Independentsoft_Exchange_ContactPropertyPath.xml",
  11687. "Help/toc/Properties_T_Independentsoft_Exchange_ContactsView.xml",
  11688. "Help/toc/Properties_T_Independentsoft_Exchange_Contains.xml",
  11689. "Help/toc/Properties_T_Independentsoft_Exchange_ContentSettings.xml",
  11690. "Help/toc/Properties_T_Independentsoft_Exchange_Conversation.xml",
  11691. "Help/toc/Properties_T_Independentsoft_Exchange_ConversationAction.xml",
  11692. "Help/toc/Properties_T_Independentsoft_Exchange_ConversationItemResponse.xml",
  11693. "Help/toc/Properties_T_Independentsoft_Exchange_ConversationNode.xml",
  11694. "Help/toc/Properties_T_Independentsoft_Exchange_ConversationRequest.xml",
  11695. "Help/toc/Properties_T_Independentsoft_Exchange_ConversationShape.xml",
  11696. "Help/toc/Properties_T_Independentsoft_Exchange_ConvertIdResponse.xml",
  11697. "Help/toc/Properties_T_Independentsoft_Exchange_CopiedEvent.xml",
  11698. "Help/toc/Properties_T_Independentsoft_Exchange_CreateAttachmentResponse.xml",
  11699. "Help/toc/Properties_T_Independentsoft_Exchange_CreatedEvent.xml",
  11700. "Help/toc/Properties_T_Independentsoft_Exchange_CustomPropertyId.xml",
  11701. "Help/toc/Properties_T_Independentsoft_Exchange_CustomPropertyName.xml",
  11702. "Help/toc/Properties_T_Independentsoft_Exchange_DailyRecurrencePattern.xml",
  11703. "Help/toc/Properties_T_Independentsoft_Exchange_DailyRegeneratingPattern.xml",
  11704. "Help/toc/Properties_T_Independentsoft_Exchange_DelegateResponse.xml",
  11705. "Help/toc/Properties_T_Independentsoft_Exchange_DelegateUser.xml",
  11706. "Help/toc/Properties_T_Independentsoft_Exchange_DelegateUserResponse.xml",
  11707. "Help/toc/Properties_T_Independentsoft_Exchange_DeleteAttachmentResponse.xml",
  11708. "Help/toc/Properties_T_Independentsoft_Exchange_DeletedEvent.xml",
  11709. "Help/toc/Properties_T_Independentsoft_Exchange_DeletedOccurrence.xml",
  11710. "Help/toc/Properties_T_Independentsoft_Exchange_DeviceAuthorizationCode.xml",
  11711. "Help/toc/Properties_T_Independentsoft_Exchange_DiscoverySearchConfiguration.xml",
  11712. "Help/toc/Properties_T_Independentsoft_Exchange_DistributionList.xml",
  11713. "Help/toc/Properties_T_Independentsoft_Exchange_DistributionListMember.xml",
  11714. "Help/toc/Properties_T_Independentsoft_Exchange_DistributionListPropertyPath.xml",
  11715. "Help/toc/Properties_T_Independentsoft_Exchange_Duration.xml",
  11716. "Help/toc/Properties_T_Independentsoft_Exchange_EffectiveRights.xml",
  11717. "Help/toc/Properties_T_Independentsoft_Exchange_EmailAddress.xml",
  11718. "Help/toc/Properties_T_Independentsoft_Exchange_EmailAddressEntity.xml",
  11719. "Help/toc/Properties_T_Independentsoft_Exchange_EmailUser.xml",
  11720. "Help/toc/Properties_T_Independentsoft_Exchange_EncryptedSharedFolderData.xml",
  11721. "Help/toc/Properties_T_Independentsoft_Exchange_EndDateRecurrenceRange.xml",
  11722. "Help/toc/Properties_T_Independentsoft_Exchange_EnhancedLocation.xml",
  11723. "Help/toc/Properties_T_Independentsoft_Exchange_EntityExtractionResult.xml",
  11724. "Help/toc/Properties_T_Independentsoft_Exchange_Event.xml",
  11725. "Help/toc/Properties_T_Independentsoft_Exchange_Excludes.xml",
  11726. "Help/toc/Properties_T_Independentsoft_Exchange_Exists.xml",
  11727. "Help/toc/Properties_T_Independentsoft_Exchange_ExpandDistributionListResponse.xml",
  11728. "Help/toc/Properties_T_Independentsoft_Exchange_ExportItemsResponse.xml",
  11729. "Help/toc/Properties_T_Independentsoft_Exchange_ExtendedProperty.xml",
  11730. "Help/toc/Properties_T_Independentsoft_Exchange_ExtendedPropertyAttributedValue.xml",
  11731. "Help/toc/Properties_T_Independentsoft_Exchange_ExtendedPropertyList.xml",
  11732. "Help/toc/Properties_T_Independentsoft_Exchange_FailedMailbox.xml",
  11733. "Help/toc/Properties_T_Independentsoft_Exchange_FileAttachment.xml",
  11734. "Help/toc/Properties_T_Independentsoft_Exchange_FileAttachmentInfo.xml",
  11735. "Help/toc/Properties_T_Independentsoft_Exchange_FindConversationResponse.xml",
  11736. "Help/toc/Properties_T_Independentsoft_Exchange_FindFolderResponse.xml",
  11737. "Help/toc/Properties_T_Independentsoft_Exchange_FindItemResponse.xml",
  11738. "Help/toc/Properties_T_Independentsoft_Exchange_FindMailboxStatisticsByKeywordsResponse.xml",
  11739. "Help/toc/Properties_T_Independentsoft_Exchange_FindMessageTrackingReportResponse.xml",
  11740. "Help/toc/Properties_T_Independentsoft_Exchange_FindPeopleResponse.xml",
  11741. "Help/toc/Properties_T_Independentsoft_Exchange_Flag.xml",
  11742. "Help/toc/Properties_T_Independentsoft_Exchange_Folder.xml",
  11743. "Help/toc/Properties_T_Independentsoft_Exchange_FolderChange.xml",
  11744. "Help/toc/Properties_T_Independentsoft_Exchange_FolderId.xml",
  11745. "Help/toc/Properties_T_Independentsoft_Exchange_FolderInfoResponse.xml",
  11746. "Help/toc/Properties_T_Independentsoft_Exchange_FolderPropertyPath.xml",
  11747. "Help/toc/Properties_T_Independentsoft_Exchange_FolderShape.xml",
  11748. "Help/toc/Properties_T_Independentsoft_Exchange_FractionalPageView.xml",
  11749. "Help/toc/Properties_T_Independentsoft_Exchange_FreeBusyChangedEvent.xml",
  11750. "Help/toc/Properties_T_Independentsoft_Exchange_FreeBusyResponse.xml",
  11751. "Help/toc/Properties_T_Independentsoft_Exchange_FreeBusyView.xml",
  11752. "Help/toc/Properties_T_Independentsoft_Exchange_FreeBusyViewOptions.xml",
  11753. "Help/toc/Properties_T_Independentsoft_Exchange_GetAppManifestsResponse.xml",
  11754. "Help/toc/Properties_T_Independentsoft_Exchange_GetAppMarketplaceUrlResponse.xml",
  11755. "Help/toc/Properties_T_Independentsoft_Exchange_GetAttachmentResponse.xml",
  11756. "Help/toc/Properties_T_Independentsoft_Exchange_GetDiscoverySearchConfigurationResponse.xml",
  11757. "Help/toc/Properties_T_Independentsoft_Exchange_GetEventsResponse.xml",
  11758. "Help/toc/Properties_T_Independentsoft_Exchange_GetImItemListResponse.xml",
  11759. "Help/toc/Properties_T_Independentsoft_Exchange_GetImItemsResponse.xml",
  11760. "Help/toc/Properties_T_Independentsoft_Exchange_GetMailTipsResponse.xml",
  11761. "Help/toc/Properties_T_Independentsoft_Exchange_GetMessageTrackingReportResponse.xml",
  11762. "Help/toc/Properties_T_Independentsoft_Exchange_GetNonIndexableItemDetailsResponse.xml",
  11763. "Help/toc/Properties_T_Independentsoft_Exchange_GetNonIndexableItemStatisticsResponse.xml",
  11764. "Help/toc/Properties_T_Independentsoft_Exchange_GetPasswordExpirationDateResponse.xml",
  11765. "Help/toc/Properties_T_Independentsoft_Exchange_GetRemindersResponse.xml",
  11766. "Help/toc/Properties_T_Independentsoft_Exchange_GetRoomListsResponse.xml",
  11767. "Help/toc/Properties_T_Independentsoft_Exchange_GetRoomsResponse.xml",
  11768. "Help/toc/Properties_T_Independentsoft_Exchange_GetRulesResponse.xml",
  11769. "Help/toc/Properties_T_Independentsoft_Exchange_GetSearchableMailboxesResponse.xml",
  11770. "Help/toc/Properties_T_Independentsoft_Exchange_GetServerTimeZonesResponse.xml",
  11771. "Help/toc/Properties_T_Independentsoft_Exchange_GetSharingFolderResponse.xml",
  11772. "Help/toc/Properties_T_Independentsoft_Exchange_GetSharingMetadataResponse.xml",
  11773. "Help/toc/Properties_T_Independentsoft_Exchange_GetUserConfigurationResponse.xml",
  11774. "Help/toc/Properties_T_Independentsoft_Exchange_GetUserPhotoResponse.xml",
  11775. "Help/toc/Properties_T_Independentsoft_Exchange_GetUserRetentionPolicyTagsResponse.xml",
  11776. "Help/toc/Properties_T_Independentsoft_Exchange_Group.xml",
  11777. "Help/toc/Properties_T_Independentsoft_Exchange_GroupAttendeeConflict.xml",
  11778. "Help/toc/Properties_T_Independentsoft_Exchange_GroupBy.xml",
  11779. "Help/toc/Properties_T_Independentsoft_Exchange_HighlightTerm.xml",
  11780. "Help/toc/Properties_T_Independentsoft_Exchange_HoldOnMailboxesInfo.xml",
  11781. "Help/toc/Properties_T_Independentsoft_Exchange_Id.xml",
  11782. "Help/toc/Properties_T_Independentsoft_Exchange_Identity.xml",
  11783. "Help/toc/Properties_T_Independentsoft_Exchange_ImGroup.xml",
  11784. "Help/toc/Properties_T_Independentsoft_Exchange_ImGroupInfoResponse.xml",
  11785. "Help/toc/Properties_T_Independentsoft_Exchange_IndexedPageView.xml",
  11786. "Help/toc/Properties_T_Independentsoft_Exchange_IndexedPropertyPath.xml",
  11787. "Help/toc/Properties_T_Independentsoft_Exchange_IndividualAttendeeConflict.xml",
  11788. "Help/toc/Properties_T_Independentsoft_Exchange_InternetMessageHeader.xml",
  11789. "Help/toc/Properties_T_Independentsoft_Exchange_InvalidRecipient.xml",
  11790. "Help/toc/Properties_T_Independentsoft_Exchange_Item.xml",
  11791. "Help/toc/Properties_T_Independentsoft_Exchange_ItemAttachment.xml",
  11792. "Help/toc/Properties_T_Independentsoft_Exchange_ItemChange.xml",
  11793. "Help/toc/Properties_T_Independentsoft_Exchange_ItemId.xml",
  11794. "Help/toc/Properties_T_Independentsoft_Exchange_ItemInfoResponse.xml",
  11795. "Help/toc/Properties_T_Independentsoft_Exchange_ItemPropertyPath.xml",
  11796. "Help/toc/Properties_T_Independentsoft_Exchange_ItemShape.xml",
  11797. "Help/toc/Properties_T_Independentsoft_Exchange_Journal.xml",
  11798. "Help/toc/Properties_T_Independentsoft_Exchange_JournalPropertyPath.xml",
  11799. "Help/toc/Properties_T_Independentsoft_Exchange_KeywordStatisticsSearchResult.xml",
  11800. "Help/toc/Properties_T_Independentsoft_Exchange_MailTips.xml",
  11801. "Help/toc/Properties_T_Independentsoft_Exchange_MailTipsConfiguration.xml",
  11802. "Help/toc/Properties_T_Independentsoft_Exchange_MailTipsResponse.xml",
  11803. "Help/toc/Properties_T_Independentsoft_Exchange_Mailbox.xml",
  11804. "Help/toc/Properties_T_Independentsoft_Exchange_MailboxAttributedValue.xml",
  11805. "Help/toc/Properties_T_Independentsoft_Exchange_MailboxData.xml",
  11806. "Help/toc/Properties_T_Independentsoft_Exchange_MailboxHoldResult.xml",
  11807. "Help/toc/Properties_T_Independentsoft_Exchange_MailboxHoldStatus.xml",
  11808. "Help/toc/Properties_T_Independentsoft_Exchange_MailboxQuery.xml",
  11809. "Help/toc/Properties_T_Independentsoft_Exchange_MailboxSearchScope.xml",
  11810. "Help/toc/Properties_T_Independentsoft_Exchange_MailboxStatisticsByKeywords.xml",
  11811. "Help/toc/Properties_T_Independentsoft_Exchange_MailboxStatisticsItem.xml",
  11812. "Help/toc/Properties_T_Independentsoft_Exchange_MailboxStatisticsSearchResult.xml",
  11813. "Help/toc/Properties_T_Independentsoft_Exchange_ManagedFolderInformation.xml",
  11814. "Help/toc/Properties_T_Independentsoft_Exchange_MarkAsJunkResponse.xml",
  11815. "Help/toc/Properties_T_Independentsoft_Exchange_MeetingCancellationPropertyPath.xml",
  11816. "Help/toc/Properties_T_Independentsoft_Exchange_MeetingMessage.xml",
  11817. "Help/toc/Properties_T_Independentsoft_Exchange_MeetingMessagePropertyPath.xml",
  11818. "Help/toc/Properties_T_Independentsoft_Exchange_MeetingRegistrationResponse.xml",
  11819. "Help/toc/Properties_T_Independentsoft_Exchange_MeetingRequest.xml",
  11820. "Help/toc/Properties_T_Independentsoft_Exchange_MeetingRequestPropertyPath.xml",
  11821. "Help/toc/Properties_T_Independentsoft_Exchange_MeetingResponsePropertyPath.xml",
  11822. "Help/toc/Properties_T_Independentsoft_Exchange_MeetingSuggestion.xml",
  11823. "Help/toc/Properties_T_Independentsoft_Exchange_Message.xml",
  11824. "Help/toc/Properties_T_Independentsoft_Exchange_MessagePropertyPath.xml",
  11825. "Help/toc/Properties_T_Independentsoft_Exchange_MessageResponse.xml",
  11826. "Help/toc/Properties_T_Independentsoft_Exchange_MessageTrackingReport.xml",
  11827. "Help/toc/Properties_T_Independentsoft_Exchange_MessageTrackingSearchResult.xml",
  11828. "Help/toc/Properties_T_Independentsoft_Exchange_MimeContent.xml",
  11829. "Help/toc/Properties_T_Independentsoft_Exchange_ModifiedEvent.xml",
  11830. "Help/toc/Properties_T_Independentsoft_Exchange_MonthlyRegeneratingPattern.xml",
  11831. "Help/toc/Properties_T_Independentsoft_Exchange_MovedEvent.xml",
  11832. "Help/toc/Properties_T_Independentsoft_Exchange_NewMailEvent.xml",
  11833. "Help/toc/Properties_T_Independentsoft_Exchange_NoEndRecurrenceRange.xml",
  11834. "Help/toc/Properties_T_Independentsoft_Exchange_NonIndexableItemDetail.xml",
  11835. "Help/toc/Properties_T_Independentsoft_Exchange_NonIndexableItemStatistic.xml",
  11836. "Help/toc/Properties_T_Independentsoft_Exchange_Note.xml",
  11837. "Help/toc/Properties_T_Independentsoft_Exchange_NotePropertyPath.xml",
  11838. "Help/toc/Properties_T_Independentsoft_Exchange_Notification.xml",
  11839. "Help/toc/Properties_T_Independentsoft_Exchange_NumberedRecurrenceRange.xml",
  11840. "Help/toc/Properties_T_Independentsoft_Exchange_OAuthToken.xml",
  11841. "Help/toc/Properties_T_Independentsoft_Exchange_Occurrence.xml",
  11842. "Help/toc/Properties_T_Independentsoft_Exchange_OccurrenceItemId.xml",
  11843. "Help/toc/Properties_T_Independentsoft_Exchange_OnlineMeetingSettings.xml",
  11844. "Help/toc/Properties_T_Independentsoft_Exchange_OutOfOffice.xml",
  11845. "Help/toc/Properties_T_Independentsoft_Exchange_OutOfOfficeMailTip.xml",
  11846. "Help/toc/Properties_T_Independentsoft_Exchange_OutOfOfficeResponse.xml",
  11847. "Help/toc/Properties_T_Independentsoft_Exchange_OwaOptions.xml",
  11848. "Help/toc/Properties_T_Independentsoft_Exchange_PerformReminderActionResponse.xml",
  11849. "Help/toc/Properties_T_Independentsoft_Exchange_Period.xml",
  11850. "Help/toc/Properties_T_Independentsoft_Exchange_Permission.xml",
  11851. "Help/toc/Properties_T_Independentsoft_Exchange_PermissionSet.xml",
  11852. "Help/toc/Properties_T_Independentsoft_Exchange_Persona.xml",
  11853. "Help/toc/Properties_T_Independentsoft_Exchange_PersonaAttribution.xml",
  11854. "Help/toc/Properties_T_Independentsoft_Exchange_PersonaInfoResponse.xml",
  11855. "Help/toc/Properties_T_Independentsoft_Exchange_PersonaPhoneNumber.xml",
  11856. "Help/toc/Properties_T_Independentsoft_Exchange_PersonaPhoneNumberAttributedValue.xml",
  11857. "Help/toc/Properties_T_Independentsoft_Exchange_PersonaPostalAddress.xml",
  11858. "Help/toc/Properties_T_Independentsoft_Exchange_PersonaPostalAddressAttributedValue.xml",
  11859. "Help/toc/Properties_T_Independentsoft_Exchange_PersonaPropertyPath.xml",
  11860. "Help/toc/Properties_T_Independentsoft_Exchange_PersonaShape.xml",
  11861. "Help/toc/Properties_T_Independentsoft_Exchange_PhoneEntity.xml",
  11862. "Help/toc/Properties_T_Independentsoft_Exchange_Post.xml",
  11863. "Help/toc/Properties_T_Independentsoft_Exchange_PostPropertyPath.xml",
  11864. "Help/toc/Properties_T_Independentsoft_Exchange_PostReplyItem.xml",
  11865. "Help/toc/Properties_T_Independentsoft_Exchange_PreviewItem.xml",
  11866. "Help/toc/Properties_T_Independentsoft_Exchange_PreviewItemMailbox.xml",
  11867. "Help/toc/Properties_T_Independentsoft_Exchange_PreviewItemShape.xml",
  11868. "Help/toc/Properties_T_Independentsoft_Exchange_Property.xml",
  11869. "Help/toc/Properties_T_Independentsoft_Exchange_PropertyId.xml",
  11870. "Help/toc/Properties_T_Independentsoft_Exchange_PropertyName.xml",
  11871. "Help/toc/Properties_T_Independentsoft_Exchange_PropertyOrder.xml",
  11872. "Help/toc/Properties_T_Independentsoft_Exchange_PropertyTag.xml",
  11873. "Help/toc/Properties_T_Independentsoft_Exchange_ProtectionRule.xml",
  11874. "Help/toc/Properties_T_Independentsoft_Exchange_ProtectionRuleAction.xml",
  11875. "Help/toc/Properties_T_Independentsoft_Exchange_ProtectionRulesConfiguration.xml",
  11876. "Help/toc/Properties_T_Independentsoft_Exchange_PullSubscription.xml",
  11877. "Help/toc/Properties_T_Independentsoft_Exchange_PushSubscription.xml",
  11878. "Help/toc/Properties_T_Independentsoft_Exchange_QueryString.xml",
  11879. "Help/toc/Properties_T_Independentsoft_Exchange_ReadFlagChange.xml",
  11880. "Help/toc/Properties_T_Independentsoft_Exchange_RecipientTrackingEvent.xml",
  11881. "Help/toc/Properties_T_Independentsoft_Exchange_Recurrence.xml",
  11882. "Help/toc/Properties_T_Independentsoft_Exchange_RecurringDateTransition.xml",
  11883. "Help/toc/Properties_T_Independentsoft_Exchange_RecurringDayTransition.xml",
  11884. "Help/toc/Properties_T_Independentsoft_Exchange_RefinerItem.xml",
  11885. "Help/toc/Properties_T_Independentsoft_Exchange_RelativeMonthlyRecurrencePattern.xml",
  11886. "Help/toc/Properties_T_Independentsoft_Exchange_RelativeYearlyRecurrencePattern.xml",
  11887. "Help/toc/Properties_T_Independentsoft_Exchange_Reminder.xml",
  11888. "Help/toc/Properties_T_Independentsoft_Exchange_ReminderItemAction.xml",
  11889. "Help/toc/Properties_T_Independentsoft_Exchange_RemoveItem.xml",
  11890. "Help/toc/Properties_T_Independentsoft_Exchange_ReplyBody.xml",
  11891. "Help/toc/Properties_T_Independentsoft_Exchange_Resolution.xml",
  11892. "Help/toc/Properties_T_Independentsoft_Exchange_ResolveNamesResponse.xml",
  11893. "Help/toc/Properties_T_Independentsoft_Exchange_Response.xml",
  11894. "Help/toc/Properties_T_Independentsoft_Exchange_ResponseItem.xml",
  11895. "Help/toc/Properties_T_Independentsoft_Exchange_RetentionPolicyTag.xml",
  11896. "Help/toc/Properties_T_Independentsoft_Exchange_RetentionSettings.xml",
  11897. "Help/toc/Properties_T_Independentsoft_Exchange_RetentionTag.xml",
  11898. "Help/toc/Properties_T_Independentsoft_Exchange_Rule.xml",
  11899. "Help/toc/Properties_T_Independentsoft_Exchange_RuleActions.xml",
  11900. "Help/toc/Properties_T_Independentsoft_Exchange_RuleConditions.xml",
  11901. "Help/toc/Properties_T_Independentsoft_Exchange_RuleExceptions.xml",
  11902. "Help/toc/Properties_T_Independentsoft_Exchange_RuleOperationError.xml",
  11903. "Help/toc/Properties_T_Independentsoft_Exchange_RuleOperationResponse.xml",
  11904. "Help/toc/Properties_T_Independentsoft_Exchange_RulePredicateDateRange.xml",
  11905. "Help/toc/Properties_T_Independentsoft_Exchange_RulePredicateSizeRange.xml",
  11906. "Help/toc/Properties_T_Independentsoft_Exchange_RuleValidationError.xml",
  11907. "Help/toc/Properties_T_Independentsoft_Exchange_SearchFolder.xml",
  11908. "Help/toc/Properties_T_Independentsoft_Exchange_SearchFolderParameters.xml",
  11909. "Help/toc/Properties_T_Independentsoft_Exchange_SearchMailboxesResponse.xml",
  11910. "Help/toc/Properties_T_Independentsoft_Exchange_SearchableMailbox.xml",
  11911. "Help/toc/Properties_T_Independentsoft_Exchange_SeekToConditionPageItemView.xml",
  11912. "Help/toc/Properties_T_Independentsoft_Exchange_SendNotificationResponse.xml",
  11913. "Help/toc/Properties_T_Independentsoft_Exchange_SerializableTimeZone.xml",
  11914. "Help/toc/Properties_T_Independentsoft_Exchange_SerializableTimeZoneTime.xml",
  11915. "Help/toc/Properties_T_Independentsoft_Exchange_ServerVersionInfo.xml",
  11916. "Help/toc/Properties_T_Independentsoft_Exchange_Service.xml",
  11917. "Help/toc/Properties_T_Independentsoft_Exchange_ServiceConfigurationResponse.xml",
  11918. "Help/toc/Properties_T_Independentsoft_Exchange_ServiceRequestException.xml",
  11919. "Help/toc/Properties_T_Independentsoft_Exchange_SmtpDomain.xml",
  11920. "Help/toc/Properties_T_Independentsoft_Exchange_StandardFolderId.xml",
  11921. "Help/toc/Properties_T_Independentsoft_Exchange_StandardGroupBy.xml",
  11922. "Help/toc/Properties_T_Independentsoft_Exchange_StreamingEventsResponse.xml",
  11923. "Help/toc/Properties_T_Independentsoft_Exchange_StringAttributedValue.xml",
  11924. "Help/toc/Properties_T_Independentsoft_Exchange_SubscribeResponse.xml",
  11925. "Help/toc/Properties_T_Independentsoft_Exchange_Subscription.xml",
  11926. "Help/toc/Properties_T_Independentsoft_Exchange_Suggestion.xml",
  11927. "Help/toc/Properties_T_Independentsoft_Exchange_SuggestionDay.xml",
  11928. "Help/toc/Properties_T_Independentsoft_Exchange_SuggestionsResponse.xml",
  11929. "Help/toc/Properties_T_Independentsoft_Exchange_SuggestionsViewOptions.xml",
  11930. "Help/toc/Properties_T_Independentsoft_Exchange_SyncFoldersResponse.xml",
  11931. "Help/toc/Properties_T_Independentsoft_Exchange_SyncItemsResponse.xml",
  11932. "Help/toc/Properties_T_Independentsoft_Exchange_Task.xml",
  11933. "Help/toc/Properties_T_Independentsoft_Exchange_TaskPropertyPath.xml",
  11934. "Help/toc/Properties_T_Independentsoft_Exchange_TaskRecurrence.xml",
  11935. "Help/toc/Properties_T_Independentsoft_Exchange_TaskSuggestion.xml",
  11936. "Help/toc/Properties_T_Independentsoft_Exchange_Time.xml",
  11937. "Help/toc/Properties_T_Independentsoft_Exchange_TimeChange.xml",
  11938. "Help/toc/Properties_T_Independentsoft_Exchange_TimeDuration.xml",
  11939. "Help/toc/Properties_T_Independentsoft_Exchange_TimeZone.xml",
  11940. "Help/toc/Properties_T_Independentsoft_Exchange_TimeZoneDefinition.xml",
  11941. "Help/toc/Properties_T_Independentsoft_Exchange_Transition.xml",
  11942. "Help/toc/Properties_T_Independentsoft_Exchange_TransitionsGroup.xml",
  11943. "Help/toc/Properties_T_Independentsoft_Exchange_UnifiedMessagingConfiguration.xml",
  11944. "Help/toc/Properties_T_Independentsoft_Exchange_UnifiedMessaging_CallInfo.xml",
  11945. "Help/toc/Properties_T_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingProperties.xml",
  11946. "Help/toc/Properties_T_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService.xml",
  11947. "Help/toc/Properties_T_Independentsoft_Exchange_UnindexedPropertyPath.xml",
  11948. "Help/toc/Properties_T_Independentsoft_Exchange_UploadItem.xml",
  11949. "Help/toc/Properties_T_Independentsoft_Exchange_UploadItemsResponse.xml",
  11950. "Help/toc/Properties_T_Independentsoft_Exchange_UrlEntity.xml",
  11951. "Help/toc/Properties_T_Independentsoft_Exchange_UserConfiguration.xml",
  11952. "Help/toc/Properties_T_Independentsoft_Exchange_UserConfigurationDictionaryEntry.xml",
  11953. "Help/toc/Properties_T_Independentsoft_Exchange_UserConfigurationDictionaryKey.xml",
  11954. "Help/toc/Properties_T_Independentsoft_Exchange_UserConfigurationDictionaryValue.xml",
  11955. "Help/toc/Properties_T_Independentsoft_Exchange_UserConfigurationName.xml",
  11956. "Help/toc/Properties_T_Independentsoft_Exchange_UserId.xml",
  11957. "Help/toc/Properties_T_Independentsoft_Exchange_UserMailbox.xml",
  11958. "Help/toc/Properties_T_Independentsoft_Exchange_View.xml",
  11959. "Help/toc/Properties_T_Independentsoft_Exchange_WeeklyRecurrencePattern.xml",
  11960. "Help/toc/Properties_T_Independentsoft_Exchange_WeeklyRegeneratingPattern.xml",
  11961. "Help/toc/Properties_T_Independentsoft_Exchange_WorkingHours.xml",
  11962. "Help/toc/Properties_T_Independentsoft_Exchange_WorkingPeriod.xml",
  11963. "Help/toc/Properties_T_Independentsoft_Exchange_YearlyRegeneratingPattern.xml",
  11964. "Help/toc/Properties_T_Independentsoft_IO_StructuredStorage_CompoundFile.xml",
  11965. "Help/toc/Properties_T_Independentsoft_IO_StructuredStorage_DirectoryEntry.xml",
  11966. "Help/toc/Properties_T_Independentsoft_IO_StructuredStorage_DirectoryEntryList.xml",
  11967. "Help/toc/Properties_T_Independentsoft_IO_StructuredStorage_RootDirectoryEntry.xml",
  11968. "Help/toc/Properties_T_Independentsoft_IO_StructuredStorage_Storage.xml",
  11969. "Help/toc/Properties_T_Independentsoft_IO_StructuredStorage_Stream.xml",
  11970. "Help/toc/Properties_T_Independentsoft_Json_Parser_JsonArray.xml",
  11971. "Help/toc/Properties_T_Independentsoft_Json_Parser_JsonBoolean.xml",
  11972. "Help/toc/Properties_T_Independentsoft_Json_Parser_JsonObject.xml",
  11973. "Help/toc/Properties_T_Independentsoft_Json_Parser_JsonString.xml",
  11974. "Help/toc/Properties_T_Independentsoft_Json_Parser_Member.xml",
  11975. "Help/toc/Properties_T_Independentsoft_Msg_Attachment.xml",
  11976. "Help/toc/Properties_T_Independentsoft_Msg_ExtendedProperty.xml",
  11977. "Help/toc/Properties_T_Independentsoft_Msg_ExtendedPropertyId.xml",
  11978. "Help/toc/Properties_T_Independentsoft_Msg_ExtendedPropertyList.xml",
  11979. "Help/toc/Properties_T_Independentsoft_Msg_ExtendedPropertyName.xml",
  11980. "Help/toc/Properties_T_Independentsoft_Msg_ExtendedPropertyTag.xml",
  11981. "Help/toc/Properties_T_Independentsoft_Msg_Message.xml",
  11982. "Help/toc/Properties_T_Independentsoft_Msg_Recipient.xml",
  11983. "Help/toc/Properties_T_Independentsoft_Msg_RecurrencePattern.xml",
  11984. "Help/toc/R_Project_ClassReference.xml",
  11985. "Help/toc/T_Independentsoft_Email_Mime_Attachment.xml",
  11986. "Help/toc/T_Independentsoft_Email_Mime_BodyPart.xml",
  11987. "Help/toc/T_Independentsoft_Email_Mime_BodyPartList.xml",
  11988. "Help/toc/T_Independentsoft_Email_Mime_ContentDisposition.xml",
  11989. "Help/toc/T_Independentsoft_Email_Mime_ContentType.xml",
  11990. "Help/toc/T_Independentsoft_Email_Mime_Header.xml",
  11991. "Help/toc/T_Independentsoft_Email_Mime_HeaderList.xml",
  11992. "Help/toc/T_Independentsoft_Email_Mime_Mailbox.xml",
  11993. "Help/toc/T_Independentsoft_Email_Mime_Message.xml",
  11994. "Help/toc/T_Independentsoft_Email_Mime_MessageFormatException.xml",
  11995. "Help/toc/T_Independentsoft_Email_Mime_Parameter.xml",
  11996. "Help/toc/T_Independentsoft_Email_Mime_ParameterList.xml",
  11997. "Help/toc/T_Independentsoft_Exchange_AbsoluteDate.xml",
  11998. "Help/toc/T_Independentsoft_Exchange_AbsoluteDateTransition.xml",
  11999. "Help/toc/T_Independentsoft_Exchange_AbsoluteMonthlyRecurrencePattern.xml",
  12000. "Help/toc/T_Independentsoft_Exchange_AbsoluteYearlyRecurrencePattern.xml",
  12001. "Help/toc/T_Independentsoft_Exchange_AcceptItem.xml",
  12002. "Help/toc/T_Independentsoft_Exchange_AcceptSharingInvitation.xml",
  12003. "Help/toc/T_Independentsoft_Exchange_AddressEntity.xml",
  12004. "Help/toc/T_Independentsoft_Exchange_AddressListId.xml",
  12005. "Help/toc/T_Independentsoft_Exchange_AggregateOn.xml",
  12006. "Help/toc/T_Independentsoft_Exchange_AlternateId.xml",
  12007. "Help/toc/T_Independentsoft_Exchange_AlternatePublicFolderId.xml",
  12008. "Help/toc/T_Independentsoft_Exchange_AlternatePublicFolderItemId.xml",
  12009. "Help/toc/T_Independentsoft_Exchange_And.xml",
  12010. "Help/toc/T_Independentsoft_Exchange_Appointment.xml",
  12011. "Help/toc/T_Independentsoft_Exchange_AppointmentPropertyPath.xml",
  12012. "Help/toc/T_Independentsoft_Exchange_Attachment.xml",
  12013. "Help/toc/T_Independentsoft_Exchange_AttachmentId.xml",
  12014. "Help/toc/T_Independentsoft_Exchange_AttachmentInfo.xml",
  12015. "Help/toc/T_Independentsoft_Exchange_AttachmentShape.xml",
  12016. "Help/toc/T_Independentsoft_Exchange_Attendee.xml",
  12017. "Help/toc/T_Independentsoft_Exchange_AttendeeConflict.xml",
  12018. "Help/toc/T_Independentsoft_Exchange_Autodiscover_Account.xml",
  12019. "Help/toc/T_Independentsoft_Exchange_Autodiscover_AutodiscoverException.xml",
  12020. "Help/toc/T_Independentsoft_Exchange_Autodiscover_AutodiscoverService.xml",
  12021. "Help/toc/T_Independentsoft_Exchange_Autodiscover_DomainResponse.xml",
  12022. "Help/toc/T_Independentsoft_Exchange_Autodiscover_DomainSetting.xml",
  12023. "Help/toc/T_Independentsoft_Exchange_Autodiscover_DomainSettingError.xml",
  12024. "Help/toc/T_Independentsoft_Exchange_Autodiscover_Error.xml",
  12025. "Help/toc/T_Independentsoft_Exchange_Autodiscover_ExchangeProtocol.xml",
  12026. "Help/toc/T_Independentsoft_Exchange_Autodiscover_ExchangeProxyProtocol.xml",
  12027. "Help/toc/T_Independentsoft_Exchange_Autodiscover_ExternalAccess.xml",
  12028. "Help/toc/T_Independentsoft_Exchange_Autodiscover_GetDomainSettingsResponse.xml",
  12029. "Help/toc/T_Independentsoft_Exchange_Autodiscover_GetFederationInformationResponse.xml",
  12030. "Help/toc/T_Independentsoft_Exchange_Autodiscover_GetUserSettingsResponse.xml",
  12031. "Help/toc/T_Independentsoft_Exchange_Autodiscover_InternalAccess.xml",
  12032. "Help/toc/T_Independentsoft_Exchange_Autodiscover_MobileSyncError.xml",
  12033. "Help/toc/T_Independentsoft_Exchange_Autodiscover_MobileSyncProvider.xml",
  12034. "Help/toc/T_Independentsoft_Exchange_Autodiscover_MobileSyncServer.xml",
  12035. "Help/toc/T_Independentsoft_Exchange_Autodiscover_MobileSyncUser.xml",
  12036. "Help/toc/T_Independentsoft_Exchange_Autodiscover_OutlookProvider.xml",
  12037. "Help/toc/T_Independentsoft_Exchange_Autodiscover_OutlookWebAccessUrl.xml",
  12038. "Help/toc/T_Independentsoft_Exchange_Autodiscover_ProtocolConnection.xml",
  12039. "Help/toc/T_Independentsoft_Exchange_Autodiscover_User.xml",
  12040. "Help/toc/T_Independentsoft_Exchange_Autodiscover_UserResponse.xml",
  12041. "Help/toc/T_Independentsoft_Exchange_Autodiscover_UserSetting.xml",
  12042. "Help/toc/T_Independentsoft_Exchange_Autodiscover_UserSettingError.xml",
  12043. "Help/toc/T_Independentsoft_Exchange_Autodiscover_UserSettingList.xml",
  12044. "Help/toc/T_Independentsoft_Exchange_Autodiscover_WebClientUrl.xml",
  12045. "Help/toc/T_Independentsoft_Exchange_Autodiscover_WebProtocol.xml",
  12046. "Help/toc/T_Independentsoft_Exchange_AvailabilityResponse.xml",
  12047. "Help/toc/T_Independentsoft_Exchange_Body.xml",
  12048. "Help/toc/T_Independentsoft_Exchange_CalendarEvent.xml",
  12049. "Help/toc/T_Independentsoft_Exchange_CalendarFolder.xml",
  12050. "Help/toc/T_Independentsoft_Exchange_CalendarOptions.xml",
  12051. "Help/toc/T_Independentsoft_Exchange_CalendarPermission.xml",
  12052. "Help/toc/T_Independentsoft_Exchange_CalendarPermissionSet.xml",
  12053. "Help/toc/T_Independentsoft_Exchange_CalendarView.xml",
  12054. "Help/toc/T_Independentsoft_Exchange_CancelItem.xml",
  12055. "Help/toc/T_Independentsoft_Exchange_Category.xml",
  12056. "Help/toc/T_Independentsoft_Exchange_CategoryList.xml",
  12057. "Help/toc/T_Independentsoft_Exchange_ChangeHighlights.xml",
  12058. "Help/toc/T_Independentsoft_Exchange_ClientAccessTokenRequest.xml",
  12059. "Help/toc/T_Independentsoft_Exchange_CompleteName.xml",
  12060. "Help/toc/T_Independentsoft_Exchange_Contact.xml",
  12061. "Help/toc/T_Independentsoft_Exchange_ContactEntity.xml",
  12062. "Help/toc/T_Independentsoft_Exchange_ContactPropertyPath.xml",
  12063. "Help/toc/T_Independentsoft_Exchange_ContactsFolder.xml",
  12064. "Help/toc/T_Independentsoft_Exchange_ContactsView.xml",
  12065. "Help/toc/T_Independentsoft_Exchange_Contains.xml",
  12066. "Help/toc/T_Independentsoft_Exchange_ContentSettings.xml",
  12067. "Help/toc/T_Independentsoft_Exchange_Conversation.xml",
  12068. "Help/toc/T_Independentsoft_Exchange_ConversationAction.xml",
  12069. "Help/toc/T_Independentsoft_Exchange_ConversationItemResponse.xml",
  12070. "Help/toc/T_Independentsoft_Exchange_ConversationNode.xml",
  12071. "Help/toc/T_Independentsoft_Exchange_ConversationRequest.xml",
  12072. "Help/toc/T_Independentsoft_Exchange_ConversationShape.xml",
  12073. "Help/toc/T_Independentsoft_Exchange_ConvertIdResponse.xml",
  12074. "Help/toc/T_Independentsoft_Exchange_CopiedEvent.xml",
  12075. "Help/toc/T_Independentsoft_Exchange_CreateAttachmentResponse.xml",
  12076. "Help/toc/T_Independentsoft_Exchange_CreatedEvent.xml",
  12077. "Help/toc/T_Independentsoft_Exchange_CustomPropertyId.xml",
  12078. "Help/toc/T_Independentsoft_Exchange_CustomPropertyName.xml",
  12079. "Help/toc/T_Independentsoft_Exchange_DailyRecurrencePattern.xml",
  12080. "Help/toc/T_Independentsoft_Exchange_DailyRegeneratingPattern.xml",
  12081. "Help/toc/T_Independentsoft_Exchange_DeclineItem.xml",
  12082. "Help/toc/T_Independentsoft_Exchange_DelegateResponse.xml",
  12083. "Help/toc/T_Independentsoft_Exchange_DelegateUser.xml",
  12084. "Help/toc/T_Independentsoft_Exchange_DelegateUserResponse.xml",
  12085. "Help/toc/T_Independentsoft_Exchange_DeleteAttachmentResponse.xml",
  12086. "Help/toc/T_Independentsoft_Exchange_DeletedEvent.xml",
  12087. "Help/toc/T_Independentsoft_Exchange_DeletedOccurrence.xml",
  12088. "Help/toc/T_Independentsoft_Exchange_DeviceAuthorizationCode.xml",
  12089. "Help/toc/T_Independentsoft_Exchange_DiscoverySearchConfiguration.xml",
  12090. "Help/toc/T_Independentsoft_Exchange_DistributionList.xml",
  12091. "Help/toc/T_Independentsoft_Exchange_DistributionListMember.xml",
  12092. "Help/toc/T_Independentsoft_Exchange_DistributionListPropertyPath.xml",
  12093. "Help/toc/T_Independentsoft_Exchange_Duration.xml",
  12094. "Help/toc/T_Independentsoft_Exchange_EffectiveRights.xml",
  12095. "Help/toc/T_Independentsoft_Exchange_EmailAddress.xml",
  12096. "Help/toc/T_Independentsoft_Exchange_EmailAddressEntity.xml",
  12097. "Help/toc/T_Independentsoft_Exchange_EmailUser.xml",
  12098. "Help/toc/T_Independentsoft_Exchange_EncryptedSharedFolderData.xml",
  12099. "Help/toc/T_Independentsoft_Exchange_EndDateRecurrenceRange.xml",
  12100. "Help/toc/T_Independentsoft_Exchange_EnhancedLocation.xml",
  12101. "Help/toc/T_Independentsoft_Exchange_EntityExtractionResult.xml",
  12102. "Help/toc/T_Independentsoft_Exchange_Event.xml",
  12103. "Help/toc/T_Independentsoft_Exchange_Excludes.xml",
  12104. "Help/toc/T_Independentsoft_Exchange_Exists.xml",
  12105. "Help/toc/T_Independentsoft_Exchange_ExpandDistributionListResponse.xml",
  12106. "Help/toc/T_Independentsoft_Exchange_ExportItemsResponse.xml",
  12107. "Help/toc/T_Independentsoft_Exchange_ExtendedProperty.xml",
  12108. "Help/toc/T_Independentsoft_Exchange_ExtendedPropertyAttributedValue.xml",
  12109. "Help/toc/T_Independentsoft_Exchange_ExtendedPropertyList.xml",
  12110. "Help/toc/T_Independentsoft_Exchange_ExtendedPropertyPath.xml",
  12111. "Help/toc/T_Independentsoft_Exchange_FailedMailbox.xml",
  12112. "Help/toc/T_Independentsoft_Exchange_FileAttachment.xml",
  12113. "Help/toc/T_Independentsoft_Exchange_FileAttachmentInfo.xml",
  12114. "Help/toc/T_Independentsoft_Exchange_FindConversationResponse.xml",
  12115. "Help/toc/T_Independentsoft_Exchange_FindFolderResponse.xml",
  12116. "Help/toc/T_Independentsoft_Exchange_FindItemResponse.xml",
  12117. "Help/toc/T_Independentsoft_Exchange_FindMailboxStatisticsByKeywordsResponse.xml",
  12118. "Help/toc/T_Independentsoft_Exchange_FindMessageTrackingReportResponse.xml",
  12119. "Help/toc/T_Independentsoft_Exchange_FindPeopleResponse.xml",
  12120. "Help/toc/T_Independentsoft_Exchange_Flag.xml",
  12121. "Help/toc/T_Independentsoft_Exchange_Folder.xml",
  12122. "Help/toc/T_Independentsoft_Exchange_FolderChange.xml",
  12123. "Help/toc/T_Independentsoft_Exchange_FolderClass.xml",
  12124. "Help/toc/T_Independentsoft_Exchange_FolderId.xml",
  12125. "Help/toc/T_Independentsoft_Exchange_FolderInfoResponse.xml",
  12126. "Help/toc/T_Independentsoft_Exchange_FolderPropertyPath.xml",
  12127. "Help/toc/T_Independentsoft_Exchange_FolderShape.xml",
  12128. "Help/toc/T_Independentsoft_Exchange_ForwardItem.xml",
  12129. "Help/toc/T_Independentsoft_Exchange_FractionalPageView.xml",
  12130. "Help/toc/T_Independentsoft_Exchange_FreeBusyChangedEvent.xml",
  12131. "Help/toc/T_Independentsoft_Exchange_FreeBusyResponse.xml",
  12132. "Help/toc/T_Independentsoft_Exchange_FreeBusyView.xml",
  12133. "Help/toc/T_Independentsoft_Exchange_FreeBusyViewOptions.xml",
  12134. "Help/toc/T_Independentsoft_Exchange_GetAppManifestsResponse.xml",
  12135. "Help/toc/T_Independentsoft_Exchange_GetAppMarketplaceUrlResponse.xml",
  12136. "Help/toc/T_Independentsoft_Exchange_GetAttachmentResponse.xml",
  12137. "Help/toc/T_Independentsoft_Exchange_GetDiscoverySearchConfigurationResponse.xml",
  12138. "Help/toc/T_Independentsoft_Exchange_GetEventsResponse.xml",
  12139. "Help/toc/T_Independentsoft_Exchange_GetImItemListResponse.xml",
  12140. "Help/toc/T_Independentsoft_Exchange_GetImItemsResponse.xml",
  12141. "Help/toc/T_Independentsoft_Exchange_GetMailTipsResponse.xml",
  12142. "Help/toc/T_Independentsoft_Exchange_GetMessageTrackingReportResponse.xml",
  12143. "Help/toc/T_Independentsoft_Exchange_GetNonIndexableItemDetailsResponse.xml",
  12144. "Help/toc/T_Independentsoft_Exchange_GetNonIndexableItemStatisticsResponse.xml",
  12145. "Help/toc/T_Independentsoft_Exchange_GetPasswordExpirationDateResponse.xml",
  12146. "Help/toc/T_Independentsoft_Exchange_GetRemindersResponse.xml",
  12147. "Help/toc/T_Independentsoft_Exchange_GetRoomListsResponse.xml",
  12148. "Help/toc/T_Independentsoft_Exchange_GetRoomsResponse.xml",
  12149. "Help/toc/T_Independentsoft_Exchange_GetRulesResponse.xml",
  12150. "Help/toc/T_Independentsoft_Exchange_GetSearchableMailboxesResponse.xml",
  12151. "Help/toc/T_Independentsoft_Exchange_GetServerTimeZonesResponse.xml",
  12152. "Help/toc/T_Independentsoft_Exchange_GetSharingFolderResponse.xml",
  12153. "Help/toc/T_Independentsoft_Exchange_GetSharingMetadataResponse.xml",
  12154. "Help/toc/T_Independentsoft_Exchange_GetUserConfigurationResponse.xml",
  12155. "Help/toc/T_Independentsoft_Exchange_GetUserPhotoResponse.xml",
  12156. "Help/toc/T_Independentsoft_Exchange_GetUserRetentionPolicyTagsResponse.xml",
  12157. "Help/toc/T_Independentsoft_Exchange_Group.xml",
  12158. "Help/toc/T_Independentsoft_Exchange_GroupAttendeeConflict.xml",
  12159. "Help/toc/T_Independentsoft_Exchange_GroupBy.xml",
  12160. "Help/toc/T_Independentsoft_Exchange_HighlightTerm.xml",
  12161. "Help/toc/T_Independentsoft_Exchange_HoldOnMailboxesInfo.xml",
  12162. "Help/toc/T_Independentsoft_Exchange_Id.xml",
  12163. "Help/toc/T_Independentsoft_Exchange_Identity.xml",
  12164. "Help/toc/T_Independentsoft_Exchange_ImGroup.xml",
  12165. "Help/toc/T_Independentsoft_Exchange_ImGroupInfoResponse.xml",
  12166. "Help/toc/T_Independentsoft_Exchange_IndexedPageView.xml",
  12167. "Help/toc/T_Independentsoft_Exchange_IndexedPropertyPath.xml",
  12168. "Help/toc/T_Independentsoft_Exchange_IndividualAttendeeConflict.xml",
  12169. "Help/toc/T_Independentsoft_Exchange_InternetMessageHeader.xml",
  12170. "Help/toc/T_Independentsoft_Exchange_InvalidRecipient.xml",
  12171. "Help/toc/T_Independentsoft_Exchange_IsEqualTo.xml",
  12172. "Help/toc/T_Independentsoft_Exchange_IsGreaterThan.xml",
  12173. "Help/toc/T_Independentsoft_Exchange_IsGreaterThanOrEqualTo.xml",
  12174. "Help/toc/T_Independentsoft_Exchange_IsLessThan.xml",
  12175. "Help/toc/T_Independentsoft_Exchange_IsLessThanOrEqualTo.xml",
  12176. "Help/toc/T_Independentsoft_Exchange_IsNotEqualTo.xml",
  12177. "Help/toc/T_Independentsoft_Exchange_Item.xml",
  12178. "Help/toc/T_Independentsoft_Exchange_ItemAttachment.xml",
  12179. "Help/toc/T_Independentsoft_Exchange_ItemAttachmentInfo.xml",
  12180. "Help/toc/T_Independentsoft_Exchange_ItemChange.xml",
  12181. "Help/toc/T_Independentsoft_Exchange_ItemClass.xml",
  12182. "Help/toc/T_Independentsoft_Exchange_ItemId.xml",
  12183. "Help/toc/T_Independentsoft_Exchange_ItemInfoResponse.xml",
  12184. "Help/toc/T_Independentsoft_Exchange_ItemPropertyPath.xml",
  12185. "Help/toc/T_Independentsoft_Exchange_ItemShape.xml",
  12186. "Help/toc/T_Independentsoft_Exchange_Journal.xml",
  12187. "Help/toc/T_Independentsoft_Exchange_JournalPropertyPath.xml",
  12188. "Help/toc/T_Independentsoft_Exchange_KeywordStatisticsSearchResult.xml",
  12189. "Help/toc/T_Independentsoft_Exchange_MailTips.xml",
  12190. "Help/toc/T_Independentsoft_Exchange_MailTipsConfiguration.xml",
  12191. "Help/toc/T_Independentsoft_Exchange_MailTipsResponse.xml",
  12192. "Help/toc/T_Independentsoft_Exchange_Mailbox.xml",
  12193. "Help/toc/T_Independentsoft_Exchange_MailboxAttributedValue.xml",
  12194. "Help/toc/T_Independentsoft_Exchange_MailboxData.xml",
  12195. "Help/toc/T_Independentsoft_Exchange_MailboxHoldResult.xml",
  12196. "Help/toc/T_Independentsoft_Exchange_MailboxHoldStatus.xml",
  12197. "Help/toc/T_Independentsoft_Exchange_MailboxQuery.xml",
  12198. "Help/toc/T_Independentsoft_Exchange_MailboxSearchScope.xml",
  12199. "Help/toc/T_Independentsoft_Exchange_MailboxStatisticsByKeywords.xml",
  12200. "Help/toc/T_Independentsoft_Exchange_MailboxStatisticsItem.xml",
  12201. "Help/toc/T_Independentsoft_Exchange_MailboxStatisticsSearchResult.xml",
  12202. "Help/toc/T_Independentsoft_Exchange_ManagedFolderInformation.xml",
  12203. "Help/toc/T_Independentsoft_Exchange_MapiPropertyTag.xml",
  12204. "Help/toc/T_Independentsoft_Exchange_MarkAsJunkResponse.xml",
  12205. "Help/toc/T_Independentsoft_Exchange_MeetingCancellation.xml",
  12206. "Help/toc/T_Independentsoft_Exchange_MeetingCancellationPropertyPath.xml",
  12207. "Help/toc/T_Independentsoft_Exchange_MeetingMessage.xml",
  12208. "Help/toc/T_Independentsoft_Exchange_MeetingMessagePropertyPath.xml",
  12209. "Help/toc/T_Independentsoft_Exchange_MeetingRegistrationResponse.xml",
  12210. "Help/toc/T_Independentsoft_Exchange_MeetingRequest.xml",
  12211. "Help/toc/T_Independentsoft_Exchange_MeetingRequestPropertyPath.xml",
  12212. "Help/toc/T_Independentsoft_Exchange_MeetingResponse.xml",
  12213. "Help/toc/T_Independentsoft_Exchange_MeetingResponsePropertyPath.xml",
  12214. "Help/toc/T_Independentsoft_Exchange_MeetingSuggestion.xml",
  12215. "Help/toc/T_Independentsoft_Exchange_Message.xml",
  12216. "Help/toc/T_Independentsoft_Exchange_MessagePropertyPath.xml",
  12217. "Help/toc/T_Independentsoft_Exchange_MessageResponse.xml",
  12218. "Help/toc/T_Independentsoft_Exchange_MessageTrackingReport.xml",
  12219. "Help/toc/T_Independentsoft_Exchange_MessageTrackingSearchResult.xml",
  12220. "Help/toc/T_Independentsoft_Exchange_MimeContent.xml",
  12221. "Help/toc/T_Independentsoft_Exchange_ModifiedEvent.xml",
  12222. "Help/toc/T_Independentsoft_Exchange_MonthlyRegeneratingPattern.xml",
  12223. "Help/toc/T_Independentsoft_Exchange_MovedEvent.xml",
  12224. "Help/toc/T_Independentsoft_Exchange_NewMailEvent.xml",
  12225. "Help/toc/T_Independentsoft_Exchange_NoEndRecurrenceRange.xml",
  12226. "Help/toc/T_Independentsoft_Exchange_NonIndexableItemDetail.xml",
  12227. "Help/toc/T_Independentsoft_Exchange_NonIndexableItemStatistic.xml",
  12228. "Help/toc/T_Independentsoft_Exchange_Not.xml",
  12229. "Help/toc/T_Independentsoft_Exchange_Note.xml",
  12230. "Help/toc/T_Independentsoft_Exchange_NotePropertyPath.xml",
  12231. "Help/toc/T_Independentsoft_Exchange_Notification.xml",
  12232. "Help/toc/T_Independentsoft_Exchange_NumberedRecurrenceRange.xml",
  12233. "Help/toc/T_Independentsoft_Exchange_OAuthToken.xml",
  12234. "Help/toc/T_Independentsoft_Exchange_Occurrence.xml",
  12235. "Help/toc/T_Independentsoft_Exchange_OccurrenceItemId.xml",
  12236. "Help/toc/T_Independentsoft_Exchange_OnlineMeetingSettings.xml",
  12237. "Help/toc/T_Independentsoft_Exchange_Or.xml",
  12238. "Help/toc/T_Independentsoft_Exchange_OutOfOffice.xml",
  12239. "Help/toc/T_Independentsoft_Exchange_OutOfOfficeMailTip.xml",
  12240. "Help/toc/T_Independentsoft_Exchange_OutOfOfficeResponse.xml",
  12241. "Help/toc/T_Independentsoft_Exchange_OwaOptions.xml",
  12242. "Help/toc/T_Independentsoft_Exchange_PageView.xml",
  12243. "Help/toc/T_Independentsoft_Exchange_PerformReminderActionResponse.xml",
  12244. "Help/toc/T_Independentsoft_Exchange_Period.xml",
  12245. "Help/toc/T_Independentsoft_Exchange_Permission.xml",
  12246. "Help/toc/T_Independentsoft_Exchange_PermissionSet.xml",
  12247. "Help/toc/T_Independentsoft_Exchange_Persona.xml",
  12248. "Help/toc/T_Independentsoft_Exchange_PersonaAttribution.xml",
  12249. "Help/toc/T_Independentsoft_Exchange_PersonaInfoResponse.xml",
  12250. "Help/toc/T_Independentsoft_Exchange_PersonaPhoneNumber.xml",
  12251. "Help/toc/T_Independentsoft_Exchange_PersonaPhoneNumberAttributedValue.xml",
  12252. "Help/toc/T_Independentsoft_Exchange_PersonaPostalAddress.xml",
  12253. "Help/toc/T_Independentsoft_Exchange_PersonaPostalAddressAttributedValue.xml",
  12254. "Help/toc/T_Independentsoft_Exchange_PersonaPropertyPath.xml",
  12255. "Help/toc/T_Independentsoft_Exchange_PersonaShape.xml",
  12256. "Help/toc/T_Independentsoft_Exchange_PhoneEntity.xml",
  12257. "Help/toc/T_Independentsoft_Exchange_Post.xml",
  12258. "Help/toc/T_Independentsoft_Exchange_PostPropertyPath.xml",
  12259. "Help/toc/T_Independentsoft_Exchange_PostReplyItem.xml",
  12260. "Help/toc/T_Independentsoft_Exchange_PreviewItem.xml",
  12261. "Help/toc/T_Independentsoft_Exchange_PreviewItemMailbox.xml",
  12262. "Help/toc/T_Independentsoft_Exchange_PreviewItemShape.xml",
  12263. "Help/toc/T_Independentsoft_Exchange_Property.xml",
  12264. "Help/toc/T_Independentsoft_Exchange_PropertyId.xml",
  12265. "Help/toc/T_Independentsoft_Exchange_PropertyName.xml",
  12266. "Help/toc/T_Independentsoft_Exchange_PropertyOrder.xml",
  12267. "Help/toc/T_Independentsoft_Exchange_PropertyPath.xml",
  12268. "Help/toc/T_Independentsoft_Exchange_PropertyTag.xml",
  12269. "Help/toc/T_Independentsoft_Exchange_ProtectionRule.xml",
  12270. "Help/toc/T_Independentsoft_Exchange_ProtectionRuleAction.xml",
  12271. "Help/toc/T_Independentsoft_Exchange_ProtectionRulesConfiguration.xml",
  12272. "Help/toc/T_Independentsoft_Exchange_PullSubscription.xml",
  12273. "Help/toc/T_Independentsoft_Exchange_PushSubscription.xml",
  12274. "Help/toc/T_Independentsoft_Exchange_QueryString.xml",
  12275. "Help/toc/T_Independentsoft_Exchange_ReadFlagChange.xml",
  12276. "Help/toc/T_Independentsoft_Exchange_RecipientTrackingEvent.xml",
  12277. "Help/toc/T_Independentsoft_Exchange_Recurrence.xml",
  12278. "Help/toc/T_Independentsoft_Exchange_RecurringDateTransition.xml",
  12279. "Help/toc/T_Independentsoft_Exchange_RecurringDayTransition.xml",
  12280. "Help/toc/T_Independentsoft_Exchange_RecurringMasterItemId.xml",
  12281. "Help/toc/T_Independentsoft_Exchange_RefinerItem.xml",
  12282. "Help/toc/T_Independentsoft_Exchange_RelativeMonthlyRecurrencePattern.xml",
  12283. "Help/toc/T_Independentsoft_Exchange_RelativeYearlyRecurrencePattern.xml",
  12284. "Help/toc/T_Independentsoft_Exchange_Reminder.xml",
  12285. "Help/toc/T_Independentsoft_Exchange_ReminderItemAction.xml",
  12286. "Help/toc/T_Independentsoft_Exchange_RemoveItem.xml",
  12287. "Help/toc/T_Independentsoft_Exchange_ReplyAllItem.xml",
  12288. "Help/toc/T_Independentsoft_Exchange_ReplyBody.xml",
  12289. "Help/toc/T_Independentsoft_Exchange_ReplyItem.xml",
  12290. "Help/toc/T_Independentsoft_Exchange_Resolution.xml",
  12291. "Help/toc/T_Independentsoft_Exchange_ResolveNamesResponse.xml",
  12292. "Help/toc/T_Independentsoft_Exchange_Response.xml",
  12293. "Help/toc/T_Independentsoft_Exchange_ResponseItem.xml",
  12294. "Help/toc/T_Independentsoft_Exchange_Restriction.xml",
  12295. "Help/toc/T_Independentsoft_Exchange_RetentionPolicyTag.xml",
  12296. "Help/toc/T_Independentsoft_Exchange_RetentionSettings.xml",
  12297. "Help/toc/T_Independentsoft_Exchange_RetentionTag.xml",
  12298. "Help/toc/T_Independentsoft_Exchange_Rule.xml",
  12299. "Help/toc/T_Independentsoft_Exchange_RuleActions.xml",
  12300. "Help/toc/T_Independentsoft_Exchange_RuleConditions.xml",
  12301. "Help/toc/T_Independentsoft_Exchange_RuleExceptions.xml",
  12302. "Help/toc/T_Independentsoft_Exchange_RuleOperationError.xml",
  12303. "Help/toc/T_Independentsoft_Exchange_RuleOperationResponse.xml",
  12304. "Help/toc/T_Independentsoft_Exchange_RulePredicateDateRange.xml",
  12305. "Help/toc/T_Independentsoft_Exchange_RulePredicateSizeRange.xml",
  12306. "Help/toc/T_Independentsoft_Exchange_RuleValidationError.xml",
  12307. "Help/toc/T_Independentsoft_Exchange_SearchFolder.xml",
  12308. "Help/toc/T_Independentsoft_Exchange_SearchFolderParameters.xml",
  12309. "Help/toc/T_Independentsoft_Exchange_SearchMailboxesResponse.xml",
  12310. "Help/toc/T_Independentsoft_Exchange_SearchableMailbox.xml",
  12311. "Help/toc/T_Independentsoft_Exchange_SeekToConditionPageItemView.xml",
  12312. "Help/toc/T_Independentsoft_Exchange_SendNotificationResponse.xml",
  12313. "Help/toc/T_Independentsoft_Exchange_SerializableTimeZone.xml",
  12314. "Help/toc/T_Independentsoft_Exchange_SerializableTimeZoneTime.xml",
  12315. "Help/toc/T_Independentsoft_Exchange_ServerVersionInfo.xml",
  12316. "Help/toc/T_Independentsoft_Exchange_Service.xml",
  12317. "Help/toc/T_Independentsoft_Exchange_ServiceConfigurationResponse.xml",
  12318. "Help/toc/T_Independentsoft_Exchange_ServiceRequestException.xml",
  12319. "Help/toc/T_Independentsoft_Exchange_SmtpDomain.xml",
  12320. "Help/toc/T_Independentsoft_Exchange_SourceId.xml",
  12321. "Help/toc/T_Independentsoft_Exchange_StandardFolderId.xml",
  12322. "Help/toc/T_Independentsoft_Exchange_StandardGroupBy.xml",
  12323. "Help/toc/T_Independentsoft_Exchange_StatusEvent.xml",
  12324. "Help/toc/T_Independentsoft_Exchange_StreamingEventsResponse.xml",
  12325. "Help/toc/T_Independentsoft_Exchange_StreamingSubscription.xml",
  12326. "Help/toc/T_Independentsoft_Exchange_StringAttributedValue.xml",
  12327. "Help/toc/T_Independentsoft_Exchange_SubscribeResponse.xml",
  12328. "Help/toc/T_Independentsoft_Exchange_Subscription.xml",
  12329. "Help/toc/T_Independentsoft_Exchange_Suggestion.xml",
  12330. "Help/toc/T_Independentsoft_Exchange_SuggestionDay.xml",
  12331. "Help/toc/T_Independentsoft_Exchange_SuggestionsResponse.xml",
  12332. "Help/toc/T_Independentsoft_Exchange_SuggestionsViewOptions.xml",
  12333. "Help/toc/T_Independentsoft_Exchange_SuppressReadReceipt.xml",
  12334. "Help/toc/T_Independentsoft_Exchange_SyncFoldersResponse.xml",
  12335. "Help/toc/T_Independentsoft_Exchange_SyncItemsResponse.xml",
  12336. "Help/toc/T_Independentsoft_Exchange_Task.xml",
  12337. "Help/toc/T_Independentsoft_Exchange_TaskPropertyPath.xml",
  12338. "Help/toc/T_Independentsoft_Exchange_TaskRecurrence.xml",
  12339. "Help/toc/T_Independentsoft_Exchange_TaskSuggestion.xml",
  12340. "Help/toc/T_Independentsoft_Exchange_TasksFolder.xml",
  12341. "Help/toc/T_Independentsoft_Exchange_TentativelyAcceptItem.xml",
  12342. "Help/toc/T_Independentsoft_Exchange_Time.xml",
  12343. "Help/toc/T_Independentsoft_Exchange_TimeChange.xml",
  12344. "Help/toc/T_Independentsoft_Exchange_TimeDuration.xml",
  12345. "Help/toc/T_Independentsoft_Exchange_TimeZone.xml",
  12346. "Help/toc/T_Independentsoft_Exchange_TimeZoneDefinition.xml",
  12347. "Help/toc/T_Independentsoft_Exchange_TooBigGroupAttendeeConflict.xml",
  12348. "Help/toc/T_Independentsoft_Exchange_Transition.xml",
  12349. "Help/toc/T_Independentsoft_Exchange_TransitionsGroup.xml",
  12350. "Help/toc/T_Independentsoft_Exchange_UnifiedMessagingConfiguration.xml",
  12351. "Help/toc/T_Independentsoft_Exchange_UnifiedMessaging_CallInfo.xml",
  12352. "Help/toc/T_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingProperties.xml",
  12353. "Help/toc/T_Independentsoft_Exchange_UnifiedMessaging_UnifiedMessagingService.xml",
  12354. "Help/toc/T_Independentsoft_Exchange_UnindexedPropertyPath.xml",
  12355. "Help/toc/T_Independentsoft_Exchange_UnknownAttendeeConflict.xml",
  12356. "Help/toc/T_Independentsoft_Exchange_UploadItem.xml",
  12357. "Help/toc/T_Independentsoft_Exchange_UploadItemsResponse.xml",
  12358. "Help/toc/T_Independentsoft_Exchange_UrlEntity.xml",
  12359. "Help/toc/T_Independentsoft_Exchange_UserConfiguration.xml",
  12360. "Help/toc/T_Independentsoft_Exchange_UserConfigurationDictionaryEntry.xml",
  12361. "Help/toc/T_Independentsoft_Exchange_UserConfigurationDictionaryKey.xml",
  12362. "Help/toc/T_Independentsoft_Exchange_UserConfigurationDictionaryValue.xml",
  12363. "Help/toc/T_Independentsoft_Exchange_UserConfigurationName.xml",
  12364. "Help/toc/T_Independentsoft_Exchange_UserId.xml",
  12365. "Help/toc/T_Independentsoft_Exchange_UserMailbox.xml",
  12366. "Help/toc/T_Independentsoft_Exchange_View.xml",
  12367. "Help/toc/T_Independentsoft_Exchange_WeeklyRecurrencePattern.xml",
  12368. "Help/toc/T_Independentsoft_Exchange_WeeklyRegeneratingPattern.xml",
  12369. "Help/toc/T_Independentsoft_Exchange_WorkingHours.xml",
  12370. "Help/toc/T_Independentsoft_Exchange_WorkingPeriod.xml",
  12371. "Help/toc/T_Independentsoft_Exchange_YearlyRegeneratingPattern.xml",
  12372. "Help/toc/T_Independentsoft_IO_StructuredStorage_CompoundFile.xml",
  12373. "Help/toc/T_Independentsoft_IO_StructuredStorage_DirectoryEntry.xml",
  12374. "Help/toc/T_Independentsoft_IO_StructuredStorage_DirectoryEntryList.xml",
  12375. "Help/toc/T_Independentsoft_IO_StructuredStorage_InvalidFileFormatException.xml",
  12376. "Help/toc/T_Independentsoft_IO_StructuredStorage_RootDirectoryEntry.xml",
  12377. "Help/toc/T_Independentsoft_IO_StructuredStorage_Storage.xml",
  12378. "Help/toc/T_Independentsoft_IO_StructuredStorage_Stream.xml",
  12379. "Help/toc/T_Independentsoft_Json_Parser_JsonArray.xml",
  12380. "Help/toc/T_Independentsoft_Json_Parser_JsonBoolean.xml",
  12381. "Help/toc/T_Independentsoft_Json_Parser_JsonNull.xml",
  12382. "Help/toc/T_Independentsoft_Json_Parser_JsonNumber.xml",
  12383. "Help/toc/T_Independentsoft_Json_Parser_JsonObject.xml",
  12384. "Help/toc/T_Independentsoft_Json_Parser_JsonParseException.xml",
  12385. "Help/toc/T_Independentsoft_Json_Parser_JsonParser.xml",
  12386. "Help/toc/T_Independentsoft_Json_Parser_JsonString.xml",
  12387. "Help/toc/T_Independentsoft_Json_Parser_JsonUtil.xml",
  12388. "Help/toc/T_Independentsoft_Json_Parser_JsonValue.xml",
  12389. "Help/toc/T_Independentsoft_Json_Parser_Member.xml",
  12390. "Help/toc/T_Independentsoft_Msg_Attachment.xml",
  12391. "Help/toc/T_Independentsoft_Msg_ExtendedProperty.xml",
  12392. "Help/toc/T_Independentsoft_Msg_ExtendedPropertyId.xml",
  12393. "Help/toc/T_Independentsoft_Msg_ExtendedPropertyList.xml",
  12394. "Help/toc/T_Independentsoft_Msg_ExtendedPropertyName.xml",
  12395. "Help/toc/T_Independentsoft_Msg_ExtendedPropertyTag.xml",
  12396. "Help/toc/T_Independentsoft_Msg_Message.xml",
  12397. "Help/toc/T_Independentsoft_Msg_Recipient.xml",
  12398. "Help/toc/T_Independentsoft_Msg_RecurrencePattern.xml",
  12399. "Help/toc/T_Independentsoft_Msg_StandardPropertySet.xml",
  12400. "Help/toc/roottoc.xml",
  12401. "Lib/.DS_Store",
  12402. "Lib/ReadMe.txt",
  12403. "Lib/net20/Independentsoft.Exchange.dll",
  12404. "Lib/net20/Independentsoft.Exchange.xml",
  12405. "Lib/net45/Independentsoft.Exchange.dll",
  12406. "Lib/net45/Independentsoft.Exchange.xml",
  12407. "Lib/netcoreapp2.0/Independentsoft.Exchange.dll",
  12408. "Lib/netstandard2.0/Independentsoft.Exchange.dll",
  12409. "License.rtf",
  12410. "License.txt",
  12411. "Online Tutorial.htm",
  12412. "Tutorial/.DS_Store",
  12413. "Tutorial/.vs/Exchange Web Services .NET Tutorial/v15/.suo",
  12414. "Tutorial/.vs/Exchange Web Services .NET Tutorial/v15/Server/sqlite3/db.lock",
  12415. "Tutorial/.vs/Exchange Web Services .NET Tutorial/v15/Server/sqlite3/storage.ide",
  12416. "Tutorial/.vs/Exchange Web Services .NET Tutorial/v15/Server/sqlite3/storage.ide-shm",
  12417. "Tutorial/.vs/Exchange Web Services .NET Tutorial/v15/Server/sqlite3/storage.ide-wal",
  12418. "Tutorial/AcceptMeeting1/AcceptMeeting1.csproj",
  12419. "Tutorial/AcceptMeeting1/Program.cs",
  12420. "Tutorial/AcceptMeeting1/Properties/AssemblyInfo.cs",
  12421. "Tutorial/AcceptMeeting1/obj/Debug/AcceptMeeting1.csproj.CopyComplete",
  12422. "Tutorial/AcceptMeeting1/obj/Debug/AcceptMeeting1.csproj.CoreCompileInputs.cache",
  12423. "Tutorial/AcceptMeeting1/obj/Debug/AcceptMeeting1.csprojResolveAssemblyReference.cache",
  12424. "Tutorial/AcceptMeeting1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12425. "Tutorial/AccessToAnotherMailbox/AccessToAnotherMailbox.csproj",
  12426. "Tutorial/AccessToAnotherMailbox/Program.cs",
  12427. "Tutorial/AccessToAnotherMailbox/Properties/AssemblyInfo.cs",
  12428. "Tutorial/AccessToAnotherMailbox/obj/Debug/AccessToAnotherMailbox.csproj.CopyComplete",
  12429. "Tutorial/AccessToAnotherMailbox/obj/Debug/AccessToAnotherMailbox.csproj.CoreCompileInputs.cache",
  12430. "Tutorial/AccessToAnotherMailbox/obj/Debug/AccessToAnotherMailbox.csprojResolveAssemblyReference.cache",
  12431. "Tutorial/AccessToAnotherMailbox/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12432. "Tutorial/AddAttendee/AddAttendee.csproj",
  12433. "Tutorial/AddAttendee/Program.cs",
  12434. "Tutorial/AddAttendee/Properties/AssemblyInfo.cs",
  12435. "Tutorial/AddAttendee/obj/x86/Debug/AddAttendee.csproj.CopyComplete",
  12436. "Tutorial/AddAttendee/obj/x86/Debug/AddAttendee.csproj.CoreCompileInputs.cache",
  12437. "Tutorial/AddAttendee/obj/x86/Debug/AddAttendee.csprojResolveAssemblyReference.cache",
  12438. "Tutorial/AddAttendee/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12439. "Tutorial/AddCategory/AddCategory.csproj",
  12440. "Tutorial/AddCategory/Program.cs",
  12441. "Tutorial/AddCategory/Properties/AssemblyInfo.cs",
  12442. "Tutorial/AddCategory/bin/Debug/AddCategory.vshost.exe.manifest",
  12443. "Tutorial/AddCategory/obj/x86/Debug/AddCategory.csproj.CopyComplete",
  12444. "Tutorial/AddCategory/obj/x86/Debug/AddCategory.csproj.CoreCompileInputs.cache",
  12445. "Tutorial/AddCategory/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12446. "Tutorial/AddDelegate/AddDelegate.csproj",
  12447. "Tutorial/AddDelegate/Program.cs",
  12448. "Tutorial/AddDelegate/Properties/AssemblyInfo.cs",
  12449. "Tutorial/AddDelegate/obj/Debug/AddDelegate.csproj.CopyComplete",
  12450. "Tutorial/AddDelegate/obj/Debug/AddDelegate.csproj.CoreCompileInputs.cache",
  12451. "Tutorial/AddDelegate/obj/Debug/AddDelegate.csprojResolveAssemblyReference.cache",
  12452. "Tutorial/AddDelegate/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12453. "Tutorial/AddDistributionListMember/AddDistributionListMember.csproj",
  12454. "Tutorial/AddDistributionListMember/Program.cs",
  12455. "Tutorial/AddDistributionListMember/Properties/AssemblyInfo.cs",
  12456. "Tutorial/AddDistributionListMember/bin/Debug/AddDistributionListMember.vshost.exe.manifest",
  12457. "Tutorial/AddDistributionListMember/obj/x86/Debug/AddDistributionListMember.csproj.CopyComplete",
  12458. "Tutorial/AddDistributionListMember/obj/x86/Debug/AddDistributionListMember.csproj.CoreCompileInputs.cache",
  12459. "Tutorial/AddDistributionListMember/obj/x86/Debug/AddDistributionListMember.csprojResolveAssemblyReference.cache",
  12460. "Tutorial/AddDistributionListMember/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12461. "Tutorial/ArchiveItem/ArchiveItem.csproj",
  12462. "Tutorial/ArchiveItem/Program.cs",
  12463. "Tutorial/ArchiveItem/Properties/AssemblyInfo.cs",
  12464. "Tutorial/ArchiveItem/bin/Debug/ArchiveItem.vshost.exe.manifest",
  12465. "Tutorial/ArchiveItem/obj/x86/Debug/ArchiveItem.csproj.CopyComplete",
  12466. "Tutorial/ArchiveItem/obj/x86/Debug/ArchiveItem.csproj.CoreCompileInputs.cache",
  12467. "Tutorial/ArchiveItem/obj/x86/Debug/ArchiveItem.csprojResolveAssemblyReference.cache",
  12468. "Tutorial/ArchiveItem/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12469. "Tutorial/AutodiscoverMobileSyncProvider/AutodiscoverMobileSyncProvider.csproj",
  12470. "Tutorial/AutodiscoverMobileSyncProvider/Program.cs",
  12471. "Tutorial/AutodiscoverMobileSyncProvider/Properties/AssemblyInfo.cs",
  12472. "Tutorial/AutodiscoverMobileSyncProvider/obj/Debug/AutodiscoverMobileSyncProvider.csproj.CopyComplete",
  12473. "Tutorial/AutodiscoverMobileSyncProvider/obj/Debug/AutodiscoverMobileSyncProvider.csproj.CoreCompileInputs.cache",
  12474. "Tutorial/AutodiscoverMobileSyncProvider/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12475. "Tutorial/AutodiscoverOutlookProvider/AutodiscoverOutlookProvider.csproj",
  12476. "Tutorial/AutodiscoverOutlookProvider/Program.cs",
  12477. "Tutorial/AutodiscoverOutlookProvider/Properties/AssemblyInfo.cs",
  12478. "Tutorial/AutodiscoverOutlookProvider/obj/Debug/AutodiscoverOutlookProvider.csproj.CopyComplete",
  12479. "Tutorial/AutodiscoverOutlookProvider/obj/Debug/AutodiscoverOutlookProvider.csproj.CoreCompileInputs.cache",
  12480. "Tutorial/AutodiscoverOutlookProvider/obj/Debug/AutodiscoverOutlookProvider.csprojResolveAssemblyReference.cache",
  12481. "Tutorial/AutodiscoverOutlookProvider/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12482. "Tutorial/CalendarView/CalendarView.csproj",
  12483. "Tutorial/CalendarView/Program.cs",
  12484. "Tutorial/CalendarView/Properties/AssemblyInfo.cs",
  12485. "Tutorial/CalendarView/bin/Debug/CalendarView.vshost.exe.manifest",
  12486. "Tutorial/CalendarView/obj/Debug/CalendarView.csproj.CopyComplete",
  12487. "Tutorial/CalendarView/obj/Debug/CalendarView.csproj.CoreCompileInputs.cache",
  12488. "Tutorial/CalendarView/obj/Debug/CalendarView.csprojResolveAssemblyReference.cache",
  12489. "Tutorial/CalendarView/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12490. "Tutorial/CancelMeeting/CancelMeeting.csproj",
  12491. "Tutorial/CancelMeeting/Program.cs",
  12492. "Tutorial/CancelMeeting/Properties/AssemblyInfo.cs",
  12493. "Tutorial/CancelMeeting/obj/Debug/CancelMeeting.csproj.CopyComplete",
  12494. "Tutorial/CancelMeeting/obj/Debug/CancelMeeting.csproj.CoreCompileInputs.cache",
  12495. "Tutorial/CancelMeeting/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12496. "Tutorial/ConvertId/ConvertId.csproj",
  12497. "Tutorial/ConvertId/Program.cs",
  12498. "Tutorial/ConvertId/Properties/AssemblyInfo.cs",
  12499. "Tutorial/ConvertId/bin/Debug/ConvertId.vshost.exe.manifest",
  12500. "Tutorial/ConvertId/obj/x86/Debug/ConvertId.csproj.CopyComplete",
  12501. "Tutorial/ConvertId/obj/x86/Debug/ConvertId.csproj.CoreCompileInputs.cache",
  12502. "Tutorial/ConvertId/obj/x86/Debug/ConvertId.csprojResolveAssemblyReference.cache",
  12503. "Tutorial/ConvertId/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12504. "Tutorial/CopyFolder/CopyFolder.csproj",
  12505. "Tutorial/CopyFolder/Program.cs",
  12506. "Tutorial/CopyFolder/Properties/AssemblyInfo.cs",
  12507. "Tutorial/CopyFolder/obj/Debug/CopyFolder.csproj.CopyComplete",
  12508. "Tutorial/CopyFolder/obj/Debug/CopyFolder.csproj.CoreCompileInputs.cache",
  12509. "Tutorial/CopyFolder/obj/Debug/CopyFolder.csprojAssemblyReference.cache",
  12510. "Tutorial/CopyFolder/obj/Debug/CopyFolder.csprojResolveAssemblyReference.cache",
  12511. "Tutorial/CopyFolder/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12512. "Tutorial/CopyItem/CopyItem.csproj",
  12513. "Tutorial/CopyItem/Program.cs",
  12514. "Tutorial/CopyItem/Properties/AssemblyInfo.cs",
  12515. "Tutorial/CopyItem/obj/Debug/CopyItem.csproj.CopyComplete",
  12516. "Tutorial/CopyItem/obj/Debug/CopyItem.csproj.CoreCompileInputs.cache",
  12517. "Tutorial/CopyItem/obj/Debug/CopyItem.csprojResolveAssemblyReference.cache",
  12518. "Tutorial/CopyItem/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12519. "Tutorial/CreateAllDayAppointment/CreateAllDayAppointment.csproj",
  12520. "Tutorial/CreateAllDayAppointment/Program.cs",
  12521. "Tutorial/CreateAllDayAppointment/Properties/AssemblyInfo.cs",
  12522. "Tutorial/CreateAllDayAppointment/bin/Debug/CreateAllDayAppointment.vshost.exe.manifest",
  12523. "Tutorial/CreateAllDayAppointment/obj/Debug/CreateAllDayAppointment.csproj.CopyComplete",
  12524. "Tutorial/CreateAllDayAppointment/obj/Debug/CreateAllDayAppointment.csproj.CoreCompileInputs.cache",
  12525. "Tutorial/CreateAllDayAppointment/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12526. "Tutorial/CreateAppointment/CreateAppointment.csproj",
  12527. "Tutorial/CreateAppointment/Program.cs",
  12528. "Tutorial/CreateAppointment/Properties/AssemblyInfo.cs",
  12529. "Tutorial/CreateAppointment/obj/Debug/CreateAppointment.csproj.CopyComplete",
  12530. "Tutorial/CreateAppointment/obj/Debug/CreateAppointment.csproj.CoreCompileInputs.cache",
  12531. "Tutorial/CreateAppointment/obj/Debug/CreateAppointment.csprojResolveAssemblyReference.cache",
  12532. "Tutorial/CreateAppointment/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12533. "Tutorial/CreateAppointmentInAnotherMailbox/CreateAppointmentInAnotherMailbox.csproj",
  12534. "Tutorial/CreateAppointmentInAnotherMailbox/Program.cs",
  12535. "Tutorial/CreateAppointmentInAnotherMailbox/Properties/AssemblyInfo.cs",
  12536. "Tutorial/CreateAppointmentInAnotherMailbox/obj/Debug/CreateAppointmentInAnotherMailbox.csproj.CopyComplete",
  12537. "Tutorial/CreateAppointmentInAnotherMailbox/obj/Debug/CreateAppointmentInAnotherMailbox.csproj.CoreCompileInputs.cache",
  12538. "Tutorial/CreateAppointmentInAnotherMailbox/obj/Debug/CreateAppointmentInAnotherMailbox.csprojResolveAssemblyReference.cache",
  12539. "Tutorial/CreateAppointmentInAnotherMailbox/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12540. "Tutorial/CreateContact/CreateContact.csproj",
  12541. "Tutorial/CreateContact/Program.cs",
  12542. "Tutorial/CreateContact/Properties/AssemblyInfo.cs",
  12543. "Tutorial/CreateContact/obj/Debug/CreateContact.csproj.CopyComplete",
  12544. "Tutorial/CreateContact/obj/Debug/CreateContact.csproj.CoreCompileInputs.cache",
  12545. "Tutorial/CreateContact/obj/Debug/CreateContact.csprojResolveAssemblyReference.cache",
  12546. "Tutorial/CreateContact/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12547. "Tutorial/CreateContactWithCustomProperty/CreateContactWithCustomProperty.csproj",
  12548. "Tutorial/CreateContactWithCustomProperty/Program.cs",
  12549. "Tutorial/CreateContactWithCustomProperty/Properties/AssemblyInfo.cs",
  12550. "Tutorial/CreateContactWithCustomProperty/obj/Debug/CreateContactWithCustomProperty.csproj.CopyComplete",
  12551. "Tutorial/CreateContactWithCustomProperty/obj/Debug/CreateContactWithCustomProperty.csproj.CoreCompileInputs.cache",
  12552. "Tutorial/CreateContactWithCustomProperty/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12553. "Tutorial/CreateContactWithPicture/CreateContactWithPicture.csproj",
  12554. "Tutorial/CreateContactWithPicture/Program.cs",
  12555. "Tutorial/CreateContactWithPicture/Properties/AssemblyInfo.cs",
  12556. "Tutorial/CreateContactWithPicture/obj/Debug/CreateContactWithPicture.csproj.CopyComplete",
  12557. "Tutorial/CreateContactWithPicture/obj/Debug/CreateContactWithPicture.csproj.CoreCompileInputs.cache",
  12558. "Tutorial/CreateContactWithPicture/obj/Debug/CreateContactWithPicture.csprojResolveAssemblyReference.cache",
  12559. "Tutorial/CreateContactWithPicture/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12560. "Tutorial/CreateDistributionList/CreateDistributionList.csproj",
  12561. "Tutorial/CreateDistributionList/Program.cs",
  12562. "Tutorial/CreateDistributionList/Properties/AssemblyInfo.cs",
  12563. "Tutorial/CreateDistributionList/obj/Debug/CreateDistributionList.csproj.CopyComplete",
  12564. "Tutorial/CreateDistributionList/obj/Debug/CreateDistributionList.csproj.CoreCompileInputs.cache",
  12565. "Tutorial/CreateDistributionList/obj/Debug/CreateDistributionList.csprojResolveAssemblyReference.cache",
  12566. "Tutorial/CreateDistributionList/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12567. "Tutorial/CreateFolder/CreateFolder.csproj",
  12568. "Tutorial/CreateFolder/Program.cs",
  12569. "Tutorial/CreateFolder/Properties/AssemblyInfo.cs",
  12570. "Tutorial/CreateFolder/obj/Debug/CreateFolder.csproj.CopyComplete",
  12571. "Tutorial/CreateFolder/obj/Debug/CreateFolder.csproj.CoreCompileInputs.cache",
  12572. "Tutorial/CreateFolder/obj/Debug/CreateFolder.csprojAssemblyReference.cache",
  12573. "Tutorial/CreateFolder/obj/Debug/CreateFolder.csprojResolveAssemblyReference.cache",
  12574. "Tutorial/CreateFolder/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12575. "Tutorial/CreateFolderPath/CreateFolderPath.csproj",
  12576. "Tutorial/CreateFolderPath/Program.cs",
  12577. "Tutorial/CreateFolderPath/Properties/AssemblyInfo.cs",
  12578. "Tutorial/CreateFolderPath/bin/Debug/CreateFolderPath.vshost.exe.manifest",
  12579. "Tutorial/CreateFolderPath/obj/x86/Debug/CreateFolderPath.csproj.CopyComplete",
  12580. "Tutorial/CreateFolderPath/obj/x86/Debug/CreateFolderPath.csproj.CoreCompileInputs.cache",
  12581. "Tutorial/CreateFolderPath/obj/x86/Debug/CreateFolderPath.csprojResolveAssemblyReference.cache",
  12582. "Tutorial/CreateFolderPath/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12583. "Tutorial/CreateFolderSetPermission/CreateFolderSetPermission.csproj",
  12584. "Tutorial/CreateFolderSetPermission/Program.cs",
  12585. "Tutorial/CreateFolderSetPermission/Properties/AssemblyInfo.cs",
  12586. "Tutorial/CreateFolderSetPermission/obj/Debug/CreateFolderSetPermission.csproj.CopyComplete",
  12587. "Tutorial/CreateFolderSetPermission/obj/Debug/CreateFolderSetPermission.csproj.CoreCompileInputs.cache",
  12588. "Tutorial/CreateFolderSetPermission/obj/Debug/CreateFolderSetPermission.csprojResolveAssemblyReference.cache",
  12589. "Tutorial/CreateFolderSetPermission/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12590. "Tutorial/CreateInlineAttachment/CreateInlineAttachment.csproj",
  12591. "Tutorial/CreateInlineAttachment/Program.cs",
  12592. "Tutorial/CreateInlineAttachment/Properties/AssemblyInfo.cs",
  12593. "Tutorial/CreateInlineAttachment/obj/Debug/CreateInlineAttachment.csproj.CopyComplete",
  12594. "Tutorial/CreateInlineAttachment/obj/Debug/CreateInlineAttachment.csproj.CoreCompileInputs.cache",
  12595. "Tutorial/CreateInlineAttachment/obj/Debug/CreateInlineAttachment.csprojResolveAssemblyReference.cache",
  12596. "Tutorial/CreateInlineAttachment/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12597. "Tutorial/CreateJournal/CreateJournal.csproj",
  12598. "Tutorial/CreateJournal/Program.cs",
  12599. "Tutorial/CreateJournal/Properties/AssemblyInfo.cs",
  12600. "Tutorial/CreateJournal/obj/Debug/CreateJournal.csproj.CopyComplete",
  12601. "Tutorial/CreateJournal/obj/Debug/CreateJournal.csproj.CoreCompileInputs.cache",
  12602. "Tutorial/CreateJournal/obj/Debug/CreateJournal.csprojResolveAssemblyReference.cache",
  12603. "Tutorial/CreateJournal/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12604. "Tutorial/CreateMessage/CreateMessage.csproj",
  12605. "Tutorial/CreateMessage/Program.cs",
  12606. "Tutorial/CreateMessage/Properties/AssemblyInfo.cs",
  12607. "Tutorial/CreateMessage/bin/Debug/CreateMessage.vshost.exe.manifest",
  12608. "Tutorial/CreateMessage/obj/Debug/CreateMessage.csproj.CopyComplete",
  12609. "Tutorial/CreateMessage/obj/Debug/CreateMessage.csproj.CoreCompileInputs.cache",
  12610. "Tutorial/CreateMessage/obj/Debug/CreateMessage.csprojResolveAssemblyReference.cache",
  12611. "Tutorial/CreateMessage/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12612. "Tutorial/CreateMessageWithCustomProperty/CreateMessageWithCustomProperty.csproj",
  12613. "Tutorial/CreateMessageWithCustomProperty/Program.cs",
  12614. "Tutorial/CreateMessageWithCustomProperty/Properties/AssemblyInfo.cs",
  12615. "Tutorial/CreateMessageWithCustomProperty/obj/Debug/CreateMessageWithCustomProperty.csproj.CopyComplete",
  12616. "Tutorial/CreateMessageWithCustomProperty/obj/Debug/CreateMessageWithCustomProperty.csproj.CoreCompileInputs.cache",
  12617. "Tutorial/CreateMessageWithCustomProperty/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12618. "Tutorial/CreateNote/CreateNote.csproj",
  12619. "Tutorial/CreateNote/Program.cs",
  12620. "Tutorial/CreateNote/Properties/AssemblyInfo.cs",
  12621. "Tutorial/CreateNote/obj/Debug/CreateNote.csproj.CopyComplete",
  12622. "Tutorial/CreateNote/obj/Debug/CreateNote.csproj.CoreCompileInputs.cache",
  12623. "Tutorial/CreateNote/obj/Debug/CreateNote.csprojResolveAssemblyReference.cache",
  12624. "Tutorial/CreateNote/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12625. "Tutorial/CreatePost/CreatePost.csproj",
  12626. "Tutorial/CreatePost/Program.cs",
  12627. "Tutorial/CreatePost/Properties/AssemblyInfo.cs",
  12628. "Tutorial/CreatePost/obj/Debug/CreatePost.csproj.CopyComplete",
  12629. "Tutorial/CreatePost/obj/Debug/CreatePost.csproj.CoreCompileInputs.cache",
  12630. "Tutorial/CreatePost/obj/Debug/CreatePost.csprojResolveAssemblyReference.cache",
  12631. "Tutorial/CreatePost/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12632. "Tutorial/CreateRecurringAppointment1/CreateRecurringAppointment1.csproj",
  12633. "Tutorial/CreateRecurringAppointment1/Program.cs",
  12634. "Tutorial/CreateRecurringAppointment1/Properties/AssemblyInfo.cs",
  12635. "Tutorial/CreateRecurringAppointment1/obj/Debug/CreateRecurringAppointment1.csproj.CopyComplete",
  12636. "Tutorial/CreateRecurringAppointment1/obj/Debug/CreateRecurringAppointment1.csproj.CoreCompileInputs.cache",
  12637. "Tutorial/CreateRecurringAppointment1/obj/Debug/CreateRecurringAppointment1.csprojResolveAssemblyReference.cache",
  12638. "Tutorial/CreateRecurringAppointment1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12639. "Tutorial/CreateRecurringAppointment2/CreateRecurringAppointment2.csproj",
  12640. "Tutorial/CreateRecurringAppointment2/Program.cs",
  12641. "Tutorial/CreateRecurringAppointment2/Properties/AssemblyInfo.cs",
  12642. "Tutorial/CreateRecurringAppointment2/obj/Debug/CreateRecurringAppointment2.csproj.CopyComplete",
  12643. "Tutorial/CreateRecurringAppointment2/obj/Debug/CreateRecurringAppointment2.csproj.CoreCompileInputs.cache",
  12644. "Tutorial/CreateRecurringAppointment2/obj/Debug/CreateRecurringAppointment2.csprojResolveAssemblyReference.cache",
  12645. "Tutorial/CreateRecurringAppointment2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12646. "Tutorial/CreateRecurringAppointment3/CreateRecurringAppointment3.csproj",
  12647. "Tutorial/CreateRecurringAppointment3/Program.cs",
  12648. "Tutorial/CreateRecurringAppointment3/Properties/AssemblyInfo.cs",
  12649. "Tutorial/CreateRecurringAppointment3/bin/Debug/CreateRecurringAppointment3.vshost.exe.manifest",
  12650. "Tutorial/CreateRecurringAppointment3/obj/Debug/CreateRecurringAppointment3.csproj.CopyComplete",
  12651. "Tutorial/CreateRecurringAppointment3/obj/Debug/CreateRecurringAppointment3.csproj.CoreCompileInputs.cache",
  12652. "Tutorial/CreateRecurringAppointment3/obj/Debug/CreateRecurringAppointment3.csprojResolveAssemblyReference.cache",
  12653. "Tutorial/CreateRecurringAppointment3/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12654. "Tutorial/CreateRecurringAppointment4/CreateRecurringAppointment4.csproj",
  12655. "Tutorial/CreateRecurringAppointment4/Program.cs",
  12656. "Tutorial/CreateRecurringAppointment4/Properties/AssemblyInfo.cs",
  12657. "Tutorial/CreateRecurringAppointment4/obj/Debug/CreateRecurringAppointment4.csproj.CopyComplete",
  12658. "Tutorial/CreateRecurringAppointment4/obj/Debug/CreateRecurringAppointment4.csproj.CoreCompileInputs.cache",
  12659. "Tutorial/CreateRecurringAppointment4/obj/Debug/CreateRecurringAppointment4.csprojResolveAssemblyReference.cache",
  12660. "Tutorial/CreateRecurringAppointment4/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12661. "Tutorial/CreateRecurringAppointment5/CreateRecurringAppointment5.csproj",
  12662. "Tutorial/CreateRecurringAppointment5/Program.cs",
  12663. "Tutorial/CreateRecurringAppointment5/Properties/AssemblyInfo.cs",
  12664. "Tutorial/CreateRecurringAppointment5/obj/Debug/CreateRecurringAppointment5.csproj.CopyComplete",
  12665. "Tutorial/CreateRecurringAppointment5/obj/Debug/CreateRecurringAppointment5.csproj.CoreCompileInputs.cache",
  12666. "Tutorial/CreateRecurringAppointment5/obj/Debug/CreateRecurringAppointment5.csprojResolveAssemblyReference.cache",
  12667. "Tutorial/CreateRecurringAppointment5/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12668. "Tutorial/CreateRecurringAppointment6/CreateRecurringAppointment6.csproj",
  12669. "Tutorial/CreateRecurringAppointment6/Program.cs",
  12670. "Tutorial/CreateRecurringAppointment6/Properties/AssemblyInfo.cs",
  12671. "Tutorial/CreateRecurringAppointment6/obj/Debug/CreateRecurringAppointment6.csproj.CopyComplete",
  12672. "Tutorial/CreateRecurringAppointment6/obj/Debug/CreateRecurringAppointment6.csproj.CoreCompileInputs.cache",
  12673. "Tutorial/CreateRecurringAppointment6/obj/Debug/CreateRecurringAppointment6.csprojResolveAssemblyReference.cache",
  12674. "Tutorial/CreateRecurringAppointment6/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12675. "Tutorial/CreateRecurringTask1/CreateRecurringTask1.csproj",
  12676. "Tutorial/CreateRecurringTask1/Program.cs",
  12677. "Tutorial/CreateRecurringTask1/Properties/AssemblyInfo.cs",
  12678. "Tutorial/CreateRecurringTask1/obj/Debug/CreateRecurringTask1.csproj.CopyComplete",
  12679. "Tutorial/CreateRecurringTask1/obj/Debug/CreateRecurringTask1.csproj.CoreCompileInputs.cache",
  12680. "Tutorial/CreateRecurringTask1/obj/Debug/CreateRecurringTask1.csprojResolveAssemblyReference.cache",
  12681. "Tutorial/CreateRecurringTask1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12682. "Tutorial/CreateRetentionTag/CreateRetentionTag.csproj",
  12683. "Tutorial/CreateRetentionTag/Program.cs",
  12684. "Tutorial/CreateRetentionTag/Properties/AssemblyInfo.cs",
  12685. "Tutorial/CreateRetentionTag/bin/Debug/CreateRetentionTag.vshost.exe.manifest",
  12686. "Tutorial/CreateRetentionTag/obj/x86/Debug/CreateRetentionTag.csproj.CopyComplete",
  12687. "Tutorial/CreateRetentionTag/obj/x86/Debug/CreateRetentionTag.csproj.CoreCompileInputs.cache",
  12688. "Tutorial/CreateRetentionTag/obj/x86/Debug/CreateRetentionTag.csprojResolveAssemblyReference.cache",
  12689. "Tutorial/CreateRetentionTag/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12690. "Tutorial/CreateRule/CreateRule.csproj",
  12691. "Tutorial/CreateRule/Program.cs",
  12692. "Tutorial/CreateRule/Properties/AssemblyInfo.cs",
  12693. "Tutorial/CreateRule/bin/Debug/CreateRule.vshost.exe.manifest",
  12694. "Tutorial/CreateRule/obj/x86/Debug/CreateRule.csproj.CopyComplete",
  12695. "Tutorial/CreateRule/obj/x86/Debug/CreateRule.csproj.CoreCompileInputs.cache",
  12696. "Tutorial/CreateRule/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12697. "Tutorial/CreateTask/CreateTask.csproj",
  12698. "Tutorial/CreateTask/Program.cs",
  12699. "Tutorial/CreateTask/Properties/AssemblyInfo.cs",
  12700. "Tutorial/CreateTask/obj/Debug/CreateTask.csproj.CopyComplete",
  12701. "Tutorial/CreateTask/obj/Debug/CreateTask.csproj.CoreCompileInputs.cache",
  12702. "Tutorial/CreateTask/obj/Debug/CreateTask.csprojResolveAssemblyReference.cache",
  12703. "Tutorial/CreateTask/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12704. "Tutorial/CreateUserConfiguration/CreateUserConfiguration.csproj",
  12705. "Tutorial/CreateUserConfiguration/Program.cs",
  12706. "Tutorial/CreateUserConfiguration/Properties/AssemblyInfo.cs",
  12707. "Tutorial/CreateUserConfiguration/obj/Debug/CreateUserConfiguration.csproj.CopyComplete",
  12708. "Tutorial/CreateUserConfiguration/obj/Debug/CreateUserConfiguration.csproj.CoreCompileInputs.cache",
  12709. "Tutorial/CreateUserConfiguration/obj/Debug/CreateUserConfiguration.csprojResolveAssemblyReference.cache",
  12710. "Tutorial/CreateUserConfiguration/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12711. "Tutorial/DeleteFolder/DeleteFolder.csproj",
  12712. "Tutorial/DeleteFolder/Program.cs",
  12713. "Tutorial/DeleteFolder/Properties/AssemblyInfo.cs",
  12714. "Tutorial/DeleteFolder/obj/Debug/DeleteFolder.csproj.CopyComplete",
  12715. "Tutorial/DeleteFolder/obj/Debug/DeleteFolder.csproj.CoreCompileInputs.cache",
  12716. "Tutorial/DeleteFolder/obj/Debug/DeleteFolder.csprojAssemblyReference.cache",
  12717. "Tutorial/DeleteFolder/obj/Debug/DeleteFolder.csprojResolveAssemblyReference.cache",
  12718. "Tutorial/DeleteFolder/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12719. "Tutorial/DeleteItem/DeleteItem.csproj",
  12720. "Tutorial/DeleteItem/Program.cs",
  12721. "Tutorial/DeleteItem/Properties/AssemblyInfo.cs",
  12722. "Tutorial/DeleteItem/obj/Debug/DeleteItem.csproj.CopyComplete",
  12723. "Tutorial/DeleteItem/obj/Debug/DeleteItem.csproj.CoreCompileInputs.cache",
  12724. "Tutorial/DeleteItem/obj/Debug/DeleteItem.csprojResolveAssemblyReference.cache",
  12725. "Tutorial/DeleteItem/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12726. "Tutorial/DownloadMessage/DownloadMessage.csproj",
  12727. "Tutorial/DownloadMessage/Program.cs",
  12728. "Tutorial/DownloadMessage/Properties/AssemblyInfo.cs",
  12729. "Tutorial/DownloadMessage/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12730. "Tutorial/DownloadMessage/obj/Debug/DownloadMessage.csproj.CopyComplete",
  12731. "Tutorial/DownloadMessage/obj/Debug/DownloadMessage.csproj.CoreCompileInputs.cache",
  12732. "Tutorial/DownloadMessage/obj/Debug/DownloadMessage.csprojResolveAssemblyReference.cache",
  12733. "Tutorial/DownloadMessageToMsgFile/DownloadMessageToMsgFile.csproj",
  12734. "Tutorial/DownloadMessageToMsgFile/Program.cs",
  12735. "Tutorial/DownloadMessageToMsgFile/Properties/AssemblyInfo.cs",
  12736. "Tutorial/DownloadMessageToMsgFile/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12737. "Tutorial/DownloadMessageToMsgFile/obj/Debug/DownloadMessageToMsgFile.csproj.CopyComplete",
  12738. "Tutorial/DownloadMessageToMsgFile/obj/Debug/DownloadMessageToMsgFile.csproj.CoreCompileInputs.cache",
  12739. "Tutorial/DownloadMessageToMsgFile/obj/Debug/DownloadMessageToMsgFile.csprojResolveAssemblyReference.cache",
  12740. "Tutorial/Exchange Web Services .NET Tutorial.sln",
  12741. "Tutorial/Exchange Web Services .NET Tutorial.v12.suo",
  12742. "Tutorial/ExpandDistributionList/ExpandDistributionList.csproj",
  12743. "Tutorial/ExpandDistributionList/Program.cs",
  12744. "Tutorial/ExpandDistributionList/Properties/AssemblyInfo.cs",
  12745. "Tutorial/ExpandDistributionList/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12746. "Tutorial/ExpandDistributionList/obj/Debug/ExpandDistributionList.csproj.CopyComplete",
  12747. "Tutorial/ExpandDistributionList/obj/Debug/ExpandDistributionList.csproj.CoreCompileInputs.cache",
  12748. "Tutorial/ExpandDistributionList/obj/Debug/ExpandDistributionList.csprojResolveAssemblyReference.cache",
  12749. "Tutorial/FindAppointments1/FindAppointments1.csproj",
  12750. "Tutorial/FindAppointments1/Program.cs",
  12751. "Tutorial/FindAppointments1/Properties/AssemblyInfo.cs",
  12752. "Tutorial/FindAppointments1/bin/Debug/FindAppointments1.vshost.exe.manifest",
  12753. "Tutorial/FindAppointments1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12754. "Tutorial/FindAppointments1/obj/Debug/FindAppointments1.csproj.CopyComplete",
  12755. "Tutorial/FindAppointments1/obj/Debug/FindAppointments1.csproj.CoreCompileInputs.cache",
  12756. "Tutorial/FindContacts1/FindContacts1.csproj",
  12757. "Tutorial/FindContacts1/Program.cs",
  12758. "Tutorial/FindContacts1/Properties/AssemblyInfo.cs",
  12759. "Tutorial/FindContacts1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12760. "Tutorial/FindContacts1/obj/Debug/FindContacts1.csproj.CopyComplete",
  12761. "Tutorial/FindContacts1/obj/Debug/FindContacts1.csproj.CoreCompileInputs.cache",
  12762. "Tutorial/FindContacts1/obj/Debug/FindContacts1.csprojResolveAssemblyReference.cache",
  12763. "Tutorial/FindContacts2/FindContacts2.csproj",
  12764. "Tutorial/FindContacts2/Program.cs",
  12765. "Tutorial/FindContacts2/Properties/AssemblyInfo.cs",
  12766. "Tutorial/FindContacts2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12767. "Tutorial/FindContacts2/obj/Debug/FindContacts2.csproj.CopyComplete",
  12768. "Tutorial/FindContacts2/obj/Debug/FindContacts2.csproj.CoreCompileInputs.cache",
  12769. "Tutorial/FindContacts2/obj/Debug/FindContacts2.csprojResolveAssemblyReference.cache",
  12770. "Tutorial/FindContacts3/FindContacts3.csproj",
  12771. "Tutorial/FindContacts3/Program.cs",
  12772. "Tutorial/FindContacts3/Properties/AssemblyInfo.cs",
  12773. "Tutorial/FindContacts3/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12774. "Tutorial/FindContacts3/obj/Debug/FindContacts3.csproj.CopyComplete",
  12775. "Tutorial/FindContacts3/obj/Debug/FindContacts3.csproj.CoreCompileInputs.cache",
  12776. "Tutorial/FindContacts3/obj/Debug/FindContacts3.csprojResolveAssemblyReference.cache",
  12777. "Tutorial/FindConversation/FindConversation.csproj",
  12778. "Tutorial/FindConversation/Program.cs",
  12779. "Tutorial/FindConversation/Properties/AssemblyInfo.cs",
  12780. "Tutorial/FindConversation/bin/Debug/FindConversation.vshost.exe.manifest",
  12781. "Tutorial/FindConversation/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12782. "Tutorial/FindConversation/obj/x86/Debug/FindConversation.csproj.CopyComplete",
  12783. "Tutorial/FindConversation/obj/x86/Debug/FindConversation.csproj.CoreCompileInputs.cache",
  12784. "Tutorial/FindConversation/obj/x86/Debug/FindConversation.csprojResolveAssemblyReference.cache",
  12785. "Tutorial/FindFolder1/FindFolder1.csproj",
  12786. "Tutorial/FindFolder1/Program.cs",
  12787. "Tutorial/FindFolder1/Properties/AssemblyInfo.cs",
  12788. "Tutorial/FindFolder1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12789. "Tutorial/FindFolder1/obj/Debug/FindFolder1.csproj.CopyComplete",
  12790. "Tutorial/FindFolder1/obj/Debug/FindFolder1.csproj.CoreCompileInputs.cache",
  12791. "Tutorial/FindFolder1/obj/Debug/FindFolder1.csprojResolveAssemblyReference.cache",
  12792. "Tutorial/FindFolder2/FindFolder2.csproj",
  12793. "Tutorial/FindFolder2/Program.cs",
  12794. "Tutorial/FindFolder2/Properties/AssemblyInfo.cs",
  12795. "Tutorial/FindFolder2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12796. "Tutorial/FindFolder2/obj/Debug/FindFolder2.csproj.CopyComplete",
  12797. "Tutorial/FindFolder2/obj/Debug/FindFolder2.csproj.CoreCompileInputs.cache",
  12798. "Tutorial/FindFolder2/obj/Debug/FindFolder2.csprojResolveAssemblyReference.cache",
  12799. "Tutorial/FindJournal/FindJournal.csproj",
  12800. "Tutorial/FindJournal/Program.cs",
  12801. "Tutorial/FindJournal/Properties/AssemblyInfo.cs",
  12802. "Tutorial/FindJournal/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12803. "Tutorial/FindJournal/obj/Debug/FindJournal.csproj.CopyComplete",
  12804. "Tutorial/FindJournal/obj/Debug/FindJournal.csproj.CoreCompileInputs.cache",
  12805. "Tutorial/FindJournal/obj/Debug/FindJournal.csprojResolveAssemblyReference.cache",
  12806. "Tutorial/FindMessageTrackingReport/FindMessageTrackingReport.csproj",
  12807. "Tutorial/FindMessageTrackingReport/Program.cs",
  12808. "Tutorial/FindMessageTrackingReport/Properties/AssemblyInfo.cs",
  12809. "Tutorial/FindMessageTrackingReport/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12810. "Tutorial/FindMessageTrackingReport/obj/Debug/FindMessageTrackingReport.csproj.CopyComplete",
  12811. "Tutorial/FindMessageTrackingReport/obj/Debug/FindMessageTrackingReport.csproj.CoreCompileInputs.cache",
  12812. "Tutorial/FindMessageTrackingReport/obj/Debug/FindMessageTrackingReport.csprojResolveAssemblyReference.cache",
  12813. "Tutorial/FindMessages1/FindMessages1.csproj",
  12814. "Tutorial/FindMessages1/Program.cs",
  12815. "Tutorial/FindMessages1/Properties/AssemblyInfo.cs",
  12816. "Tutorial/FindMessages1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12817. "Tutorial/FindMessages1/obj/Debug/FindMessages1.csproj.CopyComplete",
  12818. "Tutorial/FindMessages1/obj/Debug/FindMessages1.csproj.CoreCompileInputs.cache",
  12819. "Tutorial/FindMessages1/obj/Debug/FindMessages1.csprojResolveAssemblyReference.cache",
  12820. "Tutorial/FindMessages2/FindMessages2.csproj",
  12821. "Tutorial/FindMessages2/Program.cs",
  12822. "Tutorial/FindMessages2/Properties/AssemblyInfo.cs",
  12823. "Tutorial/FindMessages2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12824. "Tutorial/FindMessages2/obj/Debug/FindMessages2.csproj.CopyComplete",
  12825. "Tutorial/FindMessages2/obj/Debug/FindMessages2.csproj.CoreCompileInputs.cache",
  12826. "Tutorial/FindMessages2/obj/Debug/FindMessages2.csprojResolveAssemblyReference.cache",
  12827. "Tutorial/FindMessagesWithAttachments/FindMessagesWithAttachments.csproj",
  12828. "Tutorial/FindMessagesWithAttachments/Program.cs",
  12829. "Tutorial/FindMessagesWithAttachments/Properties/AssemblyInfo.cs",
  12830. "Tutorial/FindMessagesWithAttachments/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12831. "Tutorial/FindMessagesWithAttachments/obj/Debug/FindMessagesWithAttachments.csproj.CopyComplete",
  12832. "Tutorial/FindMessagesWithAttachments/obj/Debug/FindMessagesWithAttachments.csproj.CoreCompileInputs.cache",
  12833. "Tutorial/FindMessagesWithAttachments/obj/Debug/FindMessagesWithAttachments.csprojResolveAssemblyReference.cache",
  12834. "Tutorial/FindMessagesWithAttachments2/FindMessagesWithAttachments2.csproj",
  12835. "Tutorial/FindMessagesWithAttachments2/Program.cs",
  12836. "Tutorial/FindMessagesWithAttachments2/Properties/AssemblyInfo.cs",
  12837. "Tutorial/FindMessagesWithAttachments2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12838. "Tutorial/FindMessagesWithAttachments2/obj/Debug/FindMessagesWithAttachments2.csproj.CopyComplete",
  12839. "Tutorial/FindMessagesWithAttachments2/obj/Debug/FindMessagesWithAttachments2.csproj.CoreCompileInputs.cache",
  12840. "Tutorial/FindMessagesWithAttachments2/obj/Debug/FindMessagesWithAttachments2.csprojResolveAssemblyReference.cache",
  12841. "Tutorial/FindMessagesWithFlag/FindMessagesWithFlag.csproj",
  12842. "Tutorial/FindMessagesWithFlag/Program.cs",
  12843. "Tutorial/FindMessagesWithFlag/Properties/AssemblyInfo.cs",
  12844. "Tutorial/FindMessagesWithFlag/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12845. "Tutorial/FindMessagesWithFlag/obj/Debug/FindMessagesWithFlag.csproj.CopyComplete",
  12846. "Tutorial/FindMessagesWithFlag/obj/Debug/FindMessagesWithFlag.csproj.CoreCompileInputs.cache",
  12847. "Tutorial/FindMessagesWithFlag/obj/Debug/FindMessagesWithFlag.csprojResolveAssemblyReference.cache",
  12848. "Tutorial/FindNote/FindNote.csproj",
  12849. "Tutorial/FindNote/Program.cs",
  12850. "Tutorial/FindNote/Properties/AssemblyInfo.cs",
  12851. "Tutorial/FindNote/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12852. "Tutorial/FindNote/obj/Debug/FindNote.csproj.CopyComplete",
  12853. "Tutorial/FindNote/obj/Debug/FindNote.csproj.CoreCompileInputs.cache",
  12854. "Tutorial/FindNote/obj/Debug/FindNote.csprojResolveAssemblyReference.cache",
  12855. "Tutorial/FindOccurences/FindOccurrences.csproj",
  12856. "Tutorial/FindOccurences/Program.cs",
  12857. "Tutorial/FindOccurences/Properties/AssemblyInfo.cs",
  12858. "Tutorial/FindOccurences/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12859. "Tutorial/FindOccurences/obj/x86/Debug/FindOccurences.csprojResolveAssemblyReference.cache",
  12860. "Tutorial/FindOccurences/obj/x86/Debug/FindOccurrences.csproj.CopyComplete",
  12861. "Tutorial/FindOccurences/obj/x86/Debug/FindOccurrences.csproj.CoreCompileInputs.cache",
  12862. "Tutorial/FindOccurences/obj/x86/Debug/FindOccurrences.csprojResolveAssemblyReference.cache",
  12863. "Tutorial/FindPeople/FindPeople.csproj",
  12864. "Tutorial/FindPeople/Program.cs",
  12865. "Tutorial/FindPeople/Properties/AssemblyInfo.cs",
  12866. "Tutorial/FindPeople/bin/Debug/FindPeople.vshost.exe.manifest",
  12867. "Tutorial/FindPeople/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12868. "Tutorial/FindPeople/obj/x86/Debug/FindPeople.csproj.CopyComplete",
  12869. "Tutorial/FindPeople/obj/x86/Debug/FindPeople.csproj.CoreCompileInputs.cache",
  12870. "Tutorial/FindPeople/obj/x86/Debug/FindPeople.csprojResolveAssemblyReference.cache",
  12871. "Tutorial/FindPost/FindPost.csproj",
  12872. "Tutorial/FindPost/Program.cs",
  12873. "Tutorial/FindPost/Properties/AssemblyInfo.cs",
  12874. "Tutorial/FindPost/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12875. "Tutorial/FindPost/obj/Debug/FindPost.csproj.CopyComplete",
  12876. "Tutorial/FindPost/obj/Debug/FindPost.csproj.CoreCompileInputs.cache",
  12877. "Tutorial/FindPost/obj/Debug/FindPost.csprojResolveAssemblyReference.cache",
  12878. "Tutorial/FindRepliedOrForwardedMessages/FindRepliedOrForwardedMessages.csproj",
  12879. "Tutorial/FindRepliedOrForwardedMessages/Program.cs",
  12880. "Tutorial/FindRepliedOrForwardedMessages/Properties/AssemblyInfo.cs",
  12881. "Tutorial/FindRepliedOrForwardedMessages/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12882. "Tutorial/FindRepliedOrForwardedMessages/obj/Debug/FindRepliedOrForwardedMessages.csproj.CopyComplete",
  12883. "Tutorial/FindRepliedOrForwardedMessages/obj/Debug/FindRepliedOrForwardedMessages.csproj.CoreCompileInputs.cache",
  12884. "Tutorial/FindRepliedOrForwardedMessages/obj/Debug/FindRepliedOrForwardedMessages.csprojResolveAssemblyReference.cache",
  12885. "Tutorial/FindTask/FindTask.csproj",
  12886. "Tutorial/FindTask/Program.cs",
  12887. "Tutorial/FindTask/Properties/AssemblyInfo.cs",
  12888. "Tutorial/FindTask/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12889. "Tutorial/FindTask/obj/Debug/FindTask.csproj.CopyComplete",
  12890. "Tutorial/FindTask/obj/Debug/FindTask.csproj.CoreCompileInputs.cache",
  12891. "Tutorial/FindTaskRequest/FindTaskRequest.csproj",
  12892. "Tutorial/FindTaskRequest/Program.cs",
  12893. "Tutorial/FindTaskRequest/Properties/AssemblyInfo.cs",
  12894. "Tutorial/FindTaskRequest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12895. "Tutorial/FindTaskRequest/obj/Debug/FindTaskRequest.csproj.CopyComplete",
  12896. "Tutorial/FindTaskRequest/obj/Debug/FindTaskRequest.csproj.CoreCompileInputs.cache",
  12897. "Tutorial/FindTaskRequest/obj/Debug/FindTaskRequest.csprojResolveAssemblyReference.cache",
  12898. "Tutorial/FindTopTenMessages/FindTopTenMessages.csproj",
  12899. "Tutorial/FindTopTenMessages/Program.cs",
  12900. "Tutorial/FindTopTenMessages/Properties/AssemblyInfo.cs",
  12901. "Tutorial/FindTopTenMessages/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12902. "Tutorial/FindTopTenMessages/obj/Debug/FindTopTenMessages.csproj.CopyComplete",
  12903. "Tutorial/FindTopTenMessages/obj/Debug/FindTopTenMessages.csproj.CoreCompileInputs.cache",
  12904. "Tutorial/FindUnreadMessages/FindUnreadMessages.csproj",
  12905. "Tutorial/FindUnreadMessages/Program.cs",
  12906. "Tutorial/FindUnreadMessages/Properties/AssemblyInfo.cs",
  12907. "Tutorial/FindUnreadMessages/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12908. "Tutorial/FindUnreadMessages/obj/Debug/FindUnreadMessages.csproj.CopyComplete",
  12909. "Tutorial/FindUnreadMessages/obj/Debug/FindUnreadMessages.csproj.CoreCompileInputs.cache",
  12910. "Tutorial/FindUnreadMessages/obj/Debug/FindUnreadMessages.csprojResolveAssemblyReference.cache",
  12911. "Tutorial/ForwardMessage/ForwardMessage.csproj",
  12912. "Tutorial/ForwardMessage/Program.cs",
  12913. "Tutorial/ForwardMessage/Properties/AssemblyInfo.cs",
  12914. "Tutorial/ForwardMessage/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12915. "Tutorial/ForwardMessage/obj/Debug/ForwardMessage.csproj.CopyComplete",
  12916. "Tutorial/ForwardMessage/obj/Debug/ForwardMessage.csproj.CoreCompileInputs.cache",
  12917. "Tutorial/ForwardMessage/obj/Debug/ForwardMessage.csprojResolveAssemblyReference.cache",
  12918. "Tutorial/GetAvailability/GetAvailability.csproj",
  12919. "Tutorial/GetAvailability/Program.cs",
  12920. "Tutorial/GetAvailability/Properties/AssemblyInfo.cs",
  12921. "Tutorial/GetAvailability/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12922. "Tutorial/GetAvailability/obj/Debug/GetAvailability.csproj.CopyComplete",
  12923. "Tutorial/GetAvailability/obj/Debug/GetAvailability.csproj.CoreCompileInputs.cache",
  12924. "Tutorial/GetAvailability/obj/Debug/GetAvailability.csprojResolveAssemblyReference.cache",
  12925. "Tutorial/GetCalendarOptions/GetCalendarOptions.csproj",
  12926. "Tutorial/GetCalendarOptions/Program.cs",
  12927. "Tutorial/GetCalendarOptions/Properties/AssemblyInfo.cs",
  12928. "Tutorial/GetCalendarOptions/bin/Debug/GetCalendarOptions.vshost.exe.manifest",
  12929. "Tutorial/GetCalendarOptions/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12930. "Tutorial/GetCalendarOptions/obj/x86/Debug/GetCalendarOptions.csproj.CopyComplete",
  12931. "Tutorial/GetCalendarOptions/obj/x86/Debug/GetCalendarOptions.csproj.CoreCompileInputs.cache",
  12932. "Tutorial/GetCalendarOptions/obj/x86/Debug/GetCalendarOptions.csprojResolveAssemblyReference.cache",
  12933. "Tutorial/GetCategoryList/GetCategoryList.csproj",
  12934. "Tutorial/GetCategoryList/Program.cs",
  12935. "Tutorial/GetCategoryList/Properties/AssemblyInfo.cs",
  12936. "Tutorial/GetCategoryList/bin/Debug/GetCategoryList.vshost.exe.manifest",
  12937. "Tutorial/GetCategoryList/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12938. "Tutorial/GetCategoryList/obj/x86/Debug/GetCategoryList.csproj.CopyComplete",
  12939. "Tutorial/GetCategoryList/obj/x86/Debug/GetCategoryList.csproj.CoreCompileInputs.cache",
  12940. "Tutorial/GetCategoryList/obj/x86/Debug/GetCategoryList.csprojResolveAssemblyReference.cache",
  12941. "Tutorial/GetConversationItems/GetConversationItems.csproj",
  12942. "Tutorial/GetConversationItems/Program.cs",
  12943. "Tutorial/GetConversationItems/Properties/AssemblyInfo.cs",
  12944. "Tutorial/GetConversationItems/bin/Debug/GetConversationItems.vshost.exe.manifest",
  12945. "Tutorial/GetConversationItems/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12946. "Tutorial/GetConversationItems/obj/x86/Debug/GetConversationItems.csproj.CopyComplete",
  12947. "Tutorial/GetConversationItems/obj/x86/Debug/GetConversationItems.csproj.CoreCompileInputs.cache",
  12948. "Tutorial/GetConversationItems/obj/x86/Debug/GetConversationItems.csprojResolveAssemblyReference.cache",
  12949. "Tutorial/GetDelegate/GetDelegate.csproj",
  12950. "Tutorial/GetDelegate/Program.cs",
  12951. "Tutorial/GetDelegate/Properties/AssemblyInfo.cs",
  12952. "Tutorial/GetDelegate/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12953. "Tutorial/GetDelegate/obj/Debug/GetDelegate.csproj.CopyComplete",
  12954. "Tutorial/GetDelegate/obj/Debug/GetDelegate.csproj.CoreCompileInputs.cache",
  12955. "Tutorial/GetDiscoverySearchConfiguration/GetDiscoverySearchConfiguration.csproj",
  12956. "Tutorial/GetDiscoverySearchConfiguration/Program.cs",
  12957. "Tutorial/GetDiscoverySearchConfiguration/Properties/AssemblyInfo.cs",
  12958. "Tutorial/GetDiscoverySearchConfiguration/bin/Debug/GetDiscoverySearchConfiguration.vshost.exe.manifest",
  12959. "Tutorial/GetDiscoverySearchConfiguration/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12960. "Tutorial/GetDiscoverySearchConfiguration/obj/x86/Debug/GetDiscoverySearchConfiguration.csproj.CopyComplete",
  12961. "Tutorial/GetDiscoverySearchConfiguration/obj/x86/Debug/GetDiscoverySearchConfiguration.csproj.CoreCompileInputs.cache",
  12962. "Tutorial/GetDiscoverySearchConfiguration/obj/x86/Debug/GetDiscoverySearchConfiguration.csprojResolveAssemblyReference.cache",
  12963. "Tutorial/GetFolder/GetFolder.csproj",
  12964. "Tutorial/GetFolder/Program.cs",
  12965. "Tutorial/GetFolder/Properties/AssemblyInfo.cs",
  12966. "Tutorial/GetFolder/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12967. "Tutorial/GetFolder/obj/Debug/GetFolder.csproj.CopyComplete",
  12968. "Tutorial/GetFolder/obj/Debug/GetFolder.csproj.CoreCompileInputs.cache",
  12969. "Tutorial/GetFolder/obj/Debug/GetFolder.csprojResolveAssemblyReference.cache",
  12970. "Tutorial/GetFreeBusy/GetFreeBusy.csproj",
  12971. "Tutorial/GetFreeBusy/Program.cs",
  12972. "Tutorial/GetFreeBusy/Properties/AssemblyInfo.cs",
  12973. "Tutorial/GetFreeBusy/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12974. "Tutorial/GetFreeBusy/obj/Debug/GetFreeBusy.csproj.CopyComplete",
  12975. "Tutorial/GetFreeBusy/obj/Debug/GetFreeBusy.csproj.CoreCompileInputs.cache",
  12976. "Tutorial/GetOutOfOffice/GetOutOfOffice.csproj",
  12977. "Tutorial/GetOutOfOffice/Program.cs",
  12978. "Tutorial/GetOutOfOffice/Properties/AssemblyInfo.cs",
  12979. "Tutorial/GetOutOfOffice/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12980. "Tutorial/GetOutOfOffice/obj/Debug/GetOutOfOffice.csproj.CopyComplete",
  12981. "Tutorial/GetOutOfOffice/obj/Debug/GetOutOfOffice.csproj.CoreCompileInputs.cache",
  12982. "Tutorial/GetOutOfOffice/obj/Debug/GetOutOfOffice.csprojResolveAssemblyReference.cache",
  12983. "Tutorial/GetOwaOptions/GetOwaOptions.csproj",
  12984. "Tutorial/GetOwaOptions/Program.cs",
  12985. "Tutorial/GetOwaOptions/Properties/AssemblyInfo.cs",
  12986. "Tutorial/GetOwaOptions/bin/Debug/GetOwaOptions.vshost.exe.manifest",
  12987. "Tutorial/GetOwaOptions/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12988. "Tutorial/GetOwaOptions/obj/x86/Debug/GetOwaOptions.csproj.CopyComplete",
  12989. "Tutorial/GetOwaOptions/obj/x86/Debug/GetOwaOptions.csproj.CoreCompileInputs.cache",
  12990. "Tutorial/GetOwaOptions/obj/x86/Debug/GetOwaOptions.csprojResolveAssemblyReference.cache",
  12991. "Tutorial/GetRetentionSettings/GetRetentionSettings.csproj",
  12992. "Tutorial/GetRetentionSettings/Program.cs",
  12993. "Tutorial/GetRetentionSettings/Properties/AssemblyInfo.cs",
  12994. "Tutorial/GetRetentionSettings/bin/Debug/GetRetentionSettings.vshost.exe.manifest",
  12995. "Tutorial/GetRetentionSettings/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  12996. "Tutorial/GetRetentionSettings/obj/x86/Debug/GetRetentionSettings.csproj.CopyComplete",
  12997. "Tutorial/GetRetentionSettings/obj/x86/Debug/GetRetentionSettings.csproj.CoreCompileInputs.cache",
  12998. "Tutorial/GetRetentionSettings/obj/x86/Debug/GetRetentionSettings.csprojResolveAssemblyReference.cache",
  12999. "Tutorial/GetRules/GetRules.csproj",
  13000. "Tutorial/GetRules/Program.cs",
  13001. "Tutorial/GetRules/Properties/AssemblyInfo.cs",
  13002. "Tutorial/GetRules/bin/Debug/GetRules.vshost.exe.manifest",
  13003. "Tutorial/GetRules/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13004. "Tutorial/GetRules/obj/x86/Debug/GetRules.csproj.CopyComplete",
  13005. "Tutorial/GetRules/obj/x86/Debug/GetRules.csproj.CoreCompileInputs.cache",
  13006. "Tutorial/GetRules/obj/x86/Debug/GetRules.csprojResolveAssemblyReference.cache",
  13007. "Tutorial/GetServerTimeZones/GetServerTimeZones.csproj",
  13008. "Tutorial/GetServerTimeZones/Program.cs",
  13009. "Tutorial/GetServerTimeZones/Properties/AssemblyInfo.cs",
  13010. "Tutorial/GetServerTimeZones/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13011. "Tutorial/GetServerTimeZones/obj/Debug/GetServerTimeZones.csproj.CopyComplete",
  13012. "Tutorial/GetServerTimeZones/obj/Debug/GetServerTimeZones.csproj.CoreCompileInputs.cache",
  13013. "Tutorial/GetServerTimeZones/obj/Debug/GetServerTimeZones.csprojResolveAssemblyReference.cache",
  13014. "Tutorial/GetServiceConfiguration/GetServiceConfiguration.csproj",
  13015. "Tutorial/GetServiceConfiguration/Program.cs",
  13016. "Tutorial/GetServiceConfiguration/Properties/AssemblyInfo.cs",
  13017. "Tutorial/GetServiceConfiguration/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13018. "Tutorial/GetServiceConfiguration/obj/Debug/GetServiceConfiguration.csproj.CopyComplete",
  13019. "Tutorial/GetServiceConfiguration/obj/Debug/GetServiceConfiguration.csproj.CoreCompileInputs.cache",
  13020. "Tutorial/GetServiceConfiguration/obj/Debug/GetServiceConfiguration.csprojResolveAssemblyReference.cache",
  13021. "Tutorial/GetUserConfiguration/GetUserConfiguration.csproj",
  13022. "Tutorial/GetUserConfiguration/Program.cs",
  13023. "Tutorial/GetUserConfiguration/Properties/AssemblyInfo.cs",
  13024. "Tutorial/GetUserConfiguration/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13025. "Tutorial/GetUserConfiguration/obj/Debug/GetUserConfiguration.csproj.CopyComplete",
  13026. "Tutorial/GetUserConfiguration/obj/Debug/GetUserConfiguration.csproj.CoreCompileInputs.cache",
  13027. "Tutorial/GetUserConfiguration/obj/Debug/GetUserConfiguration.csprojResolveAssemblyReference.cache",
  13028. "Tutorial/GetUserSettings/GetUserSettings.csproj",
  13029. "Tutorial/GetUserSettings/Program.cs",
  13030. "Tutorial/GetUserSettings/Properties/AssemblyInfo.cs",
  13031. "Tutorial/GetUserSettings/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13032. "Tutorial/GetUserSettings/obj/Debug/GetUserSettings.csproj.CopyComplete",
  13033. "Tutorial/GetUserSettings/obj/Debug/GetUserSettings.csproj.CoreCompileInputs.cache",
  13034. "Tutorial/GetUserSettings/obj/Debug/GetUserSettings.csprojResolveAssemblyReference.cache",
  13035. "Tutorial/Impersonation/Impersonation.csproj",
  13036. "Tutorial/Impersonation/Program.cs",
  13037. "Tutorial/Impersonation/Properties/AssemblyInfo.cs",
  13038. "Tutorial/Impersonation/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13039. "Tutorial/Impersonation/obj/Debug/Impersonation.csproj.CopyComplete",
  13040. "Tutorial/Impersonation/obj/Debug/Impersonation.csproj.CoreCompileInputs.cache",
  13041. "Tutorial/Impersonation/obj/Debug/Impersonation.csprojResolveAssemblyReference.cache",
  13042. "Tutorial/IndexedPageView/IndexedPageView.csproj",
  13043. "Tutorial/IndexedPageView/Program.cs",
  13044. "Tutorial/IndexedPageView/Properties/AssemblyInfo.cs",
  13045. "Tutorial/IndexedPageView/bin/Debug/IndexedPageView.vshost.exe.manifest",
  13046. "Tutorial/IndexedPageView/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13047. "Tutorial/IndexedPageView/obj/x86/Debug/IndexedPageView.csproj.CopyComplete",
  13048. "Tutorial/IndexedPageView/obj/x86/Debug/IndexedPageView.csproj.CoreCompileInputs.cache",
  13049. "Tutorial/IndexedPageView/obj/x86/Debug/IndexedPageView.csprojResolveAssemblyReference.cache",
  13050. "Tutorial/ListFolders/ListFolders.csproj",
  13051. "Tutorial/ListFolders/Program.cs",
  13052. "Tutorial/ListFolders/Properties/AssemblyInfo.cs",
  13053. "Tutorial/ListFolders/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13054. "Tutorial/ListFolders/obj/Debug/ListFolders.csproj.CopyComplete",
  13055. "Tutorial/ListFolders/obj/Debug/ListFolders.csproj.CoreCompileInputs.cache",
  13056. "Tutorial/ListFolders/obj/Debug/ListFolders.csprojResolveAssemblyReference.cache",
  13057. "Tutorial/ListItems/ListItems.csproj",
  13058. "Tutorial/ListItems/Program.cs",
  13059. "Tutorial/ListItems/Properties/AssemblyInfo.cs",
  13060. "Tutorial/ListItems/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13061. "Tutorial/ListItems/obj/Debug/ListItems.csproj.CopyComplete",
  13062. "Tutorial/ListItems/obj/Debug/ListItems.csproj.CoreCompileInputs.cache",
  13063. "Tutorial/ListItems/obj/Debug/ListItems.csprojResolveAssemblyReference.cache",
  13064. "Tutorial/ListPublicFolders/ListPublicFolders.csproj",
  13065. "Tutorial/ListPublicFolders/Program.cs",
  13066. "Tutorial/ListPublicFolders/Properties/AssemblyInfo.cs",
  13067. "Tutorial/ListPublicFolders/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13068. "Tutorial/ListPublicFolders/obj/Debug/ListPublicFolders.csproj.CopyComplete",
  13069. "Tutorial/ListPublicFolders/obj/Debug/ListPublicFolders.csproj.CoreCompileInputs.cache",
  13070. "Tutorial/ListPublicFolders/obj/Debug/ListPublicFolders.csprojResolveAssemblyReference.cache",
  13071. "Tutorial/MapiProperties/MapiProperties.csproj",
  13072. "Tutorial/MapiProperties/Program.cs",
  13073. "Tutorial/MapiProperties/Properties/AssemblyInfo.cs",
  13074. "Tutorial/MapiProperties/bin/Debug/MapiProperties.vshost.exe.manifest",
  13075. "Tutorial/MapiProperties/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13076. "Tutorial/MapiProperties/obj/x86/Debug/MapiProperties.csproj.CopyComplete",
  13077. "Tutorial/MapiProperties/obj/x86/Debug/MapiProperties.csproj.CoreCompileInputs.cache",
  13078. "Tutorial/MapiProperties/obj/x86/Debug/MapiProperties.csprojResolveAssemblyReference.cache",
  13079. "Tutorial/MarkAllItemsAsRead/MarkAllItemsAsRead.csproj",
  13080. "Tutorial/MarkAllItemsAsRead/Program.cs",
  13081. "Tutorial/MarkAllItemsAsRead/Properties/AssemblyInfo.cs",
  13082. "Tutorial/MarkAllItemsAsRead/bin/Debug/MarkAllItemsAsRead.vshost.exe.manifest",
  13083. "Tutorial/MarkAllItemsAsRead/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13084. "Tutorial/MarkAllItemsAsRead/obj/x86/Debug/MarkAllItemsAsRead.csproj.CopyComplete",
  13085. "Tutorial/MarkAllItemsAsRead/obj/x86/Debug/MarkAllItemsAsRead.csproj.CoreCompileInputs.cache",
  13086. "Tutorial/MoveFolder/MoveFolder.csproj",
  13087. "Tutorial/MoveFolder/Program.cs",
  13088. "Tutorial/MoveFolder/Properties/AssemblyInfo.cs",
  13089. "Tutorial/MoveFolder/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13090. "Tutorial/MoveFolder/obj/Debug/MoveFolder.csproj.CopyComplete",
  13091. "Tutorial/MoveFolder/obj/Debug/MoveFolder.csproj.CoreCompileInputs.cache",
  13092. "Tutorial/MoveFolder/obj/Debug/MoveFolder.csprojAssemblyReference.cache",
  13093. "Tutorial/MoveFolder/obj/Debug/MoveFolder.csprojResolveAssemblyReference.cache",
  13094. "Tutorial/MoveItem/MoveItem.csproj",
  13095. "Tutorial/MoveItem/Program.cs",
  13096. "Tutorial/MoveItem/Properties/AssemblyInfo.cs",
  13097. "Tutorial/MoveItem/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13098. "Tutorial/MoveItem/obj/Debug/MoveItem.csproj.CopyComplete",
  13099. "Tutorial/MoveItem/obj/Debug/MoveItem.csproj.CoreCompileInputs.cache",
  13100. "Tutorial/MoveItem/obj/Debug/MoveItem.csprojResolveAssemblyReference.cache",
  13101. "Tutorial/NewMailNotification1/NewMailNotification1.csproj",
  13102. "Tutorial/NewMailNotification1/Program.cs",
  13103. "Tutorial/NewMailNotification1/Properties/AssemblyInfo.cs",
  13104. "Tutorial/NewMailNotification1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13105. "Tutorial/NewMailNotification1/obj/Debug/NewMailNotification1.csproj.CopyComplete",
  13106. "Tutorial/NewMailNotification1/obj/Debug/NewMailNotification1.csproj.CoreCompileInputs.cache",
  13107. "Tutorial/NewMailNotification1/obj/Debug/NewMailNotification1.csprojResolveAssemblyReference.cache",
  13108. "Tutorial/NewMailNotification2/NewMailNotification2.csproj",
  13109. "Tutorial/NewMailNotification2/Program.cs",
  13110. "Tutorial/NewMailNotification2/Properties/AssemblyInfo.cs",
  13111. "Tutorial/NewMailNotification2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13112. "Tutorial/NewMailNotification2/obj/Debug/NewMailNotification2.csproj.CopyComplete",
  13113. "Tutorial/NewMailNotification2/obj/Debug/NewMailNotification2.csproj.CoreCompileInputs.cache",
  13114. "Tutorial/NewMailNotification2/obj/Debug/NewMailNotification2.csprojResolveAssemblyReference.cache",
  13115. "Tutorial/NewMailNotification3/NewMailNotification3.csproj",
  13116. "Tutorial/NewMailNotification3/Program.cs",
  13117. "Tutorial/NewMailNotification3/Properties/AssemblyInfo.cs",
  13118. "Tutorial/NewMailNotification3/bin/Debug/NewMailNotification3.vshost.exe.manifest",
  13119. "Tutorial/NewMailNotification3/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13120. "Tutorial/NewMailNotification3/obj/x86/Debug/NewMailNotification3.csproj.CopyComplete",
  13121. "Tutorial/NewMailNotification3/obj/x86/Debug/NewMailNotification3.csproj.CoreCompileInputs.cache",
  13122. "Tutorial/NewMailNotification3/obj/x86/Debug/NewMailNotification3.csprojResolveAssemblyReference.cache",
  13123. "Tutorial/RemoveAttendee/Program.cs",
  13124. "Tutorial/RemoveAttendee/Properties/AssemblyInfo.cs",
  13125. "Tutorial/RemoveAttendee/RemoveAttendee.csproj",
  13126. "Tutorial/RemoveAttendee/bin/Debug/RemoveAttendee.vshost.exe.manifest",
  13127. "Tutorial/RemoveAttendee/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13128. "Tutorial/RemoveAttendee/obj/x86/Debug/RemoveAttendee.csproj.CopyComplete",
  13129. "Tutorial/RemoveAttendee/obj/x86/Debug/RemoveAttendee.csproj.CoreCompileInputs.cache",
  13130. "Tutorial/RemoveAttendee/obj/x86/Debug/RemoveAttendee.csprojResolveAssemblyReference.cache",
  13131. "Tutorial/RemoveDelegate/Program.cs",
  13132. "Tutorial/RemoveDelegate/Properties/AssemblyInfo.cs",
  13133. "Tutorial/RemoveDelegate/RemoveDelegate.csproj",
  13134. "Tutorial/RemoveDelegate/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13135. "Tutorial/RemoveDelegate/obj/Debug/RemoveDelegate.csproj.CopyComplete",
  13136. "Tutorial/RemoveDelegate/obj/Debug/RemoveDelegate.csproj.CoreCompileInputs.cache",
  13137. "Tutorial/RemoveDelegate/obj/Debug/RemoveDelegate.csprojResolveAssemblyReference.cache",
  13138. "Tutorial/ReplyTo/Program.cs",
  13139. "Tutorial/ReplyTo/Properties/AssemblyInfo.cs",
  13140. "Tutorial/ReplyTo/ReplyTo.csproj",
  13141. "Tutorial/ReplyTo/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13142. "Tutorial/ReplyTo/obj/Debug/ReplyTo.csproj.CopyComplete",
  13143. "Tutorial/ReplyTo/obj/Debug/ReplyTo.csproj.CoreCompileInputs.cache",
  13144. "Tutorial/ReplyTo/obj/Debug/ReplyTo.csprojResolveAssemblyReference.cache",
  13145. "Tutorial/ReplyToAll/Program.cs",
  13146. "Tutorial/ReplyToAll/Properties/AssemblyInfo.cs",
  13147. "Tutorial/ReplyToAll/ReplyToAll.csproj",
  13148. "Tutorial/ReplyToAll/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13149. "Tutorial/ReplyToAll/obj/Debug/ReplyToAll.csproj.CopyComplete",
  13150. "Tutorial/ReplyToAll/obj/Debug/ReplyToAll.csproj.CoreCompileInputs.cache",
  13151. "Tutorial/ReplyToAll/obj/Debug/ReplyToAll.csprojResolveAssemblyReference.cache",
  13152. "Tutorial/ResolveNames/Program.cs",
  13153. "Tutorial/ResolveNames/Properties/AssemblyInfo.cs",
  13154. "Tutorial/ResolveNames/ResolveNames.csproj",
  13155. "Tutorial/ResolveNames/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13156. "Tutorial/ResolveNames/obj/Debug/ResolveNames.csproj.CopyComplete",
  13157. "Tutorial/ResolveNames/obj/Debug/ResolveNames.csproj.CoreCompileInputs.cache",
  13158. "Tutorial/ResolveNames/obj/Debug/ResolveNames.csprojResolveAssemblyReference.cache",
  13159. "Tutorial/RestoreDeletedItems/Program.cs",
  13160. "Tutorial/RestoreDeletedItems/Properties/AssemblyInfo.cs",
  13161. "Tutorial/RestoreDeletedItems/RestoreDeletedItems.csproj",
  13162. "Tutorial/RestoreDeletedItems/bin/Debug/RestoreDeletedItems.vshost.exe.manifest",
  13163. "Tutorial/RestoreDeletedItems/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13164. "Tutorial/RestoreDeletedItems/obj/x86/Debug/RestoreDeletedItems.csproj.CopyComplete",
  13165. "Tutorial/RestoreDeletedItems/obj/x86/Debug/RestoreDeletedItems.csproj.CoreCompileInputs.cache",
  13166. "Tutorial/RestoreDeletedItems/obj/x86/Debug/RestoreDeletedItems.csprojResolveAssemblyReference.cache",
  13167. "Tutorial/SearchMailboxes/Program.cs",
  13168. "Tutorial/SearchMailboxes/Properties/AssemblyInfo.cs",
  13169. "Tutorial/SearchMailboxes/SearchMailboxes.csproj",
  13170. "Tutorial/SearchMailboxes/bin/Debug/SearchMailboxes.vshost.exe.manifest",
  13171. "Tutorial/SearchMailboxes/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13172. "Tutorial/SearchMailboxes/obj/x86/Debug/SearchMailboxes.csproj.CopyComplete",
  13173. "Tutorial/SearchMailboxes/obj/x86/Debug/SearchMailboxes.csproj.CoreCompileInputs.cache",
  13174. "Tutorial/SearchMailboxes/obj/x86/Debug/SearchMailboxes.csprojResolveAssemblyReference.cache",
  13175. "Tutorial/SendDraftMessage/Program.cs",
  13176. "Tutorial/SendDraftMessage/Properties/AssemblyInfo.cs",
  13177. "Tutorial/SendDraftMessage/SendDraftMessage.csproj",
  13178. "Tutorial/SendDraftMessage/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13179. "Tutorial/SendDraftMessage/obj/Debug/SendDraftMessage.csproj.CopyComplete",
  13180. "Tutorial/SendDraftMessage/obj/Debug/SendDraftMessage.csproj.CoreCompileInputs.cache",
  13181. "Tutorial/SendDraftMessage/obj/Debug/SendDraftMessage.csprojResolveAssemblyReference.cache",
  13182. "Tutorial/SendMeetingRequest1/Program.cs",
  13183. "Tutorial/SendMeetingRequest1/Properties/AssemblyInfo.cs",
  13184. "Tutorial/SendMeetingRequest1/SendMeetingRequest1.csproj",
  13185. "Tutorial/SendMeetingRequest1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13186. "Tutorial/SendMeetingRequest1/obj/Debug/SendMeetingRequest1.csproj.CopyComplete",
  13187. "Tutorial/SendMeetingRequest1/obj/Debug/SendMeetingRequest1.csproj.CoreCompileInputs.cache",
  13188. "Tutorial/SendMeetingRequest1/obj/Debug/SendMeetingRequest1.csprojResolveAssemblyReference.cache",
  13189. "Tutorial/SendMeetingUpdate1/Program.cs",
  13190. "Tutorial/SendMeetingUpdate1/Properties/AssemblyInfo.cs",
  13191. "Tutorial/SendMeetingUpdate1/SendMeetingUpdate1.csproj",
  13192. "Tutorial/SendMeetingUpdate1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13193. "Tutorial/SendMeetingUpdate1/obj/Debug/SendMeetingUpdate1.csproj.CopyComplete",
  13194. "Tutorial/SendMeetingUpdate1/obj/Debug/SendMeetingUpdate1.csproj.CoreCompileInputs.cache",
  13195. "Tutorial/SendMessage1/Program.cs",
  13196. "Tutorial/SendMessage1/Properties/AssemblyInfo.cs",
  13197. "Tutorial/SendMessage1/SendMessage1.csproj",
  13198. "Tutorial/SendMessage1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13199. "Tutorial/SendMessage1/obj/Debug/SendMessage1.csproj.CopyComplete",
  13200. "Tutorial/SendMessage1/obj/Debug/SendMessage1.csproj.CoreCompileInputs.cache",
  13201. "Tutorial/SendMessage1/obj/Debug/SendMessage1.csprojResolveAssemblyReference.cache",
  13202. "Tutorial/SendMessageWithAttachment1/Program.cs",
  13203. "Tutorial/SendMessageWithAttachment1/Properties/AssemblyInfo.cs",
  13204. "Tutorial/SendMessageWithAttachment1/SendMessageWithAttachment1.csproj",
  13205. "Tutorial/SendMessageWithAttachment1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13206. "Tutorial/SendMessageWithAttachment1/obj/Debug/SendMessageWithAttachment1.csproj.CopyComplete",
  13207. "Tutorial/SendMessageWithAttachment1/obj/Debug/SendMessageWithAttachment1.csproj.CoreCompileInputs.cache",
  13208. "Tutorial/SendMessageWithAttachment1/obj/Debug/SendMessageWithAttachment1.csprojResolveAssemblyReference.cache",
  13209. "Tutorial/SendMessageWithAttachment2/Program.cs",
  13210. "Tutorial/SendMessageWithAttachment2/Properties/AssemblyInfo.cs",
  13211. "Tutorial/SendMessageWithAttachment2/SendMessageWithAttachment2.csproj",
  13212. "Tutorial/SendMessageWithAttachment2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13213. "Tutorial/SendMessageWithAttachment2/obj/Debug/SendMessageWithAttachment2.csproj.CopyComplete",
  13214. "Tutorial/SendMessageWithAttachment2/obj/Debug/SendMessageWithAttachment2.csproj.CoreCompileInputs.cache",
  13215. "Tutorial/SendMessageWithAttachment2/obj/Debug/SendMessageWithAttachment2.csprojResolveAssemblyReference.cache",
  13216. "Tutorial/SendOnBehalf/Program.cs",
  13217. "Tutorial/SendOnBehalf/Properties/AssemblyInfo.cs",
  13218. "Tutorial/SendOnBehalf/SendOnBehalf.csproj",
  13219. "Tutorial/SendOnBehalf/bin/Debug/SendOnBehalf.vshost.exe.manifest",
  13220. "Tutorial/SendOnBehalf/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13221. "Tutorial/SendOnBehalf/obj/x86/Debug/SendOnBehalf.csproj.CopyComplete",
  13222. "Tutorial/SendOnBehalf/obj/x86/Debug/SendOnBehalf.csproj.CoreCompileInputs.cache",
  13223. "Tutorial/SetOutOfOffice/Program.cs",
  13224. "Tutorial/SetOutOfOffice/Properties/AssemblyInfo.cs",
  13225. "Tutorial/SetOutOfOffice/SetOutOfOffice.csproj",
  13226. "Tutorial/SetOutOfOffice/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13227. "Tutorial/SetOutOfOffice/obj/Debug/SetOutOfOffice.csproj.CopyComplete",
  13228. "Tutorial/SetOutOfOffice/obj/Debug/SetOutOfOffice.csproj.CoreCompileInputs.cache",
  13229. "Tutorial/SetOutOfOffice/obj/Debug/SetOutOfOffice.csprojResolveAssemblyReference.cache",
  13230. "Tutorial/SetOwaSignature/Program.cs",
  13231. "Tutorial/SetOwaSignature/Properties/AssemblyInfo.cs",
  13232. "Tutorial/SetOwaSignature/SetOwaSignature.csproj",
  13233. "Tutorial/SetOwaSignature/bin/Debug/SetOwaSignature.vshost.exe.manifest",
  13234. "Tutorial/SetOwaSignature/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13235. "Tutorial/SetOwaSignature/obj/x86/Debug/SetOwaSignature.csproj.CopyComplete",
  13236. "Tutorial/SetOwaSignature/obj/x86/Debug/SetOwaSignature.csproj.CoreCompileInputs.cache",
  13237. "Tutorial/SetOwaSignature/obj/x86/Debug/SetOwaSignature.csprojResolveAssemblyReference.cache",
  13238. "Tutorial/SetTimeZone/Program.cs",
  13239. "Tutorial/SetTimeZone/Properties/AssemblyInfo.cs",
  13240. "Tutorial/SetTimeZone/SetTimeZone.csproj",
  13241. "Tutorial/SetTimeZone/bin/Debug/SetTimeZone.vshost.exe.manifest",
  13242. "Tutorial/SetTimeZone/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13243. "Tutorial/SetTimeZone/obj/x86/Debug/SetTimeZone.csproj.CopyComplete",
  13244. "Tutorial/SetTimeZone/obj/x86/Debug/SetTimeZone.csproj.CoreCompileInputs.cache",
  13245. "Tutorial/SetTimeZone/obj/x86/Debug/SetTimeZone.csprojResolveAssemblyReference.cache",
  13246. "Tutorial/SynchronizeFolders1/Program.cs",
  13247. "Tutorial/SynchronizeFolders1/Properties/AssemblyInfo.cs",
  13248. "Tutorial/SynchronizeFolders1/SynchronizeFolders1.csproj",
  13249. "Tutorial/SynchronizeFolders1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13250. "Tutorial/SynchronizeFolders1/obj/Debug/SynchronizeFolders1.csproj.CopyComplete",
  13251. "Tutorial/SynchronizeFolders1/obj/Debug/SynchronizeFolders1.csproj.CoreCompileInputs.cache",
  13252. "Tutorial/SynchronizeItems1/Program.cs",
  13253. "Tutorial/SynchronizeItems1/Properties/AssemblyInfo.cs",
  13254. "Tutorial/SynchronizeItems1/SynchronizeItems1.csproj",
  13255. "Tutorial/SynchronizeItems1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13256. "Tutorial/SynchronizeItems1/obj/Debug/SynchronizeItems1.csproj.CopyComplete",
  13257. "Tutorial/SynchronizeItems1/obj/Debug/SynchronizeItems1.csproj.CoreCompileInputs.cache",
  13258. "Tutorial/SynchronizeItems1/obj/Debug/SynchronizeItems1.csprojResolveAssemblyReference.cache",
  13259. "Tutorial/UnifiedMessaging1/Program.cs",
  13260. "Tutorial/UnifiedMessaging1/Properties/AssemblyInfo.cs",
  13261. "Tutorial/UnifiedMessaging1/UnifiedMessaging1.csproj",
  13262. "Tutorial/UnifiedMessaging1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13263. "Tutorial/UnifiedMessaging1/obj/Debug/UnifiedMessaging1.csproj.CopyComplete",
  13264. "Tutorial/UnifiedMessaging1/obj/Debug/UnifiedMessaging1.csproj.CoreCompileInputs.cache",
  13265. "Tutorial/UnifiedMessaging1/obj/Debug/UnifiedMessaging1.csprojResolveAssemblyReference.cache",
  13266. "Tutorial/UnifiedMessaging2/Program.cs",
  13267. "Tutorial/UnifiedMessaging2/Properties/AssemblyInfo.cs",
  13268. "Tutorial/UnifiedMessaging2/UnifiedMessaging2.csproj",
  13269. "Tutorial/UnifiedMessaging2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13270. "Tutorial/UnifiedMessaging2/obj/Debug/UnifiedMessaging2.csproj.CopyComplete",
  13271. "Tutorial/UnifiedMessaging2/obj/Debug/UnifiedMessaging2.csproj.CoreCompileInputs.cache",
  13272. "Tutorial/UnifiedMessaging2/obj/Debug/UnifiedMessaging2.csprojResolveAssemblyReference.cache",
  13273. "Tutorial/UpdateAppointment/Program.cs",
  13274. "Tutorial/UpdateAppointment/Properties/AssemblyInfo.cs",
  13275. "Tutorial/UpdateAppointment/UpdateAppointment.csproj",
  13276. "Tutorial/UpdateAppointment/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13277. "Tutorial/UpdateAppointment/obj/Debug/UpdateAppointment.csproj.CopyComplete",
  13278. "Tutorial/UpdateAppointment/obj/Debug/UpdateAppointment.csproj.CoreCompileInputs.cache",
  13279. "Tutorial/UpdateAppointment/obj/Debug/UpdateAppointment.csprojResolveAssemblyReference.cache",
  13280. "Tutorial/UpdateContact/Program.cs",
  13281. "Tutorial/UpdateContact/Properties/AssemblyInfo.cs",
  13282. "Tutorial/UpdateContact/UpdateContact.csproj",
  13283. "Tutorial/UpdateContact/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13284. "Tutorial/UpdateContact/obj/Debug/UpdateContact.csproj.CopyComplete",
  13285. "Tutorial/UpdateContact/obj/Debug/UpdateContact.csproj.CoreCompileInputs.cache",
  13286. "Tutorial/UpdateContact/obj/Debug/UpdateContact.csprojResolveAssemblyReference.cache",
  13287. "Tutorial/UpdateDelegate/Program.cs",
  13288. "Tutorial/UpdateDelegate/Properties/AssemblyInfo.cs",
  13289. "Tutorial/UpdateDelegate/UpdateDelegate.csproj",
  13290. "Tutorial/UpdateDelegate/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13291. "Tutorial/UpdateDelegate/obj/Debug/UpdateDelegate.csproj.CopyComplete",
  13292. "Tutorial/UpdateDelegate/obj/Debug/UpdateDelegate.csproj.CoreCompileInputs.cache",
  13293. "Tutorial/UpdateFolder/Program.cs",
  13294. "Tutorial/UpdateFolder/Properties/AssemblyInfo.cs",
  13295. "Tutorial/UpdateFolder/UpdateFolder.csproj",
  13296. "Tutorial/UpdateFolder/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13297. "Tutorial/UpdateFolder/obj/Debug/UpdateFolder.csproj.CopyComplete",
  13298. "Tutorial/UpdateFolder/obj/Debug/UpdateFolder.csproj.CoreCompileInputs.cache",
  13299. "Tutorial/UpdateFolder/obj/Debug/UpdateFolder.csprojResolveAssemblyReference.cache",
  13300. "Tutorial/UpdateFolderSetPermission/Program.cs",
  13301. "Tutorial/UpdateFolderSetPermission/Properties/AssemblyInfo.cs",
  13302. "Tutorial/UpdateFolderSetPermission/UpdateFolderSetPermission.csproj",
  13303. "Tutorial/UpdateFolderSetPermission/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13304. "Tutorial/UpdateFolderSetPermission/obj/Debug/UpdateFolderSetPermission.csproj.CopyComplete",
  13305. "Tutorial/UpdateFolderSetPermission/obj/Debug/UpdateFolderSetPermission.csproj.CoreCompileInputs.cache",
  13306. "Tutorial/UpdateFolderSetPermission/obj/Debug/UpdateFolderSetPermission.csprojResolveAssemblyReference.cache",
  13307. "Tutorial/UpdateMeetingAttendee/Program.cs",
  13308. "Tutorial/UpdateMeetingAttendee/Properties/AssemblyInfo.cs",
  13309. "Tutorial/UpdateMeetingAttendee/UpdateMeetingAttendee.csproj",
  13310. "Tutorial/UpdateMeetingAttendee/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13311. "Tutorial/UpdateMeetingAttendee/obj/Debug/UpdateMeetingAttendee.csproj.CopyComplete",
  13312. "Tutorial/UpdateMeetingAttendee/obj/Debug/UpdateMeetingAttendee.csproj.CoreCompileInputs.cache",
  13313. "Tutorial/UpdateMeetingAttendee/obj/Debug/UpdateMeetingAttendee.csprojResolveAssemblyReference.cache",
  13314. "Tutorial/UpdateMessageWithCustomProperty/Program.cs",
  13315. "Tutorial/UpdateMessageWithCustomProperty/Properties/AssemblyInfo.cs",
  13316. "Tutorial/UpdateMessageWithCustomProperty/UpdateMessageWithCustomProperty.csproj",
  13317. "Tutorial/UpdateMessageWithCustomProperty/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13318. "Tutorial/UpdateMessageWithCustomProperty/obj/Debug/UpdateMessageWithCustomProperty.csproj.CopyComplete",
  13319. "Tutorial/UpdateMessageWithCustomProperty/obj/Debug/UpdateMessageWithCustomProperty.csproj.CoreCompileInputs.cache",
  13320. "Tutorial/UpdateMessageWithCustomProperty/obj/Debug/UpdateMessageWithCustomProperty.csprojResolveAssemblyReference.cache",
  13321. "Tutorial/UpdateNotification1/Program.cs",
  13322. "Tutorial/UpdateNotification1/Properties/AssemblyInfo.cs",
  13323. "Tutorial/UpdateNotification1/UpdateNotification1.csproj",
  13324. "Tutorial/UpdateNotification1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13325. "Tutorial/UpdateNotification1/obj/Debug/UpdateNotification1.csproj.CopyComplete",
  13326. "Tutorial/UpdateNotification1/obj/Debug/UpdateNotification1.csproj.CoreCompileInputs.cache",
  13327. "Tutorial/UpdateNotification1/obj/Debug/UpdateNotification1.csprojResolveAssemblyReference.cache",
  13328. "Tutorial/UploadMessage/Program.cs",
  13329. "Tutorial/UploadMessage/Properties/AssemblyInfo.cs",
  13330. "Tutorial/UploadMessage/UploadMessage.csproj",
  13331. "Tutorial/UploadMessage/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13332. "Tutorial/UploadMessage/obj/Debug/UploadMessage.csproj.CopyComplete",
  13333. "Tutorial/UploadMessage/obj/Debug/UploadMessage.csproj.CoreCompileInputs.cache",
  13334. "Tutorial/UploadMessage/obj/Debug/UploadMessage.csprojResolveAssemblyReference.cache",
  13335. "Tutorial/VBAcceptMeeting1/Module1.vb",
  13336. "Tutorial/VBAcceptMeeting1/My Project/Application.Designer.vb",
  13337. "Tutorial/VBAcceptMeeting1/My Project/Application.myapp",
  13338. "Tutorial/VBAcceptMeeting1/My Project/AssemblyInfo.vb",
  13339. "Tutorial/VBAcceptMeeting1/My Project/Resources.Designer.vb",
  13340. "Tutorial/VBAcceptMeeting1/My Project/Resources.resx",
  13341. "Tutorial/VBAcceptMeeting1/My Project/Settings.Designer.vb",
  13342. "Tutorial/VBAcceptMeeting1/My Project/Settings.settings",
  13343. "Tutorial/VBAcceptMeeting1/VBAcceptMeeting1.vbproj",
  13344. "Tutorial/VBAcceptMeeting1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13345. "Tutorial/VBAcceptMeeting1/obj/Debug/VBAcceptMeeting1.Resources.resources",
  13346. "Tutorial/VBAcceptMeeting1/obj/Debug/VBAcceptMeeting1.vbproj.CopyComplete",
  13347. "Tutorial/VBAcceptMeeting1/obj/Debug/VBAcceptMeeting1.vbproj.CoreCompileInputs.cache",
  13348. "Tutorial/VBAcceptMeeting1/obj/Debug/VBAcceptMeeting1.vbproj.GenerateResource.Cache",
  13349. "Tutorial/VBAcceptMeeting1/obj/Debug/VBAcceptMeeting1.vbprojAssemblyReference.cache",
  13350. "Tutorial/VBAcceptMeeting1/obj/Debug/VBAcceptMeeting1.vbprojResolveAssemblyReference.cache",
  13351. "Tutorial/VBAccessToAnotherMailbox/Module1.vb",
  13352. "Tutorial/VBAccessToAnotherMailbox/My Project/Application.Designer.vb",
  13353. "Tutorial/VBAccessToAnotherMailbox/My Project/Application.myapp",
  13354. "Tutorial/VBAccessToAnotherMailbox/My Project/AssemblyInfo.vb",
  13355. "Tutorial/VBAccessToAnotherMailbox/My Project/Resources.Designer.vb",
  13356. "Tutorial/VBAccessToAnotherMailbox/My Project/Resources.resx",
  13357. "Tutorial/VBAccessToAnotherMailbox/My Project/Settings.Designer.vb",
  13358. "Tutorial/VBAccessToAnotherMailbox/My Project/Settings.settings",
  13359. "Tutorial/VBAccessToAnotherMailbox/VBAccessToAnotherMailbox.vbproj",
  13360. "Tutorial/VBAccessToAnotherMailbox/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13361. "Tutorial/VBAccessToAnotherMailbox/obj/Debug/VBAccessToAnotherMailbox.Resources.resources",
  13362. "Tutorial/VBAccessToAnotherMailbox/obj/Debug/VBAccessToAnotherMailbox.vbproj.CopyComplete",
  13363. "Tutorial/VBAccessToAnotherMailbox/obj/Debug/VBAccessToAnotherMailbox.vbproj.CoreCompileInputs.cache",
  13364. "Tutorial/VBAccessToAnotherMailbox/obj/Debug/VBAccessToAnotherMailbox.vbproj.GenerateResource.Cache",
  13365. "Tutorial/VBAccessToAnotherMailbox/obj/Debug/VBAccessToAnotherMailbox.vbprojAssemblyReference.cache",
  13366. "Tutorial/VBAccessToAnotherMailbox/obj/Debug/VBAccessToAnotherMailbox.vbprojResolveAssemblyReference.cache",
  13367. "Tutorial/VBAddAttendee/Module1.vb",
  13368. "Tutorial/VBAddAttendee/My Project/Application.Designer.vb",
  13369. "Tutorial/VBAddAttendee/My Project/Application.myapp",
  13370. "Tutorial/VBAddAttendee/My Project/AssemblyInfo.vb",
  13371. "Tutorial/VBAddAttendee/My Project/Resources.Designer.vb",
  13372. "Tutorial/VBAddAttendee/My Project/Resources.resx",
  13373. "Tutorial/VBAddAttendee/My Project/Settings.Designer.vb",
  13374. "Tutorial/VBAddAttendee/My Project/Settings.settings",
  13375. "Tutorial/VBAddAttendee/VBAddAttendee.vbproj",
  13376. "Tutorial/VBAddAttendee/bin/Debug/VBAddAttendee.vshost.exe.manifest",
  13377. "Tutorial/VBAddAttendee/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13378. "Tutorial/VBAddAttendee/obj/x86/Debug/VBAddAttendee.Resources.resources",
  13379. "Tutorial/VBAddAttendee/obj/x86/Debug/VBAddAttendee.vbproj.CopyComplete",
  13380. "Tutorial/VBAddAttendee/obj/x86/Debug/VBAddAttendee.vbproj.CoreCompileInputs.cache",
  13381. "Tutorial/VBAddAttendee/obj/x86/Debug/VBAddAttendee.vbproj.GenerateResource.Cache",
  13382. "Tutorial/VBAddAttendee/obj/x86/Debug/VBAddAttendee.vbprojResolveAssemblyReference.cache",
  13383. "Tutorial/VBAddCategory/Module1.vb",
  13384. "Tutorial/VBAddCategory/My Project/Application.Designer.vb",
  13385. "Tutorial/VBAddCategory/My Project/Application.myapp",
  13386. "Tutorial/VBAddCategory/My Project/AssemblyInfo.vb",
  13387. "Tutorial/VBAddCategory/My Project/Resources.Designer.vb",
  13388. "Tutorial/VBAddCategory/My Project/Resources.resx",
  13389. "Tutorial/VBAddCategory/My Project/Settings.Designer.vb",
  13390. "Tutorial/VBAddCategory/My Project/Settings.settings",
  13391. "Tutorial/VBAddCategory/VBAddCategory.vbproj",
  13392. "Tutorial/VBAddCategory/bin/Debug/VBAddCategory.vshost.exe.manifest",
  13393. "Tutorial/VBAddCategory/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13394. "Tutorial/VBAddCategory/obj/x86/Debug/VBAddCategory.Resources.resources",
  13395. "Tutorial/VBAddCategory/obj/x86/Debug/VBAddCategory.vbproj.CopyComplete",
  13396. "Tutorial/VBAddCategory/obj/x86/Debug/VBAddCategory.vbproj.CoreCompileInputs.cache",
  13397. "Tutorial/VBAddCategory/obj/x86/Debug/VBAddCategory.vbproj.GenerateResource.Cache",
  13398. "Tutorial/VBAddCategory/obj/x86/Debug/VBAddCategory.vbprojResolveAssemblyReference.cache",
  13399. "Tutorial/VBAddDelegate/Module1.vb",
  13400. "Tutorial/VBAddDelegate/My Project/Application.Designer.vb",
  13401. "Tutorial/VBAddDelegate/My Project/Application.myapp",
  13402. "Tutorial/VBAddDelegate/My Project/AssemblyInfo.vb",
  13403. "Tutorial/VBAddDelegate/My Project/Resources.Designer.vb",
  13404. "Tutorial/VBAddDelegate/My Project/Resources.resx",
  13405. "Tutorial/VBAddDelegate/My Project/Settings.Designer.vb",
  13406. "Tutorial/VBAddDelegate/My Project/Settings.settings",
  13407. "Tutorial/VBAddDelegate/VBAddDelegate.vbproj",
  13408. "Tutorial/VBAddDelegate/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13409. "Tutorial/VBAddDelegate/obj/Debug/VBAddDelegate.Resources.resources",
  13410. "Tutorial/VBAddDelegate/obj/Debug/VBAddDelegate.vbproj.CopyComplete",
  13411. "Tutorial/VBAddDelegate/obj/Debug/VBAddDelegate.vbproj.CoreCompileInputs.cache",
  13412. "Tutorial/VBAddDelegate/obj/Debug/VBAddDelegate.vbproj.GenerateResource.Cache",
  13413. "Tutorial/VBAddDelegate/obj/Debug/VBAddDelegate.vbprojResolveAssemblyReference.cache",
  13414. "Tutorial/VBAddDistributionListMember/Module1.vb",
  13415. "Tutorial/VBAddDistributionListMember/My Project/Application.Designer.vb",
  13416. "Tutorial/VBAddDistributionListMember/My Project/Application.myapp",
  13417. "Tutorial/VBAddDistributionListMember/My Project/AssemblyInfo.vb",
  13418. "Tutorial/VBAddDistributionListMember/My Project/Resources.Designer.vb",
  13419. "Tutorial/VBAddDistributionListMember/My Project/Resources.resx",
  13420. "Tutorial/VBAddDistributionListMember/My Project/Settings.Designer.vb",
  13421. "Tutorial/VBAddDistributionListMember/My Project/Settings.settings",
  13422. "Tutorial/VBAddDistributionListMember/VBAddDistributionListMember.vbproj",
  13423. "Tutorial/VBAddDistributionListMember/bin/Debug/VBAddDistributionListMember.vshost.exe.manifest",
  13424. "Tutorial/VBAddDistributionListMember/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13425. "Tutorial/VBAddDistributionListMember/obj/x86/Debug/VBAddDistributionListMember.Resources.resources",
  13426. "Tutorial/VBAddDistributionListMember/obj/x86/Debug/VBAddDistributionListMember.vbproj.CopyComplete",
  13427. "Tutorial/VBAddDistributionListMember/obj/x86/Debug/VBAddDistributionListMember.vbproj.CoreCompileInputs.cache",
  13428. "Tutorial/VBAddDistributionListMember/obj/x86/Debug/VBAddDistributionListMember.vbproj.GenerateResource.Cache",
  13429. "Tutorial/VBAddDistributionListMember/obj/x86/Debug/VBAddDistributionListMember.vbprojResolveAssemblyReference.cache",
  13430. "Tutorial/VBArchiveItem/Module1.vb",
  13431. "Tutorial/VBArchiveItem/My Project/Application.Designer.vb",
  13432. "Tutorial/VBArchiveItem/My Project/Application.myapp",
  13433. "Tutorial/VBArchiveItem/My Project/AssemblyInfo.vb",
  13434. "Tutorial/VBArchiveItem/My Project/Resources.Designer.vb",
  13435. "Tutorial/VBArchiveItem/My Project/Resources.resx",
  13436. "Tutorial/VBArchiveItem/My Project/Settings.Designer.vb",
  13437. "Tutorial/VBArchiveItem/My Project/Settings.settings",
  13438. "Tutorial/VBArchiveItem/VBArchiveItem.vbproj",
  13439. "Tutorial/VBArchiveItem/bin/Debug/VBArchiveItem.vshost.exe.manifest",
  13440. "Tutorial/VBArchiveItem/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13441. "Tutorial/VBArchiveItem/obj/x86/Debug/VBArchiveItem.Resources.resources",
  13442. "Tutorial/VBArchiveItem/obj/x86/Debug/VBArchiveItem.vbproj.CopyComplete",
  13443. "Tutorial/VBArchiveItem/obj/x86/Debug/VBArchiveItem.vbproj.CoreCompileInputs.cache",
  13444. "Tutorial/VBArchiveItem/obj/x86/Debug/VBArchiveItem.vbproj.GenerateResource.Cache",
  13445. "Tutorial/VBArchiveItem/obj/x86/Debug/VBArchiveItem.vbprojResolveAssemblyReference.cache",
  13446. "Tutorial/VBAutodiscoverMobileSyncProvider/Module1.vb",
  13447. "Tutorial/VBAutodiscoverMobileSyncProvider/My Project/Application.Designer.vb",
  13448. "Tutorial/VBAutodiscoverMobileSyncProvider/My Project/Application.myapp",
  13449. "Tutorial/VBAutodiscoverMobileSyncProvider/My Project/AssemblyInfo.vb",
  13450. "Tutorial/VBAutodiscoverMobileSyncProvider/My Project/Resources.Designer.vb",
  13451. "Tutorial/VBAutodiscoverMobileSyncProvider/My Project/Resources.resx",
  13452. "Tutorial/VBAutodiscoverMobileSyncProvider/My Project/Settings.Designer.vb",
  13453. "Tutorial/VBAutodiscoverMobileSyncProvider/My Project/Settings.settings",
  13454. "Tutorial/VBAutodiscoverMobileSyncProvider/VBAutodiscoverMobileSyncProvider.vbproj",
  13455. "Tutorial/VBAutodiscoverMobileSyncProvider/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13456. "Tutorial/VBAutodiscoverMobileSyncProvider/obj/Debug/VBAutodiscoverMobileSyncProvider.Resources.resources",
  13457. "Tutorial/VBAutodiscoverMobileSyncProvider/obj/Debug/VBAutodiscoverMobileSyncProvider.vbproj.CopyComplete",
  13458. "Tutorial/VBAutodiscoverMobileSyncProvider/obj/Debug/VBAutodiscoverMobileSyncProvider.vbproj.CoreCompileInputs.cache",
  13459. "Tutorial/VBAutodiscoverMobileSyncProvider/obj/Debug/VBAutodiscoverMobileSyncProvider.vbproj.GenerateResource.Cache",
  13460. "Tutorial/VBAutodiscoverMobileSyncProvider/obj/Debug/VBAutodiscoverMobileSyncProvider.vbprojResolveAssemblyReference.cache",
  13461. "Tutorial/VBAutodiscoverOutlookProvider/Module1.vb",
  13462. "Tutorial/VBAutodiscoverOutlookProvider/My Project/Application.Designer.vb",
  13463. "Tutorial/VBAutodiscoverOutlookProvider/My Project/Application.myapp",
  13464. "Tutorial/VBAutodiscoverOutlookProvider/My Project/AssemblyInfo.vb",
  13465. "Tutorial/VBAutodiscoverOutlookProvider/My Project/Resources.Designer.vb",
  13466. "Tutorial/VBAutodiscoverOutlookProvider/My Project/Resources.resx",
  13467. "Tutorial/VBAutodiscoverOutlookProvider/My Project/Settings.Designer.vb",
  13468. "Tutorial/VBAutodiscoverOutlookProvider/My Project/Settings.settings",
  13469. "Tutorial/VBAutodiscoverOutlookProvider/VBAutodiscoverOutlookProvider.vbproj",
  13470. "Tutorial/VBAutodiscoverOutlookProvider/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13471. "Tutorial/VBAutodiscoverOutlookProvider/obj/Debug/VBAutodiscoverOutlookProvider.Resources.resources",
  13472. "Tutorial/VBAutodiscoverOutlookProvider/obj/Debug/VBAutodiscoverOutlookProvider.vbproj.CopyComplete",
  13473. "Tutorial/VBAutodiscoverOutlookProvider/obj/Debug/VBAutodiscoverOutlookProvider.vbproj.CoreCompileInputs.cache",
  13474. "Tutorial/VBAutodiscoverOutlookProvider/obj/Debug/VBAutodiscoverOutlookProvider.vbproj.GenerateResource.Cache",
  13475. "Tutorial/VBAutodiscoverOutlookProvider/obj/Debug/VBAutodiscoverOutlookProvider.vbprojResolveAssemblyReference.cache",
  13476. "Tutorial/VBCalendarView/Module1.vb",
  13477. "Tutorial/VBCalendarView/My Project/Application.Designer.vb",
  13478. "Tutorial/VBCalendarView/My Project/Application.myapp",
  13479. "Tutorial/VBCalendarView/My Project/AssemblyInfo.vb",
  13480. "Tutorial/VBCalendarView/My Project/Resources.Designer.vb",
  13481. "Tutorial/VBCalendarView/My Project/Resources.resx",
  13482. "Tutorial/VBCalendarView/My Project/Settings.Designer.vb",
  13483. "Tutorial/VBCalendarView/My Project/Settings.settings",
  13484. "Tutorial/VBCalendarView/VBCalendarView.vbproj",
  13485. "Tutorial/VBCalendarView/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13486. "Tutorial/VBCalendarView/obj/Debug/VBCalendarView.Resources.resources",
  13487. "Tutorial/VBCalendarView/obj/Debug/VBCalendarView.vbproj.CopyComplete",
  13488. "Tutorial/VBCalendarView/obj/Debug/VBCalendarView.vbproj.CoreCompileInputs.cache",
  13489. "Tutorial/VBCalendarView/obj/Debug/VBCalendarView.vbproj.GenerateResource.Cache",
  13490. "Tutorial/VBCalendarView/obj/Debug/VBCalendarView.vbprojResolveAssemblyReference.cache",
  13491. "Tutorial/VBCancelMeeting/Module1.vb",
  13492. "Tutorial/VBCancelMeeting/My Project/Application.Designer.vb",
  13493. "Tutorial/VBCancelMeeting/My Project/Application.myapp",
  13494. "Tutorial/VBCancelMeeting/My Project/AssemblyInfo.vb",
  13495. "Tutorial/VBCancelMeeting/My Project/Resources.Designer.vb",
  13496. "Tutorial/VBCancelMeeting/My Project/Resources.resx",
  13497. "Tutorial/VBCancelMeeting/My Project/Settings.Designer.vb",
  13498. "Tutorial/VBCancelMeeting/My Project/Settings.settings",
  13499. "Tutorial/VBCancelMeeting/VBCancelMeeting.vbproj",
  13500. "Tutorial/VBCancelMeeting/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13501. "Tutorial/VBCancelMeeting/obj/Debug/VBCancelMeeting.Resources.resources",
  13502. "Tutorial/VBCancelMeeting/obj/Debug/VBCancelMeeting.vbproj.CopyComplete",
  13503. "Tutorial/VBCancelMeeting/obj/Debug/VBCancelMeeting.vbproj.CoreCompileInputs.cache",
  13504. "Tutorial/VBCancelMeeting/obj/Debug/VBCancelMeeting.vbproj.GenerateResource.Cache",
  13505. "Tutorial/VBCancelMeeting/obj/Debug/VBCancelMeeting.vbprojResolveAssemblyReference.cache",
  13506. "Tutorial/VBConvertId/Module1.vb",
  13507. "Tutorial/VBConvertId/My Project/Application.Designer.vb",
  13508. "Tutorial/VBConvertId/My Project/Application.myapp",
  13509. "Tutorial/VBConvertId/My Project/AssemblyInfo.vb",
  13510. "Tutorial/VBConvertId/My Project/Resources.Designer.vb",
  13511. "Tutorial/VBConvertId/My Project/Resources.resx",
  13512. "Tutorial/VBConvertId/My Project/Settings.Designer.vb",
  13513. "Tutorial/VBConvertId/My Project/Settings.settings",
  13514. "Tutorial/VBConvertId/VBConvertId.vbproj",
  13515. "Tutorial/VBConvertId/bin/Debug/VBConvertId.vshost.exe.manifest",
  13516. "Tutorial/VBConvertId/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13517. "Tutorial/VBConvertId/obj/x86/Debug/VBConvertId.Resources.resources",
  13518. "Tutorial/VBConvertId/obj/x86/Debug/VBConvertId.vbproj.CopyComplete",
  13519. "Tutorial/VBConvertId/obj/x86/Debug/VBConvertId.vbproj.CoreCompileInputs.cache",
  13520. "Tutorial/VBConvertId/obj/x86/Debug/VBConvertId.vbproj.GenerateResource.Cache",
  13521. "Tutorial/VBConvertId/obj/x86/Debug/VBConvertId.vbprojResolveAssemblyReference.cache",
  13522. "Tutorial/VBCopyFolder/Module1.vb",
  13523. "Tutorial/VBCopyFolder/My Project/Application.Designer.vb",
  13524. "Tutorial/VBCopyFolder/My Project/Application.myapp",
  13525. "Tutorial/VBCopyFolder/My Project/AssemblyInfo.vb",
  13526. "Tutorial/VBCopyFolder/My Project/Resources.Designer.vb",
  13527. "Tutorial/VBCopyFolder/My Project/Resources.resx",
  13528. "Tutorial/VBCopyFolder/My Project/Settings.Designer.vb",
  13529. "Tutorial/VBCopyFolder/My Project/Settings.settings",
  13530. "Tutorial/VBCopyFolder/VBCopyFolder.vbproj",
  13531. "Tutorial/VBCopyFolder/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13532. "Tutorial/VBCopyFolder/obj/Debug/VBCopyFolder.Resources.resources",
  13533. "Tutorial/VBCopyFolder/obj/Debug/VBCopyFolder.vbproj.CopyComplete",
  13534. "Tutorial/VBCopyFolder/obj/Debug/VBCopyFolder.vbproj.CoreCompileInputs.cache",
  13535. "Tutorial/VBCopyFolder/obj/Debug/VBCopyFolder.vbproj.GenerateResource.Cache",
  13536. "Tutorial/VBCopyFolder/obj/Debug/VBCopyFolder.vbprojAssemblyReference.cache",
  13537. "Tutorial/VBCopyFolder/obj/Debug/VBCopyFolder.vbprojResolveAssemblyReference.cache",
  13538. "Tutorial/VBCopyItem/Module1.vb",
  13539. "Tutorial/VBCopyItem/My Project/Application.Designer.vb",
  13540. "Tutorial/VBCopyItem/My Project/Application.myapp",
  13541. "Tutorial/VBCopyItem/My Project/AssemblyInfo.vb",
  13542. "Tutorial/VBCopyItem/My Project/Resources.Designer.vb",
  13543. "Tutorial/VBCopyItem/My Project/Resources.resx",
  13544. "Tutorial/VBCopyItem/My Project/Settings.Designer.vb",
  13545. "Tutorial/VBCopyItem/My Project/Settings.settings",
  13546. "Tutorial/VBCopyItem/VBCopyItem.vbproj",
  13547. "Tutorial/VBCopyItem/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13548. "Tutorial/VBCopyItem/obj/Debug/VBCopyItem.Resources.resources",
  13549. "Tutorial/VBCopyItem/obj/Debug/VBCopyItem.vbproj.CopyComplete",
  13550. "Tutorial/VBCopyItem/obj/Debug/VBCopyItem.vbproj.CoreCompileInputs.cache",
  13551. "Tutorial/VBCopyItem/obj/Debug/VBCopyItem.vbproj.GenerateResource.Cache",
  13552. "Tutorial/VBCopyItem/obj/Debug/VBCopyItem.vbprojResolveAssemblyReference.cache",
  13553. "Tutorial/VBCreateAllDayAppointment/Module1.vb",
  13554. "Tutorial/VBCreateAllDayAppointment/My Project/Application.Designer.vb",
  13555. "Tutorial/VBCreateAllDayAppointment/My Project/Application.myapp",
  13556. "Tutorial/VBCreateAllDayAppointment/My Project/AssemblyInfo.vb",
  13557. "Tutorial/VBCreateAllDayAppointment/My Project/Resources.Designer.vb",
  13558. "Tutorial/VBCreateAllDayAppointment/My Project/Resources.resx",
  13559. "Tutorial/VBCreateAllDayAppointment/My Project/Settings.Designer.vb",
  13560. "Tutorial/VBCreateAllDayAppointment/My Project/Settings.settings",
  13561. "Tutorial/VBCreateAllDayAppointment/VBCreateAllDayAppointment.vbproj",
  13562. "Tutorial/VBCreateAllDayAppointment/bin/Debug/VBCreateAllDayAppointment.vshost.exe.manifest",
  13563. "Tutorial/VBCreateAllDayAppointment/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13564. "Tutorial/VBCreateAllDayAppointment/obj/Debug/VBCreateAllDayAppointment.Resources.resources",
  13565. "Tutorial/VBCreateAllDayAppointment/obj/Debug/VBCreateAllDayAppointment.vbproj.CopyComplete",
  13566. "Tutorial/VBCreateAllDayAppointment/obj/Debug/VBCreateAllDayAppointment.vbproj.CoreCompileInputs.cache",
  13567. "Tutorial/VBCreateAllDayAppointment/obj/Debug/VBCreateAllDayAppointment.vbproj.GenerateResource.Cache",
  13568. "Tutorial/VBCreateAllDayAppointment/obj/Debug/VBCreateAllDayAppointment.vbprojResolveAssemblyReference.cache",
  13569. "Tutorial/VBCreateAppointment/Module1.vb",
  13570. "Tutorial/VBCreateAppointment/My Project/Application.Designer.vb",
  13571. "Tutorial/VBCreateAppointment/My Project/Application.myapp",
  13572. "Tutorial/VBCreateAppointment/My Project/AssemblyInfo.vb",
  13573. "Tutorial/VBCreateAppointment/My Project/Resources.Designer.vb",
  13574. "Tutorial/VBCreateAppointment/My Project/Resources.resx",
  13575. "Tutorial/VBCreateAppointment/My Project/Settings.Designer.vb",
  13576. "Tutorial/VBCreateAppointment/My Project/Settings.settings",
  13577. "Tutorial/VBCreateAppointment/VBCreateAppointment.vbproj",
  13578. "Tutorial/VBCreateAppointment/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13579. "Tutorial/VBCreateAppointment/obj/Debug/VBCreateAppointment.Resources.resources",
  13580. "Tutorial/VBCreateAppointment/obj/Debug/VBCreateAppointment.vbproj.CopyComplete",
  13581. "Tutorial/VBCreateAppointment/obj/Debug/VBCreateAppointment.vbproj.CoreCompileInputs.cache",
  13582. "Tutorial/VBCreateAppointment/obj/Debug/VBCreateAppointment.vbproj.GenerateResource.Cache",
  13583. "Tutorial/VBCreateAppointment/obj/Debug/VBCreateAppointment.vbprojResolveAssemblyReference.cache",
  13584. "Tutorial/VBCreateAppointmentInAnotherMailbox/Module1.vb",
  13585. "Tutorial/VBCreateAppointmentInAnotherMailbox/My Project/Application.Designer.vb",
  13586. "Tutorial/VBCreateAppointmentInAnotherMailbox/My Project/Application.myapp",
  13587. "Tutorial/VBCreateAppointmentInAnotherMailbox/My Project/AssemblyInfo.vb",
  13588. "Tutorial/VBCreateAppointmentInAnotherMailbox/My Project/Resources.Designer.vb",
  13589. "Tutorial/VBCreateAppointmentInAnotherMailbox/My Project/Resources.resx",
  13590. "Tutorial/VBCreateAppointmentInAnotherMailbox/My Project/Settings.Designer.vb",
  13591. "Tutorial/VBCreateAppointmentInAnotherMailbox/My Project/Settings.settings",
  13592. "Tutorial/VBCreateAppointmentInAnotherMailbox/VBCreateAppointmentInAnotherMailbox.vbproj",
  13593. "Tutorial/VBCreateAppointmentInAnotherMailbox/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13594. "Tutorial/VBCreateAppointmentInAnotherMailbox/obj/Debug/VBCreateAppointmentInAnotherMailbox.Resources.resources",
  13595. "Tutorial/VBCreateAppointmentInAnotherMailbox/obj/Debug/VBCreateAppointmentInAnotherMailbox.vbproj.CopyComplete",
  13596. "Tutorial/VBCreateAppointmentInAnotherMailbox/obj/Debug/VBCreateAppointmentInAnotherMailbox.vbproj.CoreCompileInputs.cache",
  13597. "Tutorial/VBCreateAppointmentInAnotherMailbox/obj/Debug/VBCreateAppointmentInAnotherMailbox.vbproj.GenerateResource.Cache",
  13598. "Tutorial/VBCreateAppointmentInAnotherMailbox/obj/Debug/VBCreateAppointmentInAnotherMailbox.vbprojResolveAssemblyReference.cache",
  13599. "Tutorial/VBCreateContact/Module1.vb",
  13600. "Tutorial/VBCreateContact/My Project/Application.Designer.vb",
  13601. "Tutorial/VBCreateContact/My Project/Application.myapp",
  13602. "Tutorial/VBCreateContact/My Project/AssemblyInfo.vb",
  13603. "Tutorial/VBCreateContact/My Project/Resources.Designer.vb",
  13604. "Tutorial/VBCreateContact/My Project/Resources.resx",
  13605. "Tutorial/VBCreateContact/My Project/Settings.Designer.vb",
  13606. "Tutorial/VBCreateContact/My Project/Settings.settings",
  13607. "Tutorial/VBCreateContact/VBCreateContact.vbproj",
  13608. "Tutorial/VBCreateContact/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13609. "Tutorial/VBCreateContact/obj/Debug/VBCreateContact.Resources.resources",
  13610. "Tutorial/VBCreateContact/obj/Debug/VBCreateContact.vbproj.CopyComplete",
  13611. "Tutorial/VBCreateContact/obj/Debug/VBCreateContact.vbproj.CoreCompileInputs.cache",
  13612. "Tutorial/VBCreateContact/obj/Debug/VBCreateContact.vbproj.GenerateResource.Cache",
  13613. "Tutorial/VBCreateContact/obj/Debug/VBCreateContact.vbprojResolveAssemblyReference.cache",
  13614. "Tutorial/VBCreateContactWithCustomProperty/Module1.vb",
  13615. "Tutorial/VBCreateContactWithCustomProperty/My Project/Application.Designer.vb",
  13616. "Tutorial/VBCreateContactWithCustomProperty/My Project/Application.myapp",
  13617. "Tutorial/VBCreateContactWithCustomProperty/My Project/AssemblyInfo.vb",
  13618. "Tutorial/VBCreateContactWithCustomProperty/My Project/Resources.Designer.vb",
  13619. "Tutorial/VBCreateContactWithCustomProperty/My Project/Resources.resx",
  13620. "Tutorial/VBCreateContactWithCustomProperty/My Project/Settings.Designer.vb",
  13621. "Tutorial/VBCreateContactWithCustomProperty/My Project/Settings.settings",
  13622. "Tutorial/VBCreateContactWithCustomProperty/VBCreateContactWithCustomProperty.vbproj",
  13623. "Tutorial/VBCreateContactWithCustomProperty/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13624. "Tutorial/VBCreateContactWithCustomProperty/obj/Debug/VBCreateContactWithCustomProperty.Resources.resources",
  13625. "Tutorial/VBCreateContactWithCustomProperty/obj/Debug/VBCreateContactWithCustomProperty.vbproj.CopyComplete",
  13626. "Tutorial/VBCreateContactWithCustomProperty/obj/Debug/VBCreateContactWithCustomProperty.vbproj.CoreCompileInputs.cache",
  13627. "Tutorial/VBCreateContactWithCustomProperty/obj/Debug/VBCreateContactWithCustomProperty.vbproj.GenerateResource.Cache",
  13628. "Tutorial/VBCreateContactWithCustomProperty/obj/Debug/VBCreateContactWithCustomProperty.vbprojResolveAssemblyReference.cache",
  13629. "Tutorial/VBCreateContactWithPicture/Module1.vb",
  13630. "Tutorial/VBCreateContactWithPicture/My Project/Application.Designer.vb",
  13631. "Tutorial/VBCreateContactWithPicture/My Project/Application.myapp",
  13632. "Tutorial/VBCreateContactWithPicture/My Project/AssemblyInfo.vb",
  13633. "Tutorial/VBCreateContactWithPicture/My Project/Resources.Designer.vb",
  13634. "Tutorial/VBCreateContactWithPicture/My Project/Resources.resx",
  13635. "Tutorial/VBCreateContactWithPicture/My Project/Settings.Designer.vb",
  13636. "Tutorial/VBCreateContactWithPicture/My Project/Settings.settings",
  13637. "Tutorial/VBCreateContactWithPicture/VBCreateContactWithPicture.vbproj",
  13638. "Tutorial/VBCreateContactWithPicture/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13639. "Tutorial/VBCreateContactWithPicture/obj/Debug/VBCreateContactWithPicture.Resources.resources",
  13640. "Tutorial/VBCreateContactWithPicture/obj/Debug/VBCreateContactWithPicture.vbproj.CopyComplete",
  13641. "Tutorial/VBCreateContactWithPicture/obj/Debug/VBCreateContactWithPicture.vbproj.CoreCompileInputs.cache",
  13642. "Tutorial/VBCreateContactWithPicture/obj/Debug/VBCreateContactWithPicture.vbproj.GenerateResource.Cache",
  13643. "Tutorial/VBCreateContactWithPicture/obj/Debug/VBCreateContactWithPicture.vbprojResolveAssemblyReference.cache",
  13644. "Tutorial/VBCreateDistributionList/Module1.vb",
  13645. "Tutorial/VBCreateDistributionList/My Project/Application.Designer.vb",
  13646. "Tutorial/VBCreateDistributionList/My Project/Application.myapp",
  13647. "Tutorial/VBCreateDistributionList/My Project/AssemblyInfo.vb",
  13648. "Tutorial/VBCreateDistributionList/My Project/Resources.Designer.vb",
  13649. "Tutorial/VBCreateDistributionList/My Project/Resources.resx",
  13650. "Tutorial/VBCreateDistributionList/My Project/Settings.Designer.vb",
  13651. "Tutorial/VBCreateDistributionList/My Project/Settings.settings",
  13652. "Tutorial/VBCreateDistributionList/VBCreateDistributionList.vbproj",
  13653. "Tutorial/VBCreateDistributionList/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13654. "Tutorial/VBCreateDistributionList/obj/Debug/VBCreateDistributionList.Resources.resources",
  13655. "Tutorial/VBCreateDistributionList/obj/Debug/VBCreateDistributionList.vbproj.CopyComplete",
  13656. "Tutorial/VBCreateDistributionList/obj/Debug/VBCreateDistributionList.vbproj.CoreCompileInputs.cache",
  13657. "Tutorial/VBCreateDistributionList/obj/Debug/VBCreateDistributionList.vbproj.GenerateResource.Cache",
  13658. "Tutorial/VBCreateDistributionList/obj/Debug/VBCreateDistributionList.vbprojResolveAssemblyReference.cache",
  13659. "Tutorial/VBCreateFolder/Module1.vb",
  13660. "Tutorial/VBCreateFolder/My Project/Application.Designer.vb",
  13661. "Tutorial/VBCreateFolder/My Project/Application.myapp",
  13662. "Tutorial/VBCreateFolder/My Project/AssemblyInfo.vb",
  13663. "Tutorial/VBCreateFolder/My Project/Resources.Designer.vb",
  13664. "Tutorial/VBCreateFolder/My Project/Resources.resx",
  13665. "Tutorial/VBCreateFolder/My Project/Settings.Designer.vb",
  13666. "Tutorial/VBCreateFolder/My Project/Settings.settings",
  13667. "Tutorial/VBCreateFolder/VBCreateFolder.vbproj",
  13668. "Tutorial/VBCreateFolder/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13669. "Tutorial/VBCreateFolder/obj/Debug/VBCreateFolder.Resources.resources",
  13670. "Tutorial/VBCreateFolder/obj/Debug/VBCreateFolder.vbproj.CopyComplete",
  13671. "Tutorial/VBCreateFolder/obj/Debug/VBCreateFolder.vbproj.CoreCompileInputs.cache",
  13672. "Tutorial/VBCreateFolder/obj/Debug/VBCreateFolder.vbproj.GenerateResource.Cache",
  13673. "Tutorial/VBCreateFolder/obj/Debug/VBCreateFolder.vbprojAssemblyReference.cache",
  13674. "Tutorial/VBCreateFolder/obj/Debug/VBCreateFolder.vbprojResolveAssemblyReference.cache",
  13675. "Tutorial/VBCreateFolderPath/Module1.vb",
  13676. "Tutorial/VBCreateFolderPath/My Project/Application.Designer.vb",
  13677. "Tutorial/VBCreateFolderPath/My Project/Application.myapp",
  13678. "Tutorial/VBCreateFolderPath/My Project/AssemblyInfo.vb",
  13679. "Tutorial/VBCreateFolderPath/My Project/Resources.Designer.vb",
  13680. "Tutorial/VBCreateFolderPath/My Project/Resources.resx",
  13681. "Tutorial/VBCreateFolderPath/My Project/Settings.Designer.vb",
  13682. "Tutorial/VBCreateFolderPath/My Project/Settings.settings",
  13683. "Tutorial/VBCreateFolderPath/VBCreateFolderPath.vbproj",
  13684. "Tutorial/VBCreateFolderPath/bin/Debug/VBCreateFolderPath.vshost.exe.manifest",
  13685. "Tutorial/VBCreateFolderPath/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13686. "Tutorial/VBCreateFolderPath/obj/x86/Debug/VBCreateFolderPath.Resources.resources",
  13687. "Tutorial/VBCreateFolderPath/obj/x86/Debug/VBCreateFolderPath.vbproj.CopyComplete",
  13688. "Tutorial/VBCreateFolderPath/obj/x86/Debug/VBCreateFolderPath.vbproj.CoreCompileInputs.cache",
  13689. "Tutorial/VBCreateFolderPath/obj/x86/Debug/VBCreateFolderPath.vbproj.GenerateResource.Cache",
  13690. "Tutorial/VBCreateFolderPath/obj/x86/Debug/VBCreateFolderPath.vbprojResolveAssemblyReference.cache",
  13691. "Tutorial/VBCreateFolderSetPermission/Module1.vb",
  13692. "Tutorial/VBCreateFolderSetPermission/My Project/Application.Designer.vb",
  13693. "Tutorial/VBCreateFolderSetPermission/My Project/Application.myapp",
  13694. "Tutorial/VBCreateFolderSetPermission/My Project/AssemblyInfo.vb",
  13695. "Tutorial/VBCreateFolderSetPermission/My Project/Resources.Designer.vb",
  13696. "Tutorial/VBCreateFolderSetPermission/My Project/Resources.resx",
  13697. "Tutorial/VBCreateFolderSetPermission/My Project/Settings.Designer.vb",
  13698. "Tutorial/VBCreateFolderSetPermission/My Project/Settings.settings",
  13699. "Tutorial/VBCreateFolderSetPermission/VBCreateFolderSetPermission.vbproj",
  13700. "Tutorial/VBCreateFolderSetPermission/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13701. "Tutorial/VBCreateFolderSetPermission/obj/Debug/VBCreateFolderSetPermission.Resources.resources",
  13702. "Tutorial/VBCreateFolderSetPermission/obj/Debug/VBCreateFolderSetPermission.vbproj.CopyComplete",
  13703. "Tutorial/VBCreateFolderSetPermission/obj/Debug/VBCreateFolderSetPermission.vbproj.CoreCompileInputs.cache",
  13704. "Tutorial/VBCreateFolderSetPermission/obj/Debug/VBCreateFolderSetPermission.vbproj.GenerateResource.Cache",
  13705. "Tutorial/VBCreateFolderSetPermission/obj/Debug/VBCreateFolderSetPermission.vbprojResolveAssemblyReference.cache",
  13706. "Tutorial/VBCreateInlineAttachment/Module1.vb",
  13707. "Tutorial/VBCreateInlineAttachment/My Project/Application.Designer.vb",
  13708. "Tutorial/VBCreateInlineAttachment/My Project/Application.myapp",
  13709. "Tutorial/VBCreateInlineAttachment/My Project/AssemblyInfo.vb",
  13710. "Tutorial/VBCreateInlineAttachment/My Project/Resources.Designer.vb",
  13711. "Tutorial/VBCreateInlineAttachment/My Project/Resources.resx",
  13712. "Tutorial/VBCreateInlineAttachment/My Project/Settings.Designer.vb",
  13713. "Tutorial/VBCreateInlineAttachment/My Project/Settings.settings",
  13714. "Tutorial/VBCreateInlineAttachment/VBCreateInlineAttachment.vbproj",
  13715. "Tutorial/VBCreateInlineAttachment/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13716. "Tutorial/VBCreateInlineAttachment/obj/Debug/VBCreateInlineAttachment.Resources.resources",
  13717. "Tutorial/VBCreateInlineAttachment/obj/Debug/VBCreateInlineAttachment.vbproj.CopyComplete",
  13718. "Tutorial/VBCreateInlineAttachment/obj/Debug/VBCreateInlineAttachment.vbproj.CoreCompileInputs.cache",
  13719. "Tutorial/VBCreateInlineAttachment/obj/Debug/VBCreateInlineAttachment.vbproj.GenerateResource.Cache",
  13720. "Tutorial/VBCreateInlineAttachment/obj/Debug/VBCreateInlineAttachment.vbprojResolveAssemblyReference.cache",
  13721. "Tutorial/VBCreateJournal/Module1.vb",
  13722. "Tutorial/VBCreateJournal/My Project/Application.Designer.vb",
  13723. "Tutorial/VBCreateJournal/My Project/Application.myapp",
  13724. "Tutorial/VBCreateJournal/My Project/AssemblyInfo.vb",
  13725. "Tutorial/VBCreateJournal/My Project/Resources.Designer.vb",
  13726. "Tutorial/VBCreateJournal/My Project/Resources.resx",
  13727. "Tutorial/VBCreateJournal/My Project/Settings.Designer.vb",
  13728. "Tutorial/VBCreateJournal/My Project/Settings.settings",
  13729. "Tutorial/VBCreateJournal/VBCreateJournal.vbproj",
  13730. "Tutorial/VBCreateJournal/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13731. "Tutorial/VBCreateJournal/obj/Debug/VBCreateJournal.Resources.resources",
  13732. "Tutorial/VBCreateJournal/obj/Debug/VBCreateJournal.vbproj.CopyComplete",
  13733. "Tutorial/VBCreateJournal/obj/Debug/VBCreateJournal.vbproj.CoreCompileInputs.cache",
  13734. "Tutorial/VBCreateJournal/obj/Debug/VBCreateJournal.vbproj.GenerateResource.Cache",
  13735. "Tutorial/VBCreateJournal/obj/Debug/VBCreateJournal.vbprojResolveAssemblyReference.cache",
  13736. "Tutorial/VBCreateMessage/Module1.vb",
  13737. "Tutorial/VBCreateMessage/My Project/Application.Designer.vb",
  13738. "Tutorial/VBCreateMessage/My Project/Application.myapp",
  13739. "Tutorial/VBCreateMessage/My Project/AssemblyInfo.vb",
  13740. "Tutorial/VBCreateMessage/My Project/Resources.Designer.vb",
  13741. "Tutorial/VBCreateMessage/My Project/Resources.resx",
  13742. "Tutorial/VBCreateMessage/My Project/Settings.Designer.vb",
  13743. "Tutorial/VBCreateMessage/My Project/Settings.settings",
  13744. "Tutorial/VBCreateMessage/VBCreateMessage.vbproj",
  13745. "Tutorial/VBCreateMessage/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13746. "Tutorial/VBCreateMessage/obj/Debug/VBCreateMessage.Resources.resources",
  13747. "Tutorial/VBCreateMessage/obj/Debug/VBCreateMessage.vbproj.CopyComplete",
  13748. "Tutorial/VBCreateMessage/obj/Debug/VBCreateMessage.vbproj.CoreCompileInputs.cache",
  13749. "Tutorial/VBCreateMessage/obj/Debug/VBCreateMessage.vbproj.GenerateResource.Cache",
  13750. "Tutorial/VBCreateMessage/obj/Debug/VBCreateMessage.vbprojResolveAssemblyReference.cache",
  13751. "Tutorial/VBCreateMessageWithCustomProperty/Module1.vb",
  13752. "Tutorial/VBCreateMessageWithCustomProperty/My Project/Application.Designer.vb",
  13753. "Tutorial/VBCreateMessageWithCustomProperty/My Project/Application.myapp",
  13754. "Tutorial/VBCreateMessageWithCustomProperty/My Project/AssemblyInfo.vb",
  13755. "Tutorial/VBCreateMessageWithCustomProperty/My Project/Resources.Designer.vb",
  13756. "Tutorial/VBCreateMessageWithCustomProperty/My Project/Resources.resx",
  13757. "Tutorial/VBCreateMessageWithCustomProperty/My Project/Settings.Designer.vb",
  13758. "Tutorial/VBCreateMessageWithCustomProperty/My Project/Settings.settings",
  13759. "Tutorial/VBCreateMessageWithCustomProperty/VBCreateMessageWithCustomProperty.vbproj",
  13760. "Tutorial/VBCreateMessageWithCustomProperty/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13761. "Tutorial/VBCreateMessageWithCustomProperty/obj/Debug/VBCreateMessageWithCustomProperty.Resources.resources",
  13762. "Tutorial/VBCreateMessageWithCustomProperty/obj/Debug/VBCreateMessageWithCustomProperty.vbproj.CopyComplete",
  13763. "Tutorial/VBCreateMessageWithCustomProperty/obj/Debug/VBCreateMessageWithCustomProperty.vbproj.CoreCompileInputs.cache",
  13764. "Tutorial/VBCreateMessageWithCustomProperty/obj/Debug/VBCreateMessageWithCustomProperty.vbproj.GenerateResource.Cache",
  13765. "Tutorial/VBCreateMessageWithCustomProperty/obj/Debug/VBCreateMessageWithCustomProperty.vbprojResolveAssemblyReference.cache",
  13766. "Tutorial/VBCreateNote/Module1.vb",
  13767. "Tutorial/VBCreateNote/My Project/Application.Designer.vb",
  13768. "Tutorial/VBCreateNote/My Project/Application.myapp",
  13769. "Tutorial/VBCreateNote/My Project/AssemblyInfo.vb",
  13770. "Tutorial/VBCreateNote/My Project/Resources.Designer.vb",
  13771. "Tutorial/VBCreateNote/My Project/Resources.resx",
  13772. "Tutorial/VBCreateNote/My Project/Settings.Designer.vb",
  13773. "Tutorial/VBCreateNote/My Project/Settings.settings",
  13774. "Tutorial/VBCreateNote/VBCreateNote.vbproj",
  13775. "Tutorial/VBCreateNote/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13776. "Tutorial/VBCreateNote/obj/Debug/VBCreateNote.Resources.resources",
  13777. "Tutorial/VBCreateNote/obj/Debug/VBCreateNote.vbproj.CopyComplete",
  13778. "Tutorial/VBCreateNote/obj/Debug/VBCreateNote.vbproj.CoreCompileInputs.cache",
  13779. "Tutorial/VBCreateNote/obj/Debug/VBCreateNote.vbproj.GenerateResource.Cache",
  13780. "Tutorial/VBCreateNote/obj/Debug/VBCreateNote.vbprojResolveAssemblyReference.cache",
  13781. "Tutorial/VBCreatePost/Module1.vb",
  13782. "Tutorial/VBCreatePost/My Project/Application.Designer.vb",
  13783. "Tutorial/VBCreatePost/My Project/Application.myapp",
  13784. "Tutorial/VBCreatePost/My Project/AssemblyInfo.vb",
  13785. "Tutorial/VBCreatePost/My Project/Resources.Designer.vb",
  13786. "Tutorial/VBCreatePost/My Project/Resources.resx",
  13787. "Tutorial/VBCreatePost/My Project/Settings.Designer.vb",
  13788. "Tutorial/VBCreatePost/My Project/Settings.settings",
  13789. "Tutorial/VBCreatePost/VBCreatePost.vbproj",
  13790. "Tutorial/VBCreatePost/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13791. "Tutorial/VBCreatePost/obj/Debug/VBCreatePost.Resources.resources",
  13792. "Tutorial/VBCreatePost/obj/Debug/VBCreatePost.vbproj.CopyComplete",
  13793. "Tutorial/VBCreatePost/obj/Debug/VBCreatePost.vbproj.CoreCompileInputs.cache",
  13794. "Tutorial/VBCreatePost/obj/Debug/VBCreatePost.vbproj.GenerateResource.Cache",
  13795. "Tutorial/VBCreatePost/obj/Debug/VBCreatePost.vbprojResolveAssemblyReference.cache",
  13796. "Tutorial/VBCreateRecurringAppointment1/Module1.vb",
  13797. "Tutorial/VBCreateRecurringAppointment1/My Project/Application.Designer.vb",
  13798. "Tutorial/VBCreateRecurringAppointment1/My Project/Application.myapp",
  13799. "Tutorial/VBCreateRecurringAppointment1/My Project/AssemblyInfo.vb",
  13800. "Tutorial/VBCreateRecurringAppointment1/My Project/Resources.Designer.vb",
  13801. "Tutorial/VBCreateRecurringAppointment1/My Project/Resources.resx",
  13802. "Tutorial/VBCreateRecurringAppointment1/My Project/Settings.Designer.vb",
  13803. "Tutorial/VBCreateRecurringAppointment1/My Project/Settings.settings",
  13804. "Tutorial/VBCreateRecurringAppointment1/VBCreateRecurringAppointment1.vbproj",
  13805. "Tutorial/VBCreateRecurringAppointment1/bin/Debug/VBCreateRecurringAppointment1.vshost.exe.manifest",
  13806. "Tutorial/VBCreateRecurringAppointment1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13807. "Tutorial/VBCreateRecurringAppointment1/obj/Debug/VBCreateRecurringAppointment1.Resources.resources",
  13808. "Tutorial/VBCreateRecurringAppointment1/obj/Debug/VBCreateRecurringAppointment1.vbproj.CopyComplete",
  13809. "Tutorial/VBCreateRecurringAppointment1/obj/Debug/VBCreateRecurringAppointment1.vbproj.CoreCompileInputs.cache",
  13810. "Tutorial/VBCreateRecurringAppointment1/obj/Debug/VBCreateRecurringAppointment1.vbproj.GenerateResource.Cache",
  13811. "Tutorial/VBCreateRecurringAppointment1/obj/Debug/VBCreateRecurringAppointment1.vbprojResolveAssemblyReference.cache",
  13812. "Tutorial/VBCreateRecurringAppointment2/Module1.vb",
  13813. "Tutorial/VBCreateRecurringAppointment2/My Project/Application.Designer.vb",
  13814. "Tutorial/VBCreateRecurringAppointment2/My Project/Application.myapp",
  13815. "Tutorial/VBCreateRecurringAppointment2/My Project/AssemblyInfo.vb",
  13816. "Tutorial/VBCreateRecurringAppointment2/My Project/Resources.Designer.vb",
  13817. "Tutorial/VBCreateRecurringAppointment2/My Project/Resources.resx",
  13818. "Tutorial/VBCreateRecurringAppointment2/My Project/Settings.Designer.vb",
  13819. "Tutorial/VBCreateRecurringAppointment2/My Project/Settings.settings",
  13820. "Tutorial/VBCreateRecurringAppointment2/VBCreateRecurringAppointment2.vbproj",
  13821. "Tutorial/VBCreateRecurringAppointment2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13822. "Tutorial/VBCreateRecurringAppointment2/obj/Debug/VBCreateRecurringAppointment2.Resources.resources",
  13823. "Tutorial/VBCreateRecurringAppointment2/obj/Debug/VBCreateRecurringAppointment2.vbproj.CopyComplete",
  13824. "Tutorial/VBCreateRecurringAppointment2/obj/Debug/VBCreateRecurringAppointment2.vbproj.CoreCompileInputs.cache",
  13825. "Tutorial/VBCreateRecurringAppointment2/obj/Debug/VBCreateRecurringAppointment2.vbproj.GenerateResource.Cache",
  13826. "Tutorial/VBCreateRecurringAppointment2/obj/Debug/VBCreateRecurringAppointment2.vbprojResolveAssemblyReference.cache",
  13827. "Tutorial/VBCreateRecurringAppointment3/Module1.vb",
  13828. "Tutorial/VBCreateRecurringAppointment3/My Project/Application.Designer.vb",
  13829. "Tutorial/VBCreateRecurringAppointment3/My Project/Application.myapp",
  13830. "Tutorial/VBCreateRecurringAppointment3/My Project/AssemblyInfo.vb",
  13831. "Tutorial/VBCreateRecurringAppointment3/My Project/Resources.Designer.vb",
  13832. "Tutorial/VBCreateRecurringAppointment3/My Project/Resources.resx",
  13833. "Tutorial/VBCreateRecurringAppointment3/My Project/Settings.Designer.vb",
  13834. "Tutorial/VBCreateRecurringAppointment3/My Project/Settings.settings",
  13835. "Tutorial/VBCreateRecurringAppointment3/VBCreateRecurringAppointment3.vbproj",
  13836. "Tutorial/VBCreateRecurringAppointment3/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13837. "Tutorial/VBCreateRecurringAppointment3/obj/Debug/VBCreateRecurringAppointment3.Resources.resources",
  13838. "Tutorial/VBCreateRecurringAppointment3/obj/Debug/VBCreateRecurringAppointment3.vbproj.CopyComplete",
  13839. "Tutorial/VBCreateRecurringAppointment3/obj/Debug/VBCreateRecurringAppointment3.vbproj.CoreCompileInputs.cache",
  13840. "Tutorial/VBCreateRecurringAppointment3/obj/Debug/VBCreateRecurringAppointment3.vbproj.GenerateResource.Cache",
  13841. "Tutorial/VBCreateRecurringAppointment3/obj/Debug/VBCreateRecurringAppointment3.vbprojResolveAssemblyReference.cache",
  13842. "Tutorial/VBCreateRecurringAppointment4/Module1.vb",
  13843. "Tutorial/VBCreateRecurringAppointment4/My Project/Application.Designer.vb",
  13844. "Tutorial/VBCreateRecurringAppointment4/My Project/Application.myapp",
  13845. "Tutorial/VBCreateRecurringAppointment4/My Project/AssemblyInfo.vb",
  13846. "Tutorial/VBCreateRecurringAppointment4/My Project/Resources.Designer.vb",
  13847. "Tutorial/VBCreateRecurringAppointment4/My Project/Resources.resx",
  13848. "Tutorial/VBCreateRecurringAppointment4/My Project/Settings.Designer.vb",
  13849. "Tutorial/VBCreateRecurringAppointment4/My Project/Settings.settings",
  13850. "Tutorial/VBCreateRecurringAppointment4/VBCreateRecurringAppointment4.vbproj",
  13851. "Tutorial/VBCreateRecurringAppointment4/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13852. "Tutorial/VBCreateRecurringAppointment4/obj/Debug/VBCreateRecurringAppointment4.Resources.resources",
  13853. "Tutorial/VBCreateRecurringAppointment4/obj/Debug/VBCreateRecurringAppointment4.vbproj.CopyComplete",
  13854. "Tutorial/VBCreateRecurringAppointment4/obj/Debug/VBCreateRecurringAppointment4.vbproj.CoreCompileInputs.cache",
  13855. "Tutorial/VBCreateRecurringAppointment4/obj/Debug/VBCreateRecurringAppointment4.vbproj.GenerateResource.Cache",
  13856. "Tutorial/VBCreateRecurringAppointment4/obj/Debug/VBCreateRecurringAppointment4.vbprojResolveAssemblyReference.cache",
  13857. "Tutorial/VBCreateRecurringAppointment5/Module1.vb",
  13858. "Tutorial/VBCreateRecurringAppointment5/My Project/Application.Designer.vb",
  13859. "Tutorial/VBCreateRecurringAppointment5/My Project/Application.myapp",
  13860. "Tutorial/VBCreateRecurringAppointment5/My Project/AssemblyInfo.vb",
  13861. "Tutorial/VBCreateRecurringAppointment5/My Project/Resources.Designer.vb",
  13862. "Tutorial/VBCreateRecurringAppointment5/My Project/Resources.resx",
  13863. "Tutorial/VBCreateRecurringAppointment5/My Project/Settings.Designer.vb",
  13864. "Tutorial/VBCreateRecurringAppointment5/My Project/Settings.settings",
  13865. "Tutorial/VBCreateRecurringAppointment5/VBCreateRecurringAppointment5.vbproj",
  13866. "Tutorial/VBCreateRecurringAppointment5/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13867. "Tutorial/VBCreateRecurringAppointment5/obj/Debug/VBCreateRecurringAppointment5.Resources.resources",
  13868. "Tutorial/VBCreateRecurringAppointment5/obj/Debug/VBCreateRecurringAppointment5.vbproj.CopyComplete",
  13869. "Tutorial/VBCreateRecurringAppointment5/obj/Debug/VBCreateRecurringAppointment5.vbproj.CoreCompileInputs.cache",
  13870. "Tutorial/VBCreateRecurringAppointment5/obj/Debug/VBCreateRecurringAppointment5.vbproj.GenerateResource.Cache",
  13871. "Tutorial/VBCreateRecurringAppointment5/obj/Debug/VBCreateRecurringAppointment5.vbprojResolveAssemblyReference.cache",
  13872. "Tutorial/VBCreateRecurringAppointment6/Module1.vb",
  13873. "Tutorial/VBCreateRecurringAppointment6/My Project/Application.Designer.vb",
  13874. "Tutorial/VBCreateRecurringAppointment6/My Project/Application.myapp",
  13875. "Tutorial/VBCreateRecurringAppointment6/My Project/AssemblyInfo.vb",
  13876. "Tutorial/VBCreateRecurringAppointment6/My Project/Resources.Designer.vb",
  13877. "Tutorial/VBCreateRecurringAppointment6/My Project/Resources.resx",
  13878. "Tutorial/VBCreateRecurringAppointment6/My Project/Settings.Designer.vb",
  13879. "Tutorial/VBCreateRecurringAppointment6/My Project/Settings.settings",
  13880. "Tutorial/VBCreateRecurringAppointment6/VBCreateRecurringAppointment6.vbproj",
  13881. "Tutorial/VBCreateRecurringAppointment6/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13882. "Tutorial/VBCreateRecurringAppointment6/obj/Debug/VBCreateRecurringAppointment6.Resources.resources",
  13883. "Tutorial/VBCreateRecurringAppointment6/obj/Debug/VBCreateRecurringAppointment6.vbproj.CopyComplete",
  13884. "Tutorial/VBCreateRecurringAppointment6/obj/Debug/VBCreateRecurringAppointment6.vbproj.CoreCompileInputs.cache",
  13885. "Tutorial/VBCreateRecurringAppointment6/obj/Debug/VBCreateRecurringAppointment6.vbproj.GenerateResource.Cache",
  13886. "Tutorial/VBCreateRecurringAppointment6/obj/Debug/VBCreateRecurringAppointment6.vbprojResolveAssemblyReference.cache",
  13887. "Tutorial/VBCreateRecurringTask1/Module1.vb",
  13888. "Tutorial/VBCreateRecurringTask1/My Project/Application.Designer.vb",
  13889. "Tutorial/VBCreateRecurringTask1/My Project/Application.myapp",
  13890. "Tutorial/VBCreateRecurringTask1/My Project/AssemblyInfo.vb",
  13891. "Tutorial/VBCreateRecurringTask1/My Project/Resources.Designer.vb",
  13892. "Tutorial/VBCreateRecurringTask1/My Project/Resources.resx",
  13893. "Tutorial/VBCreateRecurringTask1/My Project/Settings.Designer.vb",
  13894. "Tutorial/VBCreateRecurringTask1/My Project/Settings.settings",
  13895. "Tutorial/VBCreateRecurringTask1/VBCreateRecurringTask1.vbproj",
  13896. "Tutorial/VBCreateRecurringTask1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13897. "Tutorial/VBCreateRecurringTask1/obj/Debug/VBCreateRecurringTask1.Resources.resources",
  13898. "Tutorial/VBCreateRecurringTask1/obj/Debug/VBCreateRecurringTask1.vbproj.CopyComplete",
  13899. "Tutorial/VBCreateRecurringTask1/obj/Debug/VBCreateRecurringTask1.vbproj.CoreCompileInputs.cache",
  13900. "Tutorial/VBCreateRecurringTask1/obj/Debug/VBCreateRecurringTask1.vbproj.GenerateResource.Cache",
  13901. "Tutorial/VBCreateRecurringTask1/obj/Debug/VBCreateRecurringTask1.vbprojResolveAssemblyReference.cache",
  13902. "Tutorial/VBCreateRetentionTag/Module1.vb",
  13903. "Tutorial/VBCreateRetentionTag/My Project/Application.Designer.vb",
  13904. "Tutorial/VBCreateRetentionTag/My Project/Application.myapp",
  13905. "Tutorial/VBCreateRetentionTag/My Project/AssemblyInfo.vb",
  13906. "Tutorial/VBCreateRetentionTag/My Project/Resources.Designer.vb",
  13907. "Tutorial/VBCreateRetentionTag/My Project/Resources.resx",
  13908. "Tutorial/VBCreateRetentionTag/My Project/Settings.Designer.vb",
  13909. "Tutorial/VBCreateRetentionTag/My Project/Settings.settings",
  13910. "Tutorial/VBCreateRetentionTag/VBCreateRetentionTag.vbproj",
  13911. "Tutorial/VBCreateRetentionTag/bin/Debug/VBCreateRetentionTag.vshost.exe.manifest",
  13912. "Tutorial/VBCreateRetentionTag/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13913. "Tutorial/VBCreateRetentionTag/obj/x86/Debug/VBCreateRetentionTag.Resources.resources",
  13914. "Tutorial/VBCreateRetentionTag/obj/x86/Debug/VBCreateRetentionTag.vbproj.CopyComplete",
  13915. "Tutorial/VBCreateRetentionTag/obj/x86/Debug/VBCreateRetentionTag.vbproj.CoreCompileInputs.cache",
  13916. "Tutorial/VBCreateRetentionTag/obj/x86/Debug/VBCreateRetentionTag.vbproj.GenerateResource.Cache",
  13917. "Tutorial/VBCreateRetentionTag/obj/x86/Debug/VBCreateRetentionTag.vbprojResolveAssemblyReference.cache",
  13918. "Tutorial/VBCreateRule/Module1.vb",
  13919. "Tutorial/VBCreateRule/My Project/Application.Designer.vb",
  13920. "Tutorial/VBCreateRule/My Project/Application.myapp",
  13921. "Tutorial/VBCreateRule/My Project/AssemblyInfo.vb",
  13922. "Tutorial/VBCreateRule/My Project/Resources.Designer.vb",
  13923. "Tutorial/VBCreateRule/My Project/Resources.resx",
  13924. "Tutorial/VBCreateRule/My Project/Settings.Designer.vb",
  13925. "Tutorial/VBCreateRule/My Project/Settings.settings",
  13926. "Tutorial/VBCreateRule/VBCreateRule.vbproj",
  13927. "Tutorial/VBCreateRule/bin/Debug/VBCreateRule.vshost.exe.manifest",
  13928. "Tutorial/VBCreateRule/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13929. "Tutorial/VBCreateRule/obj/x86/Debug/VBCreateRule.Resources.resources",
  13930. "Tutorial/VBCreateRule/obj/x86/Debug/VBCreateRule.vbproj.CopyComplete",
  13931. "Tutorial/VBCreateRule/obj/x86/Debug/VBCreateRule.vbproj.CoreCompileInputs.cache",
  13932. "Tutorial/VBCreateRule/obj/x86/Debug/VBCreateRule.vbproj.GenerateResource.Cache",
  13933. "Tutorial/VBCreateRule/obj/x86/Debug/VBCreateRule.vbprojResolveAssemblyReference.cache",
  13934. "Tutorial/VBCreateTask/Module1.vb",
  13935. "Tutorial/VBCreateTask/My Project/Application.Designer.vb",
  13936. "Tutorial/VBCreateTask/My Project/Application.myapp",
  13937. "Tutorial/VBCreateTask/My Project/AssemblyInfo.vb",
  13938. "Tutorial/VBCreateTask/My Project/Resources.Designer.vb",
  13939. "Tutorial/VBCreateTask/My Project/Resources.resx",
  13940. "Tutorial/VBCreateTask/My Project/Settings.Designer.vb",
  13941. "Tutorial/VBCreateTask/My Project/Settings.settings",
  13942. "Tutorial/VBCreateTask/VBCreateTask.vbproj",
  13943. "Tutorial/VBCreateTask/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13944. "Tutorial/VBCreateTask/obj/Debug/VBCreateTask.Resources.resources",
  13945. "Tutorial/VBCreateTask/obj/Debug/VBCreateTask.vbproj.CopyComplete",
  13946. "Tutorial/VBCreateTask/obj/Debug/VBCreateTask.vbproj.CoreCompileInputs.cache",
  13947. "Tutorial/VBCreateTask/obj/Debug/VBCreateTask.vbproj.GenerateResource.Cache",
  13948. "Tutorial/VBCreateTask/obj/Debug/VBCreateTask.vbprojResolveAssemblyReference.cache",
  13949. "Tutorial/VBCreateUserConfiguration/Module1.vb",
  13950. "Tutorial/VBCreateUserConfiguration/My Project/Application.Designer.vb",
  13951. "Tutorial/VBCreateUserConfiguration/My Project/Application.myapp",
  13952. "Tutorial/VBCreateUserConfiguration/My Project/AssemblyInfo.vb",
  13953. "Tutorial/VBCreateUserConfiguration/My Project/Resources.Designer.vb",
  13954. "Tutorial/VBCreateUserConfiguration/My Project/Resources.resx",
  13955. "Tutorial/VBCreateUserConfiguration/My Project/Settings.Designer.vb",
  13956. "Tutorial/VBCreateUserConfiguration/My Project/Settings.settings",
  13957. "Tutorial/VBCreateUserConfiguration/VBCreateUserConfiguration.vbproj",
  13958. "Tutorial/VBCreateUserConfiguration/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13959. "Tutorial/VBCreateUserConfiguration/obj/Debug/VBCreateUserConfiguration.Resources.resources",
  13960. "Tutorial/VBCreateUserConfiguration/obj/Debug/VBCreateUserConfiguration.vbproj.CopyComplete",
  13961. "Tutorial/VBCreateUserConfiguration/obj/Debug/VBCreateUserConfiguration.vbproj.CoreCompileInputs.cache",
  13962. "Tutorial/VBCreateUserConfiguration/obj/Debug/VBCreateUserConfiguration.vbproj.GenerateResource.Cache",
  13963. "Tutorial/VBCreateUserConfiguration/obj/Debug/VBCreateUserConfiguration.vbprojResolveAssemblyReference.cache",
  13964. "Tutorial/VBDeleteFolder/Module1.vb",
  13965. "Tutorial/VBDeleteFolder/My Project/Application.Designer.vb",
  13966. "Tutorial/VBDeleteFolder/My Project/Application.myapp",
  13967. "Tutorial/VBDeleteFolder/My Project/AssemblyInfo.vb",
  13968. "Tutorial/VBDeleteFolder/My Project/Resources.Designer.vb",
  13969. "Tutorial/VBDeleteFolder/My Project/Resources.resx",
  13970. "Tutorial/VBDeleteFolder/My Project/Settings.Designer.vb",
  13971. "Tutorial/VBDeleteFolder/My Project/Settings.settings",
  13972. "Tutorial/VBDeleteFolder/VBDeleteFolder.vbproj",
  13973. "Tutorial/VBDeleteFolder/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13974. "Tutorial/VBDeleteFolder/obj/Debug/VBDeleteFolder.Resources.resources",
  13975. "Tutorial/VBDeleteFolder/obj/Debug/VBDeleteFolder.vbproj.CopyComplete",
  13976. "Tutorial/VBDeleteFolder/obj/Debug/VBDeleteFolder.vbproj.CoreCompileInputs.cache",
  13977. "Tutorial/VBDeleteFolder/obj/Debug/VBDeleteFolder.vbproj.GenerateResource.Cache",
  13978. "Tutorial/VBDeleteFolder/obj/Debug/VBDeleteFolder.vbprojAssemblyReference.cache",
  13979. "Tutorial/VBDeleteFolder/obj/Debug/VBDeleteFolder.vbprojResolveAssemblyReference.cache",
  13980. "Tutorial/VBDeleteItem/Module1.vb",
  13981. "Tutorial/VBDeleteItem/My Project/Application.Designer.vb",
  13982. "Tutorial/VBDeleteItem/My Project/Application.myapp",
  13983. "Tutorial/VBDeleteItem/My Project/AssemblyInfo.vb",
  13984. "Tutorial/VBDeleteItem/My Project/Resources.Designer.vb",
  13985. "Tutorial/VBDeleteItem/My Project/Resources.resx",
  13986. "Tutorial/VBDeleteItem/My Project/Settings.Designer.vb",
  13987. "Tutorial/VBDeleteItem/My Project/Settings.settings",
  13988. "Tutorial/VBDeleteItem/VBDeleteItem.vbproj",
  13989. "Tutorial/VBDeleteItem/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  13990. "Tutorial/VBDeleteItem/obj/Debug/VBDeleteItem.Resources.resources",
  13991. "Tutorial/VBDeleteItem/obj/Debug/VBDeleteItem.vbproj.CopyComplete",
  13992. "Tutorial/VBDeleteItem/obj/Debug/VBDeleteItem.vbproj.CoreCompileInputs.cache",
  13993. "Tutorial/VBDeleteItem/obj/Debug/VBDeleteItem.vbproj.GenerateResource.Cache",
  13994. "Tutorial/VBDeleteItem/obj/Debug/VBDeleteItem.vbprojResolveAssemblyReference.cache",
  13995. "Tutorial/VBDownloadMessage/Module1.vb",
  13996. "Tutorial/VBDownloadMessage/My Project/Application.Designer.vb",
  13997. "Tutorial/VBDownloadMessage/My Project/Application.myapp",
  13998. "Tutorial/VBDownloadMessage/My Project/AssemblyInfo.vb",
  13999. "Tutorial/VBDownloadMessage/My Project/Resources.Designer.vb",
  14000. "Tutorial/VBDownloadMessage/My Project/Resources.resx",
  14001. "Tutorial/VBDownloadMessage/My Project/Settings.Designer.vb",
  14002. "Tutorial/VBDownloadMessage/My Project/Settings.settings",
  14003. "Tutorial/VBDownloadMessage/VBDownloadMessage.vbproj",
  14004. "Tutorial/VBDownloadMessage/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14005. "Tutorial/VBDownloadMessage/obj/Debug/VBDownloadMessage.Resources.resources",
  14006. "Tutorial/VBDownloadMessage/obj/Debug/VBDownloadMessage.vbproj.CopyComplete",
  14007. "Tutorial/VBDownloadMessage/obj/Debug/VBDownloadMessage.vbproj.CoreCompileInputs.cache",
  14008. "Tutorial/VBDownloadMessage/obj/Debug/VBDownloadMessage.vbproj.GenerateResource.Cache",
  14009. "Tutorial/VBDownloadMessage/obj/Debug/VBDownloadMessage.vbprojResolveAssemblyReference.cache",
  14010. "Tutorial/VBDownloadMessageToMsgFile/Module1.vb",
  14011. "Tutorial/VBDownloadMessageToMsgFile/My Project/Application.Designer.vb",
  14012. "Tutorial/VBDownloadMessageToMsgFile/My Project/Application.myapp",
  14013. "Tutorial/VBDownloadMessageToMsgFile/My Project/AssemblyInfo.vb",
  14014. "Tutorial/VBDownloadMessageToMsgFile/My Project/Resources.Designer.vb",
  14015. "Tutorial/VBDownloadMessageToMsgFile/My Project/Resources.resx",
  14016. "Tutorial/VBDownloadMessageToMsgFile/My Project/Settings.Designer.vb",
  14017. "Tutorial/VBDownloadMessageToMsgFile/My Project/Settings.settings",
  14018. "Tutorial/VBDownloadMessageToMsgFile/VBDownloadMessageToMsgFile.vbproj",
  14019. "Tutorial/VBDownloadMessageToMsgFile/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14020. "Tutorial/VBDownloadMessageToMsgFile/obj/Debug/VBDownloadMessageToMsgFile.Resources.resources",
  14021. "Tutorial/VBDownloadMessageToMsgFile/obj/Debug/VBDownloadMessageToMsgFile.vbproj.CopyComplete",
  14022. "Tutorial/VBDownloadMessageToMsgFile/obj/Debug/VBDownloadMessageToMsgFile.vbproj.CoreCompileInputs.cache",
  14023. "Tutorial/VBDownloadMessageToMsgFile/obj/Debug/VBDownloadMessageToMsgFile.vbproj.GenerateResource.Cache",
  14024. "Tutorial/VBDownloadMessageToMsgFile/obj/Debug/VBDownloadMessageToMsgFile.vbprojResolveAssemblyReference.cache",
  14025. "Tutorial/VBExpandDistributionList/Module1.vb",
  14026. "Tutorial/VBExpandDistributionList/My Project/Application.Designer.vb",
  14027. "Tutorial/VBExpandDistributionList/My Project/Application.myapp",
  14028. "Tutorial/VBExpandDistributionList/My Project/AssemblyInfo.vb",
  14029. "Tutorial/VBExpandDistributionList/My Project/Resources.Designer.vb",
  14030. "Tutorial/VBExpandDistributionList/My Project/Resources.resx",
  14031. "Tutorial/VBExpandDistributionList/My Project/Settings.Designer.vb",
  14032. "Tutorial/VBExpandDistributionList/My Project/Settings.settings",
  14033. "Tutorial/VBExpandDistributionList/VBExpandDistributionList.vbproj",
  14034. "Tutorial/VBExpandDistributionList/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14035. "Tutorial/VBExpandDistributionList/obj/Debug/VBExpandDistributionList.Resources.resources",
  14036. "Tutorial/VBExpandDistributionList/obj/Debug/VBExpandDistributionList.vbproj.CopyComplete",
  14037. "Tutorial/VBExpandDistributionList/obj/Debug/VBExpandDistributionList.vbproj.CoreCompileInputs.cache",
  14038. "Tutorial/VBExpandDistributionList/obj/Debug/VBExpandDistributionList.vbproj.GenerateResource.Cache",
  14039. "Tutorial/VBExpandDistributionList/obj/Debug/VBExpandDistributionList.vbprojResolveAssemblyReference.cache",
  14040. "Tutorial/VBFindAppointments1/Module1.vb",
  14041. "Tutorial/VBFindAppointments1/My Project/Application.Designer.vb",
  14042. "Tutorial/VBFindAppointments1/My Project/Application.myapp",
  14043. "Tutorial/VBFindAppointments1/My Project/AssemblyInfo.vb",
  14044. "Tutorial/VBFindAppointments1/My Project/Resources.Designer.vb",
  14045. "Tutorial/VBFindAppointments1/My Project/Resources.resx",
  14046. "Tutorial/VBFindAppointments1/My Project/Settings.Designer.vb",
  14047. "Tutorial/VBFindAppointments1/My Project/Settings.settings",
  14048. "Tutorial/VBFindAppointments1/VBFindAppointments1.vbproj",
  14049. "Tutorial/VBFindAppointments1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14050. "Tutorial/VBFindAppointments1/obj/Debug/VBFindAppointments1.Resources.resources",
  14051. "Tutorial/VBFindAppointments1/obj/Debug/VBFindAppointments1.vbproj.CopyComplete",
  14052. "Tutorial/VBFindAppointments1/obj/Debug/VBFindAppointments1.vbproj.CoreCompileInputs.cache",
  14053. "Tutorial/VBFindAppointments1/obj/Debug/VBFindAppointments1.vbproj.GenerateResource.Cache",
  14054. "Tutorial/VBFindAppointments1/obj/Debug/VBFindAppointments1.vbprojResolveAssemblyReference.cache",
  14055. "Tutorial/VBFindContacts1/Module1.vb",
  14056. "Tutorial/VBFindContacts1/My Project/Application.Designer.vb",
  14057. "Tutorial/VBFindContacts1/My Project/Application.myapp",
  14058. "Tutorial/VBFindContacts1/My Project/AssemblyInfo.vb",
  14059. "Tutorial/VBFindContacts1/My Project/Resources.Designer.vb",
  14060. "Tutorial/VBFindContacts1/My Project/Resources.resx",
  14061. "Tutorial/VBFindContacts1/My Project/Settings.Designer.vb",
  14062. "Tutorial/VBFindContacts1/My Project/Settings.settings",
  14063. "Tutorial/VBFindContacts1/VBFindContacts1.vbproj",
  14064. "Tutorial/VBFindContacts1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14065. "Tutorial/VBFindContacts1/obj/Debug/VBFindContacts1.Resources.resources",
  14066. "Tutorial/VBFindContacts1/obj/Debug/VBFindContacts1.vbproj.CopyComplete",
  14067. "Tutorial/VBFindContacts1/obj/Debug/VBFindContacts1.vbproj.CoreCompileInputs.cache",
  14068. "Tutorial/VBFindContacts1/obj/Debug/VBFindContacts1.vbproj.GenerateResource.Cache",
  14069. "Tutorial/VBFindContacts1/obj/Debug/VBFindContacts1.vbprojResolveAssemblyReference.cache",
  14070. "Tutorial/VBFindContacts2/Module1.vb",
  14071. "Tutorial/VBFindContacts2/My Project/Application.Designer.vb",
  14072. "Tutorial/VBFindContacts2/My Project/Application.myapp",
  14073. "Tutorial/VBFindContacts2/My Project/AssemblyInfo.vb",
  14074. "Tutorial/VBFindContacts2/My Project/Resources.Designer.vb",
  14075. "Tutorial/VBFindContacts2/My Project/Resources.resx",
  14076. "Tutorial/VBFindContacts2/My Project/Settings.Designer.vb",
  14077. "Tutorial/VBFindContacts2/My Project/Settings.settings",
  14078. "Tutorial/VBFindContacts2/VBFindContacts2.vbproj",
  14079. "Tutorial/VBFindContacts2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14080. "Tutorial/VBFindContacts2/obj/Debug/VBFindContacts2.Resources.resources",
  14081. "Tutorial/VBFindContacts2/obj/Debug/VBFindContacts2.vbproj.CopyComplete",
  14082. "Tutorial/VBFindContacts2/obj/Debug/VBFindContacts2.vbproj.CoreCompileInputs.cache",
  14083. "Tutorial/VBFindContacts2/obj/Debug/VBFindContacts2.vbproj.GenerateResource.Cache",
  14084. "Tutorial/VBFindContacts2/obj/Debug/VBFindContacts2.vbprojResolveAssemblyReference.cache",
  14085. "Tutorial/VBFindContacts3/Module1.vb",
  14086. "Tutorial/VBFindContacts3/My Project/Application.Designer.vb",
  14087. "Tutorial/VBFindContacts3/My Project/Application.myapp",
  14088. "Tutorial/VBFindContacts3/My Project/AssemblyInfo.vb",
  14089. "Tutorial/VBFindContacts3/My Project/Resources.Designer.vb",
  14090. "Tutorial/VBFindContacts3/My Project/Resources.resx",
  14091. "Tutorial/VBFindContacts3/My Project/Settings.Designer.vb",
  14092. "Tutorial/VBFindContacts3/My Project/Settings.settings",
  14093. "Tutorial/VBFindContacts3/VBFindContacts3.vbproj",
  14094. "Tutorial/VBFindContacts3/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14095. "Tutorial/VBFindContacts3/obj/Debug/VBFindContacts3.Resources.resources",
  14096. "Tutorial/VBFindContacts3/obj/Debug/VBFindContacts3.vbproj.CopyComplete",
  14097. "Tutorial/VBFindContacts3/obj/Debug/VBFindContacts3.vbproj.CoreCompileInputs.cache",
  14098. "Tutorial/VBFindContacts3/obj/Debug/VBFindContacts3.vbproj.GenerateResource.Cache",
  14099. "Tutorial/VBFindContacts3/obj/Debug/VBFindContacts3.vbprojResolveAssemblyReference.cache",
  14100. "Tutorial/VBFindConversation/Module1.vb",
  14101. "Tutorial/VBFindConversation/My Project/Application.Designer.vb",
  14102. "Tutorial/VBFindConversation/My Project/Application.myapp",
  14103. "Tutorial/VBFindConversation/My Project/AssemblyInfo.vb",
  14104. "Tutorial/VBFindConversation/My Project/Resources.Designer.vb",
  14105. "Tutorial/VBFindConversation/My Project/Resources.resx",
  14106. "Tutorial/VBFindConversation/My Project/Settings.Designer.vb",
  14107. "Tutorial/VBFindConversation/My Project/Settings.settings",
  14108. "Tutorial/VBFindConversation/VBFindConversation.vbproj",
  14109. "Tutorial/VBFindConversation/bin/Debug/VBFindConversation.vshost.exe.manifest",
  14110. "Tutorial/VBFindConversation/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14111. "Tutorial/VBFindConversation/obj/x86/Debug/VBFindConversation.Resources.resources",
  14112. "Tutorial/VBFindConversation/obj/x86/Debug/VBFindConversation.vbproj.CopyComplete",
  14113. "Tutorial/VBFindConversation/obj/x86/Debug/VBFindConversation.vbproj.CoreCompileInputs.cache",
  14114. "Tutorial/VBFindConversation/obj/x86/Debug/VBFindConversation.vbproj.GenerateResource.Cache",
  14115. "Tutorial/VBFindConversation/obj/x86/Debug/VBFindConversation.vbprojResolveAssemblyReference.cache",
  14116. "Tutorial/VBFindFolder1/Module1.vb",
  14117. "Tutorial/VBFindFolder1/My Project/Application.Designer.vb",
  14118. "Tutorial/VBFindFolder1/My Project/Application.myapp",
  14119. "Tutorial/VBFindFolder1/My Project/AssemblyInfo.vb",
  14120. "Tutorial/VBFindFolder1/My Project/Resources.Designer.vb",
  14121. "Tutorial/VBFindFolder1/My Project/Resources.resx",
  14122. "Tutorial/VBFindFolder1/My Project/Settings.Designer.vb",
  14123. "Tutorial/VBFindFolder1/My Project/Settings.settings",
  14124. "Tutorial/VBFindFolder1/VBFindFolder1.vbproj",
  14125. "Tutorial/VBFindFolder1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14126. "Tutorial/VBFindFolder1/obj/Debug/VBFindFolder1.Resources.resources",
  14127. "Tutorial/VBFindFolder1/obj/Debug/VBFindFolder1.vbproj.CopyComplete",
  14128. "Tutorial/VBFindFolder1/obj/Debug/VBFindFolder1.vbproj.CoreCompileInputs.cache",
  14129. "Tutorial/VBFindFolder1/obj/Debug/VBFindFolder1.vbproj.GenerateResource.Cache",
  14130. "Tutorial/VBFindFolder1/obj/Debug/VBFindFolder1.vbprojAssemblyReference.cache",
  14131. "Tutorial/VBFindFolder1/obj/Debug/VBFindFolder1.vbprojResolveAssemblyReference.cache",
  14132. "Tutorial/VBFindFolder2/Module1.vb",
  14133. "Tutorial/VBFindFolder2/My Project/Application.Designer.vb",
  14134. "Tutorial/VBFindFolder2/My Project/Application.myapp",
  14135. "Tutorial/VBFindFolder2/My Project/AssemblyInfo.vb",
  14136. "Tutorial/VBFindFolder2/My Project/Resources.Designer.vb",
  14137. "Tutorial/VBFindFolder2/My Project/Resources.resx",
  14138. "Tutorial/VBFindFolder2/My Project/Settings.Designer.vb",
  14139. "Tutorial/VBFindFolder2/My Project/Settings.settings",
  14140. "Tutorial/VBFindFolder2/VBFindFolder2.vbproj",
  14141. "Tutorial/VBFindFolder2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14142. "Tutorial/VBFindFolder2/obj/Debug/VBFindFolder2.Resources.resources",
  14143. "Tutorial/VBFindFolder2/obj/Debug/VBFindFolder2.vbproj.CopyComplete",
  14144. "Tutorial/VBFindFolder2/obj/Debug/VBFindFolder2.vbproj.CoreCompileInputs.cache",
  14145. "Tutorial/VBFindFolder2/obj/Debug/VBFindFolder2.vbproj.GenerateResource.Cache",
  14146. "Tutorial/VBFindFolder2/obj/Debug/VBFindFolder2.vbprojAssemblyReference.cache",
  14147. "Tutorial/VBFindFolder2/obj/Debug/VBFindFolder2.vbprojResolveAssemblyReference.cache",
  14148. "Tutorial/VBFindJournal/Module1.vb",
  14149. "Tutorial/VBFindJournal/My Project/Application.Designer.vb",
  14150. "Tutorial/VBFindJournal/My Project/Application.myapp",
  14151. "Tutorial/VBFindJournal/My Project/AssemblyInfo.vb",
  14152. "Tutorial/VBFindJournal/My Project/Resources.Designer.vb",
  14153. "Tutorial/VBFindJournal/My Project/Resources.resx",
  14154. "Tutorial/VBFindJournal/My Project/Settings.Designer.vb",
  14155. "Tutorial/VBFindJournal/My Project/Settings.settings",
  14156. "Tutorial/VBFindJournal/VBFindJournal.vbproj",
  14157. "Tutorial/VBFindJournal/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14158. "Tutorial/VBFindJournal/obj/Debug/VBFindJournal.Resources.resources",
  14159. "Tutorial/VBFindJournal/obj/Debug/VBFindJournal.vbproj.CopyComplete",
  14160. "Tutorial/VBFindJournal/obj/Debug/VBFindJournal.vbproj.CoreCompileInputs.cache",
  14161. "Tutorial/VBFindJournal/obj/Debug/VBFindJournal.vbproj.GenerateResource.Cache",
  14162. "Tutorial/VBFindJournal/obj/Debug/VBFindJournal.vbprojResolveAssemblyReference.cache",
  14163. "Tutorial/VBFindMessageTrackingReport/Module1.vb",
  14164. "Tutorial/VBFindMessageTrackingReport/My Project/Application.Designer.vb",
  14165. "Tutorial/VBFindMessageTrackingReport/My Project/Application.myapp",
  14166. "Tutorial/VBFindMessageTrackingReport/My Project/AssemblyInfo.vb",
  14167. "Tutorial/VBFindMessageTrackingReport/My Project/Resources.Designer.vb",
  14168. "Tutorial/VBFindMessageTrackingReport/My Project/Resources.resx",
  14169. "Tutorial/VBFindMessageTrackingReport/My Project/Settings.Designer.vb",
  14170. "Tutorial/VBFindMessageTrackingReport/My Project/Settings.settings",
  14171. "Tutorial/VBFindMessageTrackingReport/VBFindMessageTrackingReport.vbproj",
  14172. "Tutorial/VBFindMessageTrackingReport/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14173. "Tutorial/VBFindMessageTrackingReport/obj/Debug/VBFindMessageTrackingReport.Resources.resources",
  14174. "Tutorial/VBFindMessageTrackingReport/obj/Debug/VBFindMessageTrackingReport.vbproj.CopyComplete",
  14175. "Tutorial/VBFindMessageTrackingReport/obj/Debug/VBFindMessageTrackingReport.vbproj.CoreCompileInputs.cache",
  14176. "Tutorial/VBFindMessageTrackingReport/obj/Debug/VBFindMessageTrackingReport.vbproj.GenerateResource.Cache",
  14177. "Tutorial/VBFindMessageTrackingReport/obj/Debug/VBFindMessageTrackingReport.vbprojResolveAssemblyReference.cache",
  14178. "Tutorial/VBFindMessages1/Module1.vb",
  14179. "Tutorial/VBFindMessages1/My Project/Application.Designer.vb",
  14180. "Tutorial/VBFindMessages1/My Project/Application.myapp",
  14181. "Tutorial/VBFindMessages1/My Project/AssemblyInfo.vb",
  14182. "Tutorial/VBFindMessages1/My Project/Resources.Designer.vb",
  14183. "Tutorial/VBFindMessages1/My Project/Resources.resx",
  14184. "Tutorial/VBFindMessages1/My Project/Settings.Designer.vb",
  14185. "Tutorial/VBFindMessages1/My Project/Settings.settings",
  14186. "Tutorial/VBFindMessages1/VBFindMessages1.vbproj",
  14187. "Tutorial/VBFindMessages1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14188. "Tutorial/VBFindMessages1/obj/Debug/VBFindMessages1.Resources.resources",
  14189. "Tutorial/VBFindMessages1/obj/Debug/VBFindMessages1.vbproj.CopyComplete",
  14190. "Tutorial/VBFindMessages1/obj/Debug/VBFindMessages1.vbproj.CoreCompileInputs.cache",
  14191. "Tutorial/VBFindMessages1/obj/Debug/VBFindMessages1.vbproj.GenerateResource.Cache",
  14192. "Tutorial/VBFindMessages1/obj/Debug/VBFindMessages1.vbprojResolveAssemblyReference.cache",
  14193. "Tutorial/VBFindMessages2/Module1.vb",
  14194. "Tutorial/VBFindMessages2/My Project/Application.Designer.vb",
  14195. "Tutorial/VBFindMessages2/My Project/Application.myapp",
  14196. "Tutorial/VBFindMessages2/My Project/AssemblyInfo.vb",
  14197. "Tutorial/VBFindMessages2/My Project/Resources.Designer.vb",
  14198. "Tutorial/VBFindMessages2/My Project/Resources.resx",
  14199. "Tutorial/VBFindMessages2/My Project/Settings.Designer.vb",
  14200. "Tutorial/VBFindMessages2/My Project/Settings.settings",
  14201. "Tutorial/VBFindMessages2/VBFindMessages2.vbproj",
  14202. "Tutorial/VBFindMessages2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14203. "Tutorial/VBFindMessages2/obj/Debug/VBFindMessages2.Resources.resources",
  14204. "Tutorial/VBFindMessages2/obj/Debug/VBFindMessages2.vbproj.CopyComplete",
  14205. "Tutorial/VBFindMessages2/obj/Debug/VBFindMessages2.vbproj.CoreCompileInputs.cache",
  14206. "Tutorial/VBFindMessages2/obj/Debug/VBFindMessages2.vbproj.GenerateResource.Cache",
  14207. "Tutorial/VBFindMessages2/obj/Debug/VBFindMessages2.vbprojResolveAssemblyReference.cache",
  14208. "Tutorial/VBFindMessagesWithAttachments/Module1.vb",
  14209. "Tutorial/VBFindMessagesWithAttachments/My Project/Application.Designer.vb",
  14210. "Tutorial/VBFindMessagesWithAttachments/My Project/Application.myapp",
  14211. "Tutorial/VBFindMessagesWithAttachments/My Project/AssemblyInfo.vb",
  14212. "Tutorial/VBFindMessagesWithAttachments/My Project/Resources.Designer.vb",
  14213. "Tutorial/VBFindMessagesWithAttachments/My Project/Resources.resx",
  14214. "Tutorial/VBFindMessagesWithAttachments/My Project/Settings.Designer.vb",
  14215. "Tutorial/VBFindMessagesWithAttachments/My Project/Settings.settings",
  14216. "Tutorial/VBFindMessagesWithAttachments/VBFindMessagesWithAttachments.vbproj",
  14217. "Tutorial/VBFindMessagesWithAttachments/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14218. "Tutorial/VBFindMessagesWithAttachments/obj/Debug/VBFindMessagesWithAttachments.Resources.resources",
  14219. "Tutorial/VBFindMessagesWithAttachments/obj/Debug/VBFindMessagesWithAttachments.vbproj.CopyComplete",
  14220. "Tutorial/VBFindMessagesWithAttachments/obj/Debug/VBFindMessagesWithAttachments.vbproj.CoreCompileInputs.cache",
  14221. "Tutorial/VBFindMessagesWithAttachments/obj/Debug/VBFindMessagesWithAttachments.vbproj.GenerateResource.Cache",
  14222. "Tutorial/VBFindMessagesWithAttachments/obj/Debug/VBFindMessagesWithAttachments.vbprojResolveAssemblyReference.cache",
  14223. "Tutorial/VBFindMessagesWithAttachments2/Module1.vb",
  14224. "Tutorial/VBFindMessagesWithAttachments2/My Project/Application.Designer.vb",
  14225. "Tutorial/VBFindMessagesWithAttachments2/My Project/Application.myapp",
  14226. "Tutorial/VBFindMessagesWithAttachments2/My Project/AssemblyInfo.vb",
  14227. "Tutorial/VBFindMessagesWithAttachments2/My Project/Resources.Designer.vb",
  14228. "Tutorial/VBFindMessagesWithAttachments2/My Project/Resources.resx",
  14229. "Tutorial/VBFindMessagesWithAttachments2/My Project/Settings.Designer.vb",
  14230. "Tutorial/VBFindMessagesWithAttachments2/My Project/Settings.settings",
  14231. "Tutorial/VBFindMessagesWithAttachments2/VBFindMessagesWithAttachments2.vbproj",
  14232. "Tutorial/VBFindMessagesWithAttachments2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14233. "Tutorial/VBFindMessagesWithAttachments2/obj/Debug/VBFindMessagesWithAttachments2.Resources.resources",
  14234. "Tutorial/VBFindMessagesWithAttachments2/obj/Debug/VBFindMessagesWithAttachments2.vbproj.CopyComplete",
  14235. "Tutorial/VBFindMessagesWithAttachments2/obj/Debug/VBFindMessagesWithAttachments2.vbproj.CoreCompileInputs.cache",
  14236. "Tutorial/VBFindMessagesWithAttachments2/obj/Debug/VBFindMessagesWithAttachments2.vbproj.GenerateResource.Cache",
  14237. "Tutorial/VBFindMessagesWithAttachments2/obj/Debug/VBFindMessagesWithAttachments2.vbprojResolveAssemblyReference.cache",
  14238. "Tutorial/VBFindMessagesWithFlag/Module1.vb",
  14239. "Tutorial/VBFindMessagesWithFlag/My Project/Application.Designer.vb",
  14240. "Tutorial/VBFindMessagesWithFlag/My Project/Application.myapp",
  14241. "Tutorial/VBFindMessagesWithFlag/My Project/AssemblyInfo.vb",
  14242. "Tutorial/VBFindMessagesWithFlag/My Project/Resources.Designer.vb",
  14243. "Tutorial/VBFindMessagesWithFlag/My Project/Resources.resx",
  14244. "Tutorial/VBFindMessagesWithFlag/My Project/Settings.Designer.vb",
  14245. "Tutorial/VBFindMessagesWithFlag/My Project/Settings.settings",
  14246. "Tutorial/VBFindMessagesWithFlag/VBFindMessagesWithFlag.vbproj",
  14247. "Tutorial/VBFindMessagesWithFlag/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14248. "Tutorial/VBFindMessagesWithFlag/obj/Debug/VBFindMessagesWithFlag.Resources.resources",
  14249. "Tutorial/VBFindMessagesWithFlag/obj/Debug/VBFindMessagesWithFlag.vbproj.CopyComplete",
  14250. "Tutorial/VBFindMessagesWithFlag/obj/Debug/VBFindMessagesWithFlag.vbproj.CoreCompileInputs.cache",
  14251. "Tutorial/VBFindMessagesWithFlag/obj/Debug/VBFindMessagesWithFlag.vbproj.GenerateResource.Cache",
  14252. "Tutorial/VBFindMessagesWithFlag/obj/Debug/VBFindMessagesWithFlag.vbprojResolveAssemblyReference.cache",
  14253. "Tutorial/VBFindNote/Module1.vb",
  14254. "Tutorial/VBFindNote/My Project/Application.Designer.vb",
  14255. "Tutorial/VBFindNote/My Project/Application.myapp",
  14256. "Tutorial/VBFindNote/My Project/AssemblyInfo.vb",
  14257. "Tutorial/VBFindNote/My Project/Resources.Designer.vb",
  14258. "Tutorial/VBFindNote/My Project/Resources.resx",
  14259. "Tutorial/VBFindNote/My Project/Settings.Designer.vb",
  14260. "Tutorial/VBFindNote/My Project/Settings.settings",
  14261. "Tutorial/VBFindNote/VBFindNote.vbproj",
  14262. "Tutorial/VBFindNote/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14263. "Tutorial/VBFindNote/obj/Debug/VBFindNote.Resources.resources",
  14264. "Tutorial/VBFindNote/obj/Debug/VBFindNote.vbproj.CopyComplete",
  14265. "Tutorial/VBFindNote/obj/Debug/VBFindNote.vbproj.CoreCompileInputs.cache",
  14266. "Tutorial/VBFindNote/obj/Debug/VBFindNote.vbproj.GenerateResource.Cache",
  14267. "Tutorial/VBFindNote/obj/Debug/VBFindNote.vbprojResolveAssemblyReference.cache",
  14268. "Tutorial/VBFindOccurences/Module1.vb",
  14269. "Tutorial/VBFindOccurences/My Project/Application.Designer.vb",
  14270. "Tutorial/VBFindOccurences/My Project/Application.myapp",
  14271. "Tutorial/VBFindOccurences/My Project/AssemblyInfo.vb",
  14272. "Tutorial/VBFindOccurences/My Project/Resources.Designer.vb",
  14273. "Tutorial/VBFindOccurences/My Project/Resources.resx",
  14274. "Tutorial/VBFindOccurences/My Project/Settings.Designer.vb",
  14275. "Tutorial/VBFindOccurences/My Project/Settings.settings",
  14276. "Tutorial/VBFindOccurences/VBFindOccurrences.vbproj",
  14277. "Tutorial/VBFindOccurences/bin/Debug/VBFindOccurences.vshost.exe.manifest",
  14278. "Tutorial/VBFindOccurences/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14279. "Tutorial/VBFindOccurences/obj/x86/Debug/VBFindOccurences.Resources.resources",
  14280. "Tutorial/VBFindOccurences/obj/x86/Debug/VBFindOccurences.vbproj.GenerateResource.Cache",
  14281. "Tutorial/VBFindOccurences/obj/x86/Debug/VBFindOccurences.vbprojResolveAssemblyReference.cache",
  14282. "Tutorial/VBFindOccurences/obj/x86/Debug/VBFindOccurrences.vbproj.CopyComplete",
  14283. "Tutorial/VBFindOccurences/obj/x86/Debug/VBFindOccurrences.vbproj.CoreCompileInputs.cache",
  14284. "Tutorial/VBFindOccurences/obj/x86/Debug/VBFindOccurrences.vbproj.GenerateResource.Cache",
  14285. "Tutorial/VBFindOccurences/obj/x86/Debug/VBFindOccurrences.vbprojResolveAssemblyReference.cache",
  14286. "Tutorial/VBFindPeople/Module1.vb",
  14287. "Tutorial/VBFindPeople/My Project/Application.Designer.vb",
  14288. "Tutorial/VBFindPeople/My Project/Application.myapp",
  14289. "Tutorial/VBFindPeople/My Project/AssemblyInfo.vb",
  14290. "Tutorial/VBFindPeople/My Project/Resources.Designer.vb",
  14291. "Tutorial/VBFindPeople/My Project/Resources.resx",
  14292. "Tutorial/VBFindPeople/My Project/Settings.Designer.vb",
  14293. "Tutorial/VBFindPeople/My Project/Settings.settings",
  14294. "Tutorial/VBFindPeople/VBFindPeople.vbproj",
  14295. "Tutorial/VBFindPeople/bin/Debug/VBFindPeople.vshost.exe.manifest",
  14296. "Tutorial/VBFindPeople/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14297. "Tutorial/VBFindPeople/obj/x86/Debug/VBFindPeople.Resources.resources",
  14298. "Tutorial/VBFindPeople/obj/x86/Debug/VBFindPeople.vbproj.CopyComplete",
  14299. "Tutorial/VBFindPeople/obj/x86/Debug/VBFindPeople.vbproj.CoreCompileInputs.cache",
  14300. "Tutorial/VBFindPeople/obj/x86/Debug/VBFindPeople.vbproj.GenerateResource.Cache",
  14301. "Tutorial/VBFindPeople/obj/x86/Debug/VBFindPeople.vbprojResolveAssemblyReference.cache",
  14302. "Tutorial/VBFindPost/Module1.vb",
  14303. "Tutorial/VBFindPost/My Project/Application.Designer.vb",
  14304. "Tutorial/VBFindPost/My Project/Application.myapp",
  14305. "Tutorial/VBFindPost/My Project/AssemblyInfo.vb",
  14306. "Tutorial/VBFindPost/My Project/Resources.Designer.vb",
  14307. "Tutorial/VBFindPost/My Project/Resources.resx",
  14308. "Tutorial/VBFindPost/My Project/Settings.Designer.vb",
  14309. "Tutorial/VBFindPost/My Project/Settings.settings",
  14310. "Tutorial/VBFindPost/VBFindPost.vbproj",
  14311. "Tutorial/VBFindPost/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14312. "Tutorial/VBFindPost/obj/Debug/VBFindPost.Resources.resources",
  14313. "Tutorial/VBFindPost/obj/Debug/VBFindPost.vbproj.CopyComplete",
  14314. "Tutorial/VBFindPost/obj/Debug/VBFindPost.vbproj.CoreCompileInputs.cache",
  14315. "Tutorial/VBFindPost/obj/Debug/VBFindPost.vbproj.GenerateResource.Cache",
  14316. "Tutorial/VBFindPost/obj/Debug/VBFindPost.vbprojResolveAssemblyReference.cache",
  14317. "Tutorial/VBFindRepliedOrForwardedMessages/Module1.vb",
  14318. "Tutorial/VBFindRepliedOrForwardedMessages/My Project/Application.Designer.vb",
  14319. "Tutorial/VBFindRepliedOrForwardedMessages/My Project/Application.myapp",
  14320. "Tutorial/VBFindRepliedOrForwardedMessages/My Project/AssemblyInfo.vb",
  14321. "Tutorial/VBFindRepliedOrForwardedMessages/My Project/Resources.Designer.vb",
  14322. "Tutorial/VBFindRepliedOrForwardedMessages/My Project/Resources.resx",
  14323. "Tutorial/VBFindRepliedOrForwardedMessages/My Project/Settings.Designer.vb",
  14324. "Tutorial/VBFindRepliedOrForwardedMessages/My Project/Settings.settings",
  14325. "Tutorial/VBFindRepliedOrForwardedMessages/VBFindRepliedOrForwardedMessages.vbproj",
  14326. "Tutorial/VBFindRepliedOrForwardedMessages/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14327. "Tutorial/VBFindRepliedOrForwardedMessages/obj/Debug/VBFindRepliedOrForwardedMessages.Resources.resources",
  14328. "Tutorial/VBFindRepliedOrForwardedMessages/obj/Debug/VBFindRepliedOrForwardedMessages.vbproj.CopyComplete",
  14329. "Tutorial/VBFindRepliedOrForwardedMessages/obj/Debug/VBFindRepliedOrForwardedMessages.vbproj.CoreCompileInputs.cache",
  14330. "Tutorial/VBFindRepliedOrForwardedMessages/obj/Debug/VBFindRepliedOrForwardedMessages.vbproj.GenerateResource.Cache",
  14331. "Tutorial/VBFindRepliedOrForwardedMessages/obj/Debug/VBFindRepliedOrForwardedMessages.vbprojResolveAssemblyReference.cache",
  14332. "Tutorial/VBFindTask/Module1.vb",
  14333. "Tutorial/VBFindTask/My Project/Application.Designer.vb",
  14334. "Tutorial/VBFindTask/My Project/Application.myapp",
  14335. "Tutorial/VBFindTask/My Project/AssemblyInfo.vb",
  14336. "Tutorial/VBFindTask/My Project/Resources.Designer.vb",
  14337. "Tutorial/VBFindTask/My Project/Resources.resx",
  14338. "Tutorial/VBFindTask/My Project/Settings.Designer.vb",
  14339. "Tutorial/VBFindTask/My Project/Settings.settings",
  14340. "Tutorial/VBFindTask/VBFindTask.vbproj",
  14341. "Tutorial/VBFindTask/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14342. "Tutorial/VBFindTask/obj/Debug/VBFindTask.Resources.resources",
  14343. "Tutorial/VBFindTask/obj/Debug/VBFindTask.vbproj.CopyComplete",
  14344. "Tutorial/VBFindTask/obj/Debug/VBFindTask.vbproj.CoreCompileInputs.cache",
  14345. "Tutorial/VBFindTask/obj/Debug/VBFindTask.vbproj.GenerateResource.Cache",
  14346. "Tutorial/VBFindTask/obj/Debug/VBFindTask.vbprojResolveAssemblyReference.cache",
  14347. "Tutorial/VBFindTaskRequest/Module1.vb",
  14348. "Tutorial/VBFindTaskRequest/My Project/Application.Designer.vb",
  14349. "Tutorial/VBFindTaskRequest/My Project/Application.myapp",
  14350. "Tutorial/VBFindTaskRequest/My Project/AssemblyInfo.vb",
  14351. "Tutorial/VBFindTaskRequest/My Project/Resources.Designer.vb",
  14352. "Tutorial/VBFindTaskRequest/My Project/Resources.resx",
  14353. "Tutorial/VBFindTaskRequest/My Project/Settings.Designer.vb",
  14354. "Tutorial/VBFindTaskRequest/My Project/Settings.settings",
  14355. "Tutorial/VBFindTaskRequest/VBFindTaskRequest.vbproj",
  14356. "Tutorial/VBFindTaskRequest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14357. "Tutorial/VBFindTaskRequest/obj/Debug/VBFindTaskRequest.Resources.resources",
  14358. "Tutorial/VBFindTaskRequest/obj/Debug/VBFindTaskRequest.vbproj.CopyComplete",
  14359. "Tutorial/VBFindTaskRequest/obj/Debug/VBFindTaskRequest.vbproj.CoreCompileInputs.cache",
  14360. "Tutorial/VBFindTaskRequest/obj/Debug/VBFindTaskRequest.vbproj.GenerateResource.Cache",
  14361. "Tutorial/VBFindTaskRequest/obj/Debug/VBFindTaskRequest.vbprojResolveAssemblyReference.cache",
  14362. "Tutorial/VBFindTopTenMessages/Module1.vb",
  14363. "Tutorial/VBFindTopTenMessages/My Project/Application.Designer.vb",
  14364. "Tutorial/VBFindTopTenMessages/My Project/Application.myapp",
  14365. "Tutorial/VBFindTopTenMessages/My Project/AssemblyInfo.vb",
  14366. "Tutorial/VBFindTopTenMessages/My Project/Resources.Designer.vb",
  14367. "Tutorial/VBFindTopTenMessages/My Project/Resources.resx",
  14368. "Tutorial/VBFindTopTenMessages/My Project/Settings.Designer.vb",
  14369. "Tutorial/VBFindTopTenMessages/My Project/Settings.settings",
  14370. "Tutorial/VBFindTopTenMessages/VBFindTopTenMessages.vbproj",
  14371. "Tutorial/VBFindTopTenMessages/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14372. "Tutorial/VBFindTopTenMessages/obj/Debug/VBFindTopTenMessages.Resources.resources",
  14373. "Tutorial/VBFindTopTenMessages/obj/Debug/VBFindTopTenMessages.vbproj.CopyComplete",
  14374. "Tutorial/VBFindTopTenMessages/obj/Debug/VBFindTopTenMessages.vbproj.CoreCompileInputs.cache",
  14375. "Tutorial/VBFindTopTenMessages/obj/Debug/VBFindTopTenMessages.vbproj.GenerateResource.Cache",
  14376. "Tutorial/VBFindTopTenMessages/obj/Debug/VBFindTopTenMessages.vbprojResolveAssemblyReference.cache",
  14377. "Tutorial/VBFindUnreadMessages/Module1.vb",
  14378. "Tutorial/VBFindUnreadMessages/My Project/Application.Designer.vb",
  14379. "Tutorial/VBFindUnreadMessages/My Project/Application.myapp",
  14380. "Tutorial/VBFindUnreadMessages/My Project/AssemblyInfo.vb",
  14381. "Tutorial/VBFindUnreadMessages/My Project/Resources.Designer.vb",
  14382. "Tutorial/VBFindUnreadMessages/My Project/Resources.resx",
  14383. "Tutorial/VBFindUnreadMessages/My Project/Settings.Designer.vb",
  14384. "Tutorial/VBFindUnreadMessages/My Project/Settings.settings",
  14385. "Tutorial/VBFindUnreadMessages/VBFindUnreadMessages.vbproj",
  14386. "Tutorial/VBFindUnreadMessages/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14387. "Tutorial/VBFindUnreadMessages/obj/Debug/VBFindUnreadMessages.Resources.resources",
  14388. "Tutorial/VBFindUnreadMessages/obj/Debug/VBFindUnreadMessages.vbproj.CopyComplete",
  14389. "Tutorial/VBFindUnreadMessages/obj/Debug/VBFindUnreadMessages.vbproj.CoreCompileInputs.cache",
  14390. "Tutorial/VBFindUnreadMessages/obj/Debug/VBFindUnreadMessages.vbproj.GenerateResource.Cache",
  14391. "Tutorial/VBFindUnreadMessages/obj/Debug/VBFindUnreadMessages.vbprojResolveAssemblyReference.cache",
  14392. "Tutorial/VBForwardMessage/Module1.vb",
  14393. "Tutorial/VBForwardMessage/My Project/Application.Designer.vb",
  14394. "Tutorial/VBForwardMessage/My Project/Application.myapp",
  14395. "Tutorial/VBForwardMessage/My Project/AssemblyInfo.vb",
  14396. "Tutorial/VBForwardMessage/My Project/Resources.Designer.vb",
  14397. "Tutorial/VBForwardMessage/My Project/Resources.resx",
  14398. "Tutorial/VBForwardMessage/My Project/Settings.Designer.vb",
  14399. "Tutorial/VBForwardMessage/My Project/Settings.settings",
  14400. "Tutorial/VBForwardMessage/VBForwardMessage.vbproj",
  14401. "Tutorial/VBForwardMessage/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14402. "Tutorial/VBForwardMessage/obj/Debug/VBForwardMessage.Resources.resources",
  14403. "Tutorial/VBForwardMessage/obj/Debug/VBForwardMessage.vbproj.CopyComplete",
  14404. "Tutorial/VBForwardMessage/obj/Debug/VBForwardMessage.vbproj.CoreCompileInputs.cache",
  14405. "Tutorial/VBForwardMessage/obj/Debug/VBForwardMessage.vbproj.GenerateResource.Cache",
  14406. "Tutorial/VBForwardMessage/obj/Debug/VBForwardMessage.vbprojResolveAssemblyReference.cache",
  14407. "Tutorial/VBGetAvailability/Module1.vb",
  14408. "Tutorial/VBGetAvailability/My Project/Application.Designer.vb",
  14409. "Tutorial/VBGetAvailability/My Project/Application.myapp",
  14410. "Tutorial/VBGetAvailability/My Project/AssemblyInfo.vb",
  14411. "Tutorial/VBGetAvailability/My Project/Resources.Designer.vb",
  14412. "Tutorial/VBGetAvailability/My Project/Resources.resx",
  14413. "Tutorial/VBGetAvailability/My Project/Settings.Designer.vb",
  14414. "Tutorial/VBGetAvailability/My Project/Settings.settings",
  14415. "Tutorial/VBGetAvailability/VBGetAvailability.vbproj",
  14416. "Tutorial/VBGetAvailability/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14417. "Tutorial/VBGetAvailability/obj/Debug/VBGetAvailability.Resources.resources",
  14418. "Tutorial/VBGetAvailability/obj/Debug/VBGetAvailability.vbproj.CopyComplete",
  14419. "Tutorial/VBGetAvailability/obj/Debug/VBGetAvailability.vbproj.CoreCompileInputs.cache",
  14420. "Tutorial/VBGetAvailability/obj/Debug/VBGetAvailability.vbproj.GenerateResource.Cache",
  14421. "Tutorial/VBGetAvailability/obj/Debug/VBGetAvailability.vbprojResolveAssemblyReference.cache",
  14422. "Tutorial/VBGetCalendarOptions/Module1.vb",
  14423. "Tutorial/VBGetCalendarOptions/My Project/Application.Designer.vb",
  14424. "Tutorial/VBGetCalendarOptions/My Project/Application.myapp",
  14425. "Tutorial/VBGetCalendarOptions/My Project/AssemblyInfo.vb",
  14426. "Tutorial/VBGetCalendarOptions/My Project/Resources.Designer.vb",
  14427. "Tutorial/VBGetCalendarOptions/My Project/Resources.resx",
  14428. "Tutorial/VBGetCalendarOptions/My Project/Settings.Designer.vb",
  14429. "Tutorial/VBGetCalendarOptions/My Project/Settings.settings",
  14430. "Tutorial/VBGetCalendarOptions/VBGetCalendarOptions.vbproj",
  14431. "Tutorial/VBGetCalendarOptions/bin/Debug/VBGetCalendarOptions.vshost.exe.manifest",
  14432. "Tutorial/VBGetCalendarOptions/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14433. "Tutorial/VBGetCalendarOptions/obj/x86/Debug/VBGetCalendarOptions.Resources.resources",
  14434. "Tutorial/VBGetCalendarOptions/obj/x86/Debug/VBGetCalendarOptions.vbproj.CopyComplete",
  14435. "Tutorial/VBGetCalendarOptions/obj/x86/Debug/VBGetCalendarOptions.vbproj.CoreCompileInputs.cache",
  14436. "Tutorial/VBGetCalendarOptions/obj/x86/Debug/VBGetCalendarOptions.vbproj.GenerateResource.Cache",
  14437. "Tutorial/VBGetCalendarOptions/obj/x86/Debug/VBGetCalendarOptions.vbprojResolveAssemblyReference.cache",
  14438. "Tutorial/VBGetCategoryList/Module1.vb",
  14439. "Tutorial/VBGetCategoryList/My Project/Application.Designer.vb",
  14440. "Tutorial/VBGetCategoryList/My Project/Application.myapp",
  14441. "Tutorial/VBGetCategoryList/My Project/AssemblyInfo.vb",
  14442. "Tutorial/VBGetCategoryList/My Project/Resources.Designer.vb",
  14443. "Tutorial/VBGetCategoryList/My Project/Resources.resx",
  14444. "Tutorial/VBGetCategoryList/My Project/Settings.Designer.vb",
  14445. "Tutorial/VBGetCategoryList/My Project/Settings.settings",
  14446. "Tutorial/VBGetCategoryList/VBGetCategoryList.vbproj",
  14447. "Tutorial/VBGetCategoryList/bin/Debug/VBGetCategoryList.vshost.exe.manifest",
  14448. "Tutorial/VBGetCategoryList/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14449. "Tutorial/VBGetCategoryList/obj/x86/Debug/VBGetCategoryList.Resources.resources",
  14450. "Tutorial/VBGetCategoryList/obj/x86/Debug/VBGetCategoryList.vbproj.CopyComplete",
  14451. "Tutorial/VBGetCategoryList/obj/x86/Debug/VBGetCategoryList.vbproj.CoreCompileInputs.cache",
  14452. "Tutorial/VBGetCategoryList/obj/x86/Debug/VBGetCategoryList.vbproj.GenerateResource.Cache",
  14453. "Tutorial/VBGetCategoryList/obj/x86/Debug/VBGetCategoryList.vbprojResolveAssemblyReference.cache",
  14454. "Tutorial/VBGetConversationItems/Module1.vb",
  14455. "Tutorial/VBGetConversationItems/My Project/Application.Designer.vb",
  14456. "Tutorial/VBGetConversationItems/My Project/Application.myapp",
  14457. "Tutorial/VBGetConversationItems/My Project/AssemblyInfo.vb",
  14458. "Tutorial/VBGetConversationItems/My Project/Resources.Designer.vb",
  14459. "Tutorial/VBGetConversationItems/My Project/Resources.resx",
  14460. "Tutorial/VBGetConversationItems/My Project/Settings.Designer.vb",
  14461. "Tutorial/VBGetConversationItems/My Project/Settings.settings",
  14462. "Tutorial/VBGetConversationItems/VBGetConversationItems.vbproj",
  14463. "Tutorial/VBGetConversationItems/bin/Debug/VBGetConversationItems.vshost.exe.manifest",
  14464. "Tutorial/VBGetConversationItems/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14465. "Tutorial/VBGetConversationItems/obj/x86/Debug/VBGetConversationItems.Resources.resources",
  14466. "Tutorial/VBGetConversationItems/obj/x86/Debug/VBGetConversationItems.vbproj.CopyComplete",
  14467. "Tutorial/VBGetConversationItems/obj/x86/Debug/VBGetConversationItems.vbproj.CoreCompileInputs.cache",
  14468. "Tutorial/VBGetConversationItems/obj/x86/Debug/VBGetConversationItems.vbproj.GenerateResource.Cache",
  14469. "Tutorial/VBGetConversationItems/obj/x86/Debug/VBGetConversationItems.vbprojResolveAssemblyReference.cache",
  14470. "Tutorial/VBGetDelegate/Module1.vb",
  14471. "Tutorial/VBGetDelegate/My Project/Application.Designer.vb",
  14472. "Tutorial/VBGetDelegate/My Project/Application.myapp",
  14473. "Tutorial/VBGetDelegate/My Project/AssemblyInfo.vb",
  14474. "Tutorial/VBGetDelegate/My Project/Resources.Designer.vb",
  14475. "Tutorial/VBGetDelegate/My Project/Resources.resx",
  14476. "Tutorial/VBGetDelegate/My Project/Settings.Designer.vb",
  14477. "Tutorial/VBGetDelegate/My Project/Settings.settings",
  14478. "Tutorial/VBGetDelegate/VBGetDelegate.vbproj",
  14479. "Tutorial/VBGetDelegate/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14480. "Tutorial/VBGetDelegate/obj/Debug/VBGetDelegate.Resources.resources",
  14481. "Tutorial/VBGetDelegate/obj/Debug/VBGetDelegate.vbproj.CopyComplete",
  14482. "Tutorial/VBGetDelegate/obj/Debug/VBGetDelegate.vbproj.CoreCompileInputs.cache",
  14483. "Tutorial/VBGetDelegate/obj/Debug/VBGetDelegate.vbproj.GenerateResource.Cache",
  14484. "Tutorial/VBGetDelegate/obj/Debug/VBGetDelegate.vbprojResolveAssemblyReference.cache",
  14485. "Tutorial/VBGetDiscoverySearchConfiguration/Module1.vb",
  14486. "Tutorial/VBGetDiscoverySearchConfiguration/My Project/Application.Designer.vb",
  14487. "Tutorial/VBGetDiscoverySearchConfiguration/My Project/Application.myapp",
  14488. "Tutorial/VBGetDiscoverySearchConfiguration/My Project/AssemblyInfo.vb",
  14489. "Tutorial/VBGetDiscoverySearchConfiguration/My Project/Resources.Designer.vb",
  14490. "Tutorial/VBGetDiscoverySearchConfiguration/My Project/Resources.resx",
  14491. "Tutorial/VBGetDiscoverySearchConfiguration/My Project/Settings.Designer.vb",
  14492. "Tutorial/VBGetDiscoverySearchConfiguration/My Project/Settings.settings",
  14493. "Tutorial/VBGetDiscoverySearchConfiguration/VBGetDiscoverySearchConfiguration.vbproj",
  14494. "Tutorial/VBGetDiscoverySearchConfiguration/bin/Debug/VBGetDiscoverySearchConfiguration.vshost.exe.manifest",
  14495. "Tutorial/VBGetDiscoverySearchConfiguration/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14496. "Tutorial/VBGetDiscoverySearchConfiguration/obj/x86/Debug/VBGetDiscoverySearchConfiguration.Resources.resources",
  14497. "Tutorial/VBGetDiscoverySearchConfiguration/obj/x86/Debug/VBGetDiscoverySearchConfiguration.vbproj.CopyComplete",
  14498. "Tutorial/VBGetDiscoverySearchConfiguration/obj/x86/Debug/VBGetDiscoverySearchConfiguration.vbproj.CoreCompileInputs.cache",
  14499. "Tutorial/VBGetDiscoverySearchConfiguration/obj/x86/Debug/VBGetDiscoverySearchConfiguration.vbproj.GenerateResource.Cache",
  14500. "Tutorial/VBGetDiscoverySearchConfiguration/obj/x86/Debug/VBGetDiscoverySearchConfiguration.vbprojResolveAssemblyReference.cache",
  14501. "Tutorial/VBGetFolder/Module1.vb",
  14502. "Tutorial/VBGetFolder/My Project/Application.Designer.vb",
  14503. "Tutorial/VBGetFolder/My Project/Application.myapp",
  14504. "Tutorial/VBGetFolder/My Project/AssemblyInfo.vb",
  14505. "Tutorial/VBGetFolder/My Project/Resources.Designer.vb",
  14506. "Tutorial/VBGetFolder/My Project/Resources.resx",
  14507. "Tutorial/VBGetFolder/My Project/Settings.Designer.vb",
  14508. "Tutorial/VBGetFolder/My Project/Settings.settings",
  14509. "Tutorial/VBGetFolder/VBGetFolder.vbproj",
  14510. "Tutorial/VBGetFolder/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14511. "Tutorial/VBGetFolder/obj/Debug/VBGetFolder.Resources.resources",
  14512. "Tutorial/VBGetFolder/obj/Debug/VBGetFolder.vbproj.CopyComplete",
  14513. "Tutorial/VBGetFolder/obj/Debug/VBGetFolder.vbproj.CoreCompileInputs.cache",
  14514. "Tutorial/VBGetFolder/obj/Debug/VBGetFolder.vbproj.GenerateResource.Cache",
  14515. "Tutorial/VBGetFolder/obj/Debug/VBGetFolder.vbprojResolveAssemblyReference.cache",
  14516. "Tutorial/VBGetFreeBusy/Module1.vb",
  14517. "Tutorial/VBGetFreeBusy/My Project/Application.Designer.vb",
  14518. "Tutorial/VBGetFreeBusy/My Project/Application.myapp",
  14519. "Tutorial/VBGetFreeBusy/My Project/AssemblyInfo.vb",
  14520. "Tutorial/VBGetFreeBusy/My Project/Resources.Designer.vb",
  14521. "Tutorial/VBGetFreeBusy/My Project/Resources.resx",
  14522. "Tutorial/VBGetFreeBusy/My Project/Settings.Designer.vb",
  14523. "Tutorial/VBGetFreeBusy/My Project/Settings.settings",
  14524. "Tutorial/VBGetFreeBusy/VBGetFreeBusy.vbproj",
  14525. "Tutorial/VBGetFreeBusy/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14526. "Tutorial/VBGetFreeBusy/obj/Debug/VBGetFreeBusy.Resources.resources",
  14527. "Tutorial/VBGetFreeBusy/obj/Debug/VBGetFreeBusy.vbproj.CopyComplete",
  14528. "Tutorial/VBGetFreeBusy/obj/Debug/VBGetFreeBusy.vbproj.CoreCompileInputs.cache",
  14529. "Tutorial/VBGetFreeBusy/obj/Debug/VBGetFreeBusy.vbproj.GenerateResource.Cache",
  14530. "Tutorial/VBGetFreeBusy/obj/Debug/VBGetFreeBusy.vbprojResolveAssemblyReference.cache",
  14531. "Tutorial/VBGetOutOfOffice/Module1.vb",
  14532. "Tutorial/VBGetOutOfOffice/My Project/Application.Designer.vb",
  14533. "Tutorial/VBGetOutOfOffice/My Project/Application.myapp",
  14534. "Tutorial/VBGetOutOfOffice/My Project/AssemblyInfo.vb",
  14535. "Tutorial/VBGetOutOfOffice/My Project/Resources.Designer.vb",
  14536. "Tutorial/VBGetOutOfOffice/My Project/Resources.resx",
  14537. "Tutorial/VBGetOutOfOffice/My Project/Settings.Designer.vb",
  14538. "Tutorial/VBGetOutOfOffice/My Project/Settings.settings",
  14539. "Tutorial/VBGetOutOfOffice/VBGetOutOfOffice.vbproj",
  14540. "Tutorial/VBGetOutOfOffice/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14541. "Tutorial/VBGetOutOfOffice/obj/Debug/VBGetOutOfOffice.Resources.resources",
  14542. "Tutorial/VBGetOutOfOffice/obj/Debug/VBGetOutOfOffice.vbproj.CopyComplete",
  14543. "Tutorial/VBGetOutOfOffice/obj/Debug/VBGetOutOfOffice.vbproj.CoreCompileInputs.cache",
  14544. "Tutorial/VBGetOutOfOffice/obj/Debug/VBGetOutOfOffice.vbproj.GenerateResource.Cache",
  14545. "Tutorial/VBGetOutOfOffice/obj/Debug/VBGetOutOfOffice.vbprojResolveAssemblyReference.cache",
  14546. "Tutorial/VBGetOwaOptions/Module1.vb",
  14547. "Tutorial/VBGetOwaOptions/My Project/Application.Designer.vb",
  14548. "Tutorial/VBGetOwaOptions/My Project/Application.myapp",
  14549. "Tutorial/VBGetOwaOptions/My Project/AssemblyInfo.vb",
  14550. "Tutorial/VBGetOwaOptions/My Project/Resources.Designer.vb",
  14551. "Tutorial/VBGetOwaOptions/My Project/Resources.resx",
  14552. "Tutorial/VBGetOwaOptions/My Project/Settings.Designer.vb",
  14553. "Tutorial/VBGetOwaOptions/My Project/Settings.settings",
  14554. "Tutorial/VBGetOwaOptions/VBGetOwaOptions.vbproj",
  14555. "Tutorial/VBGetOwaOptions/bin/Debug/VBGetOwaOptions.vshost.exe.manifest",
  14556. "Tutorial/VBGetOwaOptions/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14557. "Tutorial/VBGetOwaOptions/obj/x86/Debug/VBGetOwaOptions.Resources.resources",
  14558. "Tutorial/VBGetOwaOptions/obj/x86/Debug/VBGetOwaOptions.vbproj.CopyComplete",
  14559. "Tutorial/VBGetOwaOptions/obj/x86/Debug/VBGetOwaOptions.vbproj.CoreCompileInputs.cache",
  14560. "Tutorial/VBGetOwaOptions/obj/x86/Debug/VBGetOwaOptions.vbproj.GenerateResource.Cache",
  14561. "Tutorial/VBGetOwaOptions/obj/x86/Debug/VBGetOwaOptions.vbprojResolveAssemblyReference.cache",
  14562. "Tutorial/VBGetRetentionSettings/Module1.vb",
  14563. "Tutorial/VBGetRetentionSettings/My Project/Application.Designer.vb",
  14564. "Tutorial/VBGetRetentionSettings/My Project/Application.myapp",
  14565. "Tutorial/VBGetRetentionSettings/My Project/AssemblyInfo.vb",
  14566. "Tutorial/VBGetRetentionSettings/My Project/Resources.Designer.vb",
  14567. "Tutorial/VBGetRetentionSettings/My Project/Resources.resx",
  14568. "Tutorial/VBGetRetentionSettings/My Project/Settings.Designer.vb",
  14569. "Tutorial/VBGetRetentionSettings/My Project/Settings.settings",
  14570. "Tutorial/VBGetRetentionSettings/VBGetRetentionSettings.vbproj",
  14571. "Tutorial/VBGetRetentionSettings/bin/Debug/VBGetRetentionSettings.vshost.exe.manifest",
  14572. "Tutorial/VBGetRetentionSettings/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14573. "Tutorial/VBGetRetentionSettings/obj/x86/Debug/VBGetRetentionSettings.Resources.resources",
  14574. "Tutorial/VBGetRetentionSettings/obj/x86/Debug/VBGetRetentionSettings.vbproj.CopyComplete",
  14575. "Tutorial/VBGetRetentionSettings/obj/x86/Debug/VBGetRetentionSettings.vbproj.CoreCompileInputs.cache",
  14576. "Tutorial/VBGetRetentionSettings/obj/x86/Debug/VBGetRetentionSettings.vbproj.GenerateResource.Cache",
  14577. "Tutorial/VBGetRetentionSettings/obj/x86/Debug/VBGetRetentionSettings.vbprojResolveAssemblyReference.cache",
  14578. "Tutorial/VBGetRules/Module1.vb",
  14579. "Tutorial/VBGetRules/My Project/Application.Designer.vb",
  14580. "Tutorial/VBGetRules/My Project/Application.myapp",
  14581. "Tutorial/VBGetRules/My Project/AssemblyInfo.vb",
  14582. "Tutorial/VBGetRules/My Project/Resources.Designer.vb",
  14583. "Tutorial/VBGetRules/My Project/Resources.resx",
  14584. "Tutorial/VBGetRules/My Project/Settings.Designer.vb",
  14585. "Tutorial/VBGetRules/My Project/Settings.settings",
  14586. "Tutorial/VBGetRules/VBGetRules.vbproj",
  14587. "Tutorial/VBGetRules/bin/Debug/VBGetRules.vshost.exe.manifest",
  14588. "Tutorial/VBGetRules/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14589. "Tutorial/VBGetRules/obj/x86/Debug/VBGetRules.Resources.resources",
  14590. "Tutorial/VBGetRules/obj/x86/Debug/VBGetRules.vbproj.CopyComplete",
  14591. "Tutorial/VBGetRules/obj/x86/Debug/VBGetRules.vbproj.CoreCompileInputs.cache",
  14592. "Tutorial/VBGetRules/obj/x86/Debug/VBGetRules.vbproj.GenerateResource.Cache",
  14593. "Tutorial/VBGetRules/obj/x86/Debug/VBGetRules.vbprojResolveAssemblyReference.cache",
  14594. "Tutorial/VBGetServerTimeZones/Module1.vb",
  14595. "Tutorial/VBGetServerTimeZones/My Project/Application.Designer.vb",
  14596. "Tutorial/VBGetServerTimeZones/My Project/Application.myapp",
  14597. "Tutorial/VBGetServerTimeZones/My Project/AssemblyInfo.vb",
  14598. "Tutorial/VBGetServerTimeZones/My Project/Resources.Designer.vb",
  14599. "Tutorial/VBGetServerTimeZones/My Project/Resources.resx",
  14600. "Tutorial/VBGetServerTimeZones/My Project/Settings.Designer.vb",
  14601. "Tutorial/VBGetServerTimeZones/My Project/Settings.settings",
  14602. "Tutorial/VBGetServerTimeZones/VBGetServerTimeZones.vbproj",
  14603. "Tutorial/VBGetServerTimeZones/bin/Debug/VBGetServerTimeZones.vshost.exe.manifest",
  14604. "Tutorial/VBGetServerTimeZones/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14605. "Tutorial/VBGetServerTimeZones/obj/Debug/VBGetServerTimeZones.Resources.resources",
  14606. "Tutorial/VBGetServerTimeZones/obj/Debug/VBGetServerTimeZones.vbproj.CopyComplete",
  14607. "Tutorial/VBGetServerTimeZones/obj/Debug/VBGetServerTimeZones.vbproj.CoreCompileInputs.cache",
  14608. "Tutorial/VBGetServerTimeZones/obj/Debug/VBGetServerTimeZones.vbproj.GenerateResource.Cache",
  14609. "Tutorial/VBGetServerTimeZones/obj/Debug/VBGetServerTimeZones.vbprojResolveAssemblyReference.cache",
  14610. "Tutorial/VBGetServiceConfiguration/Module1.vb",
  14611. "Tutorial/VBGetServiceConfiguration/My Project/Application.Designer.vb",
  14612. "Tutorial/VBGetServiceConfiguration/My Project/Application.myapp",
  14613. "Tutorial/VBGetServiceConfiguration/My Project/AssemblyInfo.vb",
  14614. "Tutorial/VBGetServiceConfiguration/My Project/Resources.Designer.vb",
  14615. "Tutorial/VBGetServiceConfiguration/My Project/Resources.resx",
  14616. "Tutorial/VBGetServiceConfiguration/My Project/Settings.Designer.vb",
  14617. "Tutorial/VBGetServiceConfiguration/My Project/Settings.settings",
  14618. "Tutorial/VBGetServiceConfiguration/VBGetServiceConfiguration.vbproj",
  14619. "Tutorial/VBGetServiceConfiguration/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14620. "Tutorial/VBGetServiceConfiguration/obj/Debug/VBGetServiceConfiguration.Resources.resources",
  14621. "Tutorial/VBGetServiceConfiguration/obj/Debug/VBGetServiceConfiguration.vbproj.CopyComplete",
  14622. "Tutorial/VBGetServiceConfiguration/obj/Debug/VBGetServiceConfiguration.vbproj.CoreCompileInputs.cache",
  14623. "Tutorial/VBGetServiceConfiguration/obj/Debug/VBGetServiceConfiguration.vbproj.GenerateResource.Cache",
  14624. "Tutorial/VBGetServiceConfiguration/obj/Debug/VBGetServiceConfiguration.vbprojResolveAssemblyReference.cache",
  14625. "Tutorial/VBGetUserConfiguration/Module1.vb",
  14626. "Tutorial/VBGetUserConfiguration/My Project/Application.Designer.vb",
  14627. "Tutorial/VBGetUserConfiguration/My Project/Application.myapp",
  14628. "Tutorial/VBGetUserConfiguration/My Project/AssemblyInfo.vb",
  14629. "Tutorial/VBGetUserConfiguration/My Project/Resources.Designer.vb",
  14630. "Tutorial/VBGetUserConfiguration/My Project/Resources.resx",
  14631. "Tutorial/VBGetUserConfiguration/My Project/Settings.Designer.vb",
  14632. "Tutorial/VBGetUserConfiguration/My Project/Settings.settings",
  14633. "Tutorial/VBGetUserConfiguration/VBGetUserConfiguration.vbproj",
  14634. "Tutorial/VBGetUserConfiguration/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14635. "Tutorial/VBGetUserConfiguration/obj/Debug/VBGetUserConfiguration.Resources.resources",
  14636. "Tutorial/VBGetUserConfiguration/obj/Debug/VBGetUserConfiguration.vbproj.CopyComplete",
  14637. "Tutorial/VBGetUserConfiguration/obj/Debug/VBGetUserConfiguration.vbproj.CoreCompileInputs.cache",
  14638. "Tutorial/VBGetUserConfiguration/obj/Debug/VBGetUserConfiguration.vbproj.GenerateResource.Cache",
  14639. "Tutorial/VBGetUserConfiguration/obj/Debug/VBGetUserConfiguration.vbprojResolveAssemblyReference.cache",
  14640. "Tutorial/VBGetUserSettings/Module1.vb",
  14641. "Tutorial/VBGetUserSettings/My Project/Application.Designer.vb",
  14642. "Tutorial/VBGetUserSettings/My Project/Application.myapp",
  14643. "Tutorial/VBGetUserSettings/My Project/AssemblyInfo.vb",
  14644. "Tutorial/VBGetUserSettings/My Project/Resources.Designer.vb",
  14645. "Tutorial/VBGetUserSettings/My Project/Resources.resx",
  14646. "Tutorial/VBGetUserSettings/My Project/Settings.Designer.vb",
  14647. "Tutorial/VBGetUserSettings/My Project/Settings.settings",
  14648. "Tutorial/VBGetUserSettings/VBGetUserSettings.vbproj",
  14649. "Tutorial/VBGetUserSettings/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14650. "Tutorial/VBGetUserSettings/obj/Debug/VBGetUserSettings.Resources.resources",
  14651. "Tutorial/VBGetUserSettings/obj/Debug/VBGetUserSettings.vbproj.CopyComplete",
  14652. "Tutorial/VBGetUserSettings/obj/Debug/VBGetUserSettings.vbproj.CoreCompileInputs.cache",
  14653. "Tutorial/VBGetUserSettings/obj/Debug/VBGetUserSettings.vbproj.GenerateResource.Cache",
  14654. "Tutorial/VBGetUserSettings/obj/Debug/VBGetUserSettings.vbprojResolveAssemblyReference.cache",
  14655. "Tutorial/VBImpersonation/Module1.vb",
  14656. "Tutorial/VBImpersonation/My Project/Application.Designer.vb",
  14657. "Tutorial/VBImpersonation/My Project/Application.myapp",
  14658. "Tutorial/VBImpersonation/My Project/AssemblyInfo.vb",
  14659. "Tutorial/VBImpersonation/My Project/Resources.Designer.vb",
  14660. "Tutorial/VBImpersonation/My Project/Resources.resx",
  14661. "Tutorial/VBImpersonation/My Project/Settings.Designer.vb",
  14662. "Tutorial/VBImpersonation/My Project/Settings.settings",
  14663. "Tutorial/VBImpersonation/VBImpersonation.vbproj",
  14664. "Tutorial/VBImpersonation/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14665. "Tutorial/VBImpersonation/obj/Debug/VBImpersonation.Resources.resources",
  14666. "Tutorial/VBImpersonation/obj/Debug/VBImpersonation.vbproj.CopyComplete",
  14667. "Tutorial/VBImpersonation/obj/Debug/VBImpersonation.vbproj.CoreCompileInputs.cache",
  14668. "Tutorial/VBImpersonation/obj/Debug/VBImpersonation.vbproj.GenerateResource.Cache",
  14669. "Tutorial/VBImpersonation/obj/Debug/VBImpersonation.vbprojResolveAssemblyReference.cache",
  14670. "Tutorial/VBIndexedPageView/Module1.vb",
  14671. "Tutorial/VBIndexedPageView/My Project/Application.Designer.vb",
  14672. "Tutorial/VBIndexedPageView/My Project/Application.myapp",
  14673. "Tutorial/VBIndexedPageView/My Project/AssemblyInfo.vb",
  14674. "Tutorial/VBIndexedPageView/My Project/Resources.Designer.vb",
  14675. "Tutorial/VBIndexedPageView/My Project/Resources.resx",
  14676. "Tutorial/VBIndexedPageView/My Project/Settings.Designer.vb",
  14677. "Tutorial/VBIndexedPageView/My Project/Settings.settings",
  14678. "Tutorial/VBIndexedPageView/VBIndexedPageView.vbproj",
  14679. "Tutorial/VBIndexedPageView/bin/Debug/VBIndexedPageView.vshost.exe.manifest",
  14680. "Tutorial/VBIndexedPageView/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14681. "Tutorial/VBIndexedPageView/obj/x86/Debug/VBIndexedPageView.Resources.resources",
  14682. "Tutorial/VBIndexedPageView/obj/x86/Debug/VBIndexedPageView.vbproj.CopyComplete",
  14683. "Tutorial/VBIndexedPageView/obj/x86/Debug/VBIndexedPageView.vbproj.CoreCompileInputs.cache",
  14684. "Tutorial/VBIndexedPageView/obj/x86/Debug/VBIndexedPageView.vbproj.GenerateResource.Cache",
  14685. "Tutorial/VBIndexedPageView/obj/x86/Debug/VBIndexedPageView.vbprojResolveAssemblyReference.cache",
  14686. "Tutorial/VBListFolders/Module1.vb",
  14687. "Tutorial/VBListFolders/My Project/Application.Designer.vb",
  14688. "Tutorial/VBListFolders/My Project/Application.myapp",
  14689. "Tutorial/VBListFolders/My Project/AssemblyInfo.vb",
  14690. "Tutorial/VBListFolders/My Project/Resources.Designer.vb",
  14691. "Tutorial/VBListFolders/My Project/Resources.resx",
  14692. "Tutorial/VBListFolders/My Project/Settings.Designer.vb",
  14693. "Tutorial/VBListFolders/My Project/Settings.settings",
  14694. "Tutorial/VBListFolders/VBListFolders.vbproj",
  14695. "Tutorial/VBListFolders/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14696. "Tutorial/VBListFolders/obj/Debug/VBListFolders.Resources.resources",
  14697. "Tutorial/VBListFolders/obj/Debug/VBListFolders.vbproj.CopyComplete",
  14698. "Tutorial/VBListFolders/obj/Debug/VBListFolders.vbproj.CoreCompileInputs.cache",
  14699. "Tutorial/VBListFolders/obj/Debug/VBListFolders.vbproj.GenerateResource.Cache",
  14700. "Tutorial/VBListFolders/obj/Debug/VBListFolders.vbprojResolveAssemblyReference.cache",
  14701. "Tutorial/VBListItems/Module1.vb",
  14702. "Tutorial/VBListItems/My Project/Application.Designer.vb",
  14703. "Tutorial/VBListItems/My Project/Application.myapp",
  14704. "Tutorial/VBListItems/My Project/AssemblyInfo.vb",
  14705. "Tutorial/VBListItems/My Project/Resources.Designer.vb",
  14706. "Tutorial/VBListItems/My Project/Resources.resx",
  14707. "Tutorial/VBListItems/My Project/Settings.Designer.vb",
  14708. "Tutorial/VBListItems/My Project/Settings.settings",
  14709. "Tutorial/VBListItems/VBListItems.vbproj",
  14710. "Tutorial/VBListItems/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14711. "Tutorial/VBListItems/obj/Debug/VBListItems.Resources.resources",
  14712. "Tutorial/VBListItems/obj/Debug/VBListItems.vbproj.CopyComplete",
  14713. "Tutorial/VBListItems/obj/Debug/VBListItems.vbproj.CoreCompileInputs.cache",
  14714. "Tutorial/VBListItems/obj/Debug/VBListItems.vbproj.GenerateResource.Cache",
  14715. "Tutorial/VBListItems/obj/Debug/VBListItems.vbprojResolveAssemblyReference.cache",
  14716. "Tutorial/VBListPublicFolders/Module1.vb",
  14717. "Tutorial/VBListPublicFolders/My Project/Application.Designer.vb",
  14718. "Tutorial/VBListPublicFolders/My Project/Application.myapp",
  14719. "Tutorial/VBListPublicFolders/My Project/AssemblyInfo.vb",
  14720. "Tutorial/VBListPublicFolders/My Project/Resources.Designer.vb",
  14721. "Tutorial/VBListPublicFolders/My Project/Resources.resx",
  14722. "Tutorial/VBListPublicFolders/My Project/Settings.Designer.vb",
  14723. "Tutorial/VBListPublicFolders/My Project/Settings.settings",
  14724. "Tutorial/VBListPublicFolders/VBListPublicFolders.vbproj",
  14725. "Tutorial/VBListPublicFolders/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14726. "Tutorial/VBListPublicFolders/obj/Debug/VBListPublicFolders.Resources.resources",
  14727. "Tutorial/VBListPublicFolders/obj/Debug/VBListPublicFolders.vbproj.CopyComplete",
  14728. "Tutorial/VBListPublicFolders/obj/Debug/VBListPublicFolders.vbproj.CoreCompileInputs.cache",
  14729. "Tutorial/VBListPublicFolders/obj/Debug/VBListPublicFolders.vbproj.GenerateResource.Cache",
  14730. "Tutorial/VBListPublicFolders/obj/Debug/VBListPublicFolders.vbprojResolveAssemblyReference.cache",
  14731. "Tutorial/VBMapiProperties/Module1.vb",
  14732. "Tutorial/VBMapiProperties/My Project/Application.Designer.vb",
  14733. "Tutorial/VBMapiProperties/My Project/Application.myapp",
  14734. "Tutorial/VBMapiProperties/My Project/AssemblyInfo.vb",
  14735. "Tutorial/VBMapiProperties/My Project/Resources.Designer.vb",
  14736. "Tutorial/VBMapiProperties/My Project/Resources.resx",
  14737. "Tutorial/VBMapiProperties/My Project/Settings.Designer.vb",
  14738. "Tutorial/VBMapiProperties/My Project/Settings.settings",
  14739. "Tutorial/VBMapiProperties/VBMapiProperties.vbproj",
  14740. "Tutorial/VBMapiProperties/bin/Debug/VBMapiProperties.vshost.exe.manifest",
  14741. "Tutorial/VBMapiProperties/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14742. "Tutorial/VBMapiProperties/obj/x86/Debug/VBMapiProperties.Resources.resources",
  14743. "Tutorial/VBMapiProperties/obj/x86/Debug/VBMapiProperties.vbproj.CopyComplete",
  14744. "Tutorial/VBMapiProperties/obj/x86/Debug/VBMapiProperties.vbproj.CoreCompileInputs.cache",
  14745. "Tutorial/VBMapiProperties/obj/x86/Debug/VBMapiProperties.vbproj.GenerateResource.Cache",
  14746. "Tutorial/VBMapiProperties/obj/x86/Debug/VBMapiProperties.vbprojResolveAssemblyReference.cache",
  14747. "Tutorial/VBMarkAllItemsAsRead/Module1.vb",
  14748. "Tutorial/VBMarkAllItemsAsRead/My Project/Application.Designer.vb",
  14749. "Tutorial/VBMarkAllItemsAsRead/My Project/Application.myapp",
  14750. "Tutorial/VBMarkAllItemsAsRead/My Project/AssemblyInfo.vb",
  14751. "Tutorial/VBMarkAllItemsAsRead/My Project/Resources.Designer.vb",
  14752. "Tutorial/VBMarkAllItemsAsRead/My Project/Resources.resx",
  14753. "Tutorial/VBMarkAllItemsAsRead/My Project/Settings.Designer.vb",
  14754. "Tutorial/VBMarkAllItemsAsRead/My Project/Settings.settings",
  14755. "Tutorial/VBMarkAllItemsAsRead/VBMarkAllItemsAsRead.vbproj",
  14756. "Tutorial/VBMarkAllItemsAsRead/bin/Debug/VBMarkAllItemsAsRead.vshost.exe.manifest",
  14757. "Tutorial/VBMarkAllItemsAsRead/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14758. "Tutorial/VBMarkAllItemsAsRead/obj/x86/Debug/VBMarkAllItemsAsRead.Resources.resources",
  14759. "Tutorial/VBMarkAllItemsAsRead/obj/x86/Debug/VBMarkAllItemsAsRead.vbproj.CopyComplete",
  14760. "Tutorial/VBMarkAllItemsAsRead/obj/x86/Debug/VBMarkAllItemsAsRead.vbproj.CoreCompileInputs.cache",
  14761. "Tutorial/VBMarkAllItemsAsRead/obj/x86/Debug/VBMarkAllItemsAsRead.vbproj.GenerateResource.Cache",
  14762. "Tutorial/VBMarkAllItemsAsRead/obj/x86/Debug/VBMarkAllItemsAsRead.vbprojResolveAssemblyReference.cache",
  14763. "Tutorial/VBMoveFolder/Module1.vb",
  14764. "Tutorial/VBMoveFolder/My Project/Application.Designer.vb",
  14765. "Tutorial/VBMoveFolder/My Project/Application.myapp",
  14766. "Tutorial/VBMoveFolder/My Project/AssemblyInfo.vb",
  14767. "Tutorial/VBMoveFolder/My Project/Resources.Designer.vb",
  14768. "Tutorial/VBMoveFolder/My Project/Resources.resx",
  14769. "Tutorial/VBMoveFolder/My Project/Settings.Designer.vb",
  14770. "Tutorial/VBMoveFolder/My Project/Settings.settings",
  14771. "Tutorial/VBMoveFolder/VBMoveFolder.vbproj",
  14772. "Tutorial/VBMoveFolder/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14773. "Tutorial/VBMoveFolder/obj/Debug/VBMoveFolder.Resources.resources",
  14774. "Tutorial/VBMoveFolder/obj/Debug/VBMoveFolder.vbproj.CopyComplete",
  14775. "Tutorial/VBMoveFolder/obj/Debug/VBMoveFolder.vbproj.CoreCompileInputs.cache",
  14776. "Tutorial/VBMoveFolder/obj/Debug/VBMoveFolder.vbproj.GenerateResource.Cache",
  14777. "Tutorial/VBMoveFolder/obj/Debug/VBMoveFolder.vbprojAssemblyReference.cache",
  14778. "Tutorial/VBMoveFolder/obj/Debug/VBMoveFolder.vbprojResolveAssemblyReference.cache",
  14779. "Tutorial/VBMoveItem/Module1.vb",
  14780. "Tutorial/VBMoveItem/My Project/Application.Designer.vb",
  14781. "Tutorial/VBMoveItem/My Project/Application.myapp",
  14782. "Tutorial/VBMoveItem/My Project/AssemblyInfo.vb",
  14783. "Tutorial/VBMoveItem/My Project/Resources.Designer.vb",
  14784. "Tutorial/VBMoveItem/My Project/Resources.resx",
  14785. "Tutorial/VBMoveItem/My Project/Settings.Designer.vb",
  14786. "Tutorial/VBMoveItem/My Project/Settings.settings",
  14787. "Tutorial/VBMoveItem/VBMoveItem.vbproj",
  14788. "Tutorial/VBMoveItem/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14789. "Tutorial/VBMoveItem/obj/Debug/VBMoveItem.Resources.resources",
  14790. "Tutorial/VBMoveItem/obj/Debug/VBMoveItem.vbproj.CopyComplete",
  14791. "Tutorial/VBMoveItem/obj/Debug/VBMoveItem.vbproj.CoreCompileInputs.cache",
  14792. "Tutorial/VBMoveItem/obj/Debug/VBMoveItem.vbproj.GenerateResource.Cache",
  14793. "Tutorial/VBMoveItem/obj/Debug/VBMoveItem.vbprojResolveAssemblyReference.cache",
  14794. "Tutorial/VBNewMailNotification1/Module1.vb",
  14795. "Tutorial/VBNewMailNotification1/My Project/Application.Designer.vb",
  14796. "Tutorial/VBNewMailNotification1/My Project/Application.myapp",
  14797. "Tutorial/VBNewMailNotification1/My Project/AssemblyInfo.vb",
  14798. "Tutorial/VBNewMailNotification1/My Project/Resources.Designer.vb",
  14799. "Tutorial/VBNewMailNotification1/My Project/Resources.resx",
  14800. "Tutorial/VBNewMailNotification1/My Project/Settings.Designer.vb",
  14801. "Tutorial/VBNewMailNotification1/My Project/Settings.settings",
  14802. "Tutorial/VBNewMailNotification1/VBNewMailNotification1.vbproj",
  14803. "Tutorial/VBNewMailNotification1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14804. "Tutorial/VBNewMailNotification1/obj/Debug/VBNewMailNotification1.Resources.resources",
  14805. "Tutorial/VBNewMailNotification1/obj/Debug/VBNewMailNotification1.vbproj.CopyComplete",
  14806. "Tutorial/VBNewMailNotification1/obj/Debug/VBNewMailNotification1.vbproj.CoreCompileInputs.cache",
  14807. "Tutorial/VBNewMailNotification1/obj/Debug/VBNewMailNotification1.vbproj.GenerateResource.Cache",
  14808. "Tutorial/VBNewMailNotification1/obj/Debug/VBNewMailNotification1.vbprojResolveAssemblyReference.cache",
  14809. "Tutorial/VBNewMailNotification2/Module1.vb",
  14810. "Tutorial/VBNewMailNotification2/My Project/Application.Designer.vb",
  14811. "Tutorial/VBNewMailNotification2/My Project/Application.myapp",
  14812. "Tutorial/VBNewMailNotification2/My Project/AssemblyInfo.vb",
  14813. "Tutorial/VBNewMailNotification2/My Project/Resources.Designer.vb",
  14814. "Tutorial/VBNewMailNotification2/My Project/Resources.resx",
  14815. "Tutorial/VBNewMailNotification2/My Project/Settings.Designer.vb",
  14816. "Tutorial/VBNewMailNotification2/My Project/Settings.settings",
  14817. "Tutorial/VBNewMailNotification2/VBNewMailNotification2.vbproj",
  14818. "Tutorial/VBNewMailNotification2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14819. "Tutorial/VBNewMailNotification2/obj/Debug/VBNewMailNotification2.Resources.resources",
  14820. "Tutorial/VBNewMailNotification2/obj/Debug/VBNewMailNotification2.vbproj.CopyComplete",
  14821. "Tutorial/VBNewMailNotification2/obj/Debug/VBNewMailNotification2.vbproj.CoreCompileInputs.cache",
  14822. "Tutorial/VBNewMailNotification2/obj/Debug/VBNewMailNotification2.vbproj.GenerateResource.Cache",
  14823. "Tutorial/VBNewMailNotification2/obj/Debug/VBNewMailNotification2.vbprojResolveAssemblyReference.cache",
  14824. "Tutorial/VBNewMailNotification3/Module1.vb",
  14825. "Tutorial/VBNewMailNotification3/My Project/Application.Designer.vb",
  14826. "Tutorial/VBNewMailNotification3/My Project/Application.myapp",
  14827. "Tutorial/VBNewMailNotification3/My Project/AssemblyInfo.vb",
  14828. "Tutorial/VBNewMailNotification3/My Project/Resources.Designer.vb",
  14829. "Tutorial/VBNewMailNotification3/My Project/Resources.resx",
  14830. "Tutorial/VBNewMailNotification3/My Project/Settings.Designer.vb",
  14831. "Tutorial/VBNewMailNotification3/My Project/Settings.settings",
  14832. "Tutorial/VBNewMailNotification3/VBNewMailNotification3.vbproj",
  14833. "Tutorial/VBNewMailNotification3/bin/Debug/VBNewMailNotification3.vshost.exe.manifest",
  14834. "Tutorial/VBNewMailNotification3/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14835. "Tutorial/VBNewMailNotification3/obj/x86/Debug/VBNewMailNotification3.Resources.resources",
  14836. "Tutorial/VBNewMailNotification3/obj/x86/Debug/VBNewMailNotification3.vbproj.CopyComplete",
  14837. "Tutorial/VBNewMailNotification3/obj/x86/Debug/VBNewMailNotification3.vbproj.CoreCompileInputs.cache",
  14838. "Tutorial/VBNewMailNotification3/obj/x86/Debug/VBNewMailNotification3.vbproj.GenerateResource.Cache",
  14839. "Tutorial/VBNewMailNotification3/obj/x86/Debug/VBNewMailNotification3.vbprojResolveAssemblyReference.cache",
  14840. "Tutorial/VBRemoveAttendee/Module1.vb",
  14841. "Tutorial/VBRemoveAttendee/My Project/Application.Designer.vb",
  14842. "Tutorial/VBRemoveAttendee/My Project/Application.myapp",
  14843. "Tutorial/VBRemoveAttendee/My Project/AssemblyInfo.vb",
  14844. "Tutorial/VBRemoveAttendee/My Project/Resources.Designer.vb",
  14845. "Tutorial/VBRemoveAttendee/My Project/Resources.resx",
  14846. "Tutorial/VBRemoveAttendee/My Project/Settings.Designer.vb",
  14847. "Tutorial/VBRemoveAttendee/My Project/Settings.settings",
  14848. "Tutorial/VBRemoveAttendee/VBRemoveAttendee.vbproj",
  14849. "Tutorial/VBRemoveAttendee/bin/Debug/VBRemoveAttendee.vshost.exe.manifest",
  14850. "Tutorial/VBRemoveAttendee/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14851. "Tutorial/VBRemoveAttendee/obj/x86/Debug/VBRemoveAttendee.Resources.resources",
  14852. "Tutorial/VBRemoveAttendee/obj/x86/Debug/VBRemoveAttendee.vbproj.CopyComplete",
  14853. "Tutorial/VBRemoveAttendee/obj/x86/Debug/VBRemoveAttendee.vbproj.CoreCompileInputs.cache",
  14854. "Tutorial/VBRemoveAttendee/obj/x86/Debug/VBRemoveAttendee.vbproj.GenerateResource.Cache",
  14855. "Tutorial/VBRemoveAttendee/obj/x86/Debug/VBRemoveAttendee.vbprojResolveAssemblyReference.cache",
  14856. "Tutorial/VBRemoveDelegate/Module1.vb",
  14857. "Tutorial/VBRemoveDelegate/My Project/Application.Designer.vb",
  14858. "Tutorial/VBRemoveDelegate/My Project/Application.myapp",
  14859. "Tutorial/VBRemoveDelegate/My Project/AssemblyInfo.vb",
  14860. "Tutorial/VBRemoveDelegate/My Project/Resources.Designer.vb",
  14861. "Tutorial/VBRemoveDelegate/My Project/Resources.resx",
  14862. "Tutorial/VBRemoveDelegate/My Project/Settings.Designer.vb",
  14863. "Tutorial/VBRemoveDelegate/My Project/Settings.settings",
  14864. "Tutorial/VBRemoveDelegate/VBRemoveDelegate.vbproj",
  14865. "Tutorial/VBRemoveDelegate/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14866. "Tutorial/VBRemoveDelegate/obj/Debug/VBRemoveDelegate.Resources.resources",
  14867. "Tutorial/VBRemoveDelegate/obj/Debug/VBRemoveDelegate.vbproj.CopyComplete",
  14868. "Tutorial/VBRemoveDelegate/obj/Debug/VBRemoveDelegate.vbproj.CoreCompileInputs.cache",
  14869. "Tutorial/VBRemoveDelegate/obj/Debug/VBRemoveDelegate.vbproj.GenerateResource.Cache",
  14870. "Tutorial/VBRemoveDelegate/obj/Debug/VBRemoveDelegate.vbprojResolveAssemblyReference.cache",
  14871. "Tutorial/VBReplyTo/Module1.vb",
  14872. "Tutorial/VBReplyTo/My Project/Application.Designer.vb",
  14873. "Tutorial/VBReplyTo/My Project/Application.myapp",
  14874. "Tutorial/VBReplyTo/My Project/AssemblyInfo.vb",
  14875. "Tutorial/VBReplyTo/My Project/Resources.Designer.vb",
  14876. "Tutorial/VBReplyTo/My Project/Resources.resx",
  14877. "Tutorial/VBReplyTo/My Project/Settings.Designer.vb",
  14878. "Tutorial/VBReplyTo/My Project/Settings.settings",
  14879. "Tutorial/VBReplyTo/VBReplyTo.vbproj",
  14880. "Tutorial/VBReplyTo/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14881. "Tutorial/VBReplyTo/obj/Debug/VBReplyTo.Resources.resources",
  14882. "Tutorial/VBReplyTo/obj/Debug/VBReplyTo.vbproj.CopyComplete",
  14883. "Tutorial/VBReplyTo/obj/Debug/VBReplyTo.vbproj.CoreCompileInputs.cache",
  14884. "Tutorial/VBReplyTo/obj/Debug/VBReplyTo.vbproj.GenerateResource.Cache",
  14885. "Tutorial/VBReplyTo/obj/Debug/VBReplyTo.vbprojResolveAssemblyReference.cache",
  14886. "Tutorial/VBReplyToAll/Module1.vb",
  14887. "Tutorial/VBReplyToAll/My Project/Application.Designer.vb",
  14888. "Tutorial/VBReplyToAll/My Project/Application.myapp",
  14889. "Tutorial/VBReplyToAll/My Project/AssemblyInfo.vb",
  14890. "Tutorial/VBReplyToAll/My Project/Resources.Designer.vb",
  14891. "Tutorial/VBReplyToAll/My Project/Resources.resx",
  14892. "Tutorial/VBReplyToAll/My Project/Settings.Designer.vb",
  14893. "Tutorial/VBReplyToAll/My Project/Settings.settings",
  14894. "Tutorial/VBReplyToAll/VBReplyToAll.vbproj",
  14895. "Tutorial/VBReplyToAll/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14896. "Tutorial/VBReplyToAll/obj/Debug/VBReplyToAll.Resources.resources",
  14897. "Tutorial/VBReplyToAll/obj/Debug/VBReplyToAll.vbproj.CopyComplete",
  14898. "Tutorial/VBReplyToAll/obj/Debug/VBReplyToAll.vbproj.CoreCompileInputs.cache",
  14899. "Tutorial/VBReplyToAll/obj/Debug/VBReplyToAll.vbproj.GenerateResource.Cache",
  14900. "Tutorial/VBReplyToAll/obj/Debug/VBReplyToAll.vbprojResolveAssemblyReference.cache",
  14901. "Tutorial/VBResolveNames/Module1.vb",
  14902. "Tutorial/VBResolveNames/My Project/Application.Designer.vb",
  14903. "Tutorial/VBResolveNames/My Project/Application.myapp",
  14904. "Tutorial/VBResolveNames/My Project/AssemblyInfo.vb",
  14905. "Tutorial/VBResolveNames/My Project/Resources.Designer.vb",
  14906. "Tutorial/VBResolveNames/My Project/Resources.resx",
  14907. "Tutorial/VBResolveNames/My Project/Settings.Designer.vb",
  14908. "Tutorial/VBResolveNames/My Project/Settings.settings",
  14909. "Tutorial/VBResolveNames/VBResolveNames.vbproj",
  14910. "Tutorial/VBResolveNames/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14911. "Tutorial/VBResolveNames/obj/Debug/VBResolveNames.Resources.resources",
  14912. "Tutorial/VBResolveNames/obj/Debug/VBResolveNames.vbproj.CopyComplete",
  14913. "Tutorial/VBResolveNames/obj/Debug/VBResolveNames.vbproj.CoreCompileInputs.cache",
  14914. "Tutorial/VBResolveNames/obj/Debug/VBResolveNames.vbproj.GenerateResource.Cache",
  14915. "Tutorial/VBResolveNames/obj/Debug/VBResolveNames.vbprojResolveAssemblyReference.cache",
  14916. "Tutorial/VBRestoreDeletedItems/Module1.vb",
  14917. "Tutorial/VBRestoreDeletedItems/My Project/Application.Designer.vb",
  14918. "Tutorial/VBRestoreDeletedItems/My Project/Application.myapp",
  14919. "Tutorial/VBRestoreDeletedItems/My Project/AssemblyInfo.vb",
  14920. "Tutorial/VBRestoreDeletedItems/My Project/Resources.Designer.vb",
  14921. "Tutorial/VBRestoreDeletedItems/My Project/Resources.resx",
  14922. "Tutorial/VBRestoreDeletedItems/My Project/Settings.Designer.vb",
  14923. "Tutorial/VBRestoreDeletedItems/My Project/Settings.settings",
  14924. "Tutorial/VBRestoreDeletedItems/VBRestoreDeletedItems.vbproj",
  14925. "Tutorial/VBRestoreDeletedItems/bin/Debug/VBRestoreDeletedItems.vshost.exe.manifest",
  14926. "Tutorial/VBRestoreDeletedItems/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14927. "Tutorial/VBRestoreDeletedItems/obj/x86/Debug/VBRestoreDeletedItems.Resources.resources",
  14928. "Tutorial/VBRestoreDeletedItems/obj/x86/Debug/VBRestoreDeletedItems.vbproj.CopyComplete",
  14929. "Tutorial/VBRestoreDeletedItems/obj/x86/Debug/VBRestoreDeletedItems.vbproj.CoreCompileInputs.cache",
  14930. "Tutorial/VBRestoreDeletedItems/obj/x86/Debug/VBRestoreDeletedItems.vbproj.GenerateResource.Cache",
  14931. "Tutorial/VBRestoreDeletedItems/obj/x86/Debug/VBRestoreDeletedItems.vbprojResolveAssemblyReference.cache",
  14932. "Tutorial/VBSearchMailboxes/Module1.vb",
  14933. "Tutorial/VBSearchMailboxes/My Project/Application.Designer.vb",
  14934. "Tutorial/VBSearchMailboxes/My Project/Application.myapp",
  14935. "Tutorial/VBSearchMailboxes/My Project/AssemblyInfo.vb",
  14936. "Tutorial/VBSearchMailboxes/My Project/Resources.Designer.vb",
  14937. "Tutorial/VBSearchMailboxes/My Project/Resources.resx",
  14938. "Tutorial/VBSearchMailboxes/My Project/Settings.Designer.vb",
  14939. "Tutorial/VBSearchMailboxes/My Project/Settings.settings",
  14940. "Tutorial/VBSearchMailboxes/VBSearchMailboxes.vbproj",
  14941. "Tutorial/VBSearchMailboxes/bin/Debug/VBSearchMailboxes.vshost.exe.manifest",
  14942. "Tutorial/VBSearchMailboxes/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14943. "Tutorial/VBSearchMailboxes/obj/x86/Debug/VBSearchMailboxes.Resources.resources",
  14944. "Tutorial/VBSearchMailboxes/obj/x86/Debug/VBSearchMailboxes.vbproj.CopyComplete",
  14945. "Tutorial/VBSearchMailboxes/obj/x86/Debug/VBSearchMailboxes.vbproj.CoreCompileInputs.cache",
  14946. "Tutorial/VBSearchMailboxes/obj/x86/Debug/VBSearchMailboxes.vbproj.GenerateResource.Cache",
  14947. "Tutorial/VBSearchMailboxes/obj/x86/Debug/VBSearchMailboxes.vbprojResolveAssemblyReference.cache",
  14948. "Tutorial/VBSendDraftMessage/Module1.vb",
  14949. "Tutorial/VBSendDraftMessage/My Project/Application.Designer.vb",
  14950. "Tutorial/VBSendDraftMessage/My Project/Application.myapp",
  14951. "Tutorial/VBSendDraftMessage/My Project/AssemblyInfo.vb",
  14952. "Tutorial/VBSendDraftMessage/My Project/Resources.Designer.vb",
  14953. "Tutorial/VBSendDraftMessage/My Project/Resources.resx",
  14954. "Tutorial/VBSendDraftMessage/My Project/Settings.Designer.vb",
  14955. "Tutorial/VBSendDraftMessage/My Project/Settings.settings",
  14956. "Tutorial/VBSendDraftMessage/VBSendDraftMessage.vbproj",
  14957. "Tutorial/VBSendDraftMessage/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14958. "Tutorial/VBSendDraftMessage/obj/Debug/VBSendDraftMessage.Resources.resources",
  14959. "Tutorial/VBSendDraftMessage/obj/Debug/VBSendDraftMessage.vbproj.CopyComplete",
  14960. "Tutorial/VBSendDraftMessage/obj/Debug/VBSendDraftMessage.vbproj.CoreCompileInputs.cache",
  14961. "Tutorial/VBSendDraftMessage/obj/Debug/VBSendDraftMessage.vbproj.GenerateResource.Cache",
  14962. "Tutorial/VBSendDraftMessage/obj/Debug/VBSendDraftMessage.vbprojResolveAssemblyReference.cache",
  14963. "Tutorial/VBSendMeetingRequest1/Module1.vb",
  14964. "Tutorial/VBSendMeetingRequest1/My Project/Application.Designer.vb",
  14965. "Tutorial/VBSendMeetingRequest1/My Project/Application.myapp",
  14966. "Tutorial/VBSendMeetingRequest1/My Project/AssemblyInfo.vb",
  14967. "Tutorial/VBSendMeetingRequest1/My Project/Resources.Designer.vb",
  14968. "Tutorial/VBSendMeetingRequest1/My Project/Resources.resx",
  14969. "Tutorial/VBSendMeetingRequest1/My Project/Settings.Designer.vb",
  14970. "Tutorial/VBSendMeetingRequest1/My Project/Settings.settings",
  14971. "Tutorial/VBSendMeetingRequest1/VBSendMeetingRequest1.vbproj",
  14972. "Tutorial/VBSendMeetingRequest1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14973. "Tutorial/VBSendMeetingRequest1/obj/Debug/VBSendMeetingRequest1.Resources.resources",
  14974. "Tutorial/VBSendMeetingRequest1/obj/Debug/VBSendMeetingRequest1.vbproj.CopyComplete",
  14975. "Tutorial/VBSendMeetingRequest1/obj/Debug/VBSendMeetingRequest1.vbproj.CoreCompileInputs.cache",
  14976. "Tutorial/VBSendMeetingRequest1/obj/Debug/VBSendMeetingRequest1.vbproj.GenerateResource.Cache",
  14977. "Tutorial/VBSendMeetingRequest1/obj/Debug/VBSendMeetingRequest1.vbprojResolveAssemblyReference.cache",
  14978. "Tutorial/VBSendMeetingUpdate1/Module1.vb",
  14979. "Tutorial/VBSendMeetingUpdate1/My Project/Application.Designer.vb",
  14980. "Tutorial/VBSendMeetingUpdate1/My Project/Application.myapp",
  14981. "Tutorial/VBSendMeetingUpdate1/My Project/AssemblyInfo.vb",
  14982. "Tutorial/VBSendMeetingUpdate1/My Project/Resources.Designer.vb",
  14983. "Tutorial/VBSendMeetingUpdate1/My Project/Resources.resx",
  14984. "Tutorial/VBSendMeetingUpdate1/My Project/Settings.Designer.vb",
  14985. "Tutorial/VBSendMeetingUpdate1/My Project/Settings.settings",
  14986. "Tutorial/VBSendMeetingUpdate1/VBSendMeetingUpdate1.vbproj",
  14987. "Tutorial/VBSendMeetingUpdate1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  14988. "Tutorial/VBSendMeetingUpdate1/obj/Debug/VBSendMeetingUpdate1.Resources.resources",
  14989. "Tutorial/VBSendMeetingUpdate1/obj/Debug/VBSendMeetingUpdate1.vbproj.CopyComplete",
  14990. "Tutorial/VBSendMeetingUpdate1/obj/Debug/VBSendMeetingUpdate1.vbproj.CoreCompileInputs.cache",
  14991. "Tutorial/VBSendMeetingUpdate1/obj/Debug/VBSendMeetingUpdate1.vbproj.GenerateResource.Cache",
  14992. "Tutorial/VBSendMeetingUpdate1/obj/Debug/VBSendMeetingUpdate1.vbprojResolveAssemblyReference.cache",
  14993. "Tutorial/VBSendMessage1/Module1.vb",
  14994. "Tutorial/VBSendMessage1/My Project/Application.Designer.vb",
  14995. "Tutorial/VBSendMessage1/My Project/Application.myapp",
  14996. "Tutorial/VBSendMessage1/My Project/AssemblyInfo.vb",
  14997. "Tutorial/VBSendMessage1/My Project/Resources.Designer.vb",
  14998. "Tutorial/VBSendMessage1/My Project/Resources.resx",
  14999. "Tutorial/VBSendMessage1/My Project/Settings.Designer.vb",
  15000. "Tutorial/VBSendMessage1/My Project/Settings.settings",
  15001. "Tutorial/VBSendMessage1/VBSendMessage1.vbproj",
  15002. "Tutorial/VBSendMessage1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  15003. "Tutorial/VBSendMessage1/obj/Debug/VBSendMessage1.Resources.resources",
  15004. "Tutorial/VBSendMessage1/obj/Debug/VBSendMessage1.vbproj.CopyComplete",
  15005. "Tutorial/VBSendMessage1/obj/Debug/VBSendMessage1.vbproj.CoreCompileInputs.cache",
  15006. "Tutorial/VBSendMessage1/obj/Debug/VBSendMessage1.vbproj.GenerateResource.Cache",
  15007. "Tutorial/VBSendMessage1/obj/Debug/VBSendMessage1.vbprojResolveAssemblyReference.cache",
  15008. "Tutorial/VBSendMessageWithAttachment1/Module1.vb",
  15009. "Tutorial/VBSendMessageWithAttachment1/My Project/Application.Designer.vb",
  15010. "Tutorial/VBSendMessageWithAttachment1/My Project/Application.myapp",
  15011. "Tutorial/VBSendMessageWithAttachment1/My Project/AssemblyInfo.vb",
  15012. "Tutorial/VBSendMessageWithAttachment1/My Project/Resources.Designer.vb",
  15013. "Tutorial/VBSendMessageWithAttachment1/My Project/Resources.resx",
  15014. "Tutorial/VBSendMessageWithAttachment1/My Project/Settings.Designer.vb",
  15015. "Tutorial/VBSendMessageWithAttachment1/My Project/Settings.settings",
  15016. "Tutorial/VBSendMessageWithAttachment1/VBSendMessageWithAttachment1.vbproj",
  15017. "Tutorial/VBSendMessageWithAttachment1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  15018. "Tutorial/VBSendMessageWithAttachment1/obj/Debug/VBSendMessageWithAttachment1.Resources.resources",
  15019. "Tutorial/VBSendMessageWithAttachment1/obj/Debug/VBSendMessageWithAttachment1.vbproj.CopyComplete",
  15020. "Tutorial/VBSendMessageWithAttachment1/obj/Debug/VBSendMessageWithAttachment1.vbproj.CoreCompileInputs.cache",
  15021. "Tutorial/VBSendMessageWithAttachment1/obj/Debug/VBSendMessageWithAttachment1.vbproj.GenerateResource.Cache",
  15022. "Tutorial/VBSendMessageWithAttachment1/obj/Debug/VBSendMessageWithAttachment1.vbprojResolveAssemblyReference.cache",
  15023. "Tutorial/VBSendMessageWithAttachment2/Module1.vb",
  15024. "Tutorial/VBSendMessageWithAttachment2/My Project/Application.Designer.vb",
  15025. "Tutorial/VBSendMessageWithAttachment2/My Project/Application.myapp",
  15026. "Tutorial/VBSendMessageWithAttachment2/My Project/AssemblyInfo.vb",
  15027. "Tutorial/VBSendMessageWithAttachment2/My Project/Resources.Designer.vb",
  15028. "Tutorial/VBSendMessageWithAttachment2/My Project/Resources.resx",
  15029. "Tutorial/VBSendMessageWithAttachment2/My Project/Settings.Designer.vb",
  15030. "Tutorial/VBSendMessageWithAttachment2/My Project/Settings.settings",
  15031. "Tutorial/VBSendMessageWithAttachment2/VBSendMessageWithAttachment2.vbproj",
  15032. "Tutorial/VBSendMessageWithAttachment2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  15033. "Tutorial/VBSendMessageWithAttachment2/obj/Debug/VBSendMessageWithAttachment2.Resources.resources",
  15034. "Tutorial/VBSendMessageWithAttachment2/obj/Debug/VBSendMessageWithAttachment2.vbproj.CopyComplete",
  15035. "Tutorial/VBSendMessageWithAttachment2/obj/Debug/VBSendMessageWithAttachment2.vbproj.CoreCompileInputs.cache",
  15036. "Tutorial/VBSendMessageWithAttachment2/obj/Debug/VBSendMessageWithAttachment2.vbproj.GenerateResource.Cache",
  15037. "Tutorial/VBSendMessageWithAttachment2/obj/Debug/VBSendMessageWithAttachment2.vbprojResolveAssemblyReference.cache",
  15038. "Tutorial/VBSendOnBehalf/Module1.vb",
  15039. "Tutorial/VBSendOnBehalf/My Project/Application.Designer.vb",
  15040. "Tutorial/VBSendOnBehalf/My Project/Application.myapp",
  15041. "Tutorial/VBSendOnBehalf/My Project/AssemblyInfo.vb",
  15042. "Tutorial/VBSendOnBehalf/My Project/Resources.Designer.vb",
  15043. "Tutorial/VBSendOnBehalf/My Project/Resources.resx",
  15044. "Tutorial/VBSendOnBehalf/My Project/Settings.Designer.vb",
  15045. "Tutorial/VBSendOnBehalf/My Project/Settings.settings",
  15046. "Tutorial/VBSendOnBehalf/VBSendOnBehalf.vbproj",
  15047. "Tutorial/VBSendOnBehalf/bin/Debug/VBSendOnBehalf.vshost.exe.manifest",
  15048. "Tutorial/VBSendOnBehalf/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  15049. "Tutorial/VBSendOnBehalf/obj/x86/Debug/VBSendOnBehalf.Resources.resources",
  15050. "Tutorial/VBSendOnBehalf/obj/x86/Debug/VBSendOnBehalf.vbproj.CopyComplete",
  15051. "Tutorial/VBSendOnBehalf/obj/x86/Debug/VBSendOnBehalf.vbproj.CoreCompileInputs.cache",
  15052. "Tutorial/VBSendOnBehalf/obj/x86/Debug/VBSendOnBehalf.vbproj.GenerateResource.Cache",
  15053. "Tutorial/VBSendOnBehalf/obj/x86/Debug/VBSendOnBehalf.vbprojResolveAssemblyReference.cache",
  15054. "Tutorial/VBSetOutOfOffice/Module1.vb",
  15055. "Tutorial/VBSetOutOfOffice/My Project/Application.Designer.vb",
  15056. "Tutorial/VBSetOutOfOffice/My Project/Application.myapp",
  15057. "Tutorial/VBSetOutOfOffice/My Project/AssemblyInfo.vb",
  15058. "Tutorial/VBSetOutOfOffice/My Project/Resources.Designer.vb",
  15059. "Tutorial/VBSetOutOfOffice/My Project/Resources.resx",
  15060. "Tutorial/VBSetOutOfOffice/My Project/Settings.Designer.vb",
  15061. "Tutorial/VBSetOutOfOffice/My Project/Settings.settings",
  15062. "Tutorial/VBSetOutOfOffice/VBSetOutOfOffice.vbproj",
  15063. "Tutorial/VBSetOutOfOffice/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  15064. "Tutorial/VBSetOutOfOffice/obj/Debug/VBSetOutOfOffice.Resources.resources",
  15065. "Tutorial/VBSetOutOfOffice/obj/Debug/VBSetOutOfOffice.vbproj.CopyComplete",
  15066. "Tutorial/VBSetOutOfOffice/obj/Debug/VBSetOutOfOffice.vbproj.CoreCompileInputs.cache",
  15067. "Tutorial/VBSetOutOfOffice/obj/Debug/VBSetOutOfOffice.vbproj.GenerateResource.Cache",
  15068. "Tutorial/VBSetOutOfOffice/obj/Debug/VBSetOutOfOffice.vbprojResolveAssemblyReference.cache",
  15069. "Tutorial/VBSetOwaSignature/Module1.vb",
  15070. "Tutorial/VBSetOwaSignature/My Project/Application.Designer.vb",
  15071. "Tutorial/VBSetOwaSignature/My Project/Application.myapp",
  15072. "Tutorial/VBSetOwaSignature/My Project/AssemblyInfo.vb",
  15073. "Tutorial/VBSetOwaSignature/My Project/Resources.Designer.vb",
  15074. "Tutorial/VBSetOwaSignature/My Project/Resources.resx",
  15075. "Tutorial/VBSetOwaSignature/My Project/Settings.Designer.vb",
  15076. "Tutorial/VBSetOwaSignature/My Project/Settings.settings",
  15077. "Tutorial/VBSetOwaSignature/VBSetOwaSignature.vbproj",
  15078. "Tutorial/VBSetOwaSignature/bin/Debug/VBSetOwaSignature.vshost.exe.manifest",
  15079. "Tutorial/VBSetOwaSignature/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  15080. "Tutorial/VBSetOwaSignature/obj/x86/Debug/VBSetOwaSignature.Resources.resources",
  15081. "Tutorial/VBSetOwaSignature/obj/x86/Debug/VBSetOwaSignature.vbproj.CopyComplete",
  15082. "Tutorial/VBSetOwaSignature/obj/x86/Debug/VBSetOwaSignature.vbproj.CoreCompileInputs.cache",
  15083. "Tutorial/VBSetOwaSignature/obj/x86/Debug/VBSetOwaSignature.vbproj.GenerateResource.Cache",
  15084. "Tutorial/VBSetOwaSignature/obj/x86/Debug/VBSetOwaSignature.vbprojAssemblyReference.cache",
  15085. "Tutorial/VBSetOwaSignature/obj/x86/Debug/VBSetOwaSignature.vbprojResolveAssemblyReference.cache",
  15086. "Tutorial/VBSetTimeZone/Module1.vb",
  15087. "Tutorial/VBSetTimeZone/My Project/Application.Designer.vb",
  15088. "Tutorial/VBSetTimeZone/My Project/Application.myapp",
  15089. "Tutorial/VBSetTimeZone/My Project/AssemblyInfo.vb",
  15090. "Tutorial/VBSetTimeZone/My Project/Resources.Designer.vb",
  15091. "Tutorial/VBSetTimeZone/My Project/Resources.resx",
  15092. "Tutorial/VBSetTimeZone/My Project/Settings.Designer.vb",
  15093. "Tutorial/VBSetTimeZone/My Project/Settings.settings",
  15094. "Tutorial/VBSetTimeZone/VBSetTimeZone.vbproj",
  15095. "Tutorial/VBSetTimeZone/bin/Debug/VBSetTimeZone.vshost.exe.manifest",
  15096. "Tutorial/VBSetTimeZone/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  15097. "Tutorial/VBSetTimeZone/obj/x86/Debug/VBSetTimeZone.Resources.resources",
  15098. "Tutorial/VBSetTimeZone/obj/x86/Debug/VBSetTimeZone.vbproj.CopyComplete",
  15099. "Tutorial/VBSetTimeZone/obj/x86/Debug/VBSetTimeZone.vbproj.CoreCompileInputs.cache",
  15100. "Tutorial/VBSetTimeZone/obj/x86/Debug/VBSetTimeZone.vbproj.GenerateResource.Cache",
  15101. "Tutorial/VBSetTimeZone/obj/x86/Debug/VBSetTimeZone.vbprojResolveAssemblyReference.cache",
  15102. "Tutorial/VBSynchronizeFolders1/Module1.vb",
  15103. "Tutorial/VBSynchronizeFolders1/My Project/Application.Designer.vb",
  15104. "Tutorial/VBSynchronizeFolders1/My Project/Application.myapp",
  15105. "Tutorial/VBSynchronizeFolders1/My Project/AssemblyInfo.vb",
  15106. "Tutorial/VBSynchronizeFolders1/My Project/Resources.Designer.vb",
  15107. "Tutorial/VBSynchronizeFolders1/My Project/Resources.resx",
  15108. "Tutorial/VBSynchronizeFolders1/My Project/Settings.Designer.vb",
  15109. "Tutorial/VBSynchronizeFolders1/My Project/Settings.settings",
  15110. "Tutorial/VBSynchronizeFolders1/VBSynchronizeFolders1.vbproj",
  15111. "Tutorial/VBSynchronizeFolders1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  15112. "Tutorial/VBSynchronizeFolders1/obj/Debug/VBSynchronizeFolders1.Resources.resources",
  15113. "Tutorial/VBSynchronizeFolders1/obj/Debug/VBSynchronizeFolders1.vbproj.CopyComplete",
  15114. "Tutorial/VBSynchronizeFolders1/obj/Debug/VBSynchronizeFolders1.vbproj.CoreCompileInputs.cache",
  15115. "Tutorial/VBSynchronizeFolders1/obj/Debug/VBSynchronizeFolders1.vbproj.GenerateResource.Cache",
  15116. "Tutorial/VBSynchronizeFolders1/obj/Debug/VBSynchronizeFolders1.vbprojResolveAssemblyReference.cache",
  15117. "Tutorial/VBSynchronizeItems1/Module1.vb",
  15118. "Tutorial/VBSynchronizeItems1/My Project/Application.Designer.vb",
  15119. "Tutorial/VBSynchronizeItems1/My Project/Application.myapp",
  15120. "Tutorial/VBSynchronizeItems1/My Project/AssemblyInfo.vb",
  15121. "Tutorial/VBSynchronizeItems1/My Project/Resources.Designer.vb",
  15122. "Tutorial/VBSynchronizeItems1/My Project/Resources.resx",
  15123. "Tutorial/VBSynchronizeItems1/My Project/Settings.Designer.vb",
  15124. "Tutorial/VBSynchronizeItems1/My Project/Settings.settings",
  15125. "Tutorial/VBSynchronizeItems1/VBSynchronizeItems1.vbproj",
  15126. "Tutorial/VBSynchronizeItems1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  15127. "Tutorial/VBSynchronizeItems1/obj/Debug/VBSynchronizeItems1.Resources.resources",
  15128. "Tutorial/VBSynchronizeItems1/obj/Debug/VBSynchronizeItems1.vbproj.CopyComplete",
  15129. "Tutorial/VBSynchronizeItems1/obj/Debug/VBSynchronizeItems1.vbproj.CoreCompileInputs.cache",
  15130. "Tutorial/VBSynchronizeItems1/obj/Debug/VBSynchronizeItems1.vbproj.GenerateResource.Cache",
  15131. "Tutorial/VBSynchronizeItems1/obj/Debug/VBSynchronizeItems1.vbprojResolveAssemblyReference.cache",
  15132. "Tutorial/VBUnifiedMessaging1/Module1.vb",
  15133. "Tutorial/VBUnifiedMessaging1/My Project/Application.Designer.vb",
  15134. "Tutorial/VBUnifiedMessaging1/My Project/Application.myapp",
  15135. "Tutorial/VBUnifiedMessaging1/My Project/AssemblyInfo.vb",
  15136. "Tutorial/VBUnifiedMessaging1/My Project/Resources.Designer.vb",
  15137. "Tutorial/VBUnifiedMessaging1/My Project/Resources.resx",
  15138. "Tutorial/VBUnifiedMessaging1/My Project/Settings.Designer.vb",
  15139. "Tutorial/VBUnifiedMessaging1/My Project/Settings.settings",
  15140. "Tutorial/VBUnifiedMessaging1/VBUnifiedMessaging1.vbproj",
  15141. "Tutorial/VBUnifiedMessaging1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  15142. "Tutorial/VBUnifiedMessaging1/obj/Debug/VBUnifiedMessaging1.Resources.resources",
  15143. "Tutorial/VBUnifiedMessaging1/obj/Debug/VBUnifiedMessaging1.vbproj.CopyComplete",
  15144. "Tutorial/VBUnifiedMessaging1/obj/Debug/VBUnifiedMessaging1.vbproj.CoreCompileInputs.cache",
  15145. "Tutorial/VBUnifiedMessaging1/obj/Debug/VBUnifiedMessaging1.vbproj.GenerateResource.Cache",
  15146. "Tutorial/VBUnifiedMessaging1/obj/Debug/VBUnifiedMessaging1.vbprojResolveAssemblyReference.cache",
  15147. "Tutorial/VBUnifiedMessaging2/Module1.vb",
  15148. "Tutorial/VBUnifiedMessaging2/My Project/Application.Designer.vb",
  15149. "Tutorial/VBUnifiedMessaging2/My Project/Application.myapp",
  15150. "Tutorial/VBUnifiedMessaging2/My Project/AssemblyInfo.vb",
  15151. "Tutorial/VBUnifiedMessaging2/My Project/Resources.Designer.vb",
  15152. "Tutorial/VBUnifiedMessaging2/My Project/Resources.resx",
  15153. "Tutorial/VBUnifiedMessaging2/My Project/Settings.Designer.vb",
  15154. "Tutorial/VBUnifiedMessaging2/My Project/Settings.settings",
  15155. "Tutorial/VBUnifiedMessaging2/VBUnifiedMessaging2.vbproj",
  15156. "Tutorial/VBUnifiedMessaging2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  15157. "Tutorial/VBUnifiedMessaging2/obj/Debug/VBUnifiedMessaging2.Resources.resources",
  15158. "Tutorial/VBUnifiedMessaging2/obj/Debug/VBUnifiedMessaging2.vbproj.CopyComplete",
  15159. "Tutorial/VBUnifiedMessaging2/obj/Debug/VBUnifiedMessaging2.vbproj.CoreCompileInputs.cache",
  15160. "Tutorial/VBUnifiedMessaging2/obj/Debug/VBUnifiedMessaging2.vbproj.GenerateResource.Cache",
  15161. "Tutorial/VBUnifiedMessaging2/obj/Debug/VBUnifiedMessaging2.vbprojResolveAssemblyReference.cache",
  15162. "Tutorial/VBUpdateAppointment/Module1.vb",
  15163. "Tutorial/VBUpdateAppointment/My Project/Application.Designer.vb",
  15164. "Tutorial/VBUpdateAppointment/My Project/Application.myapp",
  15165. "Tutorial/VBUpdateAppointment/My Project/AssemblyInfo.vb",
  15166. "Tutorial/VBUpdateAppointment/My Project/Resources.Designer.vb",
  15167. "Tutorial/VBUpdateAppointment/My Project/Resources.resx",
  15168. "Tutorial/VBUpdateAppointment/My Project/Settings.Designer.vb",
  15169. "Tutorial/VBUpdateAppointment/My Project/Settings.settings",
  15170. "Tutorial/VBUpdateAppointment/VBUpdateAppointment.vbproj",
  15171. "Tutorial/VBUpdateAppointment/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  15172. "Tutorial/VBUpdateAppointment/obj/Debug/VBUpdateAppointment.Resources.resources",
  15173. "Tutorial/VBUpdateAppointment/obj/Debug/VBUpdateAppointment.vbproj.CopyComplete",
  15174. "Tutorial/VBUpdateAppointment/obj/Debug/VBUpdateAppointment.vbproj.CoreCompileInputs.cache",
  15175. "Tutorial/VBUpdateAppointment/obj/Debug/VBUpdateAppointment.vbproj.GenerateResource.Cache",
  15176. "Tutorial/VBUpdateAppointment/obj/Debug/VBUpdateAppointment.vbprojResolveAssemblyReference.cache",
  15177. "Tutorial/VBUpdateContact/Module1.vb",
  15178. "Tutorial/VBUpdateContact/My Project/Application.Designer.vb",
  15179. "Tutorial/VBUpdateContact/My Project/Application.myapp",
  15180. "Tutorial/VBUpdateContact/My Project/AssemblyInfo.vb",
  15181. "Tutorial/VBUpdateContact/My Project/Resources.Designer.vb",
  15182. "Tutorial/VBUpdateContact/My Project/Resources.resx",
  15183. "Tutorial/VBUpdateContact/My Project/Settings.Designer.vb",
  15184. "Tutorial/VBUpdateContact/My Project/Settings.settings",
  15185. "Tutorial/VBUpdateContact/VBUpdateContact.vbproj",
  15186. "Tutorial/VBUpdateContact/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  15187. "Tutorial/VBUpdateContact/obj/Debug/VBUpdateContact.Resources.resources",
  15188. "Tutorial/VBUpdateContact/obj/Debug/VBUpdateContact.vbproj.CopyComplete",
  15189. "Tutorial/VBUpdateContact/obj/Debug/VBUpdateContact.vbproj.CoreCompileInputs.cache",
  15190. "Tutorial/VBUpdateContact/obj/Debug/VBUpdateContact.vbproj.GenerateResource.Cache",
  15191. "Tutorial/VBUpdateContact/obj/Debug/VBUpdateContact.vbprojResolveAssemblyReference.cache",
  15192. "Tutorial/VBUpdateDelegate/Module1.vb",
  15193. "Tutorial/VBUpdateDelegate/My Project/Application.Designer.vb",
  15194. "Tutorial/VBUpdateDelegate/My Project/Application.myapp",
  15195. "Tutorial/VBUpdateDelegate/My Project/AssemblyInfo.vb",
  15196. "Tutorial/VBUpdateDelegate/My Project/Resources.Designer.vb",
  15197. "Tutorial/VBUpdateDelegate/My Project/Resources.resx",
  15198. "Tutorial/VBUpdateDelegate/My Project/Settings.Designer.vb",
  15199. "Tutorial/VBUpdateDelegate/My Project/Settings.settings",
  15200. "Tutorial/VBUpdateDelegate/VBUpdateDelegate.vbproj",
  15201. "Tutorial/VBUpdateDelegate/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  15202. "Tutorial/VBUpdateDelegate/obj/Debug/VBUpdateDelegate.Resources.resources",
  15203. "Tutorial/VBUpdateDelegate/obj/Debug/VBUpdateDelegate.vbproj.CopyComplete",
  15204. "Tutorial/VBUpdateDelegate/obj/Debug/VBUpdateDelegate.vbproj.CoreCompileInputs.cache",
  15205. "Tutorial/VBUpdateDelegate/obj/Debug/VBUpdateDelegate.vbproj.GenerateResource.Cache",
  15206. "Tutorial/VBUpdateDelegate/obj/Debug/VBUpdateDelegate.vbprojResolveAssemblyReference.cache",
  15207. "Tutorial/VBUpdateFolder/Module1.vb",
  15208. "Tutorial/VBUpdateFolder/My Project/Application.Designer.vb",
  15209. "Tutorial/VBUpdateFolder/My Project/Application.myapp",
  15210. "Tutorial/VBUpdateFolder/My Project/AssemblyInfo.vb",
  15211. "Tutorial/VBUpdateFolder/My Project/Resources.Designer.vb",
  15212. "Tutorial/VBUpdateFolder/My Project/Resources.resx",
  15213. "Tutorial/VBUpdateFolder/My Project/Settings.Designer.vb",
  15214. "Tutorial/VBUpdateFolder/My Project/Settings.settings",
  15215. "Tutorial/VBUpdateFolder/VBUpdateFolder.vbproj",
  15216. "Tutorial/VBUpdateFolder/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  15217. "Tutorial/VBUpdateFolder/obj/Debug/VBUpdateFolder.Resources.resources",
  15218. "Tutorial/VBUpdateFolder/obj/Debug/VBUpdateFolder.vbproj.CopyComplete",
  15219. "Tutorial/VBUpdateFolder/obj/Debug/VBUpdateFolder.vbproj.CoreCompileInputs.cache",
  15220. "Tutorial/VBUpdateFolder/obj/Debug/VBUpdateFolder.vbproj.GenerateResource.Cache",
  15221. "Tutorial/VBUpdateFolder/obj/Debug/VBUpdateFolder.vbprojResolveAssemblyReference.cache",
  15222. "Tutorial/VBUpdateFolderSetPermission/Module1.vb",
  15223. "Tutorial/VBUpdateFolderSetPermission/My Project/Application.Designer.vb",
  15224. "Tutorial/VBUpdateFolderSetPermission/My Project/Application.myapp",
  15225. "Tutorial/VBUpdateFolderSetPermission/My Project/AssemblyInfo.vb",
  15226. "Tutorial/VBUpdateFolderSetPermission/My Project/Resources.Designer.vb",
  15227. "Tutorial/VBUpdateFolderSetPermission/My Project/Resources.resx",
  15228. "Tutorial/VBUpdateFolderSetPermission/My Project/Settings.Designer.vb",
  15229. "Tutorial/VBUpdateFolderSetPermission/My Project/Settings.settings",
  15230. "Tutorial/VBUpdateFolderSetPermission/VBUpdateFolderSetPermission.vbproj",
  15231. "Tutorial/VBUpdateFolderSetPermission/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  15232. "Tutorial/VBUpdateFolderSetPermission/obj/Debug/VBUpdateFolderSetPermission.Resources.resources",
  15233. "Tutorial/VBUpdateFolderSetPermission/obj/Debug/VBUpdateFolderSetPermission.vbproj.CopyComplete",
  15234. "Tutorial/VBUpdateFolderSetPermission/obj/Debug/VBUpdateFolderSetPermission.vbproj.CoreCompileInputs.cache",
  15235. "Tutorial/VBUpdateFolderSetPermission/obj/Debug/VBUpdateFolderSetPermission.vbproj.GenerateResource.Cache",
  15236. "Tutorial/VBUpdateFolderSetPermission/obj/Debug/VBUpdateFolderSetPermission.vbprojResolveAssemblyReference.cache",
  15237. "Tutorial/VBUpdateMeetingAttendee/Module1.vb",
  15238. "Tutorial/VBUpdateMeetingAttendee/My Project/Application.Designer.vb",
  15239. "Tutorial/VBUpdateMeetingAttendee/My Project/Application.myapp",
  15240. "Tutorial/VBUpdateMeetingAttendee/My Project/AssemblyInfo.vb",
  15241. "Tutorial/VBUpdateMeetingAttendee/My Project/Resources.Designer.vb",
  15242. "Tutorial/VBUpdateMeetingAttendee/My Project/Resources.resx",
  15243. "Tutorial/VBUpdateMeetingAttendee/My Project/Settings.Designer.vb",
  15244. "Tutorial/VBUpdateMeetingAttendee/My Project/Settings.settings",
  15245. "Tutorial/VBUpdateMeetingAttendee/VBUpdateMeetingAttendee.vbproj",
  15246. "Tutorial/VBUpdateMeetingAttendee/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  15247. "Tutorial/VBUpdateMeetingAttendee/obj/Debug/VBUpdateMeetingAttendee.Resources.resources",
  15248. "Tutorial/VBUpdateMeetingAttendee/obj/Debug/VBUpdateMeetingAttendee.vbproj.CopyComplete",
  15249. "Tutorial/VBUpdateMeetingAttendee/obj/Debug/VBUpdateMeetingAttendee.vbproj.CoreCompileInputs.cache",
  15250. "Tutorial/VBUpdateMeetingAttendee/obj/Debug/VBUpdateMeetingAttendee.vbproj.GenerateResource.Cache",
  15251. "Tutorial/VBUpdateMeetingAttendee/obj/Debug/VBUpdateMeetingAttendee.vbprojResolveAssemblyReference.cache",
  15252. "Tutorial/VBUpdateMessageWithCustomProperty/Module1.vb",
  15253. "Tutorial/VBUpdateMessageWithCustomProperty/My Project/Application.Designer.vb",
  15254. "Tutorial/VBUpdateMessageWithCustomProperty/My Project/Application.myapp",
  15255. "Tutorial/VBUpdateMessageWithCustomProperty/My Project/AssemblyInfo.vb",
  15256. "Tutorial/VBUpdateMessageWithCustomProperty/My Project/Resources.Designer.vb",
  15257. "Tutorial/VBUpdateMessageWithCustomProperty/My Project/Resources.resx",
  15258. "Tutorial/VBUpdateMessageWithCustomProperty/My Project/Settings.Designer.vb",
  15259. "Tutorial/VBUpdateMessageWithCustomProperty/My Project/Settings.settings",
  15260. "Tutorial/VBUpdateMessageWithCustomProperty/VBUpdateMessageWithCustomProperty.vbproj",
  15261. "Tutorial/VBUpdateMessageWithCustomProperty/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  15262. "Tutorial/VBUpdateMessageWithCustomProperty/obj/Debug/VBUpdateMessageWithCustomProperty.Resources.resources",
  15263. "Tutorial/VBUpdateMessageWithCustomProperty/obj/Debug/VBUpdateMessageWithCustomProperty.vbproj.CopyComplete",
  15264. "Tutorial/VBUpdateMessageWithCustomProperty/obj/Debug/VBUpdateMessageWithCustomProperty.vbproj.CoreCompileInputs.cache",
  15265. "Tutorial/VBUpdateMessageWithCustomProperty/obj/Debug/VBUpdateMessageWithCustomProperty.vbproj.GenerateResource.Cache",
  15266. "Tutorial/VBUpdateMessageWithCustomProperty/obj/Debug/VBUpdateMessageWithCustomProperty.vbprojResolveAssemblyReference.cache",
  15267. "Tutorial/VBUpdateNotification1/Module1.vb",
  15268. "Tutorial/VBUpdateNotification1/My Project/Application.Designer.vb",
  15269. "Tutorial/VBUpdateNotification1/My Project/Application.myapp",
  15270. "Tutorial/VBUpdateNotification1/My Project/AssemblyInfo.vb",
  15271. "Tutorial/VBUpdateNotification1/My Project/Resources.Designer.vb",
  15272. "Tutorial/VBUpdateNotification1/My Project/Resources.resx",
  15273. "Tutorial/VBUpdateNotification1/My Project/Settings.Designer.vb",
  15274. "Tutorial/VBUpdateNotification1/My Project/Settings.settings",
  15275. "Tutorial/VBUpdateNotification1/VBUpdateNotification1.vbproj",
  15276. "Tutorial/VBUpdateNotification1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  15277. "Tutorial/VBUpdateNotification1/obj/Debug/VBUpdateNotification1.Resources.resources",
  15278. "Tutorial/VBUpdateNotification1/obj/Debug/VBUpdateNotification1.vbproj.CopyComplete",
  15279. "Tutorial/VBUpdateNotification1/obj/Debug/VBUpdateNotification1.vbproj.CoreCompileInputs.cache",
  15280. "Tutorial/VBUpdateNotification1/obj/Debug/VBUpdateNotification1.vbproj.GenerateResource.Cache",
  15281. "Tutorial/VBUpdateNotification1/obj/Debug/VBUpdateNotification1.vbprojResolveAssemblyReference.cache",
  15282. "Tutorial/VBUploadMessage/Module1.vb",
  15283. "Tutorial/VBUploadMessage/My Project/Application.Designer.vb",
  15284. "Tutorial/VBUploadMessage/My Project/Application.myapp",
  15285. "Tutorial/VBUploadMessage/My Project/AssemblyInfo.vb",
  15286. "Tutorial/VBUploadMessage/My Project/Resources.Designer.vb",
  15287. "Tutorial/VBUploadMessage/My Project/Resources.resx",
  15288. "Tutorial/VBUploadMessage/My Project/Settings.Designer.vb",
  15289. "Tutorial/VBUploadMessage/My Project/Settings.settings",
  15290. "Tutorial/VBUploadMessage/VBUploadMessage.vbproj",
  15291. "Tutorial/VBUploadMessage/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache",
  15292. "Tutorial/VBUploadMessage/obj/Debug/VBUploadMessage.Resources.resources",
  15293. "Tutorial/VBUploadMessage/obj/Debug/VBUploadMessage.vbproj.CopyComplete",
  15294. "Tutorial/VBUploadMessage/obj/Debug/VBUploadMessage.vbproj.CoreCompileInputs.cache",
  15295. "Tutorial/VBUploadMessage/obj/Debug/VBUploadMessage.vbproj.GenerateResource.Cache",
  15296. "Tutorial/VBUploadMessage/obj/Debug/VBUploadMessage.vbprojResolveAssemblyReference.cache",
  15297. "independentsoft.exchange.3.0.700.nupkg.sha512",
  15298. "independentsoft.exchange.nuspec"
  15299. ]
  15300. },
  15301. "Json.Net/1.0.33": {
  15302. "sha512": "5tE+db6BqhRAvITIVBeRsQorLGshPExfm4FmMRvWWAfs4RxeTbFFj2PIEybwmMW0qR30HKkXDYhq0YkDK2Jtxw==",
  15303. "type": "package",
  15304. "path": "json.net/1.0.33",
  15305. "files": [
  15306. ".nupkg.metadata",
  15307. ".signature.p7s",
  15308. "json.net.1.0.33.nupkg.sha512",
  15309. "json.net.nuspec",
  15310. "lib/netstandard2.0/Json.Net.dll"
  15311. ]
  15312. },
  15313. "Microsoft.AspNet.WebApi.Client/5.2.9": {
  15314. "sha512": "cuVhPjjNMSEFpKXweMNBbsG4RUFuuZpFBm8tSyw309U9JEjcnbB6n3EPb4xwgcy9bJ38ctIbv5G8zXUBhlrPWw==",
  15315. "type": "package",
  15316. "path": "microsoft.aspnet.webapi.client/5.2.9",
  15317. "files": [
  15318. ".nupkg.metadata",
  15319. ".signature.p7s",
  15320. "NET.icon.png",
  15321. "NET_Library_EULA_ENU.txt",
  15322. "lib/net45/System.Net.Http.Formatting.dll",
  15323. "lib/net45/System.Net.Http.Formatting.xml",
  15324. "lib/netstandard2.0/System.Net.Http.Formatting.dll",
  15325. "lib/netstandard2.0/System.Net.Http.Formatting.xml",
  15326. "lib/portable-wp8+netcore45+net45+wp81+wpa81/System.Net.Http.Formatting.dll",
  15327. "lib/portable-wp8+netcore45+net45+wp81+wpa81/System.Net.Http.Formatting.xml",
  15328. "microsoft.aspnet.webapi.client.5.2.9.nupkg.sha512",
  15329. "microsoft.aspnet.webapi.client.nuspec"
  15330. ]
  15331. },
  15332. "Microsoft.Exchange.WebServices/2.2.0": {
  15333. "sha512": "NlkaTD0uWtg9VbiWq0VDWMBPzHFknH3tmstrxt0acrT09LBGqATTjRpsGOODz6tUdX7/dehBinxsf75U5Uw/+A==",
  15334. "type": "package",
  15335. "path": "microsoft.exchange.webservices/2.2.0",
  15336. "files": [
  15337. ".nupkg.metadata",
  15338. ".signature.p7s",
  15339. "doc/License Terms.rtf",
  15340. "doc/README.htm",
  15341. "doc/Redist.txt",
  15342. "lib/40/Microsoft.Exchange.WebServices.Auth.dll",
  15343. "lib/40/Microsoft.Exchange.WebServices.Auth.pdb",
  15344. "lib/40/Microsoft.Exchange.WebServices.Auth.xml",
  15345. "lib/40/Microsoft.Exchange.WebServices.dll",
  15346. "lib/40/Microsoft.Exchange.WebServices.pdb",
  15347. "lib/40/Microsoft.Exchange.WebServices.xml",
  15348. "microsoft.exchange.webservices.2.2.0.nupkg.sha512",
  15349. "microsoft.exchange.webservices.nuspec"
  15350. ]
  15351. },
  15352. "Microsoft.Identity.Client/4.49.1": {
  15353. "sha512": "vDU3cdXIom4+pxJk8sDJcHYTHPhb6DSVF9zjFY61SoQVs1OxbHZY9+mBnq1gGkG7N/o04WTt42IdV/0gf1+5DA==",
  15354. "type": "package",
  15355. "path": "microsoft.identity.client/4.49.1",
  15356. "files": [
  15357. ".nupkg.metadata",
  15358. ".signature.p7s",
  15359. "lib/monoandroid10.0/Microsoft.Identity.Client.dll",
  15360. "lib/monoandroid10.0/Microsoft.Identity.Client.xml",
  15361. "lib/monoandroid90/Microsoft.Identity.Client.dll",
  15362. "lib/monoandroid90/Microsoft.Identity.Client.xml",
  15363. "lib/net45/Microsoft.Identity.Client.dll",
  15364. "lib/net45/Microsoft.Identity.Client.xml",
  15365. "lib/net461/Microsoft.Identity.Client.dll",
  15366. "lib/net461/Microsoft.Identity.Client.xml",
  15367. "lib/net6.0-android31.0/Microsoft.Identity.Client.dll",
  15368. "lib/net6.0-android31.0/Microsoft.Identity.Client.xml",
  15369. "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll",
  15370. "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml",
  15371. "lib/net6.0-windows10.0.17763/Microsoft.Identity.Client.dll",
  15372. "lib/net6.0-windows10.0.17763/Microsoft.Identity.Client.xml",
  15373. "lib/net6.0/Microsoft.Identity.Client.dll",
  15374. "lib/net6.0/Microsoft.Identity.Client.xml",
  15375. "lib/netcoreapp2.1/Microsoft.Identity.Client.dll",
  15376. "lib/netcoreapp2.1/Microsoft.Identity.Client.xml",
  15377. "lib/netstandard2.0/Microsoft.Identity.Client.dll",
  15378. "lib/netstandard2.0/Microsoft.Identity.Client.xml",
  15379. "lib/uap10.0.17763/Microsoft.Identity.Client.dll",
  15380. "lib/uap10.0.17763/Microsoft.Identity.Client.pri",
  15381. "lib/uap10.0.17763/Microsoft.Identity.Client.xml",
  15382. "lib/xamarinios10/Microsoft.Identity.Client.dll",
  15383. "lib/xamarinios10/Microsoft.Identity.Client.xml",
  15384. "microsoft.identity.client.4.49.1.nupkg.sha512",
  15385. "microsoft.identity.client.nuspec"
  15386. ]
  15387. },
  15388. "Microsoft.IdentityModel.Abstractions/6.22.0": {
  15389. "sha512": "iI+9V+2ciCrbheeLjpmjcqCnhy+r6yCoEcid3nkoFWerHgjVuT6CPM4HODUTtUPe1uwks4wcnAujJ8u+IKogHQ==",
  15390. "type": "package",
  15391. "path": "microsoft.identitymodel.abstractions/6.22.0",
  15392. "files": [
  15393. ".nupkg.metadata",
  15394. ".signature.p7s",
  15395. "lib/net45/Microsoft.IdentityModel.Abstractions.dll",
  15396. "lib/net45/Microsoft.IdentityModel.Abstractions.xml",
  15397. "lib/net461/Microsoft.IdentityModel.Abstractions.dll",
  15398. "lib/net461/Microsoft.IdentityModel.Abstractions.xml",
  15399. "lib/net472/Microsoft.IdentityModel.Abstractions.dll",
  15400. "lib/net472/Microsoft.IdentityModel.Abstractions.xml",
  15401. "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll",
  15402. "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml",
  15403. "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll",
  15404. "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml",
  15405. "microsoft.identitymodel.abstractions.6.22.0.nupkg.sha512",
  15406. "microsoft.identitymodel.abstractions.nuspec"
  15407. ]
  15408. },
  15409. "Microsoft.NETCore.Platforms/2.0.0": {
  15410. "sha512": "VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==",
  15411. "type": "package",
  15412. "path": "microsoft.netcore.platforms/2.0.0",
  15413. "files": [
  15414. ".nupkg.metadata",
  15415. ".signature.p7s",
  15416. "LICENSE.TXT",
  15417. "THIRD-PARTY-NOTICES.TXT",
  15418. "lib/netstandard1.0/_._",
  15419. "microsoft.netcore.platforms.2.0.0.nupkg.sha512",
  15420. "microsoft.netcore.platforms.nuspec",
  15421. "runtime.json",
  15422. "useSharedDesignerContext.txt",
  15423. "version.txt"
  15424. ]
  15425. },
  15426. "Microsoft.NETCore.Targets/1.1.0": {
  15427. "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  15428. "type": "package",
  15429. "path": "microsoft.netcore.targets/1.1.0",
  15430. "files": [
  15431. ".nupkg.metadata",
  15432. ".signature.p7s",
  15433. "ThirdPartyNotices.txt",
  15434. "dotnet_library_license.txt",
  15435. "lib/netstandard1.0/_._",
  15436. "microsoft.netcore.targets.1.1.0.nupkg.sha512",
  15437. "microsoft.netcore.targets.nuspec",
  15438. "runtime.json"
  15439. ]
  15440. },
  15441. "Microsoft.Win32.Primitives/4.3.0": {
  15442. "sha512": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==",
  15443. "type": "package",
  15444. "path": "microsoft.win32.primitives/4.3.0",
  15445. "files": [
  15446. ".nupkg.metadata",
  15447. ".signature.p7s",
  15448. "ThirdPartyNotices.txt",
  15449. "dotnet_library_license.txt",
  15450. "lib/MonoAndroid10/_._",
  15451. "lib/MonoTouch10/_._",
  15452. "lib/net46/Microsoft.Win32.Primitives.dll",
  15453. "lib/xamarinios10/_._",
  15454. "lib/xamarinmac20/_._",
  15455. "lib/xamarintvos10/_._",
  15456. "lib/xamarinwatchos10/_._",
  15457. "microsoft.win32.primitives.4.3.0.nupkg.sha512",
  15458. "microsoft.win32.primitives.nuspec",
  15459. "ref/MonoAndroid10/_._",
  15460. "ref/MonoTouch10/_._",
  15461. "ref/net46/Microsoft.Win32.Primitives.dll",
  15462. "ref/netstandard1.3/Microsoft.Win32.Primitives.dll",
  15463. "ref/netstandard1.3/Microsoft.Win32.Primitives.xml",
  15464. "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml",
  15465. "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml",
  15466. "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml",
  15467. "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml",
  15468. "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml",
  15469. "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml",
  15470. "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml",
  15471. "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml",
  15472. "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml",
  15473. "ref/xamarinios10/_._",
  15474. "ref/xamarinmac20/_._",
  15475. "ref/xamarintvos10/_._",
  15476. "ref/xamarinwatchos10/_._"
  15477. ]
  15478. },
  15479. "Microsoft.Win32.Registry/4.4.0": {
  15480. "sha512": "dA36TlNVn/XfrZtmf0fiI/z1nd3Wfp2QVzTdj26pqgP9LFWq0i1hYEUAW50xUjGFYn1+/cP3KGuxT2Yn1OUNBQ==",
  15481. "type": "package",
  15482. "path": "microsoft.win32.registry/4.4.0",
  15483. "files": [
  15484. ".nupkg.metadata",
  15485. ".signature.p7s",
  15486. "LICENSE.TXT",
  15487. "THIRD-PARTY-NOTICES.TXT",
  15488. "lib/net46/Microsoft.Win32.Registry.dll",
  15489. "lib/net461/Microsoft.Win32.Registry.dll",
  15490. "lib/netstandard1.3/Microsoft.Win32.Registry.dll",
  15491. "lib/netstandard2.0/Microsoft.Win32.Registry.dll",
  15492. "microsoft.win32.registry.4.4.0.nupkg.sha512",
  15493. "microsoft.win32.registry.nuspec",
  15494. "ref/net46/Microsoft.Win32.Registry.dll",
  15495. "ref/net461/Microsoft.Win32.Registry.dll",
  15496. "ref/net461/Microsoft.Win32.Registry.xml",
  15497. "ref/netstandard1.3/Microsoft.Win32.Registry.dll",
  15498. "ref/netstandard1.3/Microsoft.Win32.Registry.xml",
  15499. "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml",
  15500. "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml",
  15501. "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml",
  15502. "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml",
  15503. "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml",
  15504. "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml",
  15505. "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml",
  15506. "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml",
  15507. "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml",
  15508. "ref/netstandard2.0/Microsoft.Win32.Registry.dll",
  15509. "ref/netstandard2.0/Microsoft.Win32.Registry.xml",
  15510. "runtimes/unix/lib/netcoreapp2.0/Microsoft.Win32.Registry.dll",
  15511. "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll",
  15512. "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll",
  15513. "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.Registry.dll",
  15514. "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll",
  15515. "useSharedDesignerContext.txt",
  15516. "version.txt"
  15517. ]
  15518. },
  15519. "NETStandard.Library/1.6.1": {
  15520. "sha512": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==",
  15521. "type": "package",
  15522. "path": "netstandard.library/1.6.1",
  15523. "files": [
  15524. ".nupkg.metadata",
  15525. ".signature.p7s",
  15526. "ThirdPartyNotices.txt",
  15527. "dotnet_library_license.txt",
  15528. "netstandard.library.1.6.1.nupkg.sha512",
  15529. "netstandard.library.nuspec"
  15530. ]
  15531. },
  15532. "Newtonsoft.Json/13.0.1": {
  15533. "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
  15534. "type": "package",
  15535. "path": "newtonsoft.json/13.0.1",
  15536. "files": [
  15537. ".nupkg.metadata",
  15538. ".signature.p7s",
  15539. "LICENSE.md",
  15540. "lib/net20/Newtonsoft.Json.dll",
  15541. "lib/net20/Newtonsoft.Json.xml",
  15542. "lib/net35/Newtonsoft.Json.dll",
  15543. "lib/net35/Newtonsoft.Json.xml",
  15544. "lib/net40/Newtonsoft.Json.dll",
  15545. "lib/net40/Newtonsoft.Json.xml",
  15546. "lib/net45/Newtonsoft.Json.dll",
  15547. "lib/net45/Newtonsoft.Json.xml",
  15548. "lib/netstandard1.0/Newtonsoft.Json.dll",
  15549. "lib/netstandard1.0/Newtonsoft.Json.xml",
  15550. "lib/netstandard1.3/Newtonsoft.Json.dll",
  15551. "lib/netstandard1.3/Newtonsoft.Json.xml",
  15552. "lib/netstandard2.0/Newtonsoft.Json.dll",
  15553. "lib/netstandard2.0/Newtonsoft.Json.xml",
  15554. "newtonsoft.json.13.0.1.nupkg.sha512",
  15555. "newtonsoft.json.nuspec",
  15556. "packageIcon.png"
  15557. ]
  15558. },
  15559. "Newtonsoft.Json.Bson/1.0.1": {
  15560. "sha512": "5PYT/IqQ+UK31AmZiSS102R6EsTo+LGTSI8bp7WAUqDKaF4wHXD8U9u4WxTI1vc64tYi++8p3dk3WWNqPFgldw==",
  15561. "type": "package",
  15562. "path": "newtonsoft.json.bson/1.0.1",
  15563. "files": [
  15564. ".nupkg.metadata",
  15565. ".signature.p7s",
  15566. "lib/net45/Newtonsoft.Json.Bson.dll",
  15567. "lib/net45/Newtonsoft.Json.Bson.xml",
  15568. "lib/netstandard1.3/Newtonsoft.Json.Bson.dll",
  15569. "lib/netstandard1.3/Newtonsoft.Json.Bson.xml",
  15570. "newtonsoft.json.bson.1.0.1.nupkg.sha512",
  15571. "newtonsoft.json.bson.nuspec"
  15572. ]
  15573. },
  15574. "RestSharp/108.0.2": {
  15575. "sha512": "zI1lzI+Jjzl6bcicyUYfLIGmmOAdJRkYepMnSPzrxd1o9RxztPaR/blUOmY8BpXdN3I+XlK9dtwCYRGCxvaODw==",
  15576. "type": "package",
  15577. "path": "restsharp/108.0.2",
  15578. "files": [
  15579. ".nupkg.metadata",
  15580. ".signature.p7s",
  15581. "lib/net5.0/RestSharp.dll",
  15582. "lib/net5.0/RestSharp.xml",
  15583. "lib/net6.0/RestSharp.dll",
  15584. "lib/net6.0/RestSharp.xml",
  15585. "lib/netstandard2.0/RestSharp.dll",
  15586. "lib/netstandard2.0/RestSharp.xml",
  15587. "restsharp.108.0.2.nupkg.sha512",
  15588. "restsharp.nuspec",
  15589. "restsharp.png"
  15590. ]
  15591. },
  15592. "runtime.any.System.Collections/4.3.0": {
  15593. "sha512": "23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==",
  15594. "type": "package",
  15595. "path": "runtime.any.system.collections/4.3.0",
  15596. "files": [
  15597. ".nupkg.metadata",
  15598. ".signature.p7s",
  15599. "ThirdPartyNotices.txt",
  15600. "dotnet_library_license.txt",
  15601. "lib/MonoAndroid10/_._",
  15602. "lib/MonoTouch10/_._",
  15603. "lib/net45/_._",
  15604. "lib/netcore50/System.Collections.dll",
  15605. "lib/netstandard1.3/System.Collections.dll",
  15606. "lib/win8/_._",
  15607. "lib/wp80/_._",
  15608. "lib/wpa81/_._",
  15609. "lib/xamarinios10/_._",
  15610. "lib/xamarinmac20/_._",
  15611. "lib/xamarintvos10/_._",
  15612. "lib/xamarinwatchos10/_._",
  15613. "ref/netstandard/_._",
  15614. "runtime.any.system.collections.4.3.0.nupkg.sha512",
  15615. "runtime.any.system.collections.nuspec",
  15616. "runtimes/aot/lib/netcore50/_._"
  15617. ]
  15618. },
  15619. "runtime.any.System.Diagnostics.Tools/4.3.0": {
  15620. "sha512": "S/GPBmfPBB48ZghLxdDR7kDAJVAqgAuThyDJho3OLP5OS4tWD2ydyL8LKm8lhiBxce10OKe9X2zZ6DUjAqEbPg==",
  15621. "type": "package",
  15622. "path": "runtime.any.system.diagnostics.tools/4.3.0",
  15623. "files": [
  15624. ".nupkg.metadata",
  15625. ".signature.p7s",
  15626. "ThirdPartyNotices.txt",
  15627. "dotnet_library_license.txt",
  15628. "lib/MonoAndroid10/_._",
  15629. "lib/MonoTouch10/_._",
  15630. "lib/net45/_._",
  15631. "lib/netcore50/System.Diagnostics.Tools.dll",
  15632. "lib/netstandard1.3/System.Diagnostics.Tools.dll",
  15633. "lib/win8/_._",
  15634. "lib/wp80/_._",
  15635. "lib/wpa81/_._",
  15636. "lib/xamarinios10/_._",
  15637. "lib/xamarinmac20/_._",
  15638. "lib/xamarintvos10/_._",
  15639. "lib/xamarinwatchos10/_._",
  15640. "ref/netstandard/_._",
  15641. "runtime.any.system.diagnostics.tools.4.3.0.nupkg.sha512",
  15642. "runtime.any.system.diagnostics.tools.nuspec",
  15643. "runtimes/aot/lib/netcore50/_._"
  15644. ]
  15645. },
  15646. "runtime.any.System.Diagnostics.Tracing/4.3.0": {
  15647. "sha512": "1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==",
  15648. "type": "package",
  15649. "path": "runtime.any.system.diagnostics.tracing/4.3.0",
  15650. "files": [
  15651. ".nupkg.metadata",
  15652. ".signature.p7s",
  15653. "ThirdPartyNotices.txt",
  15654. "dotnet_library_license.txt",
  15655. "lib/MonoAndroid10/_._",
  15656. "lib/MonoTouch10/_._",
  15657. "lib/net45/_._",
  15658. "lib/netcore50/System.Diagnostics.Tracing.dll",
  15659. "lib/netstandard1.5/System.Diagnostics.Tracing.dll",
  15660. "lib/win8/_._",
  15661. "lib/wp80/_._",
  15662. "lib/wpa81/_._",
  15663. "lib/xamarinios10/_._",
  15664. "lib/xamarinmac20/_._",
  15665. "lib/xamarintvos10/_._",
  15666. "lib/xamarinwatchos10/_._",
  15667. "ref/netstandard/_._",
  15668. "runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512",
  15669. "runtime.any.system.diagnostics.tracing.nuspec",
  15670. "runtimes/aot/lib/netcore50/_._"
  15671. ]
  15672. },
  15673. "runtime.any.System.Globalization/4.3.0": {
  15674. "sha512": "sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==",
  15675. "type": "package",
  15676. "path": "runtime.any.system.globalization/4.3.0",
  15677. "files": [
  15678. ".nupkg.metadata",
  15679. ".signature.p7s",
  15680. "ThirdPartyNotices.txt",
  15681. "dotnet_library_license.txt",
  15682. "lib/MonoAndroid10/_._",
  15683. "lib/MonoTouch10/_._",
  15684. "lib/net45/_._",
  15685. "lib/netcore50/System.Globalization.dll",
  15686. "lib/netstandard1.3/System.Globalization.dll",
  15687. "lib/win8/_._",
  15688. "lib/wp80/_._",
  15689. "lib/wpa81/_._",
  15690. "lib/xamarinios10/_._",
  15691. "lib/xamarinmac20/_._",
  15692. "lib/xamarintvos10/_._",
  15693. "lib/xamarinwatchos10/_._",
  15694. "ref/netstandard/_._",
  15695. "runtime.any.system.globalization.4.3.0.nupkg.sha512",
  15696. "runtime.any.system.globalization.nuspec",
  15697. "runtimes/aot/lib/netcore50/_._"
  15698. ]
  15699. },
  15700. "runtime.any.System.Globalization.Calendars/4.3.0": {
  15701. "sha512": "M1r+760j1CNA6M/ZaW6KX8gOS8nxPRqloqDcJYVidRG566Ykwcs29AweZs2JF+nMOCgWDiMfPSTMfvwOI9F77w==",
  15702. "type": "package",
  15703. "path": "runtime.any.system.globalization.calendars/4.3.0",
  15704. "files": [
  15705. ".nupkg.metadata",
  15706. ".signature.p7s",
  15707. "ThirdPartyNotices.txt",
  15708. "dotnet_library_license.txt",
  15709. "lib/MonoAndroid10/_._",
  15710. "lib/MonoTouch10/_._",
  15711. "lib/net/_._",
  15712. "lib/netcore50/System.Globalization.Calendars.dll",
  15713. "lib/netstandard1.3/System.Globalization.Calendars.dll",
  15714. "lib/xamarinios10/_._",
  15715. "lib/xamarinmac20/_._",
  15716. "lib/xamarintvos10/_._",
  15717. "lib/xamarinwatchos10/_._",
  15718. "ref/netstandard/_._",
  15719. "runtime.any.system.globalization.calendars.4.3.0.nupkg.sha512",
  15720. "runtime.any.system.globalization.calendars.nuspec",
  15721. "runtimes/aot/lib/netcore50/_._"
  15722. ]
  15723. },
  15724. "runtime.any.System.IO/4.3.0": {
  15725. "sha512": "SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==",
  15726. "type": "package",
  15727. "path": "runtime.any.system.io/4.3.0",
  15728. "files": [
  15729. ".nupkg.metadata",
  15730. ".signature.p7s",
  15731. "ThirdPartyNotices.txt",
  15732. "dotnet_library_license.txt",
  15733. "lib/MonoAndroid10/_._",
  15734. "lib/MonoTouch10/_._",
  15735. "lib/net45/_._",
  15736. "lib/netcore50/System.IO.dll",
  15737. "lib/netstandard1.5/System.IO.dll",
  15738. "lib/win8/_._",
  15739. "lib/wp80/_._",
  15740. "lib/wpa81/_._",
  15741. "lib/xamarinios10/_._",
  15742. "lib/xamarinmac20/_._",
  15743. "lib/xamarintvos10/_._",
  15744. "lib/xamarinwatchos10/_._",
  15745. "ref/netstandard/_._",
  15746. "runtime.any.system.io.4.3.0.nupkg.sha512",
  15747. "runtime.any.system.io.nuspec",
  15748. "runtimes/aot/lib/netcore50/_._"
  15749. ]
  15750. },
  15751. "runtime.any.System.Reflection/4.3.0": {
  15752. "sha512": "hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==",
  15753. "type": "package",
  15754. "path": "runtime.any.system.reflection/4.3.0",
  15755. "files": [
  15756. ".nupkg.metadata",
  15757. ".signature.p7s",
  15758. "ThirdPartyNotices.txt",
  15759. "dotnet_library_license.txt",
  15760. "lib/MonoAndroid10/_._",
  15761. "lib/MonoTouch10/_._",
  15762. "lib/net45/_._",
  15763. "lib/netcore50/System.Reflection.dll",
  15764. "lib/netstandard1.5/System.Reflection.dll",
  15765. "lib/win8/_._",
  15766. "lib/wp80/_._",
  15767. "lib/wpa81/_._",
  15768. "lib/xamarinios10/_._",
  15769. "lib/xamarinmac20/_._",
  15770. "lib/xamarintvos10/_._",
  15771. "lib/xamarinwatchos10/_._",
  15772. "ref/netstandard/_._",
  15773. "runtime.any.system.reflection.4.3.0.nupkg.sha512",
  15774. "runtime.any.system.reflection.nuspec",
  15775. "runtimes/aot/lib/netcore50/_._"
  15776. ]
  15777. },
  15778. "runtime.any.System.Reflection.Extensions/4.3.0": {
  15779. "sha512": "cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==",
  15780. "type": "package",
  15781. "path": "runtime.any.system.reflection.extensions/4.3.0",
  15782. "files": [
  15783. ".nupkg.metadata",
  15784. ".signature.p7s",
  15785. "ThirdPartyNotices.txt",
  15786. "dotnet_library_license.txt",
  15787. "lib/MonoAndroid10/_._",
  15788. "lib/MonoTouch10/_._",
  15789. "lib/net45/_._",
  15790. "lib/netcore50/System.Reflection.Extensions.dll",
  15791. "lib/netstandard1.3/System.Reflection.Extensions.dll",
  15792. "lib/win8/_._",
  15793. "lib/wp80/_._",
  15794. "lib/wpa81/_._",
  15795. "lib/xamarinios10/_._",
  15796. "lib/xamarinmac20/_._",
  15797. "lib/xamarintvos10/_._",
  15798. "lib/xamarinwatchos10/_._",
  15799. "ref/netstandard/_._",
  15800. "runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512",
  15801. "runtime.any.system.reflection.extensions.nuspec",
  15802. "runtimes/aot/lib/netcore50/_._"
  15803. ]
  15804. },
  15805. "runtime.any.System.Reflection.Primitives/4.3.0": {
  15806. "sha512": "Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==",
  15807. "type": "package",
  15808. "path": "runtime.any.system.reflection.primitives/4.3.0",
  15809. "files": [
  15810. ".nupkg.metadata",
  15811. ".signature.p7s",
  15812. "ThirdPartyNotices.txt",
  15813. "dotnet_library_license.txt",
  15814. "lib/MonoAndroid10/_._",
  15815. "lib/MonoTouch10/_._",
  15816. "lib/net45/_._",
  15817. "lib/netcore50/System.Reflection.Primitives.dll",
  15818. "lib/netstandard1.3/System.Reflection.Primitives.dll",
  15819. "lib/win8/_._",
  15820. "lib/wp80/_._",
  15821. "lib/wpa81/_._",
  15822. "lib/xamarinios10/_._",
  15823. "lib/xamarinmac20/_._",
  15824. "lib/xamarintvos10/_._",
  15825. "lib/xamarinwatchos10/_._",
  15826. "ref/netstandard/_._",
  15827. "runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512",
  15828. "runtime.any.system.reflection.primitives.nuspec",
  15829. "runtimes/aot/lib/netcore50/_._"
  15830. ]
  15831. },
  15832. "runtime.any.System.Resources.ResourceManager/4.3.0": {
  15833. "sha512": "Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==",
  15834. "type": "package",
  15835. "path": "runtime.any.system.resources.resourcemanager/4.3.0",
  15836. "files": [
  15837. ".nupkg.metadata",
  15838. ".signature.p7s",
  15839. "ThirdPartyNotices.txt",
  15840. "dotnet_library_license.txt",
  15841. "lib/MonoAndroid10/_._",
  15842. "lib/MonoTouch10/_._",
  15843. "lib/net45/_._",
  15844. "lib/netcore50/System.Resources.ResourceManager.dll",
  15845. "lib/netstandard1.3/System.Resources.ResourceManager.dll",
  15846. "lib/win8/_._",
  15847. "lib/wp80/_._",
  15848. "lib/wpa81/_._",
  15849. "lib/xamarinios10/_._",
  15850. "lib/xamarinmac20/_._",
  15851. "lib/xamarintvos10/_._",
  15852. "lib/xamarinwatchos10/_._",
  15853. "ref/netstandard/_._",
  15854. "runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512",
  15855. "runtime.any.system.resources.resourcemanager.nuspec",
  15856. "runtimes/aot/lib/netcore50/_._"
  15857. ]
  15858. },
  15859. "runtime.any.System.Runtime/4.3.0": {
  15860. "sha512": "fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==",
  15861. "type": "package",
  15862. "path": "runtime.any.system.runtime/4.3.0",
  15863. "files": [
  15864. ".nupkg.metadata",
  15865. ".signature.p7s",
  15866. "ThirdPartyNotices.txt",
  15867. "dotnet_library_license.txt",
  15868. "lib/MonoAndroid10/_._",
  15869. "lib/MonoTouch10/_._",
  15870. "lib/net45/_._",
  15871. "lib/netcore50/System.Runtime.dll",
  15872. "lib/netstandard1.5/System.Runtime.dll",
  15873. "lib/win8/_._",
  15874. "lib/wp80/_._",
  15875. "lib/wpa81/_._",
  15876. "lib/xamarinios10/_._",
  15877. "lib/xamarinmac20/_._",
  15878. "lib/xamarintvos10/_._",
  15879. "lib/xamarinwatchos10/_._",
  15880. "ref/netstandard/_._",
  15881. "runtime.any.system.runtime.4.3.0.nupkg.sha512",
  15882. "runtime.any.system.runtime.nuspec",
  15883. "runtimes/aot/lib/netcore50/_._"
  15884. ]
  15885. },
  15886. "runtime.any.System.Runtime.Handles/4.3.0": {
  15887. "sha512": "GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==",
  15888. "type": "package",
  15889. "path": "runtime.any.system.runtime.handles/4.3.0",
  15890. "files": [
  15891. ".nupkg.metadata",
  15892. ".signature.p7s",
  15893. "ThirdPartyNotices.txt",
  15894. "dotnet_library_license.txt",
  15895. "lib/MonoAndroid10/_._",
  15896. "lib/MonoTouch10/_._",
  15897. "lib/net46/_._",
  15898. "lib/netstandard1.3/System.Runtime.Handles.dll",
  15899. "lib/xamarinios10/_._",
  15900. "lib/xamarinmac20/_._",
  15901. "lib/xamarintvos10/_._",
  15902. "lib/xamarinwatchos10/_._",
  15903. "ref/netstandard/_._",
  15904. "runtime.any.system.runtime.handles.4.3.0.nupkg.sha512",
  15905. "runtime.any.system.runtime.handles.nuspec",
  15906. "runtimes/aot/lib/netcore50/_._"
  15907. ]
  15908. },
  15909. "runtime.any.System.Runtime.InteropServices/4.3.0": {
  15910. "sha512": "lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==",
  15911. "type": "package",
  15912. "path": "runtime.any.system.runtime.interopservices/4.3.0",
  15913. "files": [
  15914. ".nupkg.metadata",
  15915. ".signature.p7s",
  15916. "ThirdPartyNotices.txt",
  15917. "dotnet_library_license.txt",
  15918. "lib/MonoAndroid10/_._",
  15919. "lib/MonoTouch10/_._",
  15920. "lib/net45/_._",
  15921. "lib/netcore50/System.Runtime.InteropServices.dll",
  15922. "lib/netstandard1.5/System.Runtime.InteropServices.dll",
  15923. "lib/netstandard1.6/System.Runtime.InteropServices.dll",
  15924. "lib/win8/_._",
  15925. "lib/wpa81/_._",
  15926. "lib/xamarinios10/_._",
  15927. "lib/xamarinmac20/_._",
  15928. "lib/xamarintvos10/_._",
  15929. "lib/xamarinwatchos10/_._",
  15930. "ref/netstandard/_._",
  15931. "runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512",
  15932. "runtime.any.system.runtime.interopservices.nuspec",
  15933. "runtimes/aot/lib/netcore50/_._"
  15934. ]
  15935. },
  15936. "runtime.any.System.Text.Encoding/4.3.0": {
  15937. "sha512": "+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==",
  15938. "type": "package",
  15939. "path": "runtime.any.system.text.encoding/4.3.0",
  15940. "files": [
  15941. ".nupkg.metadata",
  15942. ".signature.p7s",
  15943. "ThirdPartyNotices.txt",
  15944. "dotnet_library_license.txt",
  15945. "lib/MonoAndroid10/_._",
  15946. "lib/MonoTouch10/_._",
  15947. "lib/net45/_._",
  15948. "lib/netcore50/System.Text.Encoding.dll",
  15949. "lib/netstandard1.3/System.Text.Encoding.dll",
  15950. "lib/win8/_._",
  15951. "lib/wpa81/_._",
  15952. "lib/xamarinios10/_._",
  15953. "lib/xamarinmac20/_._",
  15954. "lib/xamarintvos10/_._",
  15955. "lib/xamarinwatchos10/_._",
  15956. "ref/netstandard/_._",
  15957. "runtime.any.system.text.encoding.4.3.0.nupkg.sha512",
  15958. "runtime.any.system.text.encoding.nuspec",
  15959. "runtimes/aot/lib/netcore50/_._"
  15960. ]
  15961. },
  15962. "runtime.any.System.Text.Encoding.Extensions/4.3.0": {
  15963. "sha512": "NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==",
  15964. "type": "package",
  15965. "path": "runtime.any.system.text.encoding.extensions/4.3.0",
  15966. "files": [
  15967. ".nupkg.metadata",
  15968. ".signature.p7s",
  15969. "ThirdPartyNotices.txt",
  15970. "dotnet_library_license.txt",
  15971. "lib/MonoAndroid10/_._",
  15972. "lib/MonoTouch10/_._",
  15973. "lib/net45/_._",
  15974. "lib/netcore50/System.Text.Encoding.Extensions.dll",
  15975. "lib/netstandard1.3/System.Text.Encoding.Extensions.dll",
  15976. "lib/win8/_._",
  15977. "lib/wpa81/_._",
  15978. "lib/xamarinios10/_._",
  15979. "lib/xamarinmac20/_._",
  15980. "lib/xamarintvos10/_._",
  15981. "lib/xamarinwatchos10/_._",
  15982. "ref/netstandard/_._",
  15983. "runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512",
  15984. "runtime.any.system.text.encoding.extensions.nuspec",
  15985. "runtimes/aot/lib/netcore50/_._"
  15986. ]
  15987. },
  15988. "runtime.any.System.Threading.Tasks/4.3.0": {
  15989. "sha512": "OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==",
  15990. "type": "package",
  15991. "path": "runtime.any.system.threading.tasks/4.3.0",
  15992. "files": [
  15993. ".nupkg.metadata",
  15994. ".signature.p7s",
  15995. "ThirdPartyNotices.txt",
  15996. "dotnet_library_license.txt",
  15997. "lib/MonoAndroid10/_._",
  15998. "lib/MonoTouch10/_._",
  15999. "lib/net45/_._",
  16000. "lib/netcore50/System.Threading.Tasks.dll",
  16001. "lib/netstandard1.3/System.Threading.Tasks.dll",
  16002. "lib/win8/_._",
  16003. "lib/wp80/_._",
  16004. "lib/wpa81/_._",
  16005. "lib/xamarinios10/_._",
  16006. "lib/xamarinmac20/_._",
  16007. "lib/xamarintvos10/_._",
  16008. "lib/xamarinwatchos10/_._",
  16009. "ref/netstandard/_._",
  16010. "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512",
  16011. "runtime.any.system.threading.tasks.nuspec",
  16012. "runtimes/aot/lib/netcore50/_._"
  16013. ]
  16014. },
  16015. "runtime.any.System.Threading.Timer/4.3.0": {
  16016. "sha512": "w4ehZJ+AwXYmGwYu+rMvym6RvMaRiUEQR1u6dwcyuKHxz8Heu/mO9AG1MquEgTyucnhv3M43X0iKpDOoN17C0w==",
  16017. "type": "package",
  16018. "path": "runtime.any.system.threading.timer/4.3.0",
  16019. "files": [
  16020. ".nupkg.metadata",
  16021. ".signature.p7s",
  16022. "ThirdPartyNotices.txt",
  16023. "dotnet_library_license.txt",
  16024. "lib/MonoAndroid10/_._",
  16025. "lib/MonoTouch10/_._",
  16026. "lib/net45/_._",
  16027. "lib/netcore50/System.Threading.Timer.dll",
  16028. "lib/netstandard1.3/System.Threading.Timer.dll",
  16029. "lib/win8/_._",
  16030. "lib/wpa81/_._",
  16031. "lib/xamarinios10/_._",
  16032. "lib/xamarinmac20/_._",
  16033. "lib/xamarintvos10/_._",
  16034. "lib/xamarinwatchos10/_._",
  16035. "ref/netstandard/_._",
  16036. "runtime.any.system.threading.timer.4.3.0.nupkg.sha512",
  16037. "runtime.any.system.threading.timer.nuspec",
  16038. "runtimes/aot/lib/netcore50/_._"
  16039. ]
  16040. },
  16041. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  16042. "sha512": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==",
  16043. "type": "package",
  16044. "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  16045. "files": [
  16046. ".nupkg.metadata",
  16047. ".signature.p7s",
  16048. "ThirdPartyNotices.txt",
  16049. "dotnet_library_license.txt",
  16050. "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  16051. "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.nuspec",
  16052. "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
  16053. ]
  16054. },
  16055. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  16056. "sha512": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==",
  16057. "type": "package",
  16058. "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  16059. "files": [
  16060. ".nupkg.metadata",
  16061. ".signature.p7s",
  16062. "ThirdPartyNotices.txt",
  16063. "dotnet_library_license.txt",
  16064. "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  16065. "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.nuspec",
  16066. "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
  16067. ]
  16068. },
  16069. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  16070. "sha512": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==",
  16071. "type": "package",
  16072. "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  16073. "files": [
  16074. ".nupkg.metadata",
  16075. ".signature.p7s",
  16076. "ThirdPartyNotices.txt",
  16077. "dotnet_library_license.txt",
  16078. "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  16079. "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.nuspec",
  16080. "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
  16081. ]
  16082. },
  16083. "runtime.native.System/4.3.0": {
  16084. "sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
  16085. "type": "package",
  16086. "path": "runtime.native.system/4.3.0",
  16087. "files": [
  16088. ".nupkg.metadata",
  16089. ".signature.p7s",
  16090. "ThirdPartyNotices.txt",
  16091. "dotnet_library_license.txt",
  16092. "lib/netstandard1.0/_._",
  16093. "runtime.native.system.4.3.0.nupkg.sha512",
  16094. "runtime.native.system.nuspec"
  16095. ]
  16096. },
  16097. "runtime.native.System.Data.SqlClient.sni/4.4.0": {
  16098. "sha512": "A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==",
  16099. "type": "package",
  16100. "path": "runtime.native.system.data.sqlclient.sni/4.4.0",
  16101. "files": [
  16102. ".nupkg.metadata",
  16103. ".signature.p7s",
  16104. "LICENSE.TXT",
  16105. "THIRD-PARTY-NOTICES.TXT",
  16106. "runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
  16107. "runtime.native.system.data.sqlclient.sni.nuspec",
  16108. "useSharedDesignerContext.txt",
  16109. "version.txt"
  16110. ]
  16111. },
  16112. "runtime.native.System.IO.Compression/4.3.0": {
  16113. "sha512": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==",
  16114. "type": "package",
  16115. "path": "runtime.native.system.io.compression/4.3.0",
  16116. "files": [
  16117. ".nupkg.metadata",
  16118. ".signature.p7s",
  16119. "ThirdPartyNotices.txt",
  16120. "dotnet_library_license.txt",
  16121. "lib/netstandard1.0/_._",
  16122. "runtime.native.system.io.compression.4.3.0.nupkg.sha512",
  16123. "runtime.native.system.io.compression.nuspec"
  16124. ]
  16125. },
  16126. "runtime.native.System.Net.Http/4.3.0": {
  16127. "sha512": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
  16128. "type": "package",
  16129. "path": "runtime.native.system.net.http/4.3.0",
  16130. "files": [
  16131. ".nupkg.metadata",
  16132. ".signature.p7s",
  16133. "ThirdPartyNotices.txt",
  16134. "dotnet_library_license.txt",
  16135. "lib/netstandard1.0/_._",
  16136. "runtime.native.system.net.http.4.3.0.nupkg.sha512",
  16137. "runtime.native.system.net.http.nuspec"
  16138. ]
  16139. },
  16140. "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  16141. "sha512": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
  16142. "type": "package",
  16143. "path": "runtime.native.system.security.cryptography.apple/4.3.0",
  16144. "files": [
  16145. ".nupkg.metadata",
  16146. ".signature.p7s",
  16147. "ThirdPartyNotices.txt",
  16148. "dotnet_library_license.txt",
  16149. "lib/netstandard1.0/_._",
  16150. "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512",
  16151. "runtime.native.system.security.cryptography.apple.nuspec"
  16152. ]
  16153. },
  16154. "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  16155. "sha512": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==",
  16156. "type": "package",
  16157. "path": "runtime.native.system.security.cryptography.openssl/4.3.0",
  16158. "files": [
  16159. ".nupkg.metadata",
  16160. ".signature.p7s",
  16161. "ThirdPartyNotices.txt",
  16162. "dotnet_library_license.txt",
  16163. "lib/netstandard1.0/_._",
  16164. "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  16165. "runtime.native.system.security.cryptography.openssl.nuspec"
  16166. ]
  16167. },
  16168. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  16169. "sha512": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==",
  16170. "type": "package",
  16171. "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  16172. "files": [
  16173. ".nupkg.metadata",
  16174. ".signature.p7s",
  16175. "ThirdPartyNotices.txt",
  16176. "dotnet_library_license.txt",
  16177. "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  16178. "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.nuspec",
  16179. "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
  16180. ]
  16181. },
  16182. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  16183. "sha512": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==",
  16184. "type": "package",
  16185. "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  16186. "files": [
  16187. ".nupkg.metadata",
  16188. ".signature.p7s",
  16189. "ThirdPartyNotices.txt",
  16190. "dotnet_library_license.txt",
  16191. "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  16192. "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.nuspec",
  16193. "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
  16194. ]
  16195. },
  16196. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  16197. "sha512": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==",
  16198. "type": "package",
  16199. "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
  16200. "files": [
  16201. ".nupkg.metadata",
  16202. ".signature.p7s",
  16203. "ThirdPartyNotices.txt",
  16204. "dotnet_library_license.txt",
  16205. "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512",
  16206. "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.nuspec",
  16207. "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib"
  16208. ]
  16209. },
  16210. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  16211. "sha512": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==",
  16212. "type": "package",
  16213. "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  16214. "files": [
  16215. ".nupkg.metadata",
  16216. ".signature.p7s",
  16217. "ThirdPartyNotices.txt",
  16218. "dotnet_library_license.txt",
  16219. "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  16220. "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.nuspec",
  16221. "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib"
  16222. ]
  16223. },
  16224. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  16225. "sha512": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==",
  16226. "type": "package",
  16227. "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  16228. "files": [
  16229. ".nupkg.metadata",
  16230. ".signature.p7s",
  16231. "ThirdPartyNotices.txt",
  16232. "dotnet_library_license.txt",
  16233. "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  16234. "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.nuspec",
  16235. "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
  16236. ]
  16237. },
  16238. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  16239. "sha512": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==",
  16240. "type": "package",
  16241. "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  16242. "files": [
  16243. ".nupkg.metadata",
  16244. ".signature.p7s",
  16245. "ThirdPartyNotices.txt",
  16246. "dotnet_library_license.txt",
  16247. "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  16248. "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.nuspec",
  16249. "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
  16250. ]
  16251. },
  16252. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  16253. "sha512": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==",
  16254. "type": "package",
  16255. "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  16256. "files": [
  16257. ".nupkg.metadata",
  16258. ".signature.p7s",
  16259. "ThirdPartyNotices.txt",
  16260. "dotnet_library_license.txt",
  16261. "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  16262. "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.nuspec",
  16263. "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
  16264. ]
  16265. },
  16266. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  16267. "sha512": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==",
  16268. "type": "package",
  16269. "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  16270. "files": [
  16271. ".nupkg.metadata",
  16272. ".signature.p7s",
  16273. "ThirdPartyNotices.txt",
  16274. "dotnet_library_license.txt",
  16275. "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  16276. "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.nuspec",
  16277. "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so"
  16278. ]
  16279. },
  16280. "runtime.unix.Microsoft.Win32.Primitives/4.3.0": {
  16281. "sha512": "2mI2Mfq+CVatgr4RWGvAWBjoCfUafy6VNFU7G9OA52DjO8x/okfIbsEq2UPgeGfdpO7X5gmPXKT8slx0tn0Mhw==",
  16282. "type": "package",
  16283. "path": "runtime.unix.microsoft.win32.primitives/4.3.0",
  16284. "files": [
  16285. ".nupkg.metadata",
  16286. ".signature.p7s",
  16287. "ThirdPartyNotices.txt",
  16288. "dotnet_library_license.txt",
  16289. "ref/netstandard/_._",
  16290. "runtime.unix.microsoft.win32.primitives.4.3.0.nupkg.sha512",
  16291. "runtime.unix.microsoft.win32.primitives.nuspec",
  16292. "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Primitives.dll"
  16293. ]
  16294. },
  16295. "runtime.unix.System.Console/4.3.0": {
  16296. "sha512": "JSEiU9EvE2vJTHUuHnSg9le8XDbvZmjZ/3PhLviICzY1TTDE7c/uNYVtE9qTA9PAOZsqccy5lxvfaZOeBhT3tA==",
  16297. "type": "package",
  16298. "path": "runtime.unix.system.console/4.3.0",
  16299. "files": [
  16300. ".nupkg.metadata",
  16301. ".signature.p7s",
  16302. "ThirdPartyNotices.txt",
  16303. "dotnet_library_license.txt",
  16304. "ref/netstandard/_._",
  16305. "runtime.unix.system.console.4.3.0.nupkg.sha512",
  16306. "runtime.unix.system.console.nuspec",
  16307. "runtimes/unix/lib/netstandard1.3/System.Console.dll"
  16308. ]
  16309. },
  16310. "runtime.unix.System.Diagnostics.Debug/4.3.0": {
  16311. "sha512": "WV8KLRHWVUVUDduFnvGMHt0FsEt2wK6xPl1EgDKlaMx2KnZ43A/O0GzP8wIuvAC7mq4T9V1mm90r+PXkL9FPdQ==",
  16312. "type": "package",
  16313. "path": "runtime.unix.system.diagnostics.debug/4.3.0",
  16314. "files": [
  16315. ".nupkg.metadata",
  16316. ".signature.p7s",
  16317. "ThirdPartyNotices.txt",
  16318. "dotnet_library_license.txt",
  16319. "ref/netstandard/_._",
  16320. "runtime.unix.system.diagnostics.debug.4.3.0.nupkg.sha512",
  16321. "runtime.unix.system.diagnostics.debug.nuspec",
  16322. "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll"
  16323. ]
  16324. },
  16325. "runtime.unix.System.IO.FileSystem/4.3.0": {
  16326. "sha512": "ajmTcjrqc3vgV1TH54DRioshbEniaFbOAJ0kReGuNsp9uIcqYle0RmUo6+Qlwqe3JIs4TDxgnqs3UzX3gRJ1rA==",
  16327. "type": "package",
  16328. "path": "runtime.unix.system.io.filesystem/4.3.0",
  16329. "files": [
  16330. ".nupkg.metadata",
  16331. ".signature.p7s",
  16332. "ThirdPartyNotices.txt",
  16333. "dotnet_library_license.txt",
  16334. "ref/netstandard/_._",
  16335. "runtime.unix.system.io.filesystem.4.3.0.nupkg.sha512",
  16336. "runtime.unix.system.io.filesystem.nuspec",
  16337. "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll"
  16338. ]
  16339. },
  16340. "runtime.unix.System.Net.Primitives/4.3.0": {
  16341. "sha512": "AZcRXhH7Gamr+bckUfX3iHefPIrujJTt9XWQWo0elNiP1SNasX0KBWINZkDKY0GsOrsyJ7cB4MgIRTZzLlsTKg==",
  16342. "type": "package",
  16343. "path": "runtime.unix.system.net.primitives/4.3.0",
  16344. "files": [
  16345. ".nupkg.metadata",
  16346. ".signature.p7s",
  16347. "ThirdPartyNotices.txt",
  16348. "dotnet_library_license.txt",
  16349. "ref/netstandard/_._",
  16350. "runtime.unix.system.net.primitives.4.3.0.nupkg.sha512",
  16351. "runtime.unix.system.net.primitives.nuspec",
  16352. "runtimes/unix/lib/netstandard1.3/System.Net.Primitives.dll"
  16353. ]
  16354. },
  16355. "runtime.unix.System.Net.Sockets/4.3.0": {
  16356. "sha512": "4NcLbqajFaD3PvhOdmbieeBlKY4d8/kBfgJ5g28n6k1jWEICabvLM62gvmUS/CvyfvcZxVanKPl+E9LhPzfXZw==",
  16357. "type": "package",
  16358. "path": "runtime.unix.system.net.sockets/4.3.0",
  16359. "files": [
  16360. ".nupkg.metadata",
  16361. ".signature.p7s",
  16362. "ThirdPartyNotices.txt",
  16363. "dotnet_library_license.txt",
  16364. "ref/netstandard/_._",
  16365. "runtime.unix.system.net.sockets.4.3.0.nupkg.sha512",
  16366. "runtime.unix.system.net.sockets.nuspec",
  16367. "runtimes/unix/lib/netstandard1.3/System.Net.Sockets.dll"
  16368. ]
  16369. },
  16370. "runtime.unix.System.Private.Uri/4.3.0": {
  16371. "sha512": "ooWzobr5RAq34r9uan1r/WPXJYG1XWy9KanrxNvEnBzbFdQbMG7Y3bVi4QxR7xZMNLOxLLTAyXvnSkfj5boZSg==",
  16372. "type": "package",
  16373. "path": "runtime.unix.system.private.uri/4.3.0",
  16374. "files": [
  16375. ".nupkg.metadata",
  16376. ".signature.p7s",
  16377. "ThirdPartyNotices.txt",
  16378. "dotnet_library_license.txt",
  16379. "ref/netstandard/_._",
  16380. "runtime.unix.system.private.uri.4.3.0.nupkg.sha512",
  16381. "runtime.unix.system.private.uri.nuspec",
  16382. "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll"
  16383. ]
  16384. },
  16385. "runtime.unix.System.Runtime.Extensions/4.3.0": {
  16386. "sha512": "zQiTBVpiLftTQZW8GFsV0gjYikB1WMkEPIxF5O6RkUrSV/OgvRRTYgeFQha/0keBpuS0HYweraGRwhfhJ7dj7w==",
  16387. "type": "package",
  16388. "path": "runtime.unix.system.runtime.extensions/4.3.0",
  16389. "files": [
  16390. ".nupkg.metadata",
  16391. ".signature.p7s",
  16392. "ThirdPartyNotices.txt",
  16393. "dotnet_library_license.txt",
  16394. "ref/netstandard/_._",
  16395. "runtime.unix.system.runtime.extensions.4.3.0.nupkg.sha512",
  16396. "runtime.unix.system.runtime.extensions.nuspec",
  16397. "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll"
  16398. ]
  16399. },
  16400. "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  16401. "sha512": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
  16402. "type": "package",
  16403. "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
  16404. "files": [
  16405. ".nupkg.metadata",
  16406. ".signature.p7s",
  16407. "ThirdPartyNotices.txt",
  16408. "dotnet_library_license.txt",
  16409. "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
  16410. "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.nuspec",
  16411. "runtimes/win-arm64/native/sni.dll",
  16412. "useSharedDesignerContext.txt",
  16413. "version.txt"
  16414. ]
  16415. },
  16416. "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  16417. "sha512": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
  16418. "type": "package",
  16419. "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
  16420. "files": [
  16421. ".nupkg.metadata",
  16422. ".signature.p7s",
  16423. "ThirdPartyNotices.txt",
  16424. "dotnet_library_license.txt",
  16425. "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
  16426. "runtime.win-x64.runtime.native.system.data.sqlclient.sni.nuspec",
  16427. "runtimes/win-x64/native/sni.dll",
  16428. "useSharedDesignerContext.txt",
  16429. "version.txt"
  16430. ]
  16431. },
  16432. "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  16433. "sha512": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
  16434. "type": "package",
  16435. "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
  16436. "files": [
  16437. ".nupkg.metadata",
  16438. ".signature.p7s",
  16439. "ThirdPartyNotices.txt",
  16440. "dotnet_library_license.txt",
  16441. "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
  16442. "runtime.win-x86.runtime.native.system.data.sqlclient.sni.nuspec",
  16443. "runtimes/win-x86/native/sni.dll",
  16444. "useSharedDesignerContext.txt",
  16445. "version.txt"
  16446. ]
  16447. },
  16448. "System.AppContext/4.3.0": {
  16449. "sha512": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==",
  16450. "type": "package",
  16451. "path": "system.appcontext/4.3.0",
  16452. "files": [
  16453. ".nupkg.metadata",
  16454. ".signature.p7s",
  16455. "ThirdPartyNotices.txt",
  16456. "dotnet_library_license.txt",
  16457. "lib/MonoAndroid10/_._",
  16458. "lib/MonoTouch10/_._",
  16459. "lib/net46/System.AppContext.dll",
  16460. "lib/net463/System.AppContext.dll",
  16461. "lib/netcore50/System.AppContext.dll",
  16462. "lib/netstandard1.6/System.AppContext.dll",
  16463. "lib/xamarinios10/_._",
  16464. "lib/xamarinmac20/_._",
  16465. "lib/xamarintvos10/_._",
  16466. "lib/xamarinwatchos10/_._",
  16467. "ref/MonoAndroid10/_._",
  16468. "ref/MonoTouch10/_._",
  16469. "ref/net46/System.AppContext.dll",
  16470. "ref/net463/System.AppContext.dll",
  16471. "ref/netstandard/_._",
  16472. "ref/netstandard1.3/System.AppContext.dll",
  16473. "ref/netstandard1.3/System.AppContext.xml",
  16474. "ref/netstandard1.3/de/System.AppContext.xml",
  16475. "ref/netstandard1.3/es/System.AppContext.xml",
  16476. "ref/netstandard1.3/fr/System.AppContext.xml",
  16477. "ref/netstandard1.3/it/System.AppContext.xml",
  16478. "ref/netstandard1.3/ja/System.AppContext.xml",
  16479. "ref/netstandard1.3/ko/System.AppContext.xml",
  16480. "ref/netstandard1.3/ru/System.AppContext.xml",
  16481. "ref/netstandard1.3/zh-hans/System.AppContext.xml",
  16482. "ref/netstandard1.3/zh-hant/System.AppContext.xml",
  16483. "ref/netstandard1.6/System.AppContext.dll",
  16484. "ref/netstandard1.6/System.AppContext.xml",
  16485. "ref/netstandard1.6/de/System.AppContext.xml",
  16486. "ref/netstandard1.6/es/System.AppContext.xml",
  16487. "ref/netstandard1.6/fr/System.AppContext.xml",
  16488. "ref/netstandard1.6/it/System.AppContext.xml",
  16489. "ref/netstandard1.6/ja/System.AppContext.xml",
  16490. "ref/netstandard1.6/ko/System.AppContext.xml",
  16491. "ref/netstandard1.6/ru/System.AppContext.xml",
  16492. "ref/netstandard1.6/zh-hans/System.AppContext.xml",
  16493. "ref/netstandard1.6/zh-hant/System.AppContext.xml",
  16494. "ref/xamarinios10/_._",
  16495. "ref/xamarinmac20/_._",
  16496. "ref/xamarintvos10/_._",
  16497. "ref/xamarinwatchos10/_._",
  16498. "runtimes/aot/lib/netcore50/System.AppContext.dll",
  16499. "system.appcontext.4.3.0.nupkg.sha512",
  16500. "system.appcontext.nuspec"
  16501. ]
  16502. },
  16503. "System.Buffers/4.3.0": {
  16504. "sha512": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==",
  16505. "type": "package",
  16506. "path": "system.buffers/4.3.0",
  16507. "files": [
  16508. ".nupkg.metadata",
  16509. ".signature.p7s",
  16510. "ThirdPartyNotices.txt",
  16511. "dotnet_library_license.txt",
  16512. "lib/netstandard1.1/.xml",
  16513. "lib/netstandard1.1/System.Buffers.dll",
  16514. "system.buffers.4.3.0.nupkg.sha512",
  16515. "system.buffers.nuspec"
  16516. ]
  16517. },
  16518. "System.Collections/4.3.0": {
  16519. "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
  16520. "type": "package",
  16521. "path": "system.collections/4.3.0",
  16522. "files": [
  16523. ".nupkg.metadata",
  16524. ".signature.p7s",
  16525. "ThirdPartyNotices.txt",
  16526. "dotnet_library_license.txt",
  16527. "lib/MonoAndroid10/_._",
  16528. "lib/MonoTouch10/_._",
  16529. "lib/net45/_._",
  16530. "lib/portable-net45+win8+wp8+wpa81/_._",
  16531. "lib/win8/_._",
  16532. "lib/wp80/_._",
  16533. "lib/wpa81/_._",
  16534. "lib/xamarinios10/_._",
  16535. "lib/xamarinmac20/_._",
  16536. "lib/xamarintvos10/_._",
  16537. "lib/xamarinwatchos10/_._",
  16538. "ref/MonoAndroid10/_._",
  16539. "ref/MonoTouch10/_._",
  16540. "ref/net45/_._",
  16541. "ref/netcore50/System.Collections.dll",
  16542. "ref/netcore50/System.Collections.xml",
  16543. "ref/netcore50/de/System.Collections.xml",
  16544. "ref/netcore50/es/System.Collections.xml",
  16545. "ref/netcore50/fr/System.Collections.xml",
  16546. "ref/netcore50/it/System.Collections.xml",
  16547. "ref/netcore50/ja/System.Collections.xml",
  16548. "ref/netcore50/ko/System.Collections.xml",
  16549. "ref/netcore50/ru/System.Collections.xml",
  16550. "ref/netcore50/zh-hans/System.Collections.xml",
  16551. "ref/netcore50/zh-hant/System.Collections.xml",
  16552. "ref/netstandard1.0/System.Collections.dll",
  16553. "ref/netstandard1.0/System.Collections.xml",
  16554. "ref/netstandard1.0/de/System.Collections.xml",
  16555. "ref/netstandard1.0/es/System.Collections.xml",
  16556. "ref/netstandard1.0/fr/System.Collections.xml",
  16557. "ref/netstandard1.0/it/System.Collections.xml",
  16558. "ref/netstandard1.0/ja/System.Collections.xml",
  16559. "ref/netstandard1.0/ko/System.Collections.xml",
  16560. "ref/netstandard1.0/ru/System.Collections.xml",
  16561. "ref/netstandard1.0/zh-hans/System.Collections.xml",
  16562. "ref/netstandard1.0/zh-hant/System.Collections.xml",
  16563. "ref/netstandard1.3/System.Collections.dll",
  16564. "ref/netstandard1.3/System.Collections.xml",
  16565. "ref/netstandard1.3/de/System.Collections.xml",
  16566. "ref/netstandard1.3/es/System.Collections.xml",
  16567. "ref/netstandard1.3/fr/System.Collections.xml",
  16568. "ref/netstandard1.3/it/System.Collections.xml",
  16569. "ref/netstandard1.3/ja/System.Collections.xml",
  16570. "ref/netstandard1.3/ko/System.Collections.xml",
  16571. "ref/netstandard1.3/ru/System.Collections.xml",
  16572. "ref/netstandard1.3/zh-hans/System.Collections.xml",
  16573. "ref/netstandard1.3/zh-hant/System.Collections.xml",
  16574. "ref/portable-net45+win8+wp8+wpa81/_._",
  16575. "ref/win8/_._",
  16576. "ref/wp80/_._",
  16577. "ref/wpa81/_._",
  16578. "ref/xamarinios10/_._",
  16579. "ref/xamarinmac20/_._",
  16580. "ref/xamarintvos10/_._",
  16581. "ref/xamarinwatchos10/_._",
  16582. "system.collections.4.3.0.nupkg.sha512",
  16583. "system.collections.nuspec"
  16584. ]
  16585. },
  16586. "System.Collections.Concurrent/4.3.0": {
  16587. "sha512": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
  16588. "type": "package",
  16589. "path": "system.collections.concurrent/4.3.0",
  16590. "files": [
  16591. ".nupkg.metadata",
  16592. ".signature.p7s",
  16593. "ThirdPartyNotices.txt",
  16594. "dotnet_library_license.txt",
  16595. "lib/MonoAndroid10/_._",
  16596. "lib/MonoTouch10/_._",
  16597. "lib/net45/_._",
  16598. "lib/netcore50/System.Collections.Concurrent.dll",
  16599. "lib/netstandard1.3/System.Collections.Concurrent.dll",
  16600. "lib/portable-net45+win8+wpa81/_._",
  16601. "lib/win8/_._",
  16602. "lib/wpa81/_._",
  16603. "lib/xamarinios10/_._",
  16604. "lib/xamarinmac20/_._",
  16605. "lib/xamarintvos10/_._",
  16606. "lib/xamarinwatchos10/_._",
  16607. "ref/MonoAndroid10/_._",
  16608. "ref/MonoTouch10/_._",
  16609. "ref/net45/_._",
  16610. "ref/netcore50/System.Collections.Concurrent.dll",
  16611. "ref/netcore50/System.Collections.Concurrent.xml",
  16612. "ref/netcore50/de/System.Collections.Concurrent.xml",
  16613. "ref/netcore50/es/System.Collections.Concurrent.xml",
  16614. "ref/netcore50/fr/System.Collections.Concurrent.xml",
  16615. "ref/netcore50/it/System.Collections.Concurrent.xml",
  16616. "ref/netcore50/ja/System.Collections.Concurrent.xml",
  16617. "ref/netcore50/ko/System.Collections.Concurrent.xml",
  16618. "ref/netcore50/ru/System.Collections.Concurrent.xml",
  16619. "ref/netcore50/zh-hans/System.Collections.Concurrent.xml",
  16620. "ref/netcore50/zh-hant/System.Collections.Concurrent.xml",
  16621. "ref/netstandard1.1/System.Collections.Concurrent.dll",
  16622. "ref/netstandard1.1/System.Collections.Concurrent.xml",
  16623. "ref/netstandard1.1/de/System.Collections.Concurrent.xml",
  16624. "ref/netstandard1.1/es/System.Collections.Concurrent.xml",
  16625. "ref/netstandard1.1/fr/System.Collections.Concurrent.xml",
  16626. "ref/netstandard1.1/it/System.Collections.Concurrent.xml",
  16627. "ref/netstandard1.1/ja/System.Collections.Concurrent.xml",
  16628. "ref/netstandard1.1/ko/System.Collections.Concurrent.xml",
  16629. "ref/netstandard1.1/ru/System.Collections.Concurrent.xml",
  16630. "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml",
  16631. "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml",
  16632. "ref/netstandard1.3/System.Collections.Concurrent.dll",
  16633. "ref/netstandard1.3/System.Collections.Concurrent.xml",
  16634. "ref/netstandard1.3/de/System.Collections.Concurrent.xml",
  16635. "ref/netstandard1.3/es/System.Collections.Concurrent.xml",
  16636. "ref/netstandard1.3/fr/System.Collections.Concurrent.xml",
  16637. "ref/netstandard1.3/it/System.Collections.Concurrent.xml",
  16638. "ref/netstandard1.3/ja/System.Collections.Concurrent.xml",
  16639. "ref/netstandard1.3/ko/System.Collections.Concurrent.xml",
  16640. "ref/netstandard1.3/ru/System.Collections.Concurrent.xml",
  16641. "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml",
  16642. "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml",
  16643. "ref/portable-net45+win8+wpa81/_._",
  16644. "ref/win8/_._",
  16645. "ref/wpa81/_._",
  16646. "ref/xamarinios10/_._",
  16647. "ref/xamarinmac20/_._",
  16648. "ref/xamarintvos10/_._",
  16649. "ref/xamarinwatchos10/_._",
  16650. "system.collections.concurrent.4.3.0.nupkg.sha512",
  16651. "system.collections.concurrent.nuspec"
  16652. ]
  16653. },
  16654. "System.Console/4.3.0": {
  16655. "sha512": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==",
  16656. "type": "package",
  16657. "path": "system.console/4.3.0",
  16658. "files": [
  16659. ".nupkg.metadata",
  16660. ".signature.p7s",
  16661. "ThirdPartyNotices.txt",
  16662. "dotnet_library_license.txt",
  16663. "lib/MonoAndroid10/_._",
  16664. "lib/MonoTouch10/_._",
  16665. "lib/net46/System.Console.dll",
  16666. "lib/xamarinios10/_._",
  16667. "lib/xamarinmac20/_._",
  16668. "lib/xamarintvos10/_._",
  16669. "lib/xamarinwatchos10/_._",
  16670. "ref/MonoAndroid10/_._",
  16671. "ref/MonoTouch10/_._",
  16672. "ref/net46/System.Console.dll",
  16673. "ref/netstandard1.3/System.Console.dll",
  16674. "ref/netstandard1.3/System.Console.xml",
  16675. "ref/netstandard1.3/de/System.Console.xml",
  16676. "ref/netstandard1.3/es/System.Console.xml",
  16677. "ref/netstandard1.3/fr/System.Console.xml",
  16678. "ref/netstandard1.3/it/System.Console.xml",
  16679. "ref/netstandard1.3/ja/System.Console.xml",
  16680. "ref/netstandard1.3/ko/System.Console.xml",
  16681. "ref/netstandard1.3/ru/System.Console.xml",
  16682. "ref/netstandard1.3/zh-hans/System.Console.xml",
  16683. "ref/netstandard1.3/zh-hant/System.Console.xml",
  16684. "ref/xamarinios10/_._",
  16685. "ref/xamarinmac20/_._",
  16686. "ref/xamarintvos10/_._",
  16687. "ref/xamarinwatchos10/_._",
  16688. "system.console.4.3.0.nupkg.sha512",
  16689. "system.console.nuspec"
  16690. ]
  16691. },
  16692. "System.Data.SqlClient/4.4.0": {
  16693. "sha512": "fxb9ghn1k1Ua7FFdlvtiBOD4/PsQvD/fk2KnhS+FK7VC6OggEx6P+lP1P0+KMb5V2dqS1+FbR7HCenoqzJMNIA==",
  16694. "type": "package",
  16695. "path": "system.data.sqlclient/4.4.0",
  16696. "files": [
  16697. ".nupkg.metadata",
  16698. ".signature.p7s",
  16699. "LICENSE.TXT",
  16700. "THIRD-PARTY-NOTICES.TXT",
  16701. "lib/MonoAndroid10/_._",
  16702. "lib/MonoTouch10/_._",
  16703. "lib/net451/System.Data.SqlClient.dll",
  16704. "lib/net46/System.Data.SqlClient.dll",
  16705. "lib/net461/System.Data.SqlClient.dll",
  16706. "lib/netstandard1.2/System.Data.SqlClient.dll",
  16707. "lib/netstandard1.3/System.Data.SqlClient.dll",
  16708. "lib/netstandard2.0/System.Data.SqlClient.dll",
  16709. "lib/xamarinios10/_._",
  16710. "lib/xamarinmac20/_._",
  16711. "lib/xamarintvos10/_._",
  16712. "lib/xamarinwatchos10/_._",
  16713. "ref/MonoAndroid10/_._",
  16714. "ref/MonoTouch10/_._",
  16715. "ref/net451/System.Data.SqlClient.dll",
  16716. "ref/net46/System.Data.SqlClient.dll",
  16717. "ref/net461/System.Data.SqlClient.dll",
  16718. "ref/net461/System.Data.SqlClient.xml",
  16719. "ref/netstandard1.2/System.Data.SqlClient.dll",
  16720. "ref/netstandard1.2/System.Data.SqlClient.xml",
  16721. "ref/netstandard1.2/de/System.Data.SqlClient.xml",
  16722. "ref/netstandard1.2/es/System.Data.SqlClient.xml",
  16723. "ref/netstandard1.2/fr/System.Data.SqlClient.xml",
  16724. "ref/netstandard1.2/it/System.Data.SqlClient.xml",
  16725. "ref/netstandard1.2/ja/System.Data.SqlClient.xml",
  16726. "ref/netstandard1.2/ko/System.Data.SqlClient.xml",
  16727. "ref/netstandard1.2/ru/System.Data.SqlClient.xml",
  16728. "ref/netstandard1.2/zh-hans/System.Data.SqlClient.xml",
  16729. "ref/netstandard1.2/zh-hant/System.Data.SqlClient.xml",
  16730. "ref/netstandard1.3/System.Data.SqlClient.dll",
  16731. "ref/netstandard1.3/System.Data.SqlClient.xml",
  16732. "ref/netstandard1.3/de/System.Data.SqlClient.xml",
  16733. "ref/netstandard1.3/es/System.Data.SqlClient.xml",
  16734. "ref/netstandard1.3/fr/System.Data.SqlClient.xml",
  16735. "ref/netstandard1.3/it/System.Data.SqlClient.xml",
  16736. "ref/netstandard1.3/ja/System.Data.SqlClient.xml",
  16737. "ref/netstandard1.3/ko/System.Data.SqlClient.xml",
  16738. "ref/netstandard1.3/ru/System.Data.SqlClient.xml",
  16739. "ref/netstandard1.3/zh-hans/System.Data.SqlClient.xml",
  16740. "ref/netstandard1.3/zh-hant/System.Data.SqlClient.xml",
  16741. "ref/netstandard2.0/System.Data.SqlClient.dll",
  16742. "ref/netstandard2.0/System.Data.SqlClient.xml",
  16743. "ref/xamarinios10/_._",
  16744. "ref/xamarinmac20/_._",
  16745. "ref/xamarintvos10/_._",
  16746. "ref/xamarinwatchos10/_._",
  16747. "runtimes/unix/lib/netstandard1.3/System.Data.SqlClient.dll",
  16748. "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll",
  16749. "runtimes/win/lib/net451/System.Data.SqlClient.dll",
  16750. "runtimes/win/lib/net46/System.Data.SqlClient.dll",
  16751. "runtimes/win/lib/net461/System.Data.SqlClient.dll",
  16752. "runtimes/win/lib/netstandard1.3/System.Data.SqlClient.dll",
  16753. "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll",
  16754. "system.data.sqlclient.4.4.0.nupkg.sha512",
  16755. "system.data.sqlclient.nuspec",
  16756. "useSharedDesignerContext.txt",
  16757. "version.txt"
  16758. ]
  16759. },
  16760. "System.Diagnostics.Debug/4.3.0": {
  16761. "sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
  16762. "type": "package",
  16763. "path": "system.diagnostics.debug/4.3.0",
  16764. "files": [
  16765. ".nupkg.metadata",
  16766. ".signature.p7s",
  16767. "ThirdPartyNotices.txt",
  16768. "dotnet_library_license.txt",
  16769. "lib/MonoAndroid10/_._",
  16770. "lib/MonoTouch10/_._",
  16771. "lib/net45/_._",
  16772. "lib/portable-net45+win8+wp8+wpa81/_._",
  16773. "lib/win8/_._",
  16774. "lib/wp80/_._",
  16775. "lib/wpa81/_._",
  16776. "lib/xamarinios10/_._",
  16777. "lib/xamarinmac20/_._",
  16778. "lib/xamarintvos10/_._",
  16779. "lib/xamarinwatchos10/_._",
  16780. "ref/MonoAndroid10/_._",
  16781. "ref/MonoTouch10/_._",
  16782. "ref/net45/_._",
  16783. "ref/netcore50/System.Diagnostics.Debug.dll",
  16784. "ref/netcore50/System.Diagnostics.Debug.xml",
  16785. "ref/netcore50/de/System.Diagnostics.Debug.xml",
  16786. "ref/netcore50/es/System.Diagnostics.Debug.xml",
  16787. "ref/netcore50/fr/System.Diagnostics.Debug.xml",
  16788. "ref/netcore50/it/System.Diagnostics.Debug.xml",
  16789. "ref/netcore50/ja/System.Diagnostics.Debug.xml",
  16790. "ref/netcore50/ko/System.Diagnostics.Debug.xml",
  16791. "ref/netcore50/ru/System.Diagnostics.Debug.xml",
  16792. "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml",
  16793. "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml",
  16794. "ref/netstandard1.0/System.Diagnostics.Debug.dll",
  16795. "ref/netstandard1.0/System.Diagnostics.Debug.xml",
  16796. "ref/netstandard1.0/de/System.Diagnostics.Debug.xml",
  16797. "ref/netstandard1.0/es/System.Diagnostics.Debug.xml",
  16798. "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml",
  16799. "ref/netstandard1.0/it/System.Diagnostics.Debug.xml",
  16800. "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml",
  16801. "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml",
  16802. "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml",
  16803. "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml",
  16804. "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml",
  16805. "ref/netstandard1.3/System.Diagnostics.Debug.dll",
  16806. "ref/netstandard1.3/System.Diagnostics.Debug.xml",
  16807. "ref/netstandard1.3/de/System.Diagnostics.Debug.xml",
  16808. "ref/netstandard1.3/es/System.Diagnostics.Debug.xml",
  16809. "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml",
  16810. "ref/netstandard1.3/it/System.Diagnostics.Debug.xml",
  16811. "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml",
  16812. "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml",
  16813. "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml",
  16814. "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml",
  16815. "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml",
  16816. "ref/portable-net45+win8+wp8+wpa81/_._",
  16817. "ref/win8/_._",
  16818. "ref/wp80/_._",
  16819. "ref/wpa81/_._",
  16820. "ref/xamarinios10/_._",
  16821. "ref/xamarinmac20/_._",
  16822. "ref/xamarintvos10/_._",
  16823. "ref/xamarinwatchos10/_._",
  16824. "system.diagnostics.debug.4.3.0.nupkg.sha512",
  16825. "system.diagnostics.debug.nuspec"
  16826. ]
  16827. },
  16828. "System.Diagnostics.DiagnosticSource/4.3.0": {
  16829. "sha512": "tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==",
  16830. "type": "package",
  16831. "path": "system.diagnostics.diagnosticsource/4.3.0",
  16832. "files": [
  16833. ".nupkg.metadata",
  16834. ".signature.p7s",
  16835. "ThirdPartyNotices.txt",
  16836. "dotnet_library_license.txt",
  16837. "lib/net46/System.Diagnostics.DiagnosticSource.dll",
  16838. "lib/net46/System.Diagnostics.DiagnosticSource.xml",
  16839. "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll",
  16840. "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml",
  16841. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll",
  16842. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml",
  16843. "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll",
  16844. "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml",
  16845. "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512",
  16846. "system.diagnostics.diagnosticsource.nuspec"
  16847. ]
  16848. },
  16849. "System.Diagnostics.Tools/4.3.0": {
  16850. "sha512": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==",
  16851. "type": "package",
  16852. "path": "system.diagnostics.tools/4.3.0",
  16853. "files": [
  16854. ".nupkg.metadata",
  16855. ".signature.p7s",
  16856. "ThirdPartyNotices.txt",
  16857. "dotnet_library_license.txt",
  16858. "lib/MonoAndroid10/_._",
  16859. "lib/MonoTouch10/_._",
  16860. "lib/net45/_._",
  16861. "lib/portable-net45+win8+wp8+wpa81/_._",
  16862. "lib/win8/_._",
  16863. "lib/wp80/_._",
  16864. "lib/wpa81/_._",
  16865. "lib/xamarinios10/_._",
  16866. "lib/xamarinmac20/_._",
  16867. "lib/xamarintvos10/_._",
  16868. "lib/xamarinwatchos10/_._",
  16869. "ref/MonoAndroid10/_._",
  16870. "ref/MonoTouch10/_._",
  16871. "ref/net45/_._",
  16872. "ref/netcore50/System.Diagnostics.Tools.dll",
  16873. "ref/netcore50/System.Diagnostics.Tools.xml",
  16874. "ref/netcore50/de/System.Diagnostics.Tools.xml",
  16875. "ref/netcore50/es/System.Diagnostics.Tools.xml",
  16876. "ref/netcore50/fr/System.Diagnostics.Tools.xml",
  16877. "ref/netcore50/it/System.Diagnostics.Tools.xml",
  16878. "ref/netcore50/ja/System.Diagnostics.Tools.xml",
  16879. "ref/netcore50/ko/System.Diagnostics.Tools.xml",
  16880. "ref/netcore50/ru/System.Diagnostics.Tools.xml",
  16881. "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml",
  16882. "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml",
  16883. "ref/netstandard1.0/System.Diagnostics.Tools.dll",
  16884. "ref/netstandard1.0/System.Diagnostics.Tools.xml",
  16885. "ref/netstandard1.0/de/System.Diagnostics.Tools.xml",
  16886. "ref/netstandard1.0/es/System.Diagnostics.Tools.xml",
  16887. "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml",
  16888. "ref/netstandard1.0/it/System.Diagnostics.Tools.xml",
  16889. "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml",
  16890. "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml",
  16891. "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml",
  16892. "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml",
  16893. "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml",
  16894. "ref/portable-net45+win8+wp8+wpa81/_._",
  16895. "ref/win8/_._",
  16896. "ref/wp80/_._",
  16897. "ref/wpa81/_._",
  16898. "ref/xamarinios10/_._",
  16899. "ref/xamarinmac20/_._",
  16900. "ref/xamarintvos10/_._",
  16901. "ref/xamarinwatchos10/_._",
  16902. "system.diagnostics.tools.4.3.0.nupkg.sha512",
  16903. "system.diagnostics.tools.nuspec"
  16904. ]
  16905. },
  16906. "System.Diagnostics.Tracing/4.3.0": {
  16907. "sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
  16908. "type": "package",
  16909. "path": "system.diagnostics.tracing/4.3.0",
  16910. "files": [
  16911. ".nupkg.metadata",
  16912. ".signature.p7s",
  16913. "ThirdPartyNotices.txt",
  16914. "dotnet_library_license.txt",
  16915. "lib/MonoAndroid10/_._",
  16916. "lib/MonoTouch10/_._",
  16917. "lib/net45/_._",
  16918. "lib/net462/System.Diagnostics.Tracing.dll",
  16919. "lib/portable-net45+win8+wpa81/_._",
  16920. "lib/win8/_._",
  16921. "lib/wpa81/_._",
  16922. "lib/xamarinios10/_._",
  16923. "lib/xamarinmac20/_._",
  16924. "lib/xamarintvos10/_._",
  16925. "lib/xamarinwatchos10/_._",
  16926. "ref/MonoAndroid10/_._",
  16927. "ref/MonoTouch10/_._",
  16928. "ref/net45/_._",
  16929. "ref/net462/System.Diagnostics.Tracing.dll",
  16930. "ref/netcore50/System.Diagnostics.Tracing.dll",
  16931. "ref/netcore50/System.Diagnostics.Tracing.xml",
  16932. "ref/netcore50/de/System.Diagnostics.Tracing.xml",
  16933. "ref/netcore50/es/System.Diagnostics.Tracing.xml",
  16934. "ref/netcore50/fr/System.Diagnostics.Tracing.xml",
  16935. "ref/netcore50/it/System.Diagnostics.Tracing.xml",
  16936. "ref/netcore50/ja/System.Diagnostics.Tracing.xml",
  16937. "ref/netcore50/ko/System.Diagnostics.Tracing.xml",
  16938. "ref/netcore50/ru/System.Diagnostics.Tracing.xml",
  16939. "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml",
  16940. "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml",
  16941. "ref/netstandard1.1/System.Diagnostics.Tracing.dll",
  16942. "ref/netstandard1.1/System.Diagnostics.Tracing.xml",
  16943. "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml",
  16944. "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml",
  16945. "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml",
  16946. "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml",
  16947. "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml",
  16948. "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml",
  16949. "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml",
  16950. "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml",
  16951. "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml",
  16952. "ref/netstandard1.2/System.Diagnostics.Tracing.dll",
  16953. "ref/netstandard1.2/System.Diagnostics.Tracing.xml",
  16954. "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml",
  16955. "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml",
  16956. "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml",
  16957. "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml",
  16958. "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml",
  16959. "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml",
  16960. "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml",
  16961. "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml",
  16962. "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml",
  16963. "ref/netstandard1.3/System.Diagnostics.Tracing.dll",
  16964. "ref/netstandard1.3/System.Diagnostics.Tracing.xml",
  16965. "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml",
  16966. "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml",
  16967. "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml",
  16968. "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml",
  16969. "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml",
  16970. "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml",
  16971. "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml",
  16972. "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml",
  16973. "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml",
  16974. "ref/netstandard1.5/System.Diagnostics.Tracing.dll",
  16975. "ref/netstandard1.5/System.Diagnostics.Tracing.xml",
  16976. "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml",
  16977. "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml",
  16978. "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml",
  16979. "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml",
  16980. "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml",
  16981. "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml",
  16982. "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml",
  16983. "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml",
  16984. "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml",
  16985. "ref/portable-net45+win8+wpa81/_._",
  16986. "ref/win8/_._",
  16987. "ref/wpa81/_._",
  16988. "ref/xamarinios10/_._",
  16989. "ref/xamarinmac20/_._",
  16990. "ref/xamarintvos10/_._",
  16991. "ref/xamarinwatchos10/_._",
  16992. "system.diagnostics.tracing.4.3.0.nupkg.sha512",
  16993. "system.diagnostics.tracing.nuspec"
  16994. ]
  16995. },
  16996. "System.Globalization/4.3.0": {
  16997. "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
  16998. "type": "package",
  16999. "path": "system.globalization/4.3.0",
  17000. "files": [
  17001. ".nupkg.metadata",
  17002. ".signature.p7s",
  17003. "ThirdPartyNotices.txt",
  17004. "dotnet_library_license.txt",
  17005. "lib/MonoAndroid10/_._",
  17006. "lib/MonoTouch10/_._",
  17007. "lib/net45/_._",
  17008. "lib/portable-net45+win8+wp8+wpa81/_._",
  17009. "lib/win8/_._",
  17010. "lib/wp80/_._",
  17011. "lib/wpa81/_._",
  17012. "lib/xamarinios10/_._",
  17013. "lib/xamarinmac20/_._",
  17014. "lib/xamarintvos10/_._",
  17015. "lib/xamarinwatchos10/_._",
  17016. "ref/MonoAndroid10/_._",
  17017. "ref/MonoTouch10/_._",
  17018. "ref/net45/_._",
  17019. "ref/netcore50/System.Globalization.dll",
  17020. "ref/netcore50/System.Globalization.xml",
  17021. "ref/netcore50/de/System.Globalization.xml",
  17022. "ref/netcore50/es/System.Globalization.xml",
  17023. "ref/netcore50/fr/System.Globalization.xml",
  17024. "ref/netcore50/it/System.Globalization.xml",
  17025. "ref/netcore50/ja/System.Globalization.xml",
  17026. "ref/netcore50/ko/System.Globalization.xml",
  17027. "ref/netcore50/ru/System.Globalization.xml",
  17028. "ref/netcore50/zh-hans/System.Globalization.xml",
  17029. "ref/netcore50/zh-hant/System.Globalization.xml",
  17030. "ref/netstandard1.0/System.Globalization.dll",
  17031. "ref/netstandard1.0/System.Globalization.xml",
  17032. "ref/netstandard1.0/de/System.Globalization.xml",
  17033. "ref/netstandard1.0/es/System.Globalization.xml",
  17034. "ref/netstandard1.0/fr/System.Globalization.xml",
  17035. "ref/netstandard1.0/it/System.Globalization.xml",
  17036. "ref/netstandard1.0/ja/System.Globalization.xml",
  17037. "ref/netstandard1.0/ko/System.Globalization.xml",
  17038. "ref/netstandard1.0/ru/System.Globalization.xml",
  17039. "ref/netstandard1.0/zh-hans/System.Globalization.xml",
  17040. "ref/netstandard1.0/zh-hant/System.Globalization.xml",
  17041. "ref/netstandard1.3/System.Globalization.dll",
  17042. "ref/netstandard1.3/System.Globalization.xml",
  17043. "ref/netstandard1.3/de/System.Globalization.xml",
  17044. "ref/netstandard1.3/es/System.Globalization.xml",
  17045. "ref/netstandard1.3/fr/System.Globalization.xml",
  17046. "ref/netstandard1.3/it/System.Globalization.xml",
  17047. "ref/netstandard1.3/ja/System.Globalization.xml",
  17048. "ref/netstandard1.3/ko/System.Globalization.xml",
  17049. "ref/netstandard1.3/ru/System.Globalization.xml",
  17050. "ref/netstandard1.3/zh-hans/System.Globalization.xml",
  17051. "ref/netstandard1.3/zh-hant/System.Globalization.xml",
  17052. "ref/portable-net45+win8+wp8+wpa81/_._",
  17053. "ref/win8/_._",
  17054. "ref/wp80/_._",
  17055. "ref/wpa81/_._",
  17056. "ref/xamarinios10/_._",
  17057. "ref/xamarinmac20/_._",
  17058. "ref/xamarintvos10/_._",
  17059. "ref/xamarinwatchos10/_._",
  17060. "system.globalization.4.3.0.nupkg.sha512",
  17061. "system.globalization.nuspec"
  17062. ]
  17063. },
  17064. "System.Globalization.Calendars/4.3.0": {
  17065. "sha512": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
  17066. "type": "package",
  17067. "path": "system.globalization.calendars/4.3.0",
  17068. "files": [
  17069. ".nupkg.metadata",
  17070. ".signature.p7s",
  17071. "ThirdPartyNotices.txt",
  17072. "dotnet_library_license.txt",
  17073. "lib/MonoAndroid10/_._",
  17074. "lib/MonoTouch10/_._",
  17075. "lib/net46/System.Globalization.Calendars.dll",
  17076. "lib/xamarinios10/_._",
  17077. "lib/xamarinmac20/_._",
  17078. "lib/xamarintvos10/_._",
  17079. "lib/xamarinwatchos10/_._",
  17080. "ref/MonoAndroid10/_._",
  17081. "ref/MonoTouch10/_._",
  17082. "ref/net46/System.Globalization.Calendars.dll",
  17083. "ref/netstandard1.3/System.Globalization.Calendars.dll",
  17084. "ref/netstandard1.3/System.Globalization.Calendars.xml",
  17085. "ref/netstandard1.3/de/System.Globalization.Calendars.xml",
  17086. "ref/netstandard1.3/es/System.Globalization.Calendars.xml",
  17087. "ref/netstandard1.3/fr/System.Globalization.Calendars.xml",
  17088. "ref/netstandard1.3/it/System.Globalization.Calendars.xml",
  17089. "ref/netstandard1.3/ja/System.Globalization.Calendars.xml",
  17090. "ref/netstandard1.3/ko/System.Globalization.Calendars.xml",
  17091. "ref/netstandard1.3/ru/System.Globalization.Calendars.xml",
  17092. "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml",
  17093. "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml",
  17094. "ref/xamarinios10/_._",
  17095. "ref/xamarinmac20/_._",
  17096. "ref/xamarintvos10/_._",
  17097. "ref/xamarinwatchos10/_._",
  17098. "system.globalization.calendars.4.3.0.nupkg.sha512",
  17099. "system.globalization.calendars.nuspec"
  17100. ]
  17101. },
  17102. "System.Globalization.Extensions/4.3.0": {
  17103. "sha512": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
  17104. "type": "package",
  17105. "path": "system.globalization.extensions/4.3.0",
  17106. "files": [
  17107. ".nupkg.metadata",
  17108. ".signature.p7s",
  17109. "ThirdPartyNotices.txt",
  17110. "dotnet_library_license.txt",
  17111. "lib/MonoAndroid10/_._",
  17112. "lib/MonoTouch10/_._",
  17113. "lib/net46/System.Globalization.Extensions.dll",
  17114. "lib/xamarinios10/_._",
  17115. "lib/xamarinmac20/_._",
  17116. "lib/xamarintvos10/_._",
  17117. "lib/xamarinwatchos10/_._",
  17118. "ref/MonoAndroid10/_._",
  17119. "ref/MonoTouch10/_._",
  17120. "ref/net46/System.Globalization.Extensions.dll",
  17121. "ref/netstandard1.3/System.Globalization.Extensions.dll",
  17122. "ref/netstandard1.3/System.Globalization.Extensions.xml",
  17123. "ref/netstandard1.3/de/System.Globalization.Extensions.xml",
  17124. "ref/netstandard1.3/es/System.Globalization.Extensions.xml",
  17125. "ref/netstandard1.3/fr/System.Globalization.Extensions.xml",
  17126. "ref/netstandard1.3/it/System.Globalization.Extensions.xml",
  17127. "ref/netstandard1.3/ja/System.Globalization.Extensions.xml",
  17128. "ref/netstandard1.3/ko/System.Globalization.Extensions.xml",
  17129. "ref/netstandard1.3/ru/System.Globalization.Extensions.xml",
  17130. "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml",
  17131. "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml",
  17132. "ref/xamarinios10/_._",
  17133. "ref/xamarinmac20/_._",
  17134. "ref/xamarintvos10/_._",
  17135. "ref/xamarinwatchos10/_._",
  17136. "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll",
  17137. "runtimes/win/lib/net46/System.Globalization.Extensions.dll",
  17138. "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll",
  17139. "system.globalization.extensions.4.3.0.nupkg.sha512",
  17140. "system.globalization.extensions.nuspec"
  17141. ]
  17142. },
  17143. "System.IO/4.3.0": {
  17144. "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  17145. "type": "package",
  17146. "path": "system.io/4.3.0",
  17147. "files": [
  17148. ".nupkg.metadata",
  17149. ".signature.p7s",
  17150. "ThirdPartyNotices.txt",
  17151. "dotnet_library_license.txt",
  17152. "lib/MonoAndroid10/_._",
  17153. "lib/MonoTouch10/_._",
  17154. "lib/net45/_._",
  17155. "lib/net462/System.IO.dll",
  17156. "lib/portable-net45+win8+wp8+wpa81/_._",
  17157. "lib/win8/_._",
  17158. "lib/wp80/_._",
  17159. "lib/wpa81/_._",
  17160. "lib/xamarinios10/_._",
  17161. "lib/xamarinmac20/_._",
  17162. "lib/xamarintvos10/_._",
  17163. "lib/xamarinwatchos10/_._",
  17164. "ref/MonoAndroid10/_._",
  17165. "ref/MonoTouch10/_._",
  17166. "ref/net45/_._",
  17167. "ref/net462/System.IO.dll",
  17168. "ref/netcore50/System.IO.dll",
  17169. "ref/netcore50/System.IO.xml",
  17170. "ref/netcore50/de/System.IO.xml",
  17171. "ref/netcore50/es/System.IO.xml",
  17172. "ref/netcore50/fr/System.IO.xml",
  17173. "ref/netcore50/it/System.IO.xml",
  17174. "ref/netcore50/ja/System.IO.xml",
  17175. "ref/netcore50/ko/System.IO.xml",
  17176. "ref/netcore50/ru/System.IO.xml",
  17177. "ref/netcore50/zh-hans/System.IO.xml",
  17178. "ref/netcore50/zh-hant/System.IO.xml",
  17179. "ref/netstandard1.0/System.IO.dll",
  17180. "ref/netstandard1.0/System.IO.xml",
  17181. "ref/netstandard1.0/de/System.IO.xml",
  17182. "ref/netstandard1.0/es/System.IO.xml",
  17183. "ref/netstandard1.0/fr/System.IO.xml",
  17184. "ref/netstandard1.0/it/System.IO.xml",
  17185. "ref/netstandard1.0/ja/System.IO.xml",
  17186. "ref/netstandard1.0/ko/System.IO.xml",
  17187. "ref/netstandard1.0/ru/System.IO.xml",
  17188. "ref/netstandard1.0/zh-hans/System.IO.xml",
  17189. "ref/netstandard1.0/zh-hant/System.IO.xml",
  17190. "ref/netstandard1.3/System.IO.dll",
  17191. "ref/netstandard1.3/System.IO.xml",
  17192. "ref/netstandard1.3/de/System.IO.xml",
  17193. "ref/netstandard1.3/es/System.IO.xml",
  17194. "ref/netstandard1.3/fr/System.IO.xml",
  17195. "ref/netstandard1.3/it/System.IO.xml",
  17196. "ref/netstandard1.3/ja/System.IO.xml",
  17197. "ref/netstandard1.3/ko/System.IO.xml",
  17198. "ref/netstandard1.3/ru/System.IO.xml",
  17199. "ref/netstandard1.3/zh-hans/System.IO.xml",
  17200. "ref/netstandard1.3/zh-hant/System.IO.xml",
  17201. "ref/netstandard1.5/System.IO.dll",
  17202. "ref/netstandard1.5/System.IO.xml",
  17203. "ref/netstandard1.5/de/System.IO.xml",
  17204. "ref/netstandard1.5/es/System.IO.xml",
  17205. "ref/netstandard1.5/fr/System.IO.xml",
  17206. "ref/netstandard1.5/it/System.IO.xml",
  17207. "ref/netstandard1.5/ja/System.IO.xml",
  17208. "ref/netstandard1.5/ko/System.IO.xml",
  17209. "ref/netstandard1.5/ru/System.IO.xml",
  17210. "ref/netstandard1.5/zh-hans/System.IO.xml",
  17211. "ref/netstandard1.5/zh-hant/System.IO.xml",
  17212. "ref/portable-net45+win8+wp8+wpa81/_._",
  17213. "ref/win8/_._",
  17214. "ref/wp80/_._",
  17215. "ref/wpa81/_._",
  17216. "ref/xamarinios10/_._",
  17217. "ref/xamarinmac20/_._",
  17218. "ref/xamarintvos10/_._",
  17219. "ref/xamarinwatchos10/_._",
  17220. "system.io.4.3.0.nupkg.sha512",
  17221. "system.io.nuspec"
  17222. ]
  17223. },
  17224. "System.IO.Compression/4.3.0": {
  17225. "sha512": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==",
  17226. "type": "package",
  17227. "path": "system.io.compression/4.3.0",
  17228. "files": [
  17229. ".nupkg.metadata",
  17230. ".signature.p7s",
  17231. "ThirdPartyNotices.txt",
  17232. "dotnet_library_license.txt",
  17233. "lib/MonoAndroid10/_._",
  17234. "lib/MonoTouch10/_._",
  17235. "lib/net45/_._",
  17236. "lib/net46/System.IO.Compression.dll",
  17237. "lib/portable-net45+win8+wpa81/_._",
  17238. "lib/win8/_._",
  17239. "lib/wpa81/_._",
  17240. "lib/xamarinios10/_._",
  17241. "lib/xamarinmac20/_._",
  17242. "lib/xamarintvos10/_._",
  17243. "lib/xamarinwatchos10/_._",
  17244. "ref/MonoAndroid10/_._",
  17245. "ref/MonoTouch10/_._",
  17246. "ref/net45/_._",
  17247. "ref/net46/System.IO.Compression.dll",
  17248. "ref/netcore50/System.IO.Compression.dll",
  17249. "ref/netcore50/System.IO.Compression.xml",
  17250. "ref/netcore50/de/System.IO.Compression.xml",
  17251. "ref/netcore50/es/System.IO.Compression.xml",
  17252. "ref/netcore50/fr/System.IO.Compression.xml",
  17253. "ref/netcore50/it/System.IO.Compression.xml",
  17254. "ref/netcore50/ja/System.IO.Compression.xml",
  17255. "ref/netcore50/ko/System.IO.Compression.xml",
  17256. "ref/netcore50/ru/System.IO.Compression.xml",
  17257. "ref/netcore50/zh-hans/System.IO.Compression.xml",
  17258. "ref/netcore50/zh-hant/System.IO.Compression.xml",
  17259. "ref/netstandard1.1/System.IO.Compression.dll",
  17260. "ref/netstandard1.1/System.IO.Compression.xml",
  17261. "ref/netstandard1.1/de/System.IO.Compression.xml",
  17262. "ref/netstandard1.1/es/System.IO.Compression.xml",
  17263. "ref/netstandard1.1/fr/System.IO.Compression.xml",
  17264. "ref/netstandard1.1/it/System.IO.Compression.xml",
  17265. "ref/netstandard1.1/ja/System.IO.Compression.xml",
  17266. "ref/netstandard1.1/ko/System.IO.Compression.xml",
  17267. "ref/netstandard1.1/ru/System.IO.Compression.xml",
  17268. "ref/netstandard1.1/zh-hans/System.IO.Compression.xml",
  17269. "ref/netstandard1.1/zh-hant/System.IO.Compression.xml",
  17270. "ref/netstandard1.3/System.IO.Compression.dll",
  17271. "ref/netstandard1.3/System.IO.Compression.xml",
  17272. "ref/netstandard1.3/de/System.IO.Compression.xml",
  17273. "ref/netstandard1.3/es/System.IO.Compression.xml",
  17274. "ref/netstandard1.3/fr/System.IO.Compression.xml",
  17275. "ref/netstandard1.3/it/System.IO.Compression.xml",
  17276. "ref/netstandard1.3/ja/System.IO.Compression.xml",
  17277. "ref/netstandard1.3/ko/System.IO.Compression.xml",
  17278. "ref/netstandard1.3/ru/System.IO.Compression.xml",
  17279. "ref/netstandard1.3/zh-hans/System.IO.Compression.xml",
  17280. "ref/netstandard1.3/zh-hant/System.IO.Compression.xml",
  17281. "ref/portable-net45+win8+wpa81/_._",
  17282. "ref/win8/_._",
  17283. "ref/wpa81/_._",
  17284. "ref/xamarinios10/_._",
  17285. "ref/xamarinmac20/_._",
  17286. "ref/xamarintvos10/_._",
  17287. "ref/xamarinwatchos10/_._",
  17288. "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll",
  17289. "runtimes/win/lib/net46/System.IO.Compression.dll",
  17290. "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll",
  17291. "system.io.compression.4.3.0.nupkg.sha512",
  17292. "system.io.compression.nuspec"
  17293. ]
  17294. },
  17295. "System.IO.Compression.ZipFile/4.3.0": {
  17296. "sha512": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==",
  17297. "type": "package",
  17298. "path": "system.io.compression.zipfile/4.3.0",
  17299. "files": [
  17300. ".nupkg.metadata",
  17301. ".signature.p7s",
  17302. "ThirdPartyNotices.txt",
  17303. "dotnet_library_license.txt",
  17304. "lib/MonoAndroid10/_._",
  17305. "lib/MonoTouch10/_._",
  17306. "lib/net46/System.IO.Compression.ZipFile.dll",
  17307. "lib/netstandard1.3/System.IO.Compression.ZipFile.dll",
  17308. "lib/xamarinios10/_._",
  17309. "lib/xamarinmac20/_._",
  17310. "lib/xamarintvos10/_._",
  17311. "lib/xamarinwatchos10/_._",
  17312. "ref/MonoAndroid10/_._",
  17313. "ref/MonoTouch10/_._",
  17314. "ref/net46/System.IO.Compression.ZipFile.dll",
  17315. "ref/netstandard1.3/System.IO.Compression.ZipFile.dll",
  17316. "ref/netstandard1.3/System.IO.Compression.ZipFile.xml",
  17317. "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml",
  17318. "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml",
  17319. "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml",
  17320. "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml",
  17321. "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml",
  17322. "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml",
  17323. "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml",
  17324. "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml",
  17325. "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml",
  17326. "ref/xamarinios10/_._",
  17327. "ref/xamarinmac20/_._",
  17328. "ref/xamarintvos10/_._",
  17329. "ref/xamarinwatchos10/_._",
  17330. "system.io.compression.zipfile.4.3.0.nupkg.sha512",
  17331. "system.io.compression.zipfile.nuspec"
  17332. ]
  17333. },
  17334. "System.IO.FileSystem/4.3.0": {
  17335. "sha512": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
  17336. "type": "package",
  17337. "path": "system.io.filesystem/4.3.0",
  17338. "files": [
  17339. ".nupkg.metadata",
  17340. ".signature.p7s",
  17341. "ThirdPartyNotices.txt",
  17342. "dotnet_library_license.txt",
  17343. "lib/MonoAndroid10/_._",
  17344. "lib/MonoTouch10/_._",
  17345. "lib/net46/System.IO.FileSystem.dll",
  17346. "lib/xamarinios10/_._",
  17347. "lib/xamarinmac20/_._",
  17348. "lib/xamarintvos10/_._",
  17349. "lib/xamarinwatchos10/_._",
  17350. "ref/MonoAndroid10/_._",
  17351. "ref/MonoTouch10/_._",
  17352. "ref/net46/System.IO.FileSystem.dll",
  17353. "ref/netstandard1.3/System.IO.FileSystem.dll",
  17354. "ref/netstandard1.3/System.IO.FileSystem.xml",
  17355. "ref/netstandard1.3/de/System.IO.FileSystem.xml",
  17356. "ref/netstandard1.3/es/System.IO.FileSystem.xml",
  17357. "ref/netstandard1.3/fr/System.IO.FileSystem.xml",
  17358. "ref/netstandard1.3/it/System.IO.FileSystem.xml",
  17359. "ref/netstandard1.3/ja/System.IO.FileSystem.xml",
  17360. "ref/netstandard1.3/ko/System.IO.FileSystem.xml",
  17361. "ref/netstandard1.3/ru/System.IO.FileSystem.xml",
  17362. "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml",
  17363. "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml",
  17364. "ref/xamarinios10/_._",
  17365. "ref/xamarinmac20/_._",
  17366. "ref/xamarintvos10/_._",
  17367. "ref/xamarinwatchos10/_._",
  17368. "system.io.filesystem.4.3.0.nupkg.sha512",
  17369. "system.io.filesystem.nuspec"
  17370. ]
  17371. },
  17372. "System.IO.FileSystem.Primitives/4.3.0": {
  17373. "sha512": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
  17374. "type": "package",
  17375. "path": "system.io.filesystem.primitives/4.3.0",
  17376. "files": [
  17377. ".nupkg.metadata",
  17378. ".signature.p7s",
  17379. "ThirdPartyNotices.txt",
  17380. "dotnet_library_license.txt",
  17381. "lib/MonoAndroid10/_._",
  17382. "lib/MonoTouch10/_._",
  17383. "lib/net46/System.IO.FileSystem.Primitives.dll",
  17384. "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll",
  17385. "lib/xamarinios10/_._",
  17386. "lib/xamarinmac20/_._",
  17387. "lib/xamarintvos10/_._",
  17388. "lib/xamarinwatchos10/_._",
  17389. "ref/MonoAndroid10/_._",
  17390. "ref/MonoTouch10/_._",
  17391. "ref/net46/System.IO.FileSystem.Primitives.dll",
  17392. "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll",
  17393. "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml",
  17394. "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml",
  17395. "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml",
  17396. "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml",
  17397. "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml",
  17398. "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml",
  17399. "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml",
  17400. "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml",
  17401. "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml",
  17402. "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml",
  17403. "ref/xamarinios10/_._",
  17404. "ref/xamarinmac20/_._",
  17405. "ref/xamarintvos10/_._",
  17406. "ref/xamarinwatchos10/_._",
  17407. "system.io.filesystem.primitives.4.3.0.nupkg.sha512",
  17408. "system.io.filesystem.primitives.nuspec"
  17409. ]
  17410. },
  17411. "System.Linq/4.3.0": {
  17412. "sha512": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
  17413. "type": "package",
  17414. "path": "system.linq/4.3.0",
  17415. "files": [
  17416. ".nupkg.metadata",
  17417. ".signature.p7s",
  17418. "ThirdPartyNotices.txt",
  17419. "dotnet_library_license.txt",
  17420. "lib/MonoAndroid10/_._",
  17421. "lib/MonoTouch10/_._",
  17422. "lib/net45/_._",
  17423. "lib/net463/System.Linq.dll",
  17424. "lib/netcore50/System.Linq.dll",
  17425. "lib/netstandard1.6/System.Linq.dll",
  17426. "lib/portable-net45+win8+wp8+wpa81/_._",
  17427. "lib/win8/_._",
  17428. "lib/wp80/_._",
  17429. "lib/wpa81/_._",
  17430. "lib/xamarinios10/_._",
  17431. "lib/xamarinmac20/_._",
  17432. "lib/xamarintvos10/_._",
  17433. "lib/xamarinwatchos10/_._",
  17434. "ref/MonoAndroid10/_._",
  17435. "ref/MonoTouch10/_._",
  17436. "ref/net45/_._",
  17437. "ref/net463/System.Linq.dll",
  17438. "ref/netcore50/System.Linq.dll",
  17439. "ref/netcore50/System.Linq.xml",
  17440. "ref/netcore50/de/System.Linq.xml",
  17441. "ref/netcore50/es/System.Linq.xml",
  17442. "ref/netcore50/fr/System.Linq.xml",
  17443. "ref/netcore50/it/System.Linq.xml",
  17444. "ref/netcore50/ja/System.Linq.xml",
  17445. "ref/netcore50/ko/System.Linq.xml",
  17446. "ref/netcore50/ru/System.Linq.xml",
  17447. "ref/netcore50/zh-hans/System.Linq.xml",
  17448. "ref/netcore50/zh-hant/System.Linq.xml",
  17449. "ref/netstandard1.0/System.Linq.dll",
  17450. "ref/netstandard1.0/System.Linq.xml",
  17451. "ref/netstandard1.0/de/System.Linq.xml",
  17452. "ref/netstandard1.0/es/System.Linq.xml",
  17453. "ref/netstandard1.0/fr/System.Linq.xml",
  17454. "ref/netstandard1.0/it/System.Linq.xml",
  17455. "ref/netstandard1.0/ja/System.Linq.xml",
  17456. "ref/netstandard1.0/ko/System.Linq.xml",
  17457. "ref/netstandard1.0/ru/System.Linq.xml",
  17458. "ref/netstandard1.0/zh-hans/System.Linq.xml",
  17459. "ref/netstandard1.0/zh-hant/System.Linq.xml",
  17460. "ref/netstandard1.6/System.Linq.dll",
  17461. "ref/netstandard1.6/System.Linq.xml",
  17462. "ref/netstandard1.6/de/System.Linq.xml",
  17463. "ref/netstandard1.6/es/System.Linq.xml",
  17464. "ref/netstandard1.6/fr/System.Linq.xml",
  17465. "ref/netstandard1.6/it/System.Linq.xml",
  17466. "ref/netstandard1.6/ja/System.Linq.xml",
  17467. "ref/netstandard1.6/ko/System.Linq.xml",
  17468. "ref/netstandard1.6/ru/System.Linq.xml",
  17469. "ref/netstandard1.6/zh-hans/System.Linq.xml",
  17470. "ref/netstandard1.6/zh-hant/System.Linq.xml",
  17471. "ref/portable-net45+win8+wp8+wpa81/_._",
  17472. "ref/win8/_._",
  17473. "ref/wp80/_._",
  17474. "ref/wpa81/_._",
  17475. "ref/xamarinios10/_._",
  17476. "ref/xamarinmac20/_._",
  17477. "ref/xamarintvos10/_._",
  17478. "ref/xamarinwatchos10/_._",
  17479. "system.linq.4.3.0.nupkg.sha512",
  17480. "system.linq.nuspec"
  17481. ]
  17482. },
  17483. "System.Linq.Expressions/4.3.0": {
  17484. "sha512": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
  17485. "type": "package",
  17486. "path": "system.linq.expressions/4.3.0",
  17487. "files": [
  17488. ".nupkg.metadata",
  17489. ".signature.p7s",
  17490. "ThirdPartyNotices.txt",
  17491. "dotnet_library_license.txt",
  17492. "lib/MonoAndroid10/_._",
  17493. "lib/MonoTouch10/_._",
  17494. "lib/net45/_._",
  17495. "lib/net463/System.Linq.Expressions.dll",
  17496. "lib/netcore50/System.Linq.Expressions.dll",
  17497. "lib/netstandard1.6/System.Linq.Expressions.dll",
  17498. "lib/portable-net45+win8+wp8+wpa81/_._",
  17499. "lib/win8/_._",
  17500. "lib/wp80/_._",
  17501. "lib/wpa81/_._",
  17502. "lib/xamarinios10/_._",
  17503. "lib/xamarinmac20/_._",
  17504. "lib/xamarintvos10/_._",
  17505. "lib/xamarinwatchos10/_._",
  17506. "ref/MonoAndroid10/_._",
  17507. "ref/MonoTouch10/_._",
  17508. "ref/net45/_._",
  17509. "ref/net463/System.Linq.Expressions.dll",
  17510. "ref/netcore50/System.Linq.Expressions.dll",
  17511. "ref/netcore50/System.Linq.Expressions.xml",
  17512. "ref/netcore50/de/System.Linq.Expressions.xml",
  17513. "ref/netcore50/es/System.Linq.Expressions.xml",
  17514. "ref/netcore50/fr/System.Linq.Expressions.xml",
  17515. "ref/netcore50/it/System.Linq.Expressions.xml",
  17516. "ref/netcore50/ja/System.Linq.Expressions.xml",
  17517. "ref/netcore50/ko/System.Linq.Expressions.xml",
  17518. "ref/netcore50/ru/System.Linq.Expressions.xml",
  17519. "ref/netcore50/zh-hans/System.Linq.Expressions.xml",
  17520. "ref/netcore50/zh-hant/System.Linq.Expressions.xml",
  17521. "ref/netstandard1.0/System.Linq.Expressions.dll",
  17522. "ref/netstandard1.0/System.Linq.Expressions.xml",
  17523. "ref/netstandard1.0/de/System.Linq.Expressions.xml",
  17524. "ref/netstandard1.0/es/System.Linq.Expressions.xml",
  17525. "ref/netstandard1.0/fr/System.Linq.Expressions.xml",
  17526. "ref/netstandard1.0/it/System.Linq.Expressions.xml",
  17527. "ref/netstandard1.0/ja/System.Linq.Expressions.xml",
  17528. "ref/netstandard1.0/ko/System.Linq.Expressions.xml",
  17529. "ref/netstandard1.0/ru/System.Linq.Expressions.xml",
  17530. "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml",
  17531. "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml",
  17532. "ref/netstandard1.3/System.Linq.Expressions.dll",
  17533. "ref/netstandard1.3/System.Linq.Expressions.xml",
  17534. "ref/netstandard1.3/de/System.Linq.Expressions.xml",
  17535. "ref/netstandard1.3/es/System.Linq.Expressions.xml",
  17536. "ref/netstandard1.3/fr/System.Linq.Expressions.xml",
  17537. "ref/netstandard1.3/it/System.Linq.Expressions.xml",
  17538. "ref/netstandard1.3/ja/System.Linq.Expressions.xml",
  17539. "ref/netstandard1.3/ko/System.Linq.Expressions.xml",
  17540. "ref/netstandard1.3/ru/System.Linq.Expressions.xml",
  17541. "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml",
  17542. "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml",
  17543. "ref/netstandard1.6/System.Linq.Expressions.dll",
  17544. "ref/netstandard1.6/System.Linq.Expressions.xml",
  17545. "ref/netstandard1.6/de/System.Linq.Expressions.xml",
  17546. "ref/netstandard1.6/es/System.Linq.Expressions.xml",
  17547. "ref/netstandard1.6/fr/System.Linq.Expressions.xml",
  17548. "ref/netstandard1.6/it/System.Linq.Expressions.xml",
  17549. "ref/netstandard1.6/ja/System.Linq.Expressions.xml",
  17550. "ref/netstandard1.6/ko/System.Linq.Expressions.xml",
  17551. "ref/netstandard1.6/ru/System.Linq.Expressions.xml",
  17552. "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml",
  17553. "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml",
  17554. "ref/portable-net45+win8+wp8+wpa81/_._",
  17555. "ref/win8/_._",
  17556. "ref/wp80/_._",
  17557. "ref/wpa81/_._",
  17558. "ref/xamarinios10/_._",
  17559. "ref/xamarinmac20/_._",
  17560. "ref/xamarintvos10/_._",
  17561. "ref/xamarinwatchos10/_._",
  17562. "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll",
  17563. "system.linq.expressions.4.3.0.nupkg.sha512",
  17564. "system.linq.expressions.nuspec"
  17565. ]
  17566. },
  17567. "System.Net.Http/4.3.0": {
  17568. "sha512": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==",
  17569. "type": "package",
  17570. "path": "system.net.http/4.3.0",
  17571. "files": [
  17572. ".nupkg.metadata",
  17573. ".signature.p7s",
  17574. "ThirdPartyNotices.txt",
  17575. "dotnet_library_license.txt",
  17576. "lib/Xamarinmac20/_._",
  17577. "lib/monoandroid10/_._",
  17578. "lib/monotouch10/_._",
  17579. "lib/net45/_._",
  17580. "lib/net46/System.Net.Http.dll",
  17581. "lib/portable-net45+win8+wpa81/_._",
  17582. "lib/win8/_._",
  17583. "lib/wpa81/_._",
  17584. "lib/xamarinios10/_._",
  17585. "lib/xamarintvos10/_._",
  17586. "lib/xamarinwatchos10/_._",
  17587. "ref/Xamarinmac20/_._",
  17588. "ref/monoandroid10/_._",
  17589. "ref/monotouch10/_._",
  17590. "ref/net45/_._",
  17591. "ref/net46/System.Net.Http.dll",
  17592. "ref/net46/System.Net.Http.xml",
  17593. "ref/net46/de/System.Net.Http.xml",
  17594. "ref/net46/es/System.Net.Http.xml",
  17595. "ref/net46/fr/System.Net.Http.xml",
  17596. "ref/net46/it/System.Net.Http.xml",
  17597. "ref/net46/ja/System.Net.Http.xml",
  17598. "ref/net46/ko/System.Net.Http.xml",
  17599. "ref/net46/ru/System.Net.Http.xml",
  17600. "ref/net46/zh-hans/System.Net.Http.xml",
  17601. "ref/net46/zh-hant/System.Net.Http.xml",
  17602. "ref/netcore50/System.Net.Http.dll",
  17603. "ref/netcore50/System.Net.Http.xml",
  17604. "ref/netcore50/de/System.Net.Http.xml",
  17605. "ref/netcore50/es/System.Net.Http.xml",
  17606. "ref/netcore50/fr/System.Net.Http.xml",
  17607. "ref/netcore50/it/System.Net.Http.xml",
  17608. "ref/netcore50/ja/System.Net.Http.xml",
  17609. "ref/netcore50/ko/System.Net.Http.xml",
  17610. "ref/netcore50/ru/System.Net.Http.xml",
  17611. "ref/netcore50/zh-hans/System.Net.Http.xml",
  17612. "ref/netcore50/zh-hant/System.Net.Http.xml",
  17613. "ref/netstandard1.1/System.Net.Http.dll",
  17614. "ref/netstandard1.1/System.Net.Http.xml",
  17615. "ref/netstandard1.1/de/System.Net.Http.xml",
  17616. "ref/netstandard1.1/es/System.Net.Http.xml",
  17617. "ref/netstandard1.1/fr/System.Net.Http.xml",
  17618. "ref/netstandard1.1/it/System.Net.Http.xml",
  17619. "ref/netstandard1.1/ja/System.Net.Http.xml",
  17620. "ref/netstandard1.1/ko/System.Net.Http.xml",
  17621. "ref/netstandard1.1/ru/System.Net.Http.xml",
  17622. "ref/netstandard1.1/zh-hans/System.Net.Http.xml",
  17623. "ref/netstandard1.1/zh-hant/System.Net.Http.xml",
  17624. "ref/netstandard1.3/System.Net.Http.dll",
  17625. "ref/netstandard1.3/System.Net.Http.xml",
  17626. "ref/netstandard1.3/de/System.Net.Http.xml",
  17627. "ref/netstandard1.3/es/System.Net.Http.xml",
  17628. "ref/netstandard1.3/fr/System.Net.Http.xml",
  17629. "ref/netstandard1.3/it/System.Net.Http.xml",
  17630. "ref/netstandard1.3/ja/System.Net.Http.xml",
  17631. "ref/netstandard1.3/ko/System.Net.Http.xml",
  17632. "ref/netstandard1.3/ru/System.Net.Http.xml",
  17633. "ref/netstandard1.3/zh-hans/System.Net.Http.xml",
  17634. "ref/netstandard1.3/zh-hant/System.Net.Http.xml",
  17635. "ref/portable-net45+win8+wpa81/_._",
  17636. "ref/win8/_._",
  17637. "ref/wpa81/_._",
  17638. "ref/xamarinios10/_._",
  17639. "ref/xamarintvos10/_._",
  17640. "ref/xamarinwatchos10/_._",
  17641. "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll",
  17642. "runtimes/win/lib/net46/System.Net.Http.dll",
  17643. "runtimes/win/lib/netcore50/System.Net.Http.dll",
  17644. "runtimes/win/lib/netstandard1.3/System.Net.Http.dll",
  17645. "system.net.http.4.3.0.nupkg.sha512",
  17646. "system.net.http.nuspec"
  17647. ]
  17648. },
  17649. "System.Net.NameResolution/4.3.0": {
  17650. "sha512": "AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==",
  17651. "type": "package",
  17652. "path": "system.net.nameresolution/4.3.0",
  17653. "files": [
  17654. ".nupkg.metadata",
  17655. ".signature.p7s",
  17656. "ThirdPartyNotices.txt",
  17657. "dotnet_library_license.txt",
  17658. "lib/MonoAndroid10/_._",
  17659. "lib/MonoTouch10/_._",
  17660. "lib/net46/System.Net.NameResolution.dll",
  17661. "lib/xamarinios10/_._",
  17662. "lib/xamarinmac20/_._",
  17663. "lib/xamarintvos10/_._",
  17664. "lib/xamarinwatchos10/_._",
  17665. "ref/MonoAndroid10/_._",
  17666. "ref/MonoTouch10/_._",
  17667. "ref/net46/System.Net.NameResolution.dll",
  17668. "ref/netstandard1.3/System.Net.NameResolution.dll",
  17669. "ref/netstandard1.3/System.Net.NameResolution.xml",
  17670. "ref/netstandard1.3/de/System.Net.NameResolution.xml",
  17671. "ref/netstandard1.3/es/System.Net.NameResolution.xml",
  17672. "ref/netstandard1.3/fr/System.Net.NameResolution.xml",
  17673. "ref/netstandard1.3/it/System.Net.NameResolution.xml",
  17674. "ref/netstandard1.3/ja/System.Net.NameResolution.xml",
  17675. "ref/netstandard1.3/ko/System.Net.NameResolution.xml",
  17676. "ref/netstandard1.3/ru/System.Net.NameResolution.xml",
  17677. "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml",
  17678. "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml",
  17679. "ref/xamarinios10/_._",
  17680. "ref/xamarinmac20/_._",
  17681. "ref/xamarintvos10/_._",
  17682. "ref/xamarinwatchos10/_._",
  17683. "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll",
  17684. "runtimes/win/lib/net46/System.Net.NameResolution.dll",
  17685. "runtimes/win/lib/netcore50/System.Net.NameResolution.dll",
  17686. "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll",
  17687. "system.net.nameresolution.4.3.0.nupkg.sha512",
  17688. "system.net.nameresolution.nuspec"
  17689. ]
  17690. },
  17691. "System.Net.Primitives/4.3.0": {
  17692. "sha512": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
  17693. "type": "package",
  17694. "path": "system.net.primitives/4.3.0",
  17695. "files": [
  17696. ".nupkg.metadata",
  17697. ".signature.p7s",
  17698. "ThirdPartyNotices.txt",
  17699. "dotnet_library_license.txt",
  17700. "lib/MonoAndroid10/_._",
  17701. "lib/MonoTouch10/_._",
  17702. "lib/net45/_._",
  17703. "lib/portable-net45+win8+wp8+wpa81/_._",
  17704. "lib/win8/_._",
  17705. "lib/wp80/_._",
  17706. "lib/wpa81/_._",
  17707. "lib/xamarinios10/_._",
  17708. "lib/xamarinmac20/_._",
  17709. "lib/xamarintvos10/_._",
  17710. "lib/xamarinwatchos10/_._",
  17711. "ref/MonoAndroid10/_._",
  17712. "ref/MonoTouch10/_._",
  17713. "ref/net45/_._",
  17714. "ref/netcore50/System.Net.Primitives.dll",
  17715. "ref/netcore50/System.Net.Primitives.xml",
  17716. "ref/netcore50/de/System.Net.Primitives.xml",
  17717. "ref/netcore50/es/System.Net.Primitives.xml",
  17718. "ref/netcore50/fr/System.Net.Primitives.xml",
  17719. "ref/netcore50/it/System.Net.Primitives.xml",
  17720. "ref/netcore50/ja/System.Net.Primitives.xml",
  17721. "ref/netcore50/ko/System.Net.Primitives.xml",
  17722. "ref/netcore50/ru/System.Net.Primitives.xml",
  17723. "ref/netcore50/zh-hans/System.Net.Primitives.xml",
  17724. "ref/netcore50/zh-hant/System.Net.Primitives.xml",
  17725. "ref/netstandard1.0/System.Net.Primitives.dll",
  17726. "ref/netstandard1.0/System.Net.Primitives.xml",
  17727. "ref/netstandard1.0/de/System.Net.Primitives.xml",
  17728. "ref/netstandard1.0/es/System.Net.Primitives.xml",
  17729. "ref/netstandard1.0/fr/System.Net.Primitives.xml",
  17730. "ref/netstandard1.0/it/System.Net.Primitives.xml",
  17731. "ref/netstandard1.0/ja/System.Net.Primitives.xml",
  17732. "ref/netstandard1.0/ko/System.Net.Primitives.xml",
  17733. "ref/netstandard1.0/ru/System.Net.Primitives.xml",
  17734. "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml",
  17735. "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml",
  17736. "ref/netstandard1.1/System.Net.Primitives.dll",
  17737. "ref/netstandard1.1/System.Net.Primitives.xml",
  17738. "ref/netstandard1.1/de/System.Net.Primitives.xml",
  17739. "ref/netstandard1.1/es/System.Net.Primitives.xml",
  17740. "ref/netstandard1.1/fr/System.Net.Primitives.xml",
  17741. "ref/netstandard1.1/it/System.Net.Primitives.xml",
  17742. "ref/netstandard1.1/ja/System.Net.Primitives.xml",
  17743. "ref/netstandard1.1/ko/System.Net.Primitives.xml",
  17744. "ref/netstandard1.1/ru/System.Net.Primitives.xml",
  17745. "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml",
  17746. "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml",
  17747. "ref/netstandard1.3/System.Net.Primitives.dll",
  17748. "ref/netstandard1.3/System.Net.Primitives.xml",
  17749. "ref/netstandard1.3/de/System.Net.Primitives.xml",
  17750. "ref/netstandard1.3/es/System.Net.Primitives.xml",
  17751. "ref/netstandard1.3/fr/System.Net.Primitives.xml",
  17752. "ref/netstandard1.3/it/System.Net.Primitives.xml",
  17753. "ref/netstandard1.3/ja/System.Net.Primitives.xml",
  17754. "ref/netstandard1.3/ko/System.Net.Primitives.xml",
  17755. "ref/netstandard1.3/ru/System.Net.Primitives.xml",
  17756. "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml",
  17757. "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml",
  17758. "ref/portable-net45+win8+wp8+wpa81/_._",
  17759. "ref/win8/_._",
  17760. "ref/wp80/_._",
  17761. "ref/wpa81/_._",
  17762. "ref/xamarinios10/_._",
  17763. "ref/xamarinmac20/_._",
  17764. "ref/xamarintvos10/_._",
  17765. "ref/xamarinwatchos10/_._",
  17766. "system.net.primitives.4.3.0.nupkg.sha512",
  17767. "system.net.primitives.nuspec"
  17768. ]
  17769. },
  17770. "System.Net.Sockets/4.3.0": {
  17771. "sha512": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==",
  17772. "type": "package",
  17773. "path": "system.net.sockets/4.3.0",
  17774. "files": [
  17775. ".nupkg.metadata",
  17776. ".signature.p7s",
  17777. "ThirdPartyNotices.txt",
  17778. "dotnet_library_license.txt",
  17779. "lib/MonoAndroid10/_._",
  17780. "lib/MonoTouch10/_._",
  17781. "lib/net46/System.Net.Sockets.dll",
  17782. "lib/xamarinios10/_._",
  17783. "lib/xamarinmac20/_._",
  17784. "lib/xamarintvos10/_._",
  17785. "lib/xamarinwatchos10/_._",
  17786. "ref/MonoAndroid10/_._",
  17787. "ref/MonoTouch10/_._",
  17788. "ref/net46/System.Net.Sockets.dll",
  17789. "ref/netstandard1.3/System.Net.Sockets.dll",
  17790. "ref/netstandard1.3/System.Net.Sockets.xml",
  17791. "ref/netstandard1.3/de/System.Net.Sockets.xml",
  17792. "ref/netstandard1.3/es/System.Net.Sockets.xml",
  17793. "ref/netstandard1.3/fr/System.Net.Sockets.xml",
  17794. "ref/netstandard1.3/it/System.Net.Sockets.xml",
  17795. "ref/netstandard1.3/ja/System.Net.Sockets.xml",
  17796. "ref/netstandard1.3/ko/System.Net.Sockets.xml",
  17797. "ref/netstandard1.3/ru/System.Net.Sockets.xml",
  17798. "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml",
  17799. "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml",
  17800. "ref/xamarinios10/_._",
  17801. "ref/xamarinmac20/_._",
  17802. "ref/xamarintvos10/_._",
  17803. "ref/xamarinwatchos10/_._",
  17804. "system.net.sockets.4.3.0.nupkg.sha512",
  17805. "system.net.sockets.nuspec"
  17806. ]
  17807. },
  17808. "System.ObjectModel/4.3.0": {
  17809. "sha512": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
  17810. "type": "package",
  17811. "path": "system.objectmodel/4.3.0",
  17812. "files": [
  17813. ".nupkg.metadata",
  17814. ".signature.p7s",
  17815. "ThirdPartyNotices.txt",
  17816. "dotnet_library_license.txt",
  17817. "lib/MonoAndroid10/_._",
  17818. "lib/MonoTouch10/_._",
  17819. "lib/net45/_._",
  17820. "lib/netcore50/System.ObjectModel.dll",
  17821. "lib/netstandard1.3/System.ObjectModel.dll",
  17822. "lib/portable-net45+win8+wp8+wpa81/_._",
  17823. "lib/win8/_._",
  17824. "lib/wp80/_._",
  17825. "lib/wpa81/_._",
  17826. "lib/xamarinios10/_._",
  17827. "lib/xamarinmac20/_._",
  17828. "lib/xamarintvos10/_._",
  17829. "lib/xamarinwatchos10/_._",
  17830. "ref/MonoAndroid10/_._",
  17831. "ref/MonoTouch10/_._",
  17832. "ref/net45/_._",
  17833. "ref/netcore50/System.ObjectModel.dll",
  17834. "ref/netcore50/System.ObjectModel.xml",
  17835. "ref/netcore50/de/System.ObjectModel.xml",
  17836. "ref/netcore50/es/System.ObjectModel.xml",
  17837. "ref/netcore50/fr/System.ObjectModel.xml",
  17838. "ref/netcore50/it/System.ObjectModel.xml",
  17839. "ref/netcore50/ja/System.ObjectModel.xml",
  17840. "ref/netcore50/ko/System.ObjectModel.xml",
  17841. "ref/netcore50/ru/System.ObjectModel.xml",
  17842. "ref/netcore50/zh-hans/System.ObjectModel.xml",
  17843. "ref/netcore50/zh-hant/System.ObjectModel.xml",
  17844. "ref/netstandard1.0/System.ObjectModel.dll",
  17845. "ref/netstandard1.0/System.ObjectModel.xml",
  17846. "ref/netstandard1.0/de/System.ObjectModel.xml",
  17847. "ref/netstandard1.0/es/System.ObjectModel.xml",
  17848. "ref/netstandard1.0/fr/System.ObjectModel.xml",
  17849. "ref/netstandard1.0/it/System.ObjectModel.xml",
  17850. "ref/netstandard1.0/ja/System.ObjectModel.xml",
  17851. "ref/netstandard1.0/ko/System.ObjectModel.xml",
  17852. "ref/netstandard1.0/ru/System.ObjectModel.xml",
  17853. "ref/netstandard1.0/zh-hans/System.ObjectModel.xml",
  17854. "ref/netstandard1.0/zh-hant/System.ObjectModel.xml",
  17855. "ref/netstandard1.3/System.ObjectModel.dll",
  17856. "ref/netstandard1.3/System.ObjectModel.xml",
  17857. "ref/netstandard1.3/de/System.ObjectModel.xml",
  17858. "ref/netstandard1.3/es/System.ObjectModel.xml",
  17859. "ref/netstandard1.3/fr/System.ObjectModel.xml",
  17860. "ref/netstandard1.3/it/System.ObjectModel.xml",
  17861. "ref/netstandard1.3/ja/System.ObjectModel.xml",
  17862. "ref/netstandard1.3/ko/System.ObjectModel.xml",
  17863. "ref/netstandard1.3/ru/System.ObjectModel.xml",
  17864. "ref/netstandard1.3/zh-hans/System.ObjectModel.xml",
  17865. "ref/netstandard1.3/zh-hant/System.ObjectModel.xml",
  17866. "ref/portable-net45+win8+wp8+wpa81/_._",
  17867. "ref/win8/_._",
  17868. "ref/wp80/_._",
  17869. "ref/wpa81/_._",
  17870. "ref/xamarinios10/_._",
  17871. "ref/xamarinmac20/_._",
  17872. "ref/xamarintvos10/_._",
  17873. "ref/xamarinwatchos10/_._",
  17874. "system.objectmodel.4.3.0.nupkg.sha512",
  17875. "system.objectmodel.nuspec"
  17876. ]
  17877. },
  17878. "System.Private.Uri/4.3.0": {
  17879. "sha512": "I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==",
  17880. "type": "package",
  17881. "path": "system.private.uri/4.3.0",
  17882. "files": [
  17883. ".nupkg.metadata",
  17884. ".signature.p7s",
  17885. "ThirdPartyNotices.txt",
  17886. "dotnet_library_license.txt",
  17887. "ref/netstandard/_._",
  17888. "system.private.uri.4.3.0.nupkg.sha512",
  17889. "system.private.uri.nuspec"
  17890. ]
  17891. },
  17892. "System.Reflection/4.3.0": {
  17893. "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  17894. "type": "package",
  17895. "path": "system.reflection/4.3.0",
  17896. "files": [
  17897. ".nupkg.metadata",
  17898. ".signature.p7s",
  17899. "ThirdPartyNotices.txt",
  17900. "dotnet_library_license.txt",
  17901. "lib/MonoAndroid10/_._",
  17902. "lib/MonoTouch10/_._",
  17903. "lib/net45/_._",
  17904. "lib/net462/System.Reflection.dll",
  17905. "lib/portable-net45+win8+wp8+wpa81/_._",
  17906. "lib/win8/_._",
  17907. "lib/wp80/_._",
  17908. "lib/wpa81/_._",
  17909. "lib/xamarinios10/_._",
  17910. "lib/xamarinmac20/_._",
  17911. "lib/xamarintvos10/_._",
  17912. "lib/xamarinwatchos10/_._",
  17913. "ref/MonoAndroid10/_._",
  17914. "ref/MonoTouch10/_._",
  17915. "ref/net45/_._",
  17916. "ref/net462/System.Reflection.dll",
  17917. "ref/netcore50/System.Reflection.dll",
  17918. "ref/netcore50/System.Reflection.xml",
  17919. "ref/netcore50/de/System.Reflection.xml",
  17920. "ref/netcore50/es/System.Reflection.xml",
  17921. "ref/netcore50/fr/System.Reflection.xml",
  17922. "ref/netcore50/it/System.Reflection.xml",
  17923. "ref/netcore50/ja/System.Reflection.xml",
  17924. "ref/netcore50/ko/System.Reflection.xml",
  17925. "ref/netcore50/ru/System.Reflection.xml",
  17926. "ref/netcore50/zh-hans/System.Reflection.xml",
  17927. "ref/netcore50/zh-hant/System.Reflection.xml",
  17928. "ref/netstandard1.0/System.Reflection.dll",
  17929. "ref/netstandard1.0/System.Reflection.xml",
  17930. "ref/netstandard1.0/de/System.Reflection.xml",
  17931. "ref/netstandard1.0/es/System.Reflection.xml",
  17932. "ref/netstandard1.0/fr/System.Reflection.xml",
  17933. "ref/netstandard1.0/it/System.Reflection.xml",
  17934. "ref/netstandard1.0/ja/System.Reflection.xml",
  17935. "ref/netstandard1.0/ko/System.Reflection.xml",
  17936. "ref/netstandard1.0/ru/System.Reflection.xml",
  17937. "ref/netstandard1.0/zh-hans/System.Reflection.xml",
  17938. "ref/netstandard1.0/zh-hant/System.Reflection.xml",
  17939. "ref/netstandard1.3/System.Reflection.dll",
  17940. "ref/netstandard1.3/System.Reflection.xml",
  17941. "ref/netstandard1.3/de/System.Reflection.xml",
  17942. "ref/netstandard1.3/es/System.Reflection.xml",
  17943. "ref/netstandard1.3/fr/System.Reflection.xml",
  17944. "ref/netstandard1.3/it/System.Reflection.xml",
  17945. "ref/netstandard1.3/ja/System.Reflection.xml",
  17946. "ref/netstandard1.3/ko/System.Reflection.xml",
  17947. "ref/netstandard1.3/ru/System.Reflection.xml",
  17948. "ref/netstandard1.3/zh-hans/System.Reflection.xml",
  17949. "ref/netstandard1.3/zh-hant/System.Reflection.xml",
  17950. "ref/netstandard1.5/System.Reflection.dll",
  17951. "ref/netstandard1.5/System.Reflection.xml",
  17952. "ref/netstandard1.5/de/System.Reflection.xml",
  17953. "ref/netstandard1.5/es/System.Reflection.xml",
  17954. "ref/netstandard1.5/fr/System.Reflection.xml",
  17955. "ref/netstandard1.5/it/System.Reflection.xml",
  17956. "ref/netstandard1.5/ja/System.Reflection.xml",
  17957. "ref/netstandard1.5/ko/System.Reflection.xml",
  17958. "ref/netstandard1.5/ru/System.Reflection.xml",
  17959. "ref/netstandard1.5/zh-hans/System.Reflection.xml",
  17960. "ref/netstandard1.5/zh-hant/System.Reflection.xml",
  17961. "ref/portable-net45+win8+wp8+wpa81/_._",
  17962. "ref/win8/_._",
  17963. "ref/wp80/_._",
  17964. "ref/wpa81/_._",
  17965. "ref/xamarinios10/_._",
  17966. "ref/xamarinmac20/_._",
  17967. "ref/xamarintvos10/_._",
  17968. "ref/xamarinwatchos10/_._",
  17969. "system.reflection.4.3.0.nupkg.sha512",
  17970. "system.reflection.nuspec"
  17971. ]
  17972. },
  17973. "System.Reflection.Emit/4.3.0": {
  17974. "sha512": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
  17975. "type": "package",
  17976. "path": "system.reflection.emit/4.3.0",
  17977. "files": [
  17978. ".nupkg.metadata",
  17979. ".signature.p7s",
  17980. "ThirdPartyNotices.txt",
  17981. "dotnet_library_license.txt",
  17982. "lib/MonoAndroid10/_._",
  17983. "lib/monotouch10/_._",
  17984. "lib/net45/_._",
  17985. "lib/netcore50/System.Reflection.Emit.dll",
  17986. "lib/netstandard1.3/System.Reflection.Emit.dll",
  17987. "lib/xamarinios10/_._",
  17988. "lib/xamarinmac20/_._",
  17989. "lib/xamarintvos10/_._",
  17990. "lib/xamarinwatchos10/_._",
  17991. "ref/MonoAndroid10/_._",
  17992. "ref/net45/_._",
  17993. "ref/netstandard1.1/System.Reflection.Emit.dll",
  17994. "ref/netstandard1.1/System.Reflection.Emit.xml",
  17995. "ref/netstandard1.1/de/System.Reflection.Emit.xml",
  17996. "ref/netstandard1.1/es/System.Reflection.Emit.xml",
  17997. "ref/netstandard1.1/fr/System.Reflection.Emit.xml",
  17998. "ref/netstandard1.1/it/System.Reflection.Emit.xml",
  17999. "ref/netstandard1.1/ja/System.Reflection.Emit.xml",
  18000. "ref/netstandard1.1/ko/System.Reflection.Emit.xml",
  18001. "ref/netstandard1.1/ru/System.Reflection.Emit.xml",
  18002. "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml",
  18003. "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml",
  18004. "ref/xamarinmac20/_._",
  18005. "system.reflection.emit.4.3.0.nupkg.sha512",
  18006. "system.reflection.emit.nuspec"
  18007. ]
  18008. },
  18009. "System.Reflection.Emit.ILGeneration/4.3.0": {
  18010. "sha512": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
  18011. "type": "package",
  18012. "path": "system.reflection.emit.ilgeneration/4.3.0",
  18013. "files": [
  18014. ".nupkg.metadata",
  18015. ".signature.p7s",
  18016. "ThirdPartyNotices.txt",
  18017. "dotnet_library_license.txt",
  18018. "lib/MonoAndroid10/_._",
  18019. "lib/MonoTouch10/_._",
  18020. "lib/net45/_._",
  18021. "lib/netcore50/System.Reflection.Emit.ILGeneration.dll",
  18022. "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll",
  18023. "lib/portable-net45+wp8/_._",
  18024. "lib/wp80/_._",
  18025. "lib/xamarinios10/_._",
  18026. "lib/xamarinmac20/_._",
  18027. "lib/xamarintvos10/_._",
  18028. "lib/xamarinwatchos10/_._",
  18029. "ref/MonoAndroid10/_._",
  18030. "ref/MonoTouch10/_._",
  18031. "ref/net45/_._",
  18032. "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll",
  18033. "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml",
  18034. "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml",
  18035. "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml",
  18036. "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml",
  18037. "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml",
  18038. "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml",
  18039. "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml",
  18040. "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml",
  18041. "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml",
  18042. "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml",
  18043. "ref/portable-net45+wp8/_._",
  18044. "ref/wp80/_._",
  18045. "ref/xamarinios10/_._",
  18046. "ref/xamarinmac20/_._",
  18047. "ref/xamarintvos10/_._",
  18048. "ref/xamarinwatchos10/_._",
  18049. "runtimes/aot/lib/netcore50/_._",
  18050. "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512",
  18051. "system.reflection.emit.ilgeneration.nuspec"
  18052. ]
  18053. },
  18054. "System.Reflection.Emit.Lightweight/4.3.0": {
  18055. "sha512": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
  18056. "type": "package",
  18057. "path": "system.reflection.emit.lightweight/4.3.0",
  18058. "files": [
  18059. ".nupkg.metadata",
  18060. ".signature.p7s",
  18061. "ThirdPartyNotices.txt",
  18062. "dotnet_library_license.txt",
  18063. "lib/MonoAndroid10/_._",
  18064. "lib/MonoTouch10/_._",
  18065. "lib/net45/_._",
  18066. "lib/netcore50/System.Reflection.Emit.Lightweight.dll",
  18067. "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll",
  18068. "lib/portable-net45+wp8/_._",
  18069. "lib/wp80/_._",
  18070. "lib/xamarinios10/_._",
  18071. "lib/xamarinmac20/_._",
  18072. "lib/xamarintvos10/_._",
  18073. "lib/xamarinwatchos10/_._",
  18074. "ref/MonoAndroid10/_._",
  18075. "ref/MonoTouch10/_._",
  18076. "ref/net45/_._",
  18077. "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll",
  18078. "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml",
  18079. "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml",
  18080. "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml",
  18081. "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml",
  18082. "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml",
  18083. "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml",
  18084. "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml",
  18085. "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml",
  18086. "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml",
  18087. "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml",
  18088. "ref/portable-net45+wp8/_._",
  18089. "ref/wp80/_._",
  18090. "ref/xamarinios10/_._",
  18091. "ref/xamarinmac20/_._",
  18092. "ref/xamarintvos10/_._",
  18093. "ref/xamarinwatchos10/_._",
  18094. "runtimes/aot/lib/netcore50/_._",
  18095. "system.reflection.emit.lightweight.4.3.0.nupkg.sha512",
  18096. "system.reflection.emit.lightweight.nuspec"
  18097. ]
  18098. },
  18099. "System.Reflection.Extensions/4.3.0": {
  18100. "sha512": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
  18101. "type": "package",
  18102. "path": "system.reflection.extensions/4.3.0",
  18103. "files": [
  18104. ".nupkg.metadata",
  18105. ".signature.p7s",
  18106. "ThirdPartyNotices.txt",
  18107. "dotnet_library_license.txt",
  18108. "lib/MonoAndroid10/_._",
  18109. "lib/MonoTouch10/_._",
  18110. "lib/net45/_._",
  18111. "lib/portable-net45+win8+wp8+wpa81/_._",
  18112. "lib/win8/_._",
  18113. "lib/wp80/_._",
  18114. "lib/wpa81/_._",
  18115. "lib/xamarinios10/_._",
  18116. "lib/xamarinmac20/_._",
  18117. "lib/xamarintvos10/_._",
  18118. "lib/xamarinwatchos10/_._",
  18119. "ref/MonoAndroid10/_._",
  18120. "ref/MonoTouch10/_._",
  18121. "ref/net45/_._",
  18122. "ref/netcore50/System.Reflection.Extensions.dll",
  18123. "ref/netcore50/System.Reflection.Extensions.xml",
  18124. "ref/netcore50/de/System.Reflection.Extensions.xml",
  18125. "ref/netcore50/es/System.Reflection.Extensions.xml",
  18126. "ref/netcore50/fr/System.Reflection.Extensions.xml",
  18127. "ref/netcore50/it/System.Reflection.Extensions.xml",
  18128. "ref/netcore50/ja/System.Reflection.Extensions.xml",
  18129. "ref/netcore50/ko/System.Reflection.Extensions.xml",
  18130. "ref/netcore50/ru/System.Reflection.Extensions.xml",
  18131. "ref/netcore50/zh-hans/System.Reflection.Extensions.xml",
  18132. "ref/netcore50/zh-hant/System.Reflection.Extensions.xml",
  18133. "ref/netstandard1.0/System.Reflection.Extensions.dll",
  18134. "ref/netstandard1.0/System.Reflection.Extensions.xml",
  18135. "ref/netstandard1.0/de/System.Reflection.Extensions.xml",
  18136. "ref/netstandard1.0/es/System.Reflection.Extensions.xml",
  18137. "ref/netstandard1.0/fr/System.Reflection.Extensions.xml",
  18138. "ref/netstandard1.0/it/System.Reflection.Extensions.xml",
  18139. "ref/netstandard1.0/ja/System.Reflection.Extensions.xml",
  18140. "ref/netstandard1.0/ko/System.Reflection.Extensions.xml",
  18141. "ref/netstandard1.0/ru/System.Reflection.Extensions.xml",
  18142. "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml",
  18143. "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml",
  18144. "ref/portable-net45+win8+wp8+wpa81/_._",
  18145. "ref/win8/_._",
  18146. "ref/wp80/_._",
  18147. "ref/wpa81/_._",
  18148. "ref/xamarinios10/_._",
  18149. "ref/xamarinmac20/_._",
  18150. "ref/xamarintvos10/_._",
  18151. "ref/xamarinwatchos10/_._",
  18152. "system.reflection.extensions.4.3.0.nupkg.sha512",
  18153. "system.reflection.extensions.nuspec"
  18154. ]
  18155. },
  18156. "System.Reflection.Primitives/4.3.0": {
  18157. "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  18158. "type": "package",
  18159. "path": "system.reflection.primitives/4.3.0",
  18160. "files": [
  18161. ".nupkg.metadata",
  18162. ".signature.p7s",
  18163. "ThirdPartyNotices.txt",
  18164. "dotnet_library_license.txt",
  18165. "lib/MonoAndroid10/_._",
  18166. "lib/MonoTouch10/_._",
  18167. "lib/net45/_._",
  18168. "lib/portable-net45+win8+wp8+wpa81/_._",
  18169. "lib/win8/_._",
  18170. "lib/wp80/_._",
  18171. "lib/wpa81/_._",
  18172. "lib/xamarinios10/_._",
  18173. "lib/xamarinmac20/_._",
  18174. "lib/xamarintvos10/_._",
  18175. "lib/xamarinwatchos10/_._",
  18176. "ref/MonoAndroid10/_._",
  18177. "ref/MonoTouch10/_._",
  18178. "ref/net45/_._",
  18179. "ref/netcore50/System.Reflection.Primitives.dll",
  18180. "ref/netcore50/System.Reflection.Primitives.xml",
  18181. "ref/netcore50/de/System.Reflection.Primitives.xml",
  18182. "ref/netcore50/es/System.Reflection.Primitives.xml",
  18183. "ref/netcore50/fr/System.Reflection.Primitives.xml",
  18184. "ref/netcore50/it/System.Reflection.Primitives.xml",
  18185. "ref/netcore50/ja/System.Reflection.Primitives.xml",
  18186. "ref/netcore50/ko/System.Reflection.Primitives.xml",
  18187. "ref/netcore50/ru/System.Reflection.Primitives.xml",
  18188. "ref/netcore50/zh-hans/System.Reflection.Primitives.xml",
  18189. "ref/netcore50/zh-hant/System.Reflection.Primitives.xml",
  18190. "ref/netstandard1.0/System.Reflection.Primitives.dll",
  18191. "ref/netstandard1.0/System.Reflection.Primitives.xml",
  18192. "ref/netstandard1.0/de/System.Reflection.Primitives.xml",
  18193. "ref/netstandard1.0/es/System.Reflection.Primitives.xml",
  18194. "ref/netstandard1.0/fr/System.Reflection.Primitives.xml",
  18195. "ref/netstandard1.0/it/System.Reflection.Primitives.xml",
  18196. "ref/netstandard1.0/ja/System.Reflection.Primitives.xml",
  18197. "ref/netstandard1.0/ko/System.Reflection.Primitives.xml",
  18198. "ref/netstandard1.0/ru/System.Reflection.Primitives.xml",
  18199. "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml",
  18200. "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml",
  18201. "ref/portable-net45+win8+wp8+wpa81/_._",
  18202. "ref/win8/_._",
  18203. "ref/wp80/_._",
  18204. "ref/wpa81/_._",
  18205. "ref/xamarinios10/_._",
  18206. "ref/xamarinmac20/_._",
  18207. "ref/xamarintvos10/_._",
  18208. "ref/xamarinwatchos10/_._",
  18209. "system.reflection.primitives.4.3.0.nupkg.sha512",
  18210. "system.reflection.primitives.nuspec"
  18211. ]
  18212. },
  18213. "System.Reflection.TypeExtensions/4.3.0": {
  18214. "sha512": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
  18215. "type": "package",
  18216. "path": "system.reflection.typeextensions/4.3.0",
  18217. "files": [
  18218. ".nupkg.metadata",
  18219. ".signature.p7s",
  18220. "ThirdPartyNotices.txt",
  18221. "dotnet_library_license.txt",
  18222. "lib/MonoAndroid10/_._",
  18223. "lib/MonoTouch10/_._",
  18224. "lib/net46/System.Reflection.TypeExtensions.dll",
  18225. "lib/net462/System.Reflection.TypeExtensions.dll",
  18226. "lib/netcore50/System.Reflection.TypeExtensions.dll",
  18227. "lib/netstandard1.5/System.Reflection.TypeExtensions.dll",
  18228. "lib/xamarinios10/_._",
  18229. "lib/xamarinmac20/_._",
  18230. "lib/xamarintvos10/_._",
  18231. "lib/xamarinwatchos10/_._",
  18232. "ref/MonoAndroid10/_._",
  18233. "ref/MonoTouch10/_._",
  18234. "ref/net46/System.Reflection.TypeExtensions.dll",
  18235. "ref/net462/System.Reflection.TypeExtensions.dll",
  18236. "ref/netstandard1.3/System.Reflection.TypeExtensions.dll",
  18237. "ref/netstandard1.3/System.Reflection.TypeExtensions.xml",
  18238. "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml",
  18239. "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml",
  18240. "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml",
  18241. "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml",
  18242. "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml",
  18243. "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml",
  18244. "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml",
  18245. "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml",
  18246. "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml",
  18247. "ref/netstandard1.5/System.Reflection.TypeExtensions.dll",
  18248. "ref/netstandard1.5/System.Reflection.TypeExtensions.xml",
  18249. "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml",
  18250. "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml",
  18251. "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml",
  18252. "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml",
  18253. "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml",
  18254. "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml",
  18255. "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml",
  18256. "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml",
  18257. "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml",
  18258. "ref/xamarinios10/_._",
  18259. "ref/xamarinmac20/_._",
  18260. "ref/xamarintvos10/_._",
  18261. "ref/xamarinwatchos10/_._",
  18262. "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll",
  18263. "system.reflection.typeextensions.4.3.0.nupkg.sha512",
  18264. "system.reflection.typeextensions.nuspec"
  18265. ]
  18266. },
  18267. "System.Resources.ResourceManager/4.3.0": {
  18268. "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
  18269. "type": "package",
  18270. "path": "system.resources.resourcemanager/4.3.0",
  18271. "files": [
  18272. ".nupkg.metadata",
  18273. ".signature.p7s",
  18274. "ThirdPartyNotices.txt",
  18275. "dotnet_library_license.txt",
  18276. "lib/MonoAndroid10/_._",
  18277. "lib/MonoTouch10/_._",
  18278. "lib/net45/_._",
  18279. "lib/portable-net45+win8+wp8+wpa81/_._",
  18280. "lib/win8/_._",
  18281. "lib/wp80/_._",
  18282. "lib/wpa81/_._",
  18283. "lib/xamarinios10/_._",
  18284. "lib/xamarinmac20/_._",
  18285. "lib/xamarintvos10/_._",
  18286. "lib/xamarinwatchos10/_._",
  18287. "ref/MonoAndroid10/_._",
  18288. "ref/MonoTouch10/_._",
  18289. "ref/net45/_._",
  18290. "ref/netcore50/System.Resources.ResourceManager.dll",
  18291. "ref/netcore50/System.Resources.ResourceManager.xml",
  18292. "ref/netcore50/de/System.Resources.ResourceManager.xml",
  18293. "ref/netcore50/es/System.Resources.ResourceManager.xml",
  18294. "ref/netcore50/fr/System.Resources.ResourceManager.xml",
  18295. "ref/netcore50/it/System.Resources.ResourceManager.xml",
  18296. "ref/netcore50/ja/System.Resources.ResourceManager.xml",
  18297. "ref/netcore50/ko/System.Resources.ResourceManager.xml",
  18298. "ref/netcore50/ru/System.Resources.ResourceManager.xml",
  18299. "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml",
  18300. "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml",
  18301. "ref/netstandard1.0/System.Resources.ResourceManager.dll",
  18302. "ref/netstandard1.0/System.Resources.ResourceManager.xml",
  18303. "ref/netstandard1.0/de/System.Resources.ResourceManager.xml",
  18304. "ref/netstandard1.0/es/System.Resources.ResourceManager.xml",
  18305. "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml",
  18306. "ref/netstandard1.0/it/System.Resources.ResourceManager.xml",
  18307. "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml",
  18308. "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml",
  18309. "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml",
  18310. "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml",
  18311. "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml",
  18312. "ref/portable-net45+win8+wp8+wpa81/_._",
  18313. "ref/win8/_._",
  18314. "ref/wp80/_._",
  18315. "ref/wpa81/_._",
  18316. "ref/xamarinios10/_._",
  18317. "ref/xamarinmac20/_._",
  18318. "ref/xamarintvos10/_._",
  18319. "ref/xamarinwatchos10/_._",
  18320. "system.resources.resourcemanager.4.3.0.nupkg.sha512",
  18321. "system.resources.resourcemanager.nuspec"
  18322. ]
  18323. },
  18324. "System.Runtime/4.3.0": {
  18325. "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  18326. "type": "package",
  18327. "path": "system.runtime/4.3.0",
  18328. "files": [
  18329. ".nupkg.metadata",
  18330. ".signature.p7s",
  18331. "ThirdPartyNotices.txt",
  18332. "dotnet_library_license.txt",
  18333. "lib/MonoAndroid10/_._",
  18334. "lib/MonoTouch10/_._",
  18335. "lib/net45/_._",
  18336. "lib/net462/System.Runtime.dll",
  18337. "lib/portable-net45+win8+wp80+wpa81/_._",
  18338. "lib/win8/_._",
  18339. "lib/wp80/_._",
  18340. "lib/wpa81/_._",
  18341. "lib/xamarinios10/_._",
  18342. "lib/xamarinmac20/_._",
  18343. "lib/xamarintvos10/_._",
  18344. "lib/xamarinwatchos10/_._",
  18345. "ref/MonoAndroid10/_._",
  18346. "ref/MonoTouch10/_._",
  18347. "ref/net45/_._",
  18348. "ref/net462/System.Runtime.dll",
  18349. "ref/netcore50/System.Runtime.dll",
  18350. "ref/netcore50/System.Runtime.xml",
  18351. "ref/netcore50/de/System.Runtime.xml",
  18352. "ref/netcore50/es/System.Runtime.xml",
  18353. "ref/netcore50/fr/System.Runtime.xml",
  18354. "ref/netcore50/it/System.Runtime.xml",
  18355. "ref/netcore50/ja/System.Runtime.xml",
  18356. "ref/netcore50/ko/System.Runtime.xml",
  18357. "ref/netcore50/ru/System.Runtime.xml",
  18358. "ref/netcore50/zh-hans/System.Runtime.xml",
  18359. "ref/netcore50/zh-hant/System.Runtime.xml",
  18360. "ref/netstandard1.0/System.Runtime.dll",
  18361. "ref/netstandard1.0/System.Runtime.xml",
  18362. "ref/netstandard1.0/de/System.Runtime.xml",
  18363. "ref/netstandard1.0/es/System.Runtime.xml",
  18364. "ref/netstandard1.0/fr/System.Runtime.xml",
  18365. "ref/netstandard1.0/it/System.Runtime.xml",
  18366. "ref/netstandard1.0/ja/System.Runtime.xml",
  18367. "ref/netstandard1.0/ko/System.Runtime.xml",
  18368. "ref/netstandard1.0/ru/System.Runtime.xml",
  18369. "ref/netstandard1.0/zh-hans/System.Runtime.xml",
  18370. "ref/netstandard1.0/zh-hant/System.Runtime.xml",
  18371. "ref/netstandard1.2/System.Runtime.dll",
  18372. "ref/netstandard1.2/System.Runtime.xml",
  18373. "ref/netstandard1.2/de/System.Runtime.xml",
  18374. "ref/netstandard1.2/es/System.Runtime.xml",
  18375. "ref/netstandard1.2/fr/System.Runtime.xml",
  18376. "ref/netstandard1.2/it/System.Runtime.xml",
  18377. "ref/netstandard1.2/ja/System.Runtime.xml",
  18378. "ref/netstandard1.2/ko/System.Runtime.xml",
  18379. "ref/netstandard1.2/ru/System.Runtime.xml",
  18380. "ref/netstandard1.2/zh-hans/System.Runtime.xml",
  18381. "ref/netstandard1.2/zh-hant/System.Runtime.xml",
  18382. "ref/netstandard1.3/System.Runtime.dll",
  18383. "ref/netstandard1.3/System.Runtime.xml",
  18384. "ref/netstandard1.3/de/System.Runtime.xml",
  18385. "ref/netstandard1.3/es/System.Runtime.xml",
  18386. "ref/netstandard1.3/fr/System.Runtime.xml",
  18387. "ref/netstandard1.3/it/System.Runtime.xml",
  18388. "ref/netstandard1.3/ja/System.Runtime.xml",
  18389. "ref/netstandard1.3/ko/System.Runtime.xml",
  18390. "ref/netstandard1.3/ru/System.Runtime.xml",
  18391. "ref/netstandard1.3/zh-hans/System.Runtime.xml",
  18392. "ref/netstandard1.3/zh-hant/System.Runtime.xml",
  18393. "ref/netstandard1.5/System.Runtime.dll",
  18394. "ref/netstandard1.5/System.Runtime.xml",
  18395. "ref/netstandard1.5/de/System.Runtime.xml",
  18396. "ref/netstandard1.5/es/System.Runtime.xml",
  18397. "ref/netstandard1.5/fr/System.Runtime.xml",
  18398. "ref/netstandard1.5/it/System.Runtime.xml",
  18399. "ref/netstandard1.5/ja/System.Runtime.xml",
  18400. "ref/netstandard1.5/ko/System.Runtime.xml",
  18401. "ref/netstandard1.5/ru/System.Runtime.xml",
  18402. "ref/netstandard1.5/zh-hans/System.Runtime.xml",
  18403. "ref/netstandard1.5/zh-hant/System.Runtime.xml",
  18404. "ref/portable-net45+win8+wp80+wpa81/_._",
  18405. "ref/win8/_._",
  18406. "ref/wp80/_._",
  18407. "ref/wpa81/_._",
  18408. "ref/xamarinios10/_._",
  18409. "ref/xamarinmac20/_._",
  18410. "ref/xamarintvos10/_._",
  18411. "ref/xamarinwatchos10/_._",
  18412. "system.runtime.4.3.0.nupkg.sha512",
  18413. "system.runtime.nuspec"
  18414. ]
  18415. },
  18416. "System.Runtime.Extensions/4.3.0": {
  18417. "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
  18418. "type": "package",
  18419. "path": "system.runtime.extensions/4.3.0",
  18420. "files": [
  18421. ".nupkg.metadata",
  18422. ".signature.p7s",
  18423. "ThirdPartyNotices.txt",
  18424. "dotnet_library_license.txt",
  18425. "lib/MonoAndroid10/_._",
  18426. "lib/MonoTouch10/_._",
  18427. "lib/net45/_._",
  18428. "lib/net462/System.Runtime.Extensions.dll",
  18429. "lib/portable-net45+win8+wp8+wpa81/_._",
  18430. "lib/win8/_._",
  18431. "lib/wp80/_._",
  18432. "lib/wpa81/_._",
  18433. "lib/xamarinios10/_._",
  18434. "lib/xamarinmac20/_._",
  18435. "lib/xamarintvos10/_._",
  18436. "lib/xamarinwatchos10/_._",
  18437. "ref/MonoAndroid10/_._",
  18438. "ref/MonoTouch10/_._",
  18439. "ref/net45/_._",
  18440. "ref/net462/System.Runtime.Extensions.dll",
  18441. "ref/netcore50/System.Runtime.Extensions.dll",
  18442. "ref/netcore50/System.Runtime.Extensions.xml",
  18443. "ref/netcore50/de/System.Runtime.Extensions.xml",
  18444. "ref/netcore50/es/System.Runtime.Extensions.xml",
  18445. "ref/netcore50/fr/System.Runtime.Extensions.xml",
  18446. "ref/netcore50/it/System.Runtime.Extensions.xml",
  18447. "ref/netcore50/ja/System.Runtime.Extensions.xml",
  18448. "ref/netcore50/ko/System.Runtime.Extensions.xml",
  18449. "ref/netcore50/ru/System.Runtime.Extensions.xml",
  18450. "ref/netcore50/zh-hans/System.Runtime.Extensions.xml",
  18451. "ref/netcore50/zh-hant/System.Runtime.Extensions.xml",
  18452. "ref/netstandard1.0/System.Runtime.Extensions.dll",
  18453. "ref/netstandard1.0/System.Runtime.Extensions.xml",
  18454. "ref/netstandard1.0/de/System.Runtime.Extensions.xml",
  18455. "ref/netstandard1.0/es/System.Runtime.Extensions.xml",
  18456. "ref/netstandard1.0/fr/System.Runtime.Extensions.xml",
  18457. "ref/netstandard1.0/it/System.Runtime.Extensions.xml",
  18458. "ref/netstandard1.0/ja/System.Runtime.Extensions.xml",
  18459. "ref/netstandard1.0/ko/System.Runtime.Extensions.xml",
  18460. "ref/netstandard1.0/ru/System.Runtime.Extensions.xml",
  18461. "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml",
  18462. "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml",
  18463. "ref/netstandard1.3/System.Runtime.Extensions.dll",
  18464. "ref/netstandard1.3/System.Runtime.Extensions.xml",
  18465. "ref/netstandard1.3/de/System.Runtime.Extensions.xml",
  18466. "ref/netstandard1.3/es/System.Runtime.Extensions.xml",
  18467. "ref/netstandard1.3/fr/System.Runtime.Extensions.xml",
  18468. "ref/netstandard1.3/it/System.Runtime.Extensions.xml",
  18469. "ref/netstandard1.3/ja/System.Runtime.Extensions.xml",
  18470. "ref/netstandard1.3/ko/System.Runtime.Extensions.xml",
  18471. "ref/netstandard1.3/ru/System.Runtime.Extensions.xml",
  18472. "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml",
  18473. "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml",
  18474. "ref/netstandard1.5/System.Runtime.Extensions.dll",
  18475. "ref/netstandard1.5/System.Runtime.Extensions.xml",
  18476. "ref/netstandard1.5/de/System.Runtime.Extensions.xml",
  18477. "ref/netstandard1.5/es/System.Runtime.Extensions.xml",
  18478. "ref/netstandard1.5/fr/System.Runtime.Extensions.xml",
  18479. "ref/netstandard1.5/it/System.Runtime.Extensions.xml",
  18480. "ref/netstandard1.5/ja/System.Runtime.Extensions.xml",
  18481. "ref/netstandard1.5/ko/System.Runtime.Extensions.xml",
  18482. "ref/netstandard1.5/ru/System.Runtime.Extensions.xml",
  18483. "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml",
  18484. "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml",
  18485. "ref/portable-net45+win8+wp8+wpa81/_._",
  18486. "ref/win8/_._",
  18487. "ref/wp80/_._",
  18488. "ref/wpa81/_._",
  18489. "ref/xamarinios10/_._",
  18490. "ref/xamarinmac20/_._",
  18491. "ref/xamarintvos10/_._",
  18492. "ref/xamarinwatchos10/_._",
  18493. "system.runtime.extensions.4.3.0.nupkg.sha512",
  18494. "system.runtime.extensions.nuspec"
  18495. ]
  18496. },
  18497. "System.Runtime.Handles/4.3.0": {
  18498. "sha512": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
  18499. "type": "package",
  18500. "path": "system.runtime.handles/4.3.0",
  18501. "files": [
  18502. ".nupkg.metadata",
  18503. ".signature.p7s",
  18504. "ThirdPartyNotices.txt",
  18505. "dotnet_library_license.txt",
  18506. "lib/MonoAndroid10/_._",
  18507. "lib/MonoTouch10/_._",
  18508. "lib/net46/_._",
  18509. "lib/xamarinios10/_._",
  18510. "lib/xamarinmac20/_._",
  18511. "lib/xamarintvos10/_._",
  18512. "lib/xamarinwatchos10/_._",
  18513. "ref/MonoAndroid10/_._",
  18514. "ref/MonoTouch10/_._",
  18515. "ref/net46/_._",
  18516. "ref/netstandard1.3/System.Runtime.Handles.dll",
  18517. "ref/netstandard1.3/System.Runtime.Handles.xml",
  18518. "ref/netstandard1.3/de/System.Runtime.Handles.xml",
  18519. "ref/netstandard1.3/es/System.Runtime.Handles.xml",
  18520. "ref/netstandard1.3/fr/System.Runtime.Handles.xml",
  18521. "ref/netstandard1.3/it/System.Runtime.Handles.xml",
  18522. "ref/netstandard1.3/ja/System.Runtime.Handles.xml",
  18523. "ref/netstandard1.3/ko/System.Runtime.Handles.xml",
  18524. "ref/netstandard1.3/ru/System.Runtime.Handles.xml",
  18525. "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml",
  18526. "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml",
  18527. "ref/xamarinios10/_._",
  18528. "ref/xamarinmac20/_._",
  18529. "ref/xamarintvos10/_._",
  18530. "ref/xamarinwatchos10/_._",
  18531. "system.runtime.handles.4.3.0.nupkg.sha512",
  18532. "system.runtime.handles.nuspec"
  18533. ]
  18534. },
  18535. "System.Runtime.InteropServices/4.3.0": {
  18536. "sha512": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
  18537. "type": "package",
  18538. "path": "system.runtime.interopservices/4.3.0",
  18539. "files": [
  18540. ".nupkg.metadata",
  18541. ".signature.p7s",
  18542. "ThirdPartyNotices.txt",
  18543. "dotnet_library_license.txt",
  18544. "lib/MonoAndroid10/_._",
  18545. "lib/MonoTouch10/_._",
  18546. "lib/net45/_._",
  18547. "lib/net462/System.Runtime.InteropServices.dll",
  18548. "lib/net463/System.Runtime.InteropServices.dll",
  18549. "lib/portable-net45+win8+wpa81/_._",
  18550. "lib/win8/_._",
  18551. "lib/wpa81/_._",
  18552. "lib/xamarinios10/_._",
  18553. "lib/xamarinmac20/_._",
  18554. "lib/xamarintvos10/_._",
  18555. "lib/xamarinwatchos10/_._",
  18556. "ref/MonoAndroid10/_._",
  18557. "ref/MonoTouch10/_._",
  18558. "ref/net45/_._",
  18559. "ref/net462/System.Runtime.InteropServices.dll",
  18560. "ref/net463/System.Runtime.InteropServices.dll",
  18561. "ref/netcore50/System.Runtime.InteropServices.dll",
  18562. "ref/netcore50/System.Runtime.InteropServices.xml",
  18563. "ref/netcore50/de/System.Runtime.InteropServices.xml",
  18564. "ref/netcore50/es/System.Runtime.InteropServices.xml",
  18565. "ref/netcore50/fr/System.Runtime.InteropServices.xml",
  18566. "ref/netcore50/it/System.Runtime.InteropServices.xml",
  18567. "ref/netcore50/ja/System.Runtime.InteropServices.xml",
  18568. "ref/netcore50/ko/System.Runtime.InteropServices.xml",
  18569. "ref/netcore50/ru/System.Runtime.InteropServices.xml",
  18570. "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml",
  18571. "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml",
  18572. "ref/netcoreapp1.1/System.Runtime.InteropServices.dll",
  18573. "ref/netstandard1.1/System.Runtime.InteropServices.dll",
  18574. "ref/netstandard1.1/System.Runtime.InteropServices.xml",
  18575. "ref/netstandard1.1/de/System.Runtime.InteropServices.xml",
  18576. "ref/netstandard1.1/es/System.Runtime.InteropServices.xml",
  18577. "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml",
  18578. "ref/netstandard1.1/it/System.Runtime.InteropServices.xml",
  18579. "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml",
  18580. "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml",
  18581. "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml",
  18582. "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml",
  18583. "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml",
  18584. "ref/netstandard1.2/System.Runtime.InteropServices.dll",
  18585. "ref/netstandard1.2/System.Runtime.InteropServices.xml",
  18586. "ref/netstandard1.2/de/System.Runtime.InteropServices.xml",
  18587. "ref/netstandard1.2/es/System.Runtime.InteropServices.xml",
  18588. "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml",
  18589. "ref/netstandard1.2/it/System.Runtime.InteropServices.xml",
  18590. "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml",
  18591. "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml",
  18592. "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml",
  18593. "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml",
  18594. "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml",
  18595. "ref/netstandard1.3/System.Runtime.InteropServices.dll",
  18596. "ref/netstandard1.3/System.Runtime.InteropServices.xml",
  18597. "ref/netstandard1.3/de/System.Runtime.InteropServices.xml",
  18598. "ref/netstandard1.3/es/System.Runtime.InteropServices.xml",
  18599. "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml",
  18600. "ref/netstandard1.3/it/System.Runtime.InteropServices.xml",
  18601. "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml",
  18602. "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml",
  18603. "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml",
  18604. "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml",
  18605. "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml",
  18606. "ref/netstandard1.5/System.Runtime.InteropServices.dll",
  18607. "ref/netstandard1.5/System.Runtime.InteropServices.xml",
  18608. "ref/netstandard1.5/de/System.Runtime.InteropServices.xml",
  18609. "ref/netstandard1.5/es/System.Runtime.InteropServices.xml",
  18610. "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml",
  18611. "ref/netstandard1.5/it/System.Runtime.InteropServices.xml",
  18612. "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml",
  18613. "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml",
  18614. "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml",
  18615. "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml",
  18616. "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml",
  18617. "ref/portable-net45+win8+wpa81/_._",
  18618. "ref/win8/_._",
  18619. "ref/wpa81/_._",
  18620. "ref/xamarinios10/_._",
  18621. "ref/xamarinmac20/_._",
  18622. "ref/xamarintvos10/_._",
  18623. "ref/xamarinwatchos10/_._",
  18624. "system.runtime.interopservices.4.3.0.nupkg.sha512",
  18625. "system.runtime.interopservices.nuspec"
  18626. ]
  18627. },
  18628. "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
  18629. "sha512": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==",
  18630. "type": "package",
  18631. "path": "system.runtime.interopservices.runtimeinformation/4.3.0",
  18632. "files": [
  18633. ".nupkg.metadata",
  18634. ".signature.p7s",
  18635. "ThirdPartyNotices.txt",
  18636. "dotnet_library_license.txt",
  18637. "lib/MonoAndroid10/_._",
  18638. "lib/MonoTouch10/_._",
  18639. "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll",
  18640. "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
  18641. "lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll",
  18642. "lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll",
  18643. "lib/xamarinios10/_._",
  18644. "lib/xamarinmac20/_._",
  18645. "lib/xamarintvos10/_._",
  18646. "lib/xamarinwatchos10/_._",
  18647. "ref/MonoAndroid10/_._",
  18648. "ref/MonoTouch10/_._",
  18649. "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
  18650. "ref/xamarinios10/_._",
  18651. "ref/xamarinmac20/_._",
  18652. "ref/xamarintvos10/_._",
  18653. "ref/xamarinwatchos10/_._",
  18654. "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll",
  18655. "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
  18656. "runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll",
  18657. "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll",
  18658. "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
  18659. "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512",
  18660. "system.runtime.interopservices.runtimeinformation.nuspec"
  18661. ]
  18662. },
  18663. "System.Runtime.Numerics/4.3.0": {
  18664. "sha512": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
  18665. "type": "package",
  18666. "path": "system.runtime.numerics/4.3.0",
  18667. "files": [
  18668. ".nupkg.metadata",
  18669. ".signature.p7s",
  18670. "ThirdPartyNotices.txt",
  18671. "dotnet_library_license.txt",
  18672. "lib/MonoAndroid10/_._",
  18673. "lib/MonoTouch10/_._",
  18674. "lib/net45/_._",
  18675. "lib/netcore50/System.Runtime.Numerics.dll",
  18676. "lib/netstandard1.3/System.Runtime.Numerics.dll",
  18677. "lib/portable-net45+win8+wpa81/_._",
  18678. "lib/win8/_._",
  18679. "lib/wpa81/_._",
  18680. "lib/xamarinios10/_._",
  18681. "lib/xamarinmac20/_._",
  18682. "lib/xamarintvos10/_._",
  18683. "lib/xamarinwatchos10/_._",
  18684. "ref/MonoAndroid10/_._",
  18685. "ref/MonoTouch10/_._",
  18686. "ref/net45/_._",
  18687. "ref/netcore50/System.Runtime.Numerics.dll",
  18688. "ref/netcore50/System.Runtime.Numerics.xml",
  18689. "ref/netcore50/de/System.Runtime.Numerics.xml",
  18690. "ref/netcore50/es/System.Runtime.Numerics.xml",
  18691. "ref/netcore50/fr/System.Runtime.Numerics.xml",
  18692. "ref/netcore50/it/System.Runtime.Numerics.xml",
  18693. "ref/netcore50/ja/System.Runtime.Numerics.xml",
  18694. "ref/netcore50/ko/System.Runtime.Numerics.xml",
  18695. "ref/netcore50/ru/System.Runtime.Numerics.xml",
  18696. "ref/netcore50/zh-hans/System.Runtime.Numerics.xml",
  18697. "ref/netcore50/zh-hant/System.Runtime.Numerics.xml",
  18698. "ref/netstandard1.1/System.Runtime.Numerics.dll",
  18699. "ref/netstandard1.1/System.Runtime.Numerics.xml",
  18700. "ref/netstandard1.1/de/System.Runtime.Numerics.xml",
  18701. "ref/netstandard1.1/es/System.Runtime.Numerics.xml",
  18702. "ref/netstandard1.1/fr/System.Runtime.Numerics.xml",
  18703. "ref/netstandard1.1/it/System.Runtime.Numerics.xml",
  18704. "ref/netstandard1.1/ja/System.Runtime.Numerics.xml",
  18705. "ref/netstandard1.1/ko/System.Runtime.Numerics.xml",
  18706. "ref/netstandard1.1/ru/System.Runtime.Numerics.xml",
  18707. "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml",
  18708. "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml",
  18709. "ref/portable-net45+win8+wpa81/_._",
  18710. "ref/win8/_._",
  18711. "ref/wpa81/_._",
  18712. "ref/xamarinios10/_._",
  18713. "ref/xamarinmac20/_._",
  18714. "ref/xamarintvos10/_._",
  18715. "ref/xamarinwatchos10/_._",
  18716. "system.runtime.numerics.4.3.0.nupkg.sha512",
  18717. "system.runtime.numerics.nuspec"
  18718. ]
  18719. },
  18720. "System.Security.AccessControl/4.4.0": {
  18721. "sha512": "2NRFPX/V81ucKQmqNgGBZrKGH/5ejsvivSGMRum0SMgPnJxwhuNkzVS1+7gC3R2X0f57CtwrPrXPPSe6nOp82g==",
  18722. "type": "package",
  18723. "path": "system.security.accesscontrol/4.4.0",
  18724. "files": [
  18725. ".nupkg.metadata",
  18726. ".signature.p7s",
  18727. "LICENSE.TXT",
  18728. "THIRD-PARTY-NOTICES.TXT",
  18729. "lib/net46/System.Security.AccessControl.dll",
  18730. "lib/net461/System.Security.AccessControl.dll",
  18731. "lib/netstandard1.3/System.Security.AccessControl.dll",
  18732. "lib/netstandard2.0/System.Security.AccessControl.dll",
  18733. "ref/net46/System.Security.AccessControl.dll",
  18734. "ref/net461/System.Security.AccessControl.dll",
  18735. "ref/net461/System.Security.AccessControl.xml",
  18736. "ref/netstandard1.3/System.Security.AccessControl.dll",
  18737. "ref/netstandard1.3/System.Security.AccessControl.xml",
  18738. "ref/netstandard1.3/de/System.Security.AccessControl.xml",
  18739. "ref/netstandard1.3/es/System.Security.AccessControl.xml",
  18740. "ref/netstandard1.3/fr/System.Security.AccessControl.xml",
  18741. "ref/netstandard1.3/it/System.Security.AccessControl.xml",
  18742. "ref/netstandard1.3/ja/System.Security.AccessControl.xml",
  18743. "ref/netstandard1.3/ko/System.Security.AccessControl.xml",
  18744. "ref/netstandard1.3/ru/System.Security.AccessControl.xml",
  18745. "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml",
  18746. "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml",
  18747. "ref/netstandard2.0/System.Security.AccessControl.dll",
  18748. "ref/netstandard2.0/System.Security.AccessControl.xml",
  18749. "runtimes/unix/lib/netcoreapp2.0/System.Security.AccessControl.dll",
  18750. "runtimes/win/lib/net46/System.Security.AccessControl.dll",
  18751. "runtimes/win/lib/net461/System.Security.AccessControl.dll",
  18752. "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll",
  18753. "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll",
  18754. "system.security.accesscontrol.4.4.0.nupkg.sha512",
  18755. "system.security.accesscontrol.nuspec",
  18756. "useSharedDesignerContext.txt",
  18757. "version.txt"
  18758. ]
  18759. },
  18760. "System.Security.Cryptography.Algorithms/4.3.0": {
  18761. "sha512": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
  18762. "type": "package",
  18763. "path": "system.security.cryptography.algorithms/4.3.0",
  18764. "files": [
  18765. ".nupkg.metadata",
  18766. ".signature.p7s",
  18767. "ThirdPartyNotices.txt",
  18768. "dotnet_library_license.txt",
  18769. "lib/MonoAndroid10/_._",
  18770. "lib/MonoTouch10/_._",
  18771. "lib/net46/System.Security.Cryptography.Algorithms.dll",
  18772. "lib/net461/System.Security.Cryptography.Algorithms.dll",
  18773. "lib/net463/System.Security.Cryptography.Algorithms.dll",
  18774. "lib/xamarinios10/_._",
  18775. "lib/xamarinmac20/_._",
  18776. "lib/xamarintvos10/_._",
  18777. "lib/xamarinwatchos10/_._",
  18778. "ref/MonoAndroid10/_._",
  18779. "ref/MonoTouch10/_._",
  18780. "ref/net46/System.Security.Cryptography.Algorithms.dll",
  18781. "ref/net461/System.Security.Cryptography.Algorithms.dll",
  18782. "ref/net463/System.Security.Cryptography.Algorithms.dll",
  18783. "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll",
  18784. "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll",
  18785. "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
  18786. "ref/xamarinios10/_._",
  18787. "ref/xamarinmac20/_._",
  18788. "ref/xamarintvos10/_._",
  18789. "ref/xamarinwatchos10/_._",
  18790. "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
  18791. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
  18792. "runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll",
  18793. "runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll",
  18794. "runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll",
  18795. "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll",
  18796. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
  18797. "system.security.cryptography.algorithms.4.3.0.nupkg.sha512",
  18798. "system.security.cryptography.algorithms.nuspec"
  18799. ]
  18800. },
  18801. "System.Security.Cryptography.Cng/4.3.0": {
  18802. "sha512": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==",
  18803. "type": "package",
  18804. "path": "system.security.cryptography.cng/4.3.0",
  18805. "files": [
  18806. ".nupkg.metadata",
  18807. ".signature.p7s",
  18808. "ThirdPartyNotices.txt",
  18809. "dotnet_library_license.txt",
  18810. "lib/net46/System.Security.Cryptography.Cng.dll",
  18811. "lib/net461/System.Security.Cryptography.Cng.dll",
  18812. "lib/net463/System.Security.Cryptography.Cng.dll",
  18813. "ref/net46/System.Security.Cryptography.Cng.dll",
  18814. "ref/net461/System.Security.Cryptography.Cng.dll",
  18815. "ref/net463/System.Security.Cryptography.Cng.dll",
  18816. "ref/netstandard1.3/System.Security.Cryptography.Cng.dll",
  18817. "ref/netstandard1.4/System.Security.Cryptography.Cng.dll",
  18818. "ref/netstandard1.6/System.Security.Cryptography.Cng.dll",
  18819. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll",
  18820. "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll",
  18821. "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll",
  18822. "runtimes/win/lib/net463/System.Security.Cryptography.Cng.dll",
  18823. "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll",
  18824. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll",
  18825. "system.security.cryptography.cng.4.3.0.nupkg.sha512",
  18826. "system.security.cryptography.cng.nuspec"
  18827. ]
  18828. },
  18829. "System.Security.Cryptography.Csp/4.3.0": {
  18830. "sha512": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==",
  18831. "type": "package",
  18832. "path": "system.security.cryptography.csp/4.3.0",
  18833. "files": [
  18834. ".nupkg.metadata",
  18835. ".signature.p7s",
  18836. "ThirdPartyNotices.txt",
  18837. "dotnet_library_license.txt",
  18838. "lib/MonoAndroid10/_._",
  18839. "lib/MonoTouch10/_._",
  18840. "lib/net46/System.Security.Cryptography.Csp.dll",
  18841. "lib/xamarinios10/_._",
  18842. "lib/xamarinmac20/_._",
  18843. "lib/xamarintvos10/_._",
  18844. "lib/xamarinwatchos10/_._",
  18845. "ref/MonoAndroid10/_._",
  18846. "ref/MonoTouch10/_._",
  18847. "ref/net46/System.Security.Cryptography.Csp.dll",
  18848. "ref/netstandard1.3/System.Security.Cryptography.Csp.dll",
  18849. "ref/xamarinios10/_._",
  18850. "ref/xamarinmac20/_._",
  18851. "ref/xamarintvos10/_._",
  18852. "ref/xamarinwatchos10/_._",
  18853. "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll",
  18854. "runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll",
  18855. "runtimes/win/lib/netcore50/_._",
  18856. "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll",
  18857. "system.security.cryptography.csp.4.3.0.nupkg.sha512",
  18858. "system.security.cryptography.csp.nuspec"
  18859. ]
  18860. },
  18861. "System.Security.Cryptography.Encoding/4.3.0": {
  18862. "sha512": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
  18863. "type": "package",
  18864. "path": "system.security.cryptography.encoding/4.3.0",
  18865. "files": [
  18866. ".nupkg.metadata",
  18867. ".signature.p7s",
  18868. "ThirdPartyNotices.txt",
  18869. "dotnet_library_license.txt",
  18870. "lib/MonoAndroid10/_._",
  18871. "lib/MonoTouch10/_._",
  18872. "lib/net46/System.Security.Cryptography.Encoding.dll",
  18873. "lib/xamarinios10/_._",
  18874. "lib/xamarinmac20/_._",
  18875. "lib/xamarintvos10/_._",
  18876. "lib/xamarinwatchos10/_._",
  18877. "ref/MonoAndroid10/_._",
  18878. "ref/MonoTouch10/_._",
  18879. "ref/net46/System.Security.Cryptography.Encoding.dll",
  18880. "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll",
  18881. "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml",
  18882. "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml",
  18883. "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml",
  18884. "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml",
  18885. "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml",
  18886. "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml",
  18887. "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml",
  18888. "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml",
  18889. "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml",
  18890. "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml",
  18891. "ref/xamarinios10/_._",
  18892. "ref/xamarinmac20/_._",
  18893. "ref/xamarintvos10/_._",
  18894. "ref/xamarinwatchos10/_._",
  18895. "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll",
  18896. "runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll",
  18897. "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll",
  18898. "system.security.cryptography.encoding.4.3.0.nupkg.sha512",
  18899. "system.security.cryptography.encoding.nuspec"
  18900. ]
  18901. },
  18902. "System.Security.Cryptography.OpenSsl/4.3.0": {
  18903. "sha512": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==",
  18904. "type": "package",
  18905. "path": "system.security.cryptography.openssl/4.3.0",
  18906. "files": [
  18907. ".nupkg.metadata",
  18908. ".signature.p7s",
  18909. "ThirdPartyNotices.txt",
  18910. "dotnet_library_license.txt",
  18911. "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll",
  18912. "ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll",
  18913. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll",
  18914. "system.security.cryptography.openssl.4.3.0.nupkg.sha512",
  18915. "system.security.cryptography.openssl.nuspec"
  18916. ]
  18917. },
  18918. "System.Security.Cryptography.Primitives/4.3.0": {
  18919. "sha512": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
  18920. "type": "package",
  18921. "path": "system.security.cryptography.primitives/4.3.0",
  18922. "files": [
  18923. ".nupkg.metadata",
  18924. ".signature.p7s",
  18925. "ThirdPartyNotices.txt",
  18926. "dotnet_library_license.txt",
  18927. "lib/MonoAndroid10/_._",
  18928. "lib/MonoTouch10/_._",
  18929. "lib/net46/System.Security.Cryptography.Primitives.dll",
  18930. "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll",
  18931. "lib/xamarinios10/_._",
  18932. "lib/xamarinmac20/_._",
  18933. "lib/xamarintvos10/_._",
  18934. "lib/xamarinwatchos10/_._",
  18935. "ref/MonoAndroid10/_._",
  18936. "ref/MonoTouch10/_._",
  18937. "ref/net46/System.Security.Cryptography.Primitives.dll",
  18938. "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll",
  18939. "ref/xamarinios10/_._",
  18940. "ref/xamarinmac20/_._",
  18941. "ref/xamarintvos10/_._",
  18942. "ref/xamarinwatchos10/_._",
  18943. "system.security.cryptography.primitives.4.3.0.nupkg.sha512",
  18944. "system.security.cryptography.primitives.nuspec"
  18945. ]
  18946. },
  18947. "System.Security.Cryptography.X509Certificates/4.3.0": {
  18948. "sha512": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
  18949. "type": "package",
  18950. "path": "system.security.cryptography.x509certificates/4.3.0",
  18951. "files": [
  18952. ".nupkg.metadata",
  18953. ".signature.p7s",
  18954. "ThirdPartyNotices.txt",
  18955. "dotnet_library_license.txt",
  18956. "lib/MonoAndroid10/_._",
  18957. "lib/MonoTouch10/_._",
  18958. "lib/net46/System.Security.Cryptography.X509Certificates.dll",
  18959. "lib/net461/System.Security.Cryptography.X509Certificates.dll",
  18960. "lib/xamarinios10/_._",
  18961. "lib/xamarinmac20/_._",
  18962. "lib/xamarintvos10/_._",
  18963. "lib/xamarinwatchos10/_._",
  18964. "ref/MonoAndroid10/_._",
  18965. "ref/MonoTouch10/_._",
  18966. "ref/net46/System.Security.Cryptography.X509Certificates.dll",
  18967. "ref/net461/System.Security.Cryptography.X509Certificates.dll",
  18968. "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll",
  18969. "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml",
  18970. "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml",
  18971. "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml",
  18972. "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml",
  18973. "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml",
  18974. "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml",
  18975. "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml",
  18976. "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml",
  18977. "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml",
  18978. "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml",
  18979. "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll",
  18980. "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml",
  18981. "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml",
  18982. "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml",
  18983. "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml",
  18984. "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml",
  18985. "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml",
  18986. "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml",
  18987. "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml",
  18988. "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml",
  18989. "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml",
  18990. "ref/xamarinios10/_._",
  18991. "ref/xamarinmac20/_._",
  18992. "ref/xamarintvos10/_._",
  18993. "ref/xamarinwatchos10/_._",
  18994. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll",
  18995. "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll",
  18996. "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll",
  18997. "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll",
  18998. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll",
  18999. "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512",
  19000. "system.security.cryptography.x509certificates.nuspec"
  19001. ]
  19002. },
  19003. "System.Security.Principal.Windows/4.4.0": {
  19004. "sha512": "pP+AOzt1o3jESOuLmf52YQTF7H3Ng9hTnrOESQiqsnl2IbBh1HInsAMHYtoh75iUYV0OIkHmjvveraYB6zM97w==",
  19005. "type": "package",
  19006. "path": "system.security.principal.windows/4.4.0",
  19007. "files": [
  19008. ".nupkg.metadata",
  19009. ".signature.p7s",
  19010. "LICENSE.TXT",
  19011. "THIRD-PARTY-NOTICES.TXT",
  19012. "lib/net46/System.Security.Principal.Windows.dll",
  19013. "lib/net461/System.Security.Principal.Windows.dll",
  19014. "lib/netstandard1.3/System.Security.Principal.Windows.dll",
  19015. "lib/netstandard2.0/System.Security.Principal.Windows.dll",
  19016. "ref/net46/System.Security.Principal.Windows.dll",
  19017. "ref/net461/System.Security.Principal.Windows.dll",
  19018. "ref/net461/System.Security.Principal.Windows.xml",
  19019. "ref/netstandard1.3/System.Security.Principal.Windows.dll",
  19020. "ref/netstandard1.3/System.Security.Principal.Windows.xml",
  19021. "ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
  19022. "ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
  19023. "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
  19024. "ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
  19025. "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
  19026. "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
  19027. "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
  19028. "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
  19029. "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
  19030. "ref/netstandard2.0/System.Security.Principal.Windows.dll",
  19031. "ref/netstandard2.0/System.Security.Principal.Windows.xml",
  19032. "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
  19033. "runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
  19034. "runtimes/win/lib/net461/System.Security.Principal.Windows.dll",
  19035. "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
  19036. "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
  19037. "system.security.principal.windows.4.4.0.nupkg.sha512",
  19038. "system.security.principal.windows.nuspec",
  19039. "useSharedDesignerContext.txt",
  19040. "version.txt"
  19041. ]
  19042. },
  19043. "System.Text.Encoding/4.3.0": {
  19044. "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  19045. "type": "package",
  19046. "path": "system.text.encoding/4.3.0",
  19047. "files": [
  19048. ".nupkg.metadata",
  19049. ".signature.p7s",
  19050. "ThirdPartyNotices.txt",
  19051. "dotnet_library_license.txt",
  19052. "lib/MonoAndroid10/_._",
  19053. "lib/MonoTouch10/_._",
  19054. "lib/net45/_._",
  19055. "lib/portable-net45+win8+wp8+wpa81/_._",
  19056. "lib/win8/_._",
  19057. "lib/wp80/_._",
  19058. "lib/wpa81/_._",
  19059. "lib/xamarinios10/_._",
  19060. "lib/xamarinmac20/_._",
  19061. "lib/xamarintvos10/_._",
  19062. "lib/xamarinwatchos10/_._",
  19063. "ref/MonoAndroid10/_._",
  19064. "ref/MonoTouch10/_._",
  19065. "ref/net45/_._",
  19066. "ref/netcore50/System.Text.Encoding.dll",
  19067. "ref/netcore50/System.Text.Encoding.xml",
  19068. "ref/netcore50/de/System.Text.Encoding.xml",
  19069. "ref/netcore50/es/System.Text.Encoding.xml",
  19070. "ref/netcore50/fr/System.Text.Encoding.xml",
  19071. "ref/netcore50/it/System.Text.Encoding.xml",
  19072. "ref/netcore50/ja/System.Text.Encoding.xml",
  19073. "ref/netcore50/ko/System.Text.Encoding.xml",
  19074. "ref/netcore50/ru/System.Text.Encoding.xml",
  19075. "ref/netcore50/zh-hans/System.Text.Encoding.xml",
  19076. "ref/netcore50/zh-hant/System.Text.Encoding.xml",
  19077. "ref/netstandard1.0/System.Text.Encoding.dll",
  19078. "ref/netstandard1.0/System.Text.Encoding.xml",
  19079. "ref/netstandard1.0/de/System.Text.Encoding.xml",
  19080. "ref/netstandard1.0/es/System.Text.Encoding.xml",
  19081. "ref/netstandard1.0/fr/System.Text.Encoding.xml",
  19082. "ref/netstandard1.0/it/System.Text.Encoding.xml",
  19083. "ref/netstandard1.0/ja/System.Text.Encoding.xml",
  19084. "ref/netstandard1.0/ko/System.Text.Encoding.xml",
  19085. "ref/netstandard1.0/ru/System.Text.Encoding.xml",
  19086. "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",
  19087. "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",
  19088. "ref/netstandard1.3/System.Text.Encoding.dll",
  19089. "ref/netstandard1.3/System.Text.Encoding.xml",
  19090. "ref/netstandard1.3/de/System.Text.Encoding.xml",
  19091. "ref/netstandard1.3/es/System.Text.Encoding.xml",
  19092. "ref/netstandard1.3/fr/System.Text.Encoding.xml",
  19093. "ref/netstandard1.3/it/System.Text.Encoding.xml",
  19094. "ref/netstandard1.3/ja/System.Text.Encoding.xml",
  19095. "ref/netstandard1.3/ko/System.Text.Encoding.xml",
  19096. "ref/netstandard1.3/ru/System.Text.Encoding.xml",
  19097. "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",
  19098. "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",
  19099. "ref/portable-net45+win8+wp8+wpa81/_._",
  19100. "ref/win8/_._",
  19101. "ref/wp80/_._",
  19102. "ref/wpa81/_._",
  19103. "ref/xamarinios10/_._",
  19104. "ref/xamarinmac20/_._",
  19105. "ref/xamarintvos10/_._",
  19106. "ref/xamarinwatchos10/_._",
  19107. "system.text.encoding.4.3.0.nupkg.sha512",
  19108. "system.text.encoding.nuspec"
  19109. ]
  19110. },
  19111. "System.Text.Encoding.CodePages/4.4.0": {
  19112. "sha512": "6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==",
  19113. "type": "package",
  19114. "path": "system.text.encoding.codepages/4.4.0",
  19115. "files": [
  19116. ".nupkg.metadata",
  19117. ".signature.p7s",
  19118. "LICENSE.TXT",
  19119. "THIRD-PARTY-NOTICES.TXT",
  19120. "lib/MonoAndroid10/_._",
  19121. "lib/MonoTouch10/_._",
  19122. "lib/net46/System.Text.Encoding.CodePages.dll",
  19123. "lib/net461/System.Text.Encoding.CodePages.dll",
  19124. "lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
  19125. "lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
  19126. "lib/xamarinios10/_._",
  19127. "lib/xamarinmac20/_._",
  19128. "lib/xamarintvos10/_._",
  19129. "lib/xamarinwatchos10/_._",
  19130. "ref/MonoAndroid10/_._",
  19131. "ref/MonoTouch10/_._",
  19132. "ref/netstandard1.3/System.Text.Encoding.CodePages.dll",
  19133. "ref/netstandard1.3/System.Text.Encoding.CodePages.xml",
  19134. "ref/netstandard1.3/de/System.Text.Encoding.CodePages.xml",
  19135. "ref/netstandard1.3/es/System.Text.Encoding.CodePages.xml",
  19136. "ref/netstandard1.3/fr/System.Text.Encoding.CodePages.xml",
  19137. "ref/netstandard1.3/it/System.Text.Encoding.CodePages.xml",
  19138. "ref/netstandard1.3/ja/System.Text.Encoding.CodePages.xml",
  19139. "ref/netstandard1.3/ko/System.Text.Encoding.CodePages.xml",
  19140. "ref/netstandard1.3/ru/System.Text.Encoding.CodePages.xml",
  19141. "ref/netstandard1.3/zh-hans/System.Text.Encoding.CodePages.xml",
  19142. "ref/netstandard1.3/zh-hant/System.Text.Encoding.CodePages.xml",
  19143. "ref/netstandard2.0/System.Text.Encoding.CodePages.dll",
  19144. "ref/netstandard2.0/System.Text.Encoding.CodePages.xml",
  19145. "ref/xamarinios10/_._",
  19146. "ref/xamarinmac20/_._",
  19147. "ref/xamarintvos10/_._",
  19148. "ref/xamarinwatchos10/_._",
  19149. "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll",
  19150. "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll",
  19151. "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll",
  19152. "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
  19153. "system.text.encoding.codepages.4.4.0.nupkg.sha512",
  19154. "system.text.encoding.codepages.nuspec",
  19155. "useSharedDesignerContext.txt",
  19156. "version.txt"
  19157. ]
  19158. },
  19159. "System.Text.Encoding.Extensions/4.3.0": {
  19160. "sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
  19161. "type": "package",
  19162. "path": "system.text.encoding.extensions/4.3.0",
  19163. "files": [
  19164. ".nupkg.metadata",
  19165. ".signature.p7s",
  19166. "ThirdPartyNotices.txt",
  19167. "dotnet_library_license.txt",
  19168. "lib/MonoAndroid10/_._",
  19169. "lib/MonoTouch10/_._",
  19170. "lib/net45/_._",
  19171. "lib/portable-net45+win8+wp8+wpa81/_._",
  19172. "lib/win8/_._",
  19173. "lib/wp80/_._",
  19174. "lib/wpa81/_._",
  19175. "lib/xamarinios10/_._",
  19176. "lib/xamarinmac20/_._",
  19177. "lib/xamarintvos10/_._",
  19178. "lib/xamarinwatchos10/_._",
  19179. "ref/MonoAndroid10/_._",
  19180. "ref/MonoTouch10/_._",
  19181. "ref/net45/_._",
  19182. "ref/netcore50/System.Text.Encoding.Extensions.dll",
  19183. "ref/netcore50/System.Text.Encoding.Extensions.xml",
  19184. "ref/netcore50/de/System.Text.Encoding.Extensions.xml",
  19185. "ref/netcore50/es/System.Text.Encoding.Extensions.xml",
  19186. "ref/netcore50/fr/System.Text.Encoding.Extensions.xml",
  19187. "ref/netcore50/it/System.Text.Encoding.Extensions.xml",
  19188. "ref/netcore50/ja/System.Text.Encoding.Extensions.xml",
  19189. "ref/netcore50/ko/System.Text.Encoding.Extensions.xml",
  19190. "ref/netcore50/ru/System.Text.Encoding.Extensions.xml",
  19191. "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml",
  19192. "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml",
  19193. "ref/netstandard1.0/System.Text.Encoding.Extensions.dll",
  19194. "ref/netstandard1.0/System.Text.Encoding.Extensions.xml",
  19195. "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml",
  19196. "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml",
  19197. "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml",
  19198. "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml",
  19199. "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml",
  19200. "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml",
  19201. "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml",
  19202. "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml",
  19203. "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml",
  19204. "ref/netstandard1.3/System.Text.Encoding.Extensions.dll",
  19205. "ref/netstandard1.3/System.Text.Encoding.Extensions.xml",
  19206. "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml",
  19207. "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml",
  19208. "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml",
  19209. "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml",
  19210. "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml",
  19211. "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml",
  19212. "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml",
  19213. "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml",
  19214. "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml",
  19215. "ref/portable-net45+win8+wp8+wpa81/_._",
  19216. "ref/win8/_._",
  19217. "ref/wp80/_._",
  19218. "ref/wpa81/_._",
  19219. "ref/xamarinios10/_._",
  19220. "ref/xamarinmac20/_._",
  19221. "ref/xamarintvos10/_._",
  19222. "ref/xamarinwatchos10/_._",
  19223. "system.text.encoding.extensions.4.3.0.nupkg.sha512",
  19224. "system.text.encoding.extensions.nuspec"
  19225. ]
  19226. },
  19227. "System.Text.RegularExpressions/4.3.0": {
  19228. "sha512": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
  19229. "type": "package",
  19230. "path": "system.text.regularexpressions/4.3.0",
  19231. "files": [
  19232. ".nupkg.metadata",
  19233. ".signature.p7s",
  19234. "ThirdPartyNotices.txt",
  19235. "dotnet_library_license.txt",
  19236. "lib/MonoAndroid10/_._",
  19237. "lib/MonoTouch10/_._",
  19238. "lib/net45/_._",
  19239. "lib/net463/System.Text.RegularExpressions.dll",
  19240. "lib/netcore50/System.Text.RegularExpressions.dll",
  19241. "lib/netstandard1.6/System.Text.RegularExpressions.dll",
  19242. "lib/portable-net45+win8+wp8+wpa81/_._",
  19243. "lib/win8/_._",
  19244. "lib/wp80/_._",
  19245. "lib/wpa81/_._",
  19246. "lib/xamarinios10/_._",
  19247. "lib/xamarinmac20/_._",
  19248. "lib/xamarintvos10/_._",
  19249. "lib/xamarinwatchos10/_._",
  19250. "ref/MonoAndroid10/_._",
  19251. "ref/MonoTouch10/_._",
  19252. "ref/net45/_._",
  19253. "ref/net463/System.Text.RegularExpressions.dll",
  19254. "ref/netcore50/System.Text.RegularExpressions.dll",
  19255. "ref/netcore50/System.Text.RegularExpressions.xml",
  19256. "ref/netcore50/de/System.Text.RegularExpressions.xml",
  19257. "ref/netcore50/es/System.Text.RegularExpressions.xml",
  19258. "ref/netcore50/fr/System.Text.RegularExpressions.xml",
  19259. "ref/netcore50/it/System.Text.RegularExpressions.xml",
  19260. "ref/netcore50/ja/System.Text.RegularExpressions.xml",
  19261. "ref/netcore50/ko/System.Text.RegularExpressions.xml",
  19262. "ref/netcore50/ru/System.Text.RegularExpressions.xml",
  19263. "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml",
  19264. "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml",
  19265. "ref/netcoreapp1.1/System.Text.RegularExpressions.dll",
  19266. "ref/netstandard1.0/System.Text.RegularExpressions.dll",
  19267. "ref/netstandard1.0/System.Text.RegularExpressions.xml",
  19268. "ref/netstandard1.0/de/System.Text.RegularExpressions.xml",
  19269. "ref/netstandard1.0/es/System.Text.RegularExpressions.xml",
  19270. "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml",
  19271. "ref/netstandard1.0/it/System.Text.RegularExpressions.xml",
  19272. "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml",
  19273. "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml",
  19274. "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml",
  19275. "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml",
  19276. "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml",
  19277. "ref/netstandard1.3/System.Text.RegularExpressions.dll",
  19278. "ref/netstandard1.3/System.Text.RegularExpressions.xml",
  19279. "ref/netstandard1.3/de/System.Text.RegularExpressions.xml",
  19280. "ref/netstandard1.3/es/System.Text.RegularExpressions.xml",
  19281. "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml",
  19282. "ref/netstandard1.3/it/System.Text.RegularExpressions.xml",
  19283. "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml",
  19284. "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml",
  19285. "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml",
  19286. "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml",
  19287. "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml",
  19288. "ref/netstandard1.6/System.Text.RegularExpressions.dll",
  19289. "ref/netstandard1.6/System.Text.RegularExpressions.xml",
  19290. "ref/netstandard1.6/de/System.Text.RegularExpressions.xml",
  19291. "ref/netstandard1.6/es/System.Text.RegularExpressions.xml",
  19292. "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml",
  19293. "ref/netstandard1.6/it/System.Text.RegularExpressions.xml",
  19294. "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml",
  19295. "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml",
  19296. "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml",
  19297. "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml",
  19298. "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml",
  19299. "ref/portable-net45+win8+wp8+wpa81/_._",
  19300. "ref/win8/_._",
  19301. "ref/wp80/_._",
  19302. "ref/wpa81/_._",
  19303. "ref/xamarinios10/_._",
  19304. "ref/xamarinmac20/_._",
  19305. "ref/xamarintvos10/_._",
  19306. "ref/xamarinwatchos10/_._",
  19307. "system.text.regularexpressions.4.3.0.nupkg.sha512",
  19308. "system.text.regularexpressions.nuspec"
  19309. ]
  19310. },
  19311. "System.Threading/4.3.0": {
  19312. "sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
  19313. "type": "package",
  19314. "path": "system.threading/4.3.0",
  19315. "files": [
  19316. ".nupkg.metadata",
  19317. ".signature.p7s",
  19318. "ThirdPartyNotices.txt",
  19319. "dotnet_library_license.txt",
  19320. "lib/MonoAndroid10/_._",
  19321. "lib/MonoTouch10/_._",
  19322. "lib/net45/_._",
  19323. "lib/netcore50/System.Threading.dll",
  19324. "lib/netstandard1.3/System.Threading.dll",
  19325. "lib/portable-net45+win8+wp8+wpa81/_._",
  19326. "lib/win8/_._",
  19327. "lib/wp80/_._",
  19328. "lib/wpa81/_._",
  19329. "lib/xamarinios10/_._",
  19330. "lib/xamarinmac20/_._",
  19331. "lib/xamarintvos10/_._",
  19332. "lib/xamarinwatchos10/_._",
  19333. "ref/MonoAndroid10/_._",
  19334. "ref/MonoTouch10/_._",
  19335. "ref/net45/_._",
  19336. "ref/netcore50/System.Threading.dll",
  19337. "ref/netcore50/System.Threading.xml",
  19338. "ref/netcore50/de/System.Threading.xml",
  19339. "ref/netcore50/es/System.Threading.xml",
  19340. "ref/netcore50/fr/System.Threading.xml",
  19341. "ref/netcore50/it/System.Threading.xml",
  19342. "ref/netcore50/ja/System.Threading.xml",
  19343. "ref/netcore50/ko/System.Threading.xml",
  19344. "ref/netcore50/ru/System.Threading.xml",
  19345. "ref/netcore50/zh-hans/System.Threading.xml",
  19346. "ref/netcore50/zh-hant/System.Threading.xml",
  19347. "ref/netstandard1.0/System.Threading.dll",
  19348. "ref/netstandard1.0/System.Threading.xml",
  19349. "ref/netstandard1.0/de/System.Threading.xml",
  19350. "ref/netstandard1.0/es/System.Threading.xml",
  19351. "ref/netstandard1.0/fr/System.Threading.xml",
  19352. "ref/netstandard1.0/it/System.Threading.xml",
  19353. "ref/netstandard1.0/ja/System.Threading.xml",
  19354. "ref/netstandard1.0/ko/System.Threading.xml",
  19355. "ref/netstandard1.0/ru/System.Threading.xml",
  19356. "ref/netstandard1.0/zh-hans/System.Threading.xml",
  19357. "ref/netstandard1.0/zh-hant/System.Threading.xml",
  19358. "ref/netstandard1.3/System.Threading.dll",
  19359. "ref/netstandard1.3/System.Threading.xml",
  19360. "ref/netstandard1.3/de/System.Threading.xml",
  19361. "ref/netstandard1.3/es/System.Threading.xml",
  19362. "ref/netstandard1.3/fr/System.Threading.xml",
  19363. "ref/netstandard1.3/it/System.Threading.xml",
  19364. "ref/netstandard1.3/ja/System.Threading.xml",
  19365. "ref/netstandard1.3/ko/System.Threading.xml",
  19366. "ref/netstandard1.3/ru/System.Threading.xml",
  19367. "ref/netstandard1.3/zh-hans/System.Threading.xml",
  19368. "ref/netstandard1.3/zh-hant/System.Threading.xml",
  19369. "ref/portable-net45+win8+wp8+wpa81/_._",
  19370. "ref/win8/_._",
  19371. "ref/wp80/_._",
  19372. "ref/wpa81/_._",
  19373. "ref/xamarinios10/_._",
  19374. "ref/xamarinmac20/_._",
  19375. "ref/xamarintvos10/_._",
  19376. "ref/xamarinwatchos10/_._",
  19377. "runtimes/aot/lib/netcore50/System.Threading.dll",
  19378. "system.threading.4.3.0.nupkg.sha512",
  19379. "system.threading.nuspec"
  19380. ]
  19381. },
  19382. "System.Threading.Tasks/4.3.0": {
  19383. "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  19384. "type": "package",
  19385. "path": "system.threading.tasks/4.3.0",
  19386. "files": [
  19387. ".nupkg.metadata",
  19388. ".signature.p7s",
  19389. "ThirdPartyNotices.txt",
  19390. "dotnet_library_license.txt",
  19391. "lib/MonoAndroid10/_._",
  19392. "lib/MonoTouch10/_._",
  19393. "lib/net45/_._",
  19394. "lib/portable-net45+win8+wp8+wpa81/_._",
  19395. "lib/win8/_._",
  19396. "lib/wp80/_._",
  19397. "lib/wpa81/_._",
  19398. "lib/xamarinios10/_._",
  19399. "lib/xamarinmac20/_._",
  19400. "lib/xamarintvos10/_._",
  19401. "lib/xamarinwatchos10/_._",
  19402. "ref/MonoAndroid10/_._",
  19403. "ref/MonoTouch10/_._",
  19404. "ref/net45/_._",
  19405. "ref/netcore50/System.Threading.Tasks.dll",
  19406. "ref/netcore50/System.Threading.Tasks.xml",
  19407. "ref/netcore50/de/System.Threading.Tasks.xml",
  19408. "ref/netcore50/es/System.Threading.Tasks.xml",
  19409. "ref/netcore50/fr/System.Threading.Tasks.xml",
  19410. "ref/netcore50/it/System.Threading.Tasks.xml",
  19411. "ref/netcore50/ja/System.Threading.Tasks.xml",
  19412. "ref/netcore50/ko/System.Threading.Tasks.xml",
  19413. "ref/netcore50/ru/System.Threading.Tasks.xml",
  19414. "ref/netcore50/zh-hans/System.Threading.Tasks.xml",
  19415. "ref/netcore50/zh-hant/System.Threading.Tasks.xml",
  19416. "ref/netstandard1.0/System.Threading.Tasks.dll",
  19417. "ref/netstandard1.0/System.Threading.Tasks.xml",
  19418. "ref/netstandard1.0/de/System.Threading.Tasks.xml",
  19419. "ref/netstandard1.0/es/System.Threading.Tasks.xml",
  19420. "ref/netstandard1.0/fr/System.Threading.Tasks.xml",
  19421. "ref/netstandard1.0/it/System.Threading.Tasks.xml",
  19422. "ref/netstandard1.0/ja/System.Threading.Tasks.xml",
  19423. "ref/netstandard1.0/ko/System.Threading.Tasks.xml",
  19424. "ref/netstandard1.0/ru/System.Threading.Tasks.xml",
  19425. "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml",
  19426. "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml",
  19427. "ref/netstandard1.3/System.Threading.Tasks.dll",
  19428. "ref/netstandard1.3/System.Threading.Tasks.xml",
  19429. "ref/netstandard1.3/de/System.Threading.Tasks.xml",
  19430. "ref/netstandard1.3/es/System.Threading.Tasks.xml",
  19431. "ref/netstandard1.3/fr/System.Threading.Tasks.xml",
  19432. "ref/netstandard1.3/it/System.Threading.Tasks.xml",
  19433. "ref/netstandard1.3/ja/System.Threading.Tasks.xml",
  19434. "ref/netstandard1.3/ko/System.Threading.Tasks.xml",
  19435. "ref/netstandard1.3/ru/System.Threading.Tasks.xml",
  19436. "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml",
  19437. "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml",
  19438. "ref/portable-net45+win8+wp8+wpa81/_._",
  19439. "ref/win8/_._",
  19440. "ref/wp80/_._",
  19441. "ref/wpa81/_._",
  19442. "ref/xamarinios10/_._",
  19443. "ref/xamarinmac20/_._",
  19444. "ref/xamarintvos10/_._",
  19445. "ref/xamarinwatchos10/_._",
  19446. "system.threading.tasks.4.3.0.nupkg.sha512",
  19447. "system.threading.tasks.nuspec"
  19448. ]
  19449. },
  19450. "System.Threading.Tasks.Extensions/4.3.0": {
  19451. "sha512": "npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
  19452. "type": "package",
  19453. "path": "system.threading.tasks.extensions/4.3.0",
  19454. "files": [
  19455. ".nupkg.metadata",
  19456. ".signature.p7s",
  19457. "ThirdPartyNotices.txt",
  19458. "dotnet_library_license.txt",
  19459. "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll",
  19460. "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml",
  19461. "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll",
  19462. "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml",
  19463. "system.threading.tasks.extensions.4.3.0.nupkg.sha512",
  19464. "system.threading.tasks.extensions.nuspec"
  19465. ]
  19466. },
  19467. "System.Threading.ThreadPool/4.3.0": {
  19468. "sha512": "k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==",
  19469. "type": "package",
  19470. "path": "system.threading.threadpool/4.3.0",
  19471. "files": [
  19472. ".nupkg.metadata",
  19473. ".signature.p7s",
  19474. "ThirdPartyNotices.txt",
  19475. "dotnet_library_license.txt",
  19476. "lib/MonoAndroid10/_._",
  19477. "lib/MonoTouch10/_._",
  19478. "lib/net46/System.Threading.ThreadPool.dll",
  19479. "lib/netcore50/_._",
  19480. "lib/netstandard1.3/System.Threading.ThreadPool.dll",
  19481. "lib/xamarinios10/_._",
  19482. "lib/xamarinmac20/_._",
  19483. "lib/xamarintvos10/_._",
  19484. "lib/xamarinwatchos10/_._",
  19485. "ref/MonoAndroid10/_._",
  19486. "ref/MonoTouch10/_._",
  19487. "ref/net46/System.Threading.ThreadPool.dll",
  19488. "ref/netstandard1.3/System.Threading.ThreadPool.dll",
  19489. "ref/netstandard1.3/System.Threading.ThreadPool.xml",
  19490. "ref/netstandard1.3/de/System.Threading.ThreadPool.xml",
  19491. "ref/netstandard1.3/es/System.Threading.ThreadPool.xml",
  19492. "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml",
  19493. "ref/netstandard1.3/it/System.Threading.ThreadPool.xml",
  19494. "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml",
  19495. "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml",
  19496. "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml",
  19497. "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml",
  19498. "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml",
  19499. "ref/xamarinios10/_._",
  19500. "ref/xamarinmac20/_._",
  19501. "ref/xamarintvos10/_._",
  19502. "ref/xamarinwatchos10/_._",
  19503. "system.threading.threadpool.4.3.0.nupkg.sha512",
  19504. "system.threading.threadpool.nuspec"
  19505. ]
  19506. },
  19507. "System.Threading.Timer/4.3.0": {
  19508. "sha512": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==",
  19509. "type": "package",
  19510. "path": "system.threading.timer/4.3.0",
  19511. "files": [
  19512. ".nupkg.metadata",
  19513. ".signature.p7s",
  19514. "ThirdPartyNotices.txt",
  19515. "dotnet_library_license.txt",
  19516. "lib/MonoAndroid10/_._",
  19517. "lib/MonoTouch10/_._",
  19518. "lib/net451/_._",
  19519. "lib/portable-net451+win81+wpa81/_._",
  19520. "lib/win81/_._",
  19521. "lib/wpa81/_._",
  19522. "lib/xamarinios10/_._",
  19523. "lib/xamarinmac20/_._",
  19524. "lib/xamarintvos10/_._",
  19525. "lib/xamarinwatchos10/_._",
  19526. "ref/MonoAndroid10/_._",
  19527. "ref/MonoTouch10/_._",
  19528. "ref/net451/_._",
  19529. "ref/netcore50/System.Threading.Timer.dll",
  19530. "ref/netcore50/System.Threading.Timer.xml",
  19531. "ref/netcore50/de/System.Threading.Timer.xml",
  19532. "ref/netcore50/es/System.Threading.Timer.xml",
  19533. "ref/netcore50/fr/System.Threading.Timer.xml",
  19534. "ref/netcore50/it/System.Threading.Timer.xml",
  19535. "ref/netcore50/ja/System.Threading.Timer.xml",
  19536. "ref/netcore50/ko/System.Threading.Timer.xml",
  19537. "ref/netcore50/ru/System.Threading.Timer.xml",
  19538. "ref/netcore50/zh-hans/System.Threading.Timer.xml",
  19539. "ref/netcore50/zh-hant/System.Threading.Timer.xml",
  19540. "ref/netstandard1.2/System.Threading.Timer.dll",
  19541. "ref/netstandard1.2/System.Threading.Timer.xml",
  19542. "ref/netstandard1.2/de/System.Threading.Timer.xml",
  19543. "ref/netstandard1.2/es/System.Threading.Timer.xml",
  19544. "ref/netstandard1.2/fr/System.Threading.Timer.xml",
  19545. "ref/netstandard1.2/it/System.Threading.Timer.xml",
  19546. "ref/netstandard1.2/ja/System.Threading.Timer.xml",
  19547. "ref/netstandard1.2/ko/System.Threading.Timer.xml",
  19548. "ref/netstandard1.2/ru/System.Threading.Timer.xml",
  19549. "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml",
  19550. "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml",
  19551. "ref/portable-net451+win81+wpa81/_._",
  19552. "ref/win81/_._",
  19553. "ref/wpa81/_._",
  19554. "ref/xamarinios10/_._",
  19555. "ref/xamarinmac20/_._",
  19556. "ref/xamarintvos10/_._",
  19557. "ref/xamarinwatchos10/_._",
  19558. "system.threading.timer.4.3.0.nupkg.sha512",
  19559. "system.threading.timer.nuspec"
  19560. ]
  19561. },
  19562. "System.Xml.ReaderWriter/4.3.0": {
  19563. "sha512": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
  19564. "type": "package",
  19565. "path": "system.xml.readerwriter/4.3.0",
  19566. "files": [
  19567. ".nupkg.metadata",
  19568. ".signature.p7s",
  19569. "ThirdPartyNotices.txt",
  19570. "dotnet_library_license.txt",
  19571. "lib/MonoAndroid10/_._",
  19572. "lib/MonoTouch10/_._",
  19573. "lib/net45/_._",
  19574. "lib/net46/System.Xml.ReaderWriter.dll",
  19575. "lib/netcore50/System.Xml.ReaderWriter.dll",
  19576. "lib/netstandard1.3/System.Xml.ReaderWriter.dll",
  19577. "lib/portable-net45+win8+wp8+wpa81/_._",
  19578. "lib/win8/_._",
  19579. "lib/wp80/_._",
  19580. "lib/wpa81/_._",
  19581. "lib/xamarinios10/_._",
  19582. "lib/xamarinmac20/_._",
  19583. "lib/xamarintvos10/_._",
  19584. "lib/xamarinwatchos10/_._",
  19585. "ref/MonoAndroid10/_._",
  19586. "ref/MonoTouch10/_._",
  19587. "ref/net45/_._",
  19588. "ref/net46/System.Xml.ReaderWriter.dll",
  19589. "ref/netcore50/System.Xml.ReaderWriter.dll",
  19590. "ref/netcore50/System.Xml.ReaderWriter.xml",
  19591. "ref/netcore50/de/System.Xml.ReaderWriter.xml",
  19592. "ref/netcore50/es/System.Xml.ReaderWriter.xml",
  19593. "ref/netcore50/fr/System.Xml.ReaderWriter.xml",
  19594. "ref/netcore50/it/System.Xml.ReaderWriter.xml",
  19595. "ref/netcore50/ja/System.Xml.ReaderWriter.xml",
  19596. "ref/netcore50/ko/System.Xml.ReaderWriter.xml",
  19597. "ref/netcore50/ru/System.Xml.ReaderWriter.xml",
  19598. "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml",
  19599. "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml",
  19600. "ref/netstandard1.0/System.Xml.ReaderWriter.dll",
  19601. "ref/netstandard1.0/System.Xml.ReaderWriter.xml",
  19602. "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml",
  19603. "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml",
  19604. "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml",
  19605. "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml",
  19606. "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml",
  19607. "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml",
  19608. "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml",
  19609. "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml",
  19610. "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml",
  19611. "ref/netstandard1.3/System.Xml.ReaderWriter.dll",
  19612. "ref/netstandard1.3/System.Xml.ReaderWriter.xml",
  19613. "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml",
  19614. "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml",
  19615. "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml",
  19616. "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml",
  19617. "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml",
  19618. "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml",
  19619. "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml",
  19620. "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml",
  19621. "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml",
  19622. "ref/portable-net45+win8+wp8+wpa81/_._",
  19623. "ref/win8/_._",
  19624. "ref/wp80/_._",
  19625. "ref/wpa81/_._",
  19626. "ref/xamarinios10/_._",
  19627. "ref/xamarinmac20/_._",
  19628. "ref/xamarintvos10/_._",
  19629. "ref/xamarinwatchos10/_._",
  19630. "system.xml.readerwriter.4.3.0.nupkg.sha512",
  19631. "system.xml.readerwriter.nuspec"
  19632. ]
  19633. },
  19634. "System.Xml.XDocument/4.3.0": {
  19635. "sha512": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==",
  19636. "type": "package",
  19637. "path": "system.xml.xdocument/4.3.0",
  19638. "files": [
  19639. ".nupkg.metadata",
  19640. ".signature.p7s",
  19641. "ThirdPartyNotices.txt",
  19642. "dotnet_library_license.txt",
  19643. "lib/MonoAndroid10/_._",
  19644. "lib/MonoTouch10/_._",
  19645. "lib/net45/_._",
  19646. "lib/netcore50/System.Xml.XDocument.dll",
  19647. "lib/netstandard1.3/System.Xml.XDocument.dll",
  19648. "lib/portable-net45+win8+wp8+wpa81/_._",
  19649. "lib/win8/_._",
  19650. "lib/wp80/_._",
  19651. "lib/wpa81/_._",
  19652. "lib/xamarinios10/_._",
  19653. "lib/xamarinmac20/_._",
  19654. "lib/xamarintvos10/_._",
  19655. "lib/xamarinwatchos10/_._",
  19656. "ref/MonoAndroid10/_._",
  19657. "ref/MonoTouch10/_._",
  19658. "ref/net45/_._",
  19659. "ref/netcore50/System.Xml.XDocument.dll",
  19660. "ref/netcore50/System.Xml.XDocument.xml",
  19661. "ref/netcore50/de/System.Xml.XDocument.xml",
  19662. "ref/netcore50/es/System.Xml.XDocument.xml",
  19663. "ref/netcore50/fr/System.Xml.XDocument.xml",
  19664. "ref/netcore50/it/System.Xml.XDocument.xml",
  19665. "ref/netcore50/ja/System.Xml.XDocument.xml",
  19666. "ref/netcore50/ko/System.Xml.XDocument.xml",
  19667. "ref/netcore50/ru/System.Xml.XDocument.xml",
  19668. "ref/netcore50/zh-hans/System.Xml.XDocument.xml",
  19669. "ref/netcore50/zh-hant/System.Xml.XDocument.xml",
  19670. "ref/netstandard1.0/System.Xml.XDocument.dll",
  19671. "ref/netstandard1.0/System.Xml.XDocument.xml",
  19672. "ref/netstandard1.0/de/System.Xml.XDocument.xml",
  19673. "ref/netstandard1.0/es/System.Xml.XDocument.xml",
  19674. "ref/netstandard1.0/fr/System.Xml.XDocument.xml",
  19675. "ref/netstandard1.0/it/System.Xml.XDocument.xml",
  19676. "ref/netstandard1.0/ja/System.Xml.XDocument.xml",
  19677. "ref/netstandard1.0/ko/System.Xml.XDocument.xml",
  19678. "ref/netstandard1.0/ru/System.Xml.XDocument.xml",
  19679. "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml",
  19680. "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml",
  19681. "ref/netstandard1.3/System.Xml.XDocument.dll",
  19682. "ref/netstandard1.3/System.Xml.XDocument.xml",
  19683. "ref/netstandard1.3/de/System.Xml.XDocument.xml",
  19684. "ref/netstandard1.3/es/System.Xml.XDocument.xml",
  19685. "ref/netstandard1.3/fr/System.Xml.XDocument.xml",
  19686. "ref/netstandard1.3/it/System.Xml.XDocument.xml",
  19687. "ref/netstandard1.3/ja/System.Xml.XDocument.xml",
  19688. "ref/netstandard1.3/ko/System.Xml.XDocument.xml",
  19689. "ref/netstandard1.3/ru/System.Xml.XDocument.xml",
  19690. "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml",
  19691. "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml",
  19692. "ref/portable-net45+win8+wp8+wpa81/_._",
  19693. "ref/win8/_._",
  19694. "ref/wp80/_._",
  19695. "ref/wpa81/_._",
  19696. "ref/xamarinios10/_._",
  19697. "ref/xamarinmac20/_._",
  19698. "ref/xamarintvos10/_._",
  19699. "ref/xamarinwatchos10/_._",
  19700. "system.xml.xdocument.4.3.0.nupkg.sha512",
  19701. "system.xml.xdocument.nuspec"
  19702. ]
  19703. }
  19704. },
  19705. "projectFileDependencyGroups": {
  19706. "net6.0": [
  19707. "Independentsoft.Exchange >= 3.0.700",
  19708. "Json.Net >= 1.0.33",
  19709. "Microsoft.AspNet.WebApi.Client >= 5.2.9",
  19710. "Microsoft.Exchange.WebServices >= 2.2.0",
  19711. "Microsoft.Identity.Client >= 4.49.1",
  19712. "Newtonsoft.Json >= 13.0.1",
  19713. "RestSharp >= 108.0.2",
  19714. "System.Data.SqlClient >= 4.4.0"
  19715. ]
  19716. },
  19717. "packageFolders": {
  19718. "/Users/mcarman/.nuget/packages/": {}
  19719. },
  19720. "project": {
  19721. "version": "1.0.0",
  19722. "restore": {
  19723. "projectUniqueName": "/Users/mcarman/Projects/vscode/jdis_import/jdis_import.csproj",
  19724. "projectName": "jdis_import",
  19725. "projectPath": "/Users/mcarman/Projects/vscode/jdis_import/jdis_import.csproj",
  19726. "packagesPath": "/Users/mcarman/.nuget/packages/",
  19727. "outputPath": "/Users/mcarman/Projects/vscode/jdis_import/obj/",
  19728. "projectStyle": "PackageReference",
  19729. "configFilePaths": [
  19730. "/Users/mcarman/.nuget/NuGet/NuGet.Config"
  19731. ],
  19732. "originalTargetFrameworks": [
  19733. "net6.0"
  19734. ],
  19735. "sources": {
  19736. "https://api.nuget.org/v3/index.json": {}
  19737. },
  19738. "frameworks": {
  19739. "net6.0": {
  19740. "targetAlias": "net6.0",
  19741. "projectReferences": {}
  19742. }
  19743. },
  19744. "warningProperties": {
  19745. "warnAsError": [
  19746. "NU1605"
  19747. ]
  19748. },
  19749. "restoreAuditProperties": {
  19750. "enableAudit": "true",
  19751. "auditLevel": "low",
  19752. "auditMode": "direct"
  19753. },
  19754. "SdkAnalysisLevel": "9.0.100"
  19755. },
  19756. "frameworks": {
  19757. "net6.0": {
  19758. "targetAlias": "net6.0",
  19759. "dependencies": {
  19760. "Independentsoft.Exchange": {
  19761. "target": "Package",
  19762. "version": "[3.0.700, )"
  19763. },
  19764. "Json.Net": {
  19765. "target": "Package",
  19766. "version": "[1.0.33, )"
  19767. },
  19768. "Microsoft.AspNet.WebApi.Client": {
  19769. "target": "Package",
  19770. "version": "[5.2.9, )"
  19771. },
  19772. "Microsoft.Exchange.WebServices": {
  19773. "target": "Package",
  19774. "version": "[2.2.0, )"
  19775. },
  19776. "Microsoft.Identity.Client": {
  19777. "target": "Package",
  19778. "version": "[4.49.1, )"
  19779. },
  19780. "Newtonsoft.Json": {
  19781. "target": "Package",
  19782. "version": "[13.0.1, )"
  19783. },
  19784. "RestSharp": {
  19785. "target": "Package",
  19786. "version": "[108.0.2, )"
  19787. },
  19788. "System.Data.SqlClient": {
  19789. "target": "Package",
  19790. "version": "[4.4.0, )"
  19791. }
  19792. },
  19793. "imports": [
  19794. "net461",
  19795. "net462",
  19796. "net47",
  19797. "net471",
  19798. "net472",
  19799. "net48",
  19800. "net481"
  19801. ],
  19802. "assetTargetFallback": true,
  19803. "warn": true,
  19804. "downloadDependencies": [
  19805. {
  19806. "name": "Microsoft.AspNetCore.App.Ref",
  19807. "version": "[6.0.36, 6.0.36]"
  19808. },
  19809. {
  19810. "name": "Microsoft.AspNetCore.App.Runtime.linux-x64",
  19811. "version": "[6.0.36, 6.0.36]"
  19812. },
  19813. {
  19814. "name": "Microsoft.NETCore.App.Host.linux-x64",
  19815. "version": "[6.0.36, 6.0.36]"
  19816. },
  19817. {
  19818. "name": "Microsoft.NETCore.App.Ref",
  19819. "version": "[6.0.36, 6.0.36]"
  19820. },
  19821. {
  19822. "name": "Microsoft.NETCore.App.Runtime.linux-x64",
  19823. "version": "[6.0.36, 6.0.36]"
  19824. }
  19825. ],
  19826. "frameworkReferences": {
  19827. "Microsoft.NETCore.App": {
  19828. "privateAssets": "all"
  19829. }
  19830. },
  19831. "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/9.0.101/RuntimeIdentifierGraph.json"
  19832. }
  19833. },
  19834. "runtimes": {
  19835. "linux-x64": {
  19836. "#import": []
  19837. }
  19838. }
  19839. },
  19840. "logs": [
  19841. {
  19842. "code": "NU1902",
  19843. "level": "Warning",
  19844. "warningLevel": 1,
  19845. "message": "Package 'Microsoft.Identity.Client' 4.49.1 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-m5vv-6r4h-3vj9",
  19846. "libraryId": "Microsoft.Identity.Client",
  19847. "targetGraphs": [
  19848. "net6.0",
  19849. "net6.0/linux-x64"
  19850. ]
  19851. },
  19852. {
  19853. "code": "NU1901",
  19854. "level": "Warning",
  19855. "warningLevel": 1,
  19856. "message": "Package 'Microsoft.Identity.Client' 4.49.1 has a known low severity vulnerability, https://github.com/advisories/GHSA-x674-v45j-fwxw",
  19857. "libraryId": "Microsoft.Identity.Client",
  19858. "targetGraphs": [
  19859. "net6.0",
  19860. "net6.0/linux-x64"
  19861. ]
  19862. },
  19863. {
  19864. "code": "NU1902",
  19865. "level": "Warning",
  19866. "warningLevel": 1,
  19867. "message": "Package 'RestSharp' 108.0.2 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-4rr6-2v9v-wcpc",
  19868. "libraryId": "RestSharp",
  19869. "targetGraphs": [
  19870. "net6.0",
  19871. "net6.0/linux-x64"
  19872. ]
  19873. },
  19874. {
  19875. "code": "NU1902",
  19876. "level": "Warning",
  19877. "warningLevel": 1,
  19878. "message": "Package 'System.Data.SqlClient' 4.4.0 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-8g2p-5pqh-5jmc",
  19879. "libraryId": "System.Data.SqlClient",
  19880. "targetGraphs": [
  19881. "net6.0",
  19882. "net6.0/linux-x64"
  19883. ]
  19884. },
  19885. {
  19886. "code": "NU1903",
  19887. "level": "Warning",
  19888. "warningLevel": 1,
  19889. "message": "Package 'System.Data.SqlClient' 4.4.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-98g6-xh36-x2p7",
  19890. "libraryId": "System.Data.SqlClient",
  19891. "targetGraphs": [
  19892. "net6.0",
  19893. "net6.0/linux-x64"
  19894. ]
  19895. },
  19896. {
  19897. "code": "NU1701",
  19898. "level": "Warning",
  19899. "warningLevel": 1,
  19900. "message": "Package 'Microsoft.Exchange.WebServices 2.2.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net6.0'. This package may not be fully compatible with your project.",
  19901. "libraryId": "Microsoft.Exchange.WebServices",
  19902. "targetGraphs": [
  19903. "net6.0"
  19904. ]
  19905. }
  19906. ]
  19907. }