ews javascript api

JsonNames

declaration
 JsonNames 

var JsonNames = (function () {
    function JsonNames() {
    }
    JsonNames.Events = "Events";
    JsonNames.NotificationType = "NotificationType";
    JsonNames.OldFolderId = "OldFolderId";
    JsonNames.OldItemId = "OldItemId";
    JsonNames.PathToExtendedFieldType = "ExtendedPropertyUri";
    JsonNames.PathToIndexedFieldType = "DictionaryPropertyUri";
    JsonNames.PathToUnindexedFieldType = "PropertyUri";
    JsonNames.Path = "Path";
    JsonNames.RecurrencePattern = "RecurrencePattern";
    JsonNames.RecurrenceRange = "RecurrenceRange";
    return JsonNames;
})();
exports.JsonNames = JsonNames;