@jaricardodev/ews-javascript-api
Version:
EWS Managed api in JavaScript
13 lines (12 loc) • 423 B
text/typescript
/**custom created to simplify creation of above Enum(s) to ExchangeVersion mapping in EwsUtil, There is no c# like Attribute typesystem and reflection available */
export enum EnumToSchemaMappingHelper {
WellKnownFolderName,
/**Item Traversal */
ItemTraversal,
ConversationQueryTraversal,
FileAsMapping,
EventType,
MeetingRequestsDeliveryScope,
ViewFilter,
MailboxType,
}