5 lines
67 B
TypeScript
5 lines
67 B
TypeScript
|
export enum ExchangeAuthentication {
|
||
|
STANDARD = 0,
|
||
|
NTLM = 1,
|
||
|
}
|