UNPKG
@jaricardodev/ews-javascript-api
Version:
latest (0.11.1)
0.11.1
EWS Managed api in JavaScript
github.com/gautamsi/ews-javascript-api
gautamsi/ews-javascript-api
@jaricardodev/ews-javascript-api
/
src
/
js
/
Enumerations
/
ContactSource.ts
16 lines
(13 loc)
•
287 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** * Defines the source of a contact or group. */
export
enum
ContactSource
{
/** * The contact or group is stored in the Global Address List */
ActiveDirectory =
0
,
/** * The contact or group is stored in Exchange. */
Store =
1
}