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
/
SendPrompt.ts
21 lines
(17 loc)
•
270 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/** * The values indicate the types of item icons to display. */
export
enum
SendPrompt
{
/** * None */
None
=
0
,
/** * Send */
Send
=
1
,
/** * VotingOption */
VotingOption =
2
}