├── .editorconfig ├── .github └── workflows │ └── php.yml ├── .idea ├── modules.xml └── vcs.xml ├── .scrutinizer.yml ├── CHANGELOG.md ├── LICENSE.txt ├── README.md ├── Resources ├── recordings │ └── garethp │ │ └── ews │ │ └── Test │ │ ├── API │ │ ├── ExchangeAutodiscoverTest.testGetAPI.json │ │ └── ExchangeAutodiscoverTest.testGetAPIFailure.json │ │ ├── APITest.testClientGetSet.json │ │ ├── APITest.testCreateCalendars.json │ │ ├── APITest.testCreateFolders.json │ │ ├── APITest.testCreateItems.json │ │ ├── APITest.testDeleteFolder.json │ │ ├── APITest.testDeleteItems.json │ │ ├── APITest.testDeleteItemsFail.json │ │ ├── APITest.testFolderPaging.json │ │ ├── APITest.testGetFolderByDisplayName.json │ │ ├── APITest.testGetFolderByDisplayNameFail.json │ │ ├── APITest.testGetFolderByDistinguishedId.json │ │ ├── APITest.testGetItems.json │ │ ├── APITest.testGetServerTimezones.json │ │ ├── APITest.testListItemChanges.json │ │ ├── APITest.testPrimarySmtpAddress.json │ │ ├── Calendar │ │ ├── CalendarTest.testCalendarInternationalCharacters.json │ │ ├── CalendarTest.testCalendarTimezoneHandling.json │ │ ├── CalendarTest.testDeleteCalendarItem.json │ │ ├── CalendarTest.testGetCalendarItem.json │ │ ├── CalendarTest.testGetCalendarItems.json │ │ ├── CalendarTest.testListChanges.json │ │ ├── CalendarTest.testPickCalendar.json │ │ ├── CalendarTest.testRecurringEventSupport.json │ │ └── CalendarTest.testUpdateCalendarItem.json │ │ ├── Contacts │ │ ├── ContactsAPITest.testContactBulkOperations.json │ │ ├── ContactsAPITest.testContactFieldVariations.json │ │ ├── ContactsAPITest.testCreateContact.json │ │ ├── ContactsAPITest.testDeleteContactField.json │ │ ├── ContactsAPITest.testGetContacts.json │ │ ├── ContactsAPITest.testInternationalContactSupport.json │ │ ├── ContactsAPITest.testPaging.json │ │ └── ContactsAPITest.testUpdateContact.json │ │ └── Mail │ │ ├── MailAPITest.testGetFolderId.json │ │ ├── MailAPITest.testGetMailItems.json │ │ ├── MailAPITest.testGetSingleMailItem.json │ │ ├── MailAPITest.testGetUnreadMailItems.json │ │ ├── MailAPITest.testMarkMailAsRead.json │ │ ├── MailAPITest.testPickMailFolder.json │ │ ├── MailAPITest.testSetCcAndBcc.json │ │ └── MailAPITest.testSetFolderId.json └── wsdl │ ├── messages.xsd │ ├── notification-service.wsdl │ ├── services.wsdl │ └── types.xsd ├── TODO.md ├── bin └── generateModels.php ├── composer.json ├── phpunit.live.xml ├── phpunit.record.xml ├── phpunit.xml ├── ruleset.xml └── src ├── API.php ├── API ├── ClassMap.php ├── Enumeration.php ├── Enumeration │ ├── AffectedTaskOccurrencesType.php │ ├── AggregateType.php │ ├── AppointmentState.php │ ├── AvailabilityProxyRequestType.php │ ├── BodyTypeResponseType.php │ ├── BodyTypeType.php │ ├── CalendarItemCreateOrDeleteOperationType.php │ ├── CalendarItemTypeType.php │ ├── CalendarItemUpdateOperationType.php │ ├── CalendarPermissionLevelType.php │ ├── CalendarPermissionReadAccessType.php │ ├── CompleteActionType.php │ ├── ConferenceType.php │ ├── ConflictResolutionType.php │ ├── ConnectionFailureCauseType.php │ ├── ConnectionStatusType.php │ ├── ContactSourceType.php │ ├── ContainmentComparisonType.php │ ├── ContainmentModeType.php │ ├── ConversationActionTypeType.php │ ├── ConversationQueryTraversalType.php │ ├── CreateActionType.php │ ├── DateTimePrecisionType.php │ ├── DayOfWeekIndexType.php │ ├── DayOfWeekType.php │ ├── DaysOfWeekType.php │ ├── DefaultShapeNamesType.php │ ├── DelegateFolderPermissionLevelType.php │ ├── DeliverMeetingRequestsType.php │ ├── DerivedItemIdType.php │ ├── DictionaryURIType.php │ ├── DisposalType.php │ ├── DistinguishedFolderIdNameType.php │ ├── DistinguishedPropertySetType.php │ ├── DistinguishedUserType.php │ ├── EmailAddressKeyType.php │ ├── ExceptionPropertyURIType.php │ ├── ExchangeVersionType.php │ ├── ExcludesAttributeType.php │ ├── ExternalAudience.php │ ├── ExternalAudienceType.php │ ├── FileAsMappingType.php │ ├── FlagStatusType.php │ ├── FlaggedForActionType.php │ ├── FolderClassType.php │ ├── FolderQueryTraversalType.php │ ├── FreeBusyViewType.php │ ├── GuidType.php │ ├── IdFormatType.php │ ├── ImAddressKeyType.php │ ├── ImportanceChoicesType.php │ ├── IndexBasePointType.php │ ├── InvalidRecipientResponseCodeType.php │ ├── ItemClassType.php │ ├── ItemQueryTraversalType.php │ ├── LegacyFreeBusyType.php │ ├── MailTipTypes.php │ ├── MailTipTypesType.php │ ├── MailboxSearchLocationType.php │ ├── MailboxTypeType.php │ ├── MapiPropertyTypeType.php │ ├── MaxSyncChangesReturnedType.php │ ├── MeetingAttendeeType.php │ ├── MeetingRequestTypeType.php │ ├── MemberStatusType.php │ ├── MessageDispositionType.php │ ├── MessageTrackingDeliveryStatusType.php │ ├── MessageTrackingEventDescriptionType.php │ ├── MessageTrackingReportTemplateType.php │ ├── MonthNamesType.php │ ├── NonEmptyStringType.php │ ├── NotificationEventTypeType.php │ ├── Occurrence.php │ ├── OofState.php │ ├── OofStateType.php │ ├── PermissionActionType.php │ ├── PermissionLevelType.php │ ├── PermissionReadAccessType.php │ ├── PhoneCallStateType.php │ ├── PhoneNumberKeyType.php │ ├── PhysicalAddressIndexType.php │ ├── PhysicalAddressKeyType.php │ ├── PropertyTagType.php │ ├── ProtectionRuleActionKindType.php │ ├── ProtectionRuleAllInternalType.php │ ├── ProtectionRuleTrueType.php │ ├── ProtectionRuleValueType.php │ ├── ReminderGroup.php │ ├── ReminderMinutesBeforeStartType.php │ ├── ResolveNamesSearchScopeType.php │ ├── ResponseClassType.php │ ├── ResponseCodeType.php │ ├── ResponseTypeType.php │ ├── RoutingType.php │ ├── RuleFieldURIType.php │ ├── RuleValidationErrorCodeType.php │ ├── Scope.php │ ├── SearchFolderTraversalType.php │ ├── SearchItemKindType.php │ ├── SensitivityChoicesType.php │ ├── ServiceConfigurationType.php │ ├── SharingDataType.php │ ├── SortDirectionType.php │ ├── SpecialLogonTypeType.php │ ├── StandardGroupByType.php │ ├── StreamingSubscriptionConnectionTimeoutType.php │ ├── SubscriptionIdType.php │ ├── SubscriptionStatusFrequencyType.php │ ├── SubscriptionStatusType.php │ ├── SubscriptionTimeoutType.php │ ├── SuggestionQuality.php │ ├── SuggestionQualityType.php │ ├── SyncFolderItemsScopeType.php │ ├── TaskDelegateStateType.php │ ├── TaskStatusType.php │ ├── TaskType.php │ ├── TransitionTargetKindType.php │ ├── UnindexedFieldURIType.php │ ├── UserConfigurationDictionaryObjectTypesType.php │ ├── UserConfigurationPropertyType.php │ ├── ViewFilterType.php │ └── WatermarkType.php ├── Exception.php ├── Exception │ ├── AutodiscoverFailed.php │ ├── ExchangeException.php │ ├── NoResponseReturnedException.php │ ├── ServiceUnavailableException.php │ └── UnauthorizedException.php ├── ExchangeAutodiscover.php ├── ExchangeWebServices.php ├── ExchangeWebServices │ └── MiddlewareFactory.php ├── ExchangeWebServicesAuth.php ├── FieldURIManager.php ├── ItemUpdateBuilder.php ├── MagicMethodsTrait.php ├── Message.php ├── Message │ ├── AddDelegate.php │ ├── AddDelegateResponse.php │ ├── AddDelegateResponseMessageType.php │ ├── AddDelegateType.php │ ├── ApplyConversationAction.php │ ├── ApplyConversationActionResponse.php │ ├── ApplyConversationActionResponseType.php │ ├── ApplyConversationActionType.php │ ├── ArrayOfResponseMessagesType.php │ ├── AttachmentInfoResponseMessageType.php │ ├── BaseDelegateResponseMessageType.php │ ├── BaseDelegateType.php │ ├── BaseMoveCopyFolderType.php │ ├── BaseMoveCopyItemType.php │ ├── BaseRequestType.php │ ├── BaseResponseMessageType.php │ ├── ConvertId.php │ ├── ConvertIdResponse.php │ ├── ConvertIdResponseMessageType.php │ ├── ConvertIdResponseType.php │ ├── ConvertIdType.php │ ├── CopyFolder.php │ ├── CopyFolderResponse.php │ ├── CopyFolderResponseType.php │ ├── CopyFolderType.php │ ├── CopyItem.php │ ├── CopyItemResponse.php │ ├── CopyItemResponseType.php │ ├── CopyItemType.php │ ├── CreateAttachment.php │ ├── CreateAttachmentResponse.php │ ├── CreateAttachmentResponseType.php │ ├── CreateAttachmentType.php │ ├── CreateFolder.php │ ├── CreateFolderResponse.php │ ├── CreateFolderResponseType.php │ ├── CreateFolderType.php │ ├── CreateItem.php │ ├── CreateItemResponse.php │ ├── CreateItemResponseType.php │ ├── CreateItemType.php │ ├── CreateManagedFolder.php │ ├── CreateManagedFolderRequestType.php │ ├── CreateManagedFolderResponse.php │ ├── CreateManagedFolderResponseType.php │ ├── CreateUserConfiguration.php │ ├── CreateUserConfigurationResponse.php │ ├── CreateUserConfigurationResponseType.php │ ├── CreateUserConfigurationType.php │ ├── DelegateUserResponseMessageType.php │ ├── DeleteAttachment.php │ ├── DeleteAttachmentResponse.php │ ├── DeleteAttachmentResponseMessageType.php │ ├── DeleteAttachmentResponseType.php │ ├── DeleteAttachmentType.php │ ├── DeleteFolder.php │ ├── DeleteFolderResponse.php │ ├── DeleteFolderResponseType.php │ ├── DeleteFolderType.php │ ├── DeleteItem.php │ ├── DeleteItemResponse.php │ ├── DeleteItemResponseType.php │ ├── DeleteItemType.php │ ├── DeleteUserConfiguration.php │ ├── DeleteUserConfigurationResponse.php │ ├── DeleteUserConfigurationResponseType.php │ ├── DeleteUserConfigurationType.php │ ├── DisconnectPhoneCall.php │ ├── DisconnectPhoneCallResponse.php │ ├── DisconnectPhoneCallResponseMessageType.php │ ├── DisconnectPhoneCallType.php │ ├── EmptyFolder.php │ ├── EmptyFolderResponse.php │ ├── EmptyFolderResponseType.php │ ├── EmptyFolderType.php │ ├── ExpandDL.php │ ├── ExpandDLResponse.php │ ├── ExpandDLResponseMessageType.php │ ├── ExpandDLResponseType.php │ ├── ExpandDLType.php │ ├── ExportItems.php │ ├── ExportItemsResponse.php │ ├── ExportItemsResponseMessageType.php │ ├── ExportItemsResponseType.php │ ├── ExportItemsType.php │ ├── FindConversation.php │ ├── FindConversationResponse.php │ ├── FindConversationResponseMessageType.php │ ├── FindConversationType.php │ ├── FindFolder.php │ ├── FindFolderResponse.php │ ├── FindFolderResponseMessageType.php │ ├── FindFolderResponseType.php │ ├── FindFolderType.php │ ├── FindItem.php │ ├── FindItemResponse.php │ ├── FindItemResponseMessageType.php │ ├── FindItemResponseType.php │ ├── FindItemType.php │ ├── FindMailboxStatisticsByKeywords.php │ ├── FindMailboxStatisticsByKeywordsResponse.php │ ├── FindMailboxStatisticsByKeywordsResponseMessageType.php │ ├── FindMailboxStatisticsByKeywordsResponseType.php │ ├── FindMailboxStatisticsByKeywordsType.php │ ├── FindMessageTrackingReport.php │ ├── FindMessageTrackingReportRequestType.php │ ├── FindMessageTrackingReportResponse.php │ ├── FindMessageTrackingReportResponseMessageType.php │ ├── FolderInfoResponseMessageType.php │ ├── FreeBusyResponseType.php │ ├── GetAttachment.php │ ├── GetAttachmentResponse.php │ ├── GetAttachmentResponseType.php │ ├── GetAttachmentType.php │ ├── GetDelegate.php │ ├── GetDelegateResponse.php │ ├── GetDelegateResponseMessageType.php │ ├── GetDelegateType.php │ ├── GetEvents.php │ ├── GetEventsResponse.php │ ├── GetEventsResponseMessageType.php │ ├── GetEventsResponseType.php │ ├── GetEventsType.php │ ├── GetFolder.php │ ├── GetFolderResponse.php │ ├── GetFolderResponseType.php │ ├── GetFolderType.php │ ├── GetInboxRules.php │ ├── GetInboxRulesRequestType.php │ ├── GetInboxRulesResponse.php │ ├── GetInboxRulesResponseType.php │ ├── GetItem.php │ ├── GetItemResponse.php │ ├── GetItemResponseType.php │ ├── GetItemType.php │ ├── GetMailTips.php │ ├── GetMailTipsResponse.php │ ├── GetMailTipsResponseMessageType.php │ ├── GetMailTipsType.php │ ├── GetMessageTrackingReport.php │ ├── GetMessageTrackingReportRequestType.php │ ├── GetMessageTrackingReportResponse.php │ ├── GetMessageTrackingReportResponseMessageType.php │ ├── GetPasswordExpirationDate.php │ ├── GetPasswordExpirationDateResponse.php │ ├── GetPasswordExpirationDateResponseMessageType.php │ ├── GetPasswordExpirationDateType.php │ ├── GetPhoneCallInformation.php │ ├── GetPhoneCallInformationResponse.php │ ├── GetPhoneCallInformationResponseMessageType.php │ ├── GetPhoneCallInformationType.php │ ├── GetRoomLists.php │ ├── GetRoomListsResponse.php │ ├── GetRoomListsResponseMessageType.php │ ├── GetRoomListsType.php │ ├── GetRooms.php │ ├── GetRoomsResponse.php │ ├── GetRoomsResponseMessageType.php │ ├── GetRoomsType.php │ ├── GetServerTimeZones.php │ ├── GetServerTimeZonesResponse.php │ ├── GetServerTimeZonesResponseMessageType.php │ ├── GetServerTimeZonesResponseType.php │ ├── GetServerTimeZonesType.php │ ├── GetServiceConfiguration.php │ ├── GetServiceConfigurationResponse.php │ ├── GetServiceConfigurationResponseMessageType.php │ ├── GetServiceConfigurationType.php │ ├── GetSharingFolder.php │ ├── GetSharingFolderResponse.php │ ├── GetSharingFolderResponseMessageType.php │ ├── GetSharingFolderType.php │ ├── GetSharingMetadata.php │ ├── GetSharingMetadataResponse.php │ ├── GetSharingMetadataResponseMessageType.php │ ├── GetSharingMetadataType.php │ ├── GetStreamingEvents.php │ ├── GetStreamingEventsResponse.php │ ├── GetStreamingEventsResponseMessageType.php │ ├── GetStreamingEventsResponseType.php │ ├── GetStreamingEventsType.php │ ├── GetUserAvailabilityRequest.php │ ├── GetUserAvailabilityRequestType.php │ ├── GetUserAvailabilityResponse.php │ ├── GetUserAvailabilityResponseType.php │ ├── GetUserConfiguration.php │ ├── GetUserConfigurationResponse.php │ ├── GetUserConfigurationResponseMessageType.php │ ├── GetUserConfigurationResponseType.php │ ├── GetUserConfigurationType.php │ ├── GetUserOofSettingsRequest.php │ ├── GetUserOofSettingsRequestType.php │ ├── GetUserOofSettingsResponse.php │ ├── GetUserOofSettingsResponseType.php │ ├── ItemInfoResponseMessageType.php │ ├── MailTipsResponseMessageType.php │ ├── MoveFolder.php │ ├── MoveFolderResponse.php │ ├── MoveFolderResponseType.php │ ├── MoveFolderType.php │ ├── MoveItem.php │ ├── MoveItemResponse.php │ ├── MoveItemResponseType.php │ ├── MoveItemType.php │ ├── PlayOnPhone.php │ ├── PlayOnPhoneResponse.php │ ├── PlayOnPhoneResponseMessageType.php │ ├── PlayOnPhoneType.php │ ├── RefreshSharingFolder.php │ ├── RefreshSharingFolderResponse.php │ ├── RefreshSharingFolderResponseMessageType.php │ ├── RefreshSharingFolderType.php │ ├── RemoveDelegate.php │ ├── RemoveDelegateResponse.php │ ├── RemoveDelegateResponseMessageType.php │ ├── RemoveDelegateType.php │ ├── ResolveNames.php │ ├── ResolveNamesResponse.php │ ├── ResolveNamesResponseMessageType.php │ ├── ResolveNamesResponseType.php │ ├── ResolveNamesType.php │ ├── ResponseCodeType.php │ ├── ResponseMessageType.php │ ├── ResponseMessageType │ │ └── MessageXmlAType.php │ ├── SendItem.php │ ├── SendItemResponse.php │ ├── SendItemResponseType.php │ ├── SendItemType.php │ ├── SendNotification.php │ ├── SendNotificationResponseMessageType.php │ ├── SendNotificationResponseType.php │ ├── SendNotificationResult.php │ ├── SendNotificationResultType.php │ ├── ServiceConfigurationResponseMessageType.php │ ├── SetUserOofSettingsRequest.php │ ├── SetUserOofSettingsRequestType.php │ ├── SetUserOofSettingsResponse.php │ ├── SetUserOofSettingsResponseType.php │ ├── Subscribe.php │ ├── SubscribeResponse.php │ ├── SubscribeResponseMessageType.php │ ├── SubscribeResponseType.php │ ├── SubscribeType.php │ ├── SuggestionsResponseType.php │ ├── SyncFolderHierarchy.php │ ├── SyncFolderHierarchyResponse.php │ ├── SyncFolderHierarchyResponseMessageType.php │ ├── SyncFolderHierarchyResponseType.php │ ├── SyncFolderHierarchyType.php │ ├── SyncFolderItems.php │ ├── SyncFolderItemsResponse.php │ ├── SyncFolderItemsResponseMessageType.php │ ├── SyncFolderItemsResponseType.php │ ├── SyncFolderItemsType.php │ ├── Unsubscribe.php │ ├── UnsubscribeResponse.php │ ├── UnsubscribeResponseType.php │ ├── UnsubscribeType.php │ ├── UpdateDelegate.php │ ├── UpdateDelegateResponse.php │ ├── UpdateDelegateResponseMessageType.php │ ├── UpdateDelegateType.php │ ├── UpdateFolder.php │ ├── UpdateFolderResponse.php │ ├── UpdateFolderResponseType.php │ ├── UpdateFolderType.php │ ├── UpdateInboxRules.php │ ├── UpdateInboxRulesRequestType.php │ ├── UpdateInboxRulesResponse.php │ ├── UpdateInboxRulesResponseType.php │ ├── UpdateItem.php │ ├── UpdateItemResponse.php │ ├── UpdateItemResponseMessageType.php │ ├── UpdateItemResponseType.php │ ├── UpdateItemType.php │ ├── UpdateUserConfiguration.php │ ├── UpdateUserConfigurationResponse.php │ ├── UpdateUserConfigurationResponseType.php │ ├── UpdateUserConfigurationType.php │ ├── UploadItems.php │ ├── UploadItemsResponse.php │ ├── UploadItemsResponseMessageType.php │ ├── UploadItemsResponseType.php │ └── UploadItemsType.php ├── MiddlewareRequest.php ├── MiddlewareResponse.php ├── NTLMSoapClient.php ├── Type.php ├── Type │ ├── AbsoluteDateTransition.php │ ├── AbsoluteDateTransitionType.php │ ├── AbsoluteMonthlyRecurrencePatternType.php │ ├── AbsoluteYearlyRecurrencePatternType.php │ ├── AcceptItemType.php │ ├── AcceptSharingInvitationType.php │ ├── AggregateOnType.php │ ├── AlternateIdBaseType.php │ ├── AlternateIdType.php │ ├── AlternatePublicFolderIdType.php │ ├── AlternatePublicFolderItemIdType.php │ ├── AndElement.php │ ├── AndType.php │ ├── AppendToFolderFieldType.php │ ├── AppendToItemFieldType.php │ ├── ArrayOfAttachmentsType.php │ ├── ArrayOfAttendeeConflictDataType.php │ ├── ArrayOfDLExpansionType.php │ ├── ArrayOfFoldersType.php │ ├── ArrayOfRealItemsType.php │ ├── ArrayOfResolutionType.php │ ├── ArrayOfRuleOperationsType.php │ ├── ArrayOfTrackingPropertiesType.php │ ├── ArrayOfTransitionsType.php │ ├── AttachmentIdType.php │ ├── AttachmentResponseShapeType.php │ ├── AttachmentType.php │ ├── AttendeeConflictDataType.php │ ├── AttendeeType.php │ ├── BaseEmailAddressType.php │ ├── BaseFolderIdType.php │ ├── BaseFolderType.php │ ├── BaseGroupByType.php │ ├── BaseItemId.php │ ├── BaseItemIdType.php │ ├── BaseNotificationEventType.php │ ├── BaseObjectChangedEventType.php │ ├── BasePagingType.php │ ├── BasePathToElementType.php │ ├── BasePermissionType.php │ ├── BaseSubscriptionRequestType.php │ ├── BodyType.php │ ├── CalendarEventDetailsType.php │ ├── CalendarEventType.php │ ├── CalendarFolderType.php │ ├── CalendarItemType.php │ ├── CalendarPermissionSetType.php │ ├── CalendarPermissionType.php │ ├── CalendarViewType.php │ ├── CancelCalendarItemType.php │ ├── ChangeDescriptionType.php │ ├── CompleteNameType.php │ ├── ConflictResultsType.php │ ├── ConnectingSIDType.php │ ├── ConstantValueType.php │ ├── ContactItemType.php │ ├── ContactsFolderType.php │ ├── ContactsViewType.php │ ├── Contains.php │ ├── ContainsExpressionType.php │ ├── ConversationActionType.php │ ├── ConversationType.php │ ├── CreateRuleOperationType.php │ ├── DailyRecurrencePatternType.php │ ├── DailyRegeneratingPatternType.php │ ├── DateTimePrecision.php │ ├── DateTimePrecisionType.php │ ├── DeclineItemType.php │ ├── DelegatePermissionsType.php │ ├── DelegateUserType.php │ ├── DeleteFolderFieldType.php │ ├── DeleteItemFieldType.php │ ├── DeleteRuleOperationType.php │ ├── DeletedOccurrenceInfoType.php │ ├── DirectoryEntryType.php │ ├── DistinguishedFolderIdNameType.php │ ├── DistinguishedFolderIdType.php │ ├── DistinguishedGroupByType.php │ ├── DistributionListType.php │ ├── DurationType.php │ ├── EffectiveRightsType.php │ ├── EmailAddressDictionaryEntryType.php │ ├── EmailAddressType.php │ ├── EncryptedDataContainerType.php │ ├── EncryptedSharedFolderDataType.php │ ├── EndDateRecurrenceRangeType.php │ ├── ExceptionFieldURI.php │ ├── ExchangeImpersonation.php │ ├── ExchangeImpersonationType.php │ ├── Excludes.php │ ├── ExcludesType.php │ ├── ExcludesValueType.php │ ├── Exists.php │ ├── ExistsType.php │ ├── ExtendedFieldURI.php │ ├── ExtendedPropertyType.php │ ├── FieldOrderType.php │ ├── FieldURI.php │ ├── FieldURIOrConstantType.php │ ├── FileAttachmentType.php │ ├── FindFolderParentType.php │ ├── FindItemParentType.php │ ├── FindMessageTrackingSearchResultType.php │ ├── FolderChangeDescriptionType.php │ ├── FolderChangeType.php │ ├── FolderIdType.php │ ├── FolderResponseShapeType.php │ ├── FolderType.php │ ├── ForwardItemType.php │ ├── FractionalPageViewType.php │ ├── FreeBusyViewOptions.php │ ├── FreeBusyViewOptionsType.php │ ├── FreeBusyViewType.php │ ├── GroupAttendeeConflictDataType.php │ ├── GroupByType.php │ ├── GroupedItemsType.php │ ├── ImAddressDictionaryEntryType.php │ ├── IndexedFieldURI.php │ ├── IndexedPageViewType.php │ ├── IndividualAttendeeConflictDataType.php │ ├── InternetHeaderType.php │ ├── IntervalRecurrencePatternBaseType.php │ ├── InvalidRecipientType.php │ ├── IsEqualTo.php │ ├── IsEqualToType.php │ ├── IsGreaterThan.php │ ├── IsGreaterThanOrEqualTo.php │ ├── IsGreaterThanOrEqualToType.php │ ├── IsGreaterThanType.php │ ├── IsLessThan.php │ ├── IsLessThanOrEqualTo.php │ ├── IsLessThanOrEqualToType.php │ ├── IsLessThanType.php │ ├── IsNotEqualTo.php │ ├── IsNotEqualToType.php │ ├── ItemAttachmentType.php │ ├── ItemChangeDescriptionType.php │ ├── ItemChangeType.php │ ├── ItemIdType.php │ ├── ItemResponseShapeType.php │ ├── ItemType.php │ ├── KeywordStatisticsSearchResultType.php │ ├── MailTipsServiceConfigurationType.php │ ├── MailTipsType.php │ ├── Mailbox.php │ ├── MailboxCulture.php │ ├── MailboxCultureType.php │ ├── MailboxDataType.php │ ├── MailboxStatisticsSearchResultType.php │ ├── ManagedFolderInformationType.php │ ├── MeetingCancellationMessageType.php │ ├── MeetingMessageType.php │ ├── MeetingRequestMessageType.php │ ├── MeetingResponseMessageType.php │ ├── MemberType.php │ ├── Message.php │ ├── MessageTrackingReportType.php │ ├── MessageType.php │ ├── MimeContentType.php │ ├── ModifiedEventType.php │ ├── MonthlyRegeneratingPatternType.php │ ├── MovedCopiedEventType.php │ ├── MultipleOperandBooleanExpressionType.php │ ├── NoEndRecurrenceRangeType.php │ ├── NonEmptyArrayOfAllItemsType.php │ ├── NonEmptyArrayOfAlternateIdsType.php │ ├── NonEmptyArrayOfAttachmentsType.php │ ├── NonEmptyArrayOfBaseFolderIdsType.php │ ├── NonEmptyArrayOfBaseItemIdsType.php │ ├── NonEmptyArrayOfFolderChangeDescriptionsType.php │ ├── NonEmptyArrayOfFoldersType.php │ ├── NonEmptyArrayOfItemChangeDescriptionsType.php │ ├── NonEmptyArrayOfPathsToElementType.php │ ├── NonEmptyArrayOfResponseObjectsType.php │ ├── Not.php │ ├── NotType.php │ ├── NotificationType.php │ ├── NumberedRecurrenceRangeType.php │ ├── OccurrenceInfoType.php │ ├── OccurrenceItemIdType.php │ ├── OofSettings.php │ ├── OpenAsAdminOrSystemService.php │ ├── OpenAsAdminOrSystemServiceType.php │ ├── OrElement.php │ ├── OrType.php │ ├── OutOfOfficeMailTipType.php │ ├── Path.php │ ├── PathToExceptionFieldType.php │ ├── PathToExtendedFieldType.php │ ├── PathToIndexedFieldType.php │ ├── PathToUnindexedFieldType.php │ ├── PeriodType.php │ ├── PermissionSetType.php │ ├── PermissionType.php │ ├── PhoneCallIdType.php │ ├── PhoneCallInformationType.php │ ├── PhoneNumberDictionaryEntryType.php │ ├── PhysicalAddressDictionaryEntryType.php │ ├── PostItemType.php │ ├── PostReplyItemBaseType.php │ ├── PostReplyItemType.php │ ├── ProtectionRuleActionType.php │ ├── ProtectionRuleAndType.php │ ├── ProtectionRuleArgumentType.php │ ├── ProtectionRuleConditionType.php │ ├── ProtectionRuleType.php │ ├── ProtectionRulesServiceConfigurationType.php │ ├── ProxyPartnerToken.php │ ├── ProxySecurityContext.php │ ├── ProxySecurityContextType.php │ ├── ProxySuggesterSid.php │ ├── PullSubscriptionRequestType.php │ ├── PushSubscriptionRequestType.php │ ├── RecipientTrackingEventType.php │ ├── RecurrencePatternBaseType.php │ ├── RecurrenceRangeBaseType.php │ ├── RecurrenceType.php │ ├── RecurringDateTransition.php │ ├── RecurringDateTransitionType.php │ ├── RecurringDayTransition.php │ ├── RecurringDayTransitionType.php │ ├── RecurringMasterItemIdType.php │ ├── RecurringTimeTransitionType.php │ ├── ReferenceItemResponseType.php │ ├── RegeneratingPatternBaseType.php │ ├── RelativeMonthlyRecurrencePatternType.php │ ├── RelativeYearlyRecurrencePatternType.php │ ├── RemoveItemType.php │ ├── ReplyAllToItemType.php │ ├── ReplyBodyType.php │ ├── ReplyToItemType.php │ ├── RequestAttachmentIdType.php │ ├── RequestServerVersion.php │ ├── RequestTypeHeaderType.php │ ├── ResolutionType.php │ ├── ResponseObjectCoreType.php │ ├── ResponseObjectType.php │ ├── RestrictionType.php │ ├── RoomType.php │ ├── RootItemIdType.php │ ├── RuleActionsType.php │ ├── RuleOperationErrorType.php │ ├── RuleOperationType.php │ ├── RulePredicateDateRangeType.php │ ├── RulePredicateSizeRangeType.php │ ├── RulePredicatesType.php │ ├── RuleType.php │ ├── RuleValidationErrorType.php │ ├── SearchExpression.php │ ├── SearchExpressionType.php │ ├── SearchFolderType.php │ ├── SearchParametersType.php │ ├── SerializableTimeZoneTimeType.php │ ├── SerializableTimeZoneType.php │ ├── SerializedSecurityContext.php │ ├── SerializedSecurityContextType.php │ ├── ServerVersionInfo.php │ ├── ServiceConfigurationType.php │ ├── SetFolderFieldType.php │ ├── SetItemFieldType.php │ ├── SetRuleOperationType.php │ ├── SharingSecurity.php │ ├── SidAndAttributesType.php │ ├── SingleRecipientType.php │ ├── SmartResponseBaseType.php │ ├── SmartResponseType.php │ ├── SmtpDomainType.php │ ├── StreamingSubscriptionRequestType.php │ ├── SuggestionDayResultType.php │ ├── SuggestionType.php │ ├── SuggestionsViewOptions.php │ ├── SuggestionsViewOptionsType.php │ ├── SuppressReadReceiptType.php │ ├── SyncFolderHierarchyChangesType.php │ ├── SyncFolderHierarchyCreateOrUpdateType.php │ ├── SyncFolderHierarchyDeleteType.php │ ├── SyncFolderItemsChangesType.php │ ├── SyncFolderItemsCreateOrUpdateType.php │ ├── SyncFolderItemsDeleteType.php │ ├── SyncFolderItemsReadFlagType.php │ ├── TargetFolderIdType.php │ ├── TaskRecurrenceType.php │ ├── TaskType.php │ ├── TasksFolderType.php │ ├── TentativelyAcceptItemType.php │ ├── TimeChangeType.php │ ├── TimeZone.php │ ├── TimeZoneContext.php │ ├── TimeZoneContextType.php │ ├── TimeZoneDefinitionType.php │ ├── TimeZoneType.php │ ├── TooBigGroupAttendeeConflictDataType.php │ ├── TrackingPropertyType.php │ ├── Transition.php │ ├── TransitionTargetType.php │ ├── TransitionType.php │ ├── TwoOperandExpressionType.php │ ├── UnifiedMessageServiceConfigurationType.php │ ├── UnknownAttendeeConflictDataType.php │ ├── UploadItemType.php │ ├── UserConfigurationDictionaryEntryType.php │ ├── UserConfigurationDictionaryObjectType.php │ ├── UserConfigurationNameType.php │ ├── UserConfigurationType.php │ ├── UserIdType.php │ ├── UserMailboxType.php │ ├── UserOofSettings.php │ ├── UserOofSettingsType.php │ ├── Value.php │ ├── ValueType.php │ ├── WeeklyRecurrencePatternType.php │ ├── WeeklyRegeneratingPatternType.php │ ├── WellKnownResponseObjectType.php │ ├── WorkingHoursType.php │ ├── WorkingPeriodType.php │ └── YearlyRegeneratingPatternType.php ├── TypeConverter.php └── XmlObject.php ├── BuildableTrait.php ├── Calendar └── CalendarAPI.php ├── CalendarAPI.php ├── Contacts └── ContactsAPI.php ├── ContactsAPI.php ├── Generator ├── ClassGenerator.php ├── ConvertToPHP.php ├── EmptyDocblockTag.php ├── MethodWIthRequestTag.php └── PhpConverter.php ├── Mail └── MailAPI.php ├── MailAPI.php ├── NotificationAPI.php ├── NotificationHandler.php ├── RestrictionFormatter.php └── Utilities ├── cloneValue.php ├── ensureIsArray.php ├── ensureIsDateTime.php └── getFolderIds.php /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/workflows/php.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/.github/workflows/php.yml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /.scrutinizer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/.scrutinizer.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/README.md -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/API/ExchangeAutodiscoverTest.testGetAPI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/API/ExchangeAutodiscoverTest.testGetAPI.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/APITest.testClientGetSet.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/APITest.testCreateCalendars.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/APITest.testCreateCalendars.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/APITest.testCreateFolders.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/APITest.testCreateFolders.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/APITest.testCreateItems.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/APITest.testCreateItems.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/APITest.testDeleteFolder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/APITest.testDeleteFolder.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/APITest.testDeleteItems.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/APITest.testDeleteItems.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/APITest.testDeleteItemsFail.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/APITest.testDeleteItemsFail.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/APITest.testFolderPaging.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/APITest.testFolderPaging.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/APITest.testGetFolderByDisplayName.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/APITest.testGetFolderByDisplayName.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/APITest.testGetFolderByDisplayNameFail.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/APITest.testGetFolderByDisplayNameFail.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/APITest.testGetFolderByDistinguishedId.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/APITest.testGetFolderByDistinguishedId.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/APITest.testGetItems.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/APITest.testGetItems.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/APITest.testGetServerTimezones.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/APITest.testGetServerTimezones.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/APITest.testListItemChanges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/APITest.testListItemChanges.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/APITest.testPrimarySmtpAddress.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/Calendar/CalendarTest.testGetCalendarItem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/Calendar/CalendarTest.testGetCalendarItem.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/Calendar/CalendarTest.testGetCalendarItems.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/Calendar/CalendarTest.testGetCalendarItems.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/Calendar/CalendarTest.testListChanges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/Calendar/CalendarTest.testListChanges.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/Calendar/CalendarTest.testPickCalendar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/Calendar/CalendarTest.testPickCalendar.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/Contacts/ContactsAPITest.testCreateContact.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/Contacts/ContactsAPITest.testCreateContact.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/Contacts/ContactsAPITest.testGetContacts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/Contacts/ContactsAPITest.testGetContacts.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/Contacts/ContactsAPITest.testPaging.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/Contacts/ContactsAPITest.testPaging.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/Contacts/ContactsAPITest.testUpdateContact.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/Contacts/ContactsAPITest.testUpdateContact.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/Mail/MailAPITest.testGetFolderId.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/Mail/MailAPITest.testGetFolderId.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/Mail/MailAPITest.testGetMailItems.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/Mail/MailAPITest.testGetMailItems.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/Mail/MailAPITest.testGetSingleMailItem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/Mail/MailAPITest.testGetSingleMailItem.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/Mail/MailAPITest.testGetUnreadMailItems.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/Mail/MailAPITest.testGetUnreadMailItems.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/Mail/MailAPITest.testMarkMailAsRead.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/Mail/MailAPITest.testMarkMailAsRead.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/Mail/MailAPITest.testPickMailFolder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/Mail/MailAPITest.testPickMailFolder.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/Mail/MailAPITest.testSetCcAndBcc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/Mail/MailAPITest.testSetCcAndBcc.json -------------------------------------------------------------------------------- /Resources/recordings/garethp/ews/Test/Mail/MailAPITest.testSetFolderId.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/recordings/garethp/ews/Test/Mail/MailAPITest.testSetFolderId.json -------------------------------------------------------------------------------- /Resources/wsdl/messages.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/wsdl/messages.xsd -------------------------------------------------------------------------------- /Resources/wsdl/notification-service.wsdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/wsdl/notification-service.wsdl -------------------------------------------------------------------------------- /Resources/wsdl/services.wsdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/wsdl/services.wsdl -------------------------------------------------------------------------------- /Resources/wsdl/types.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/Resources/wsdl/types.xsd -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/TODO.md -------------------------------------------------------------------------------- /bin/generateModels.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/bin/generateModels.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/composer.json -------------------------------------------------------------------------------- /phpunit.live.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/phpunit.live.xml -------------------------------------------------------------------------------- /phpunit.record.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/phpunit.record.xml -------------------------------------------------------------------------------- /phpunit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/phpunit.xml -------------------------------------------------------------------------------- /ruleset.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/ruleset.xml -------------------------------------------------------------------------------- /src/API.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API.php -------------------------------------------------------------------------------- /src/API/ClassMap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/ClassMap.php -------------------------------------------------------------------------------- /src/API/Enumeration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration.php -------------------------------------------------------------------------------- /src/API/Enumeration/AffectedTaskOccurrencesType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/AffectedTaskOccurrencesType.php -------------------------------------------------------------------------------- /src/API/Enumeration/AggregateType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/AggregateType.php -------------------------------------------------------------------------------- /src/API/Enumeration/AppointmentState.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/AppointmentState.php -------------------------------------------------------------------------------- /src/API/Enumeration/AvailabilityProxyRequestType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/AvailabilityProxyRequestType.php -------------------------------------------------------------------------------- /src/API/Enumeration/BodyTypeResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/BodyTypeResponseType.php -------------------------------------------------------------------------------- /src/API/Enumeration/BodyTypeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/BodyTypeType.php -------------------------------------------------------------------------------- /src/API/Enumeration/CalendarItemCreateOrDeleteOperationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/CalendarItemCreateOrDeleteOperationType.php -------------------------------------------------------------------------------- /src/API/Enumeration/CalendarItemTypeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/CalendarItemTypeType.php -------------------------------------------------------------------------------- /src/API/Enumeration/CalendarItemUpdateOperationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/CalendarItemUpdateOperationType.php -------------------------------------------------------------------------------- /src/API/Enumeration/CalendarPermissionLevelType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/CalendarPermissionLevelType.php -------------------------------------------------------------------------------- /src/API/Enumeration/CalendarPermissionReadAccessType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/CalendarPermissionReadAccessType.php -------------------------------------------------------------------------------- /src/API/Enumeration/CompleteActionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/CompleteActionType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ConferenceType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ConferenceType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ConflictResolutionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ConflictResolutionType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ConnectionFailureCauseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ConnectionFailureCauseType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ConnectionStatusType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ConnectionStatusType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ContactSourceType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ContactSourceType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ContainmentComparisonType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ContainmentComparisonType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ContainmentModeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ContainmentModeType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ConversationActionTypeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ConversationActionTypeType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ConversationQueryTraversalType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ConversationQueryTraversalType.php -------------------------------------------------------------------------------- /src/API/Enumeration/CreateActionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/CreateActionType.php -------------------------------------------------------------------------------- /src/API/Enumeration/DateTimePrecisionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/DateTimePrecisionType.php -------------------------------------------------------------------------------- /src/API/Enumeration/DayOfWeekIndexType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/DayOfWeekIndexType.php -------------------------------------------------------------------------------- /src/API/Enumeration/DayOfWeekType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/DayOfWeekType.php -------------------------------------------------------------------------------- /src/API/Enumeration/DaysOfWeekType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/DaysOfWeekType.php -------------------------------------------------------------------------------- /src/API/Enumeration/DefaultShapeNamesType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/DefaultShapeNamesType.php -------------------------------------------------------------------------------- /src/API/Enumeration/DelegateFolderPermissionLevelType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/DelegateFolderPermissionLevelType.php -------------------------------------------------------------------------------- /src/API/Enumeration/DeliverMeetingRequestsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/DeliverMeetingRequestsType.php -------------------------------------------------------------------------------- /src/API/Enumeration/DerivedItemIdType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/DerivedItemIdType.php -------------------------------------------------------------------------------- /src/API/Enumeration/DictionaryURIType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/DictionaryURIType.php -------------------------------------------------------------------------------- /src/API/Enumeration/DisposalType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/DisposalType.php -------------------------------------------------------------------------------- /src/API/Enumeration/DistinguishedFolderIdNameType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/DistinguishedFolderIdNameType.php -------------------------------------------------------------------------------- /src/API/Enumeration/DistinguishedPropertySetType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/DistinguishedPropertySetType.php -------------------------------------------------------------------------------- /src/API/Enumeration/DistinguishedUserType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/DistinguishedUserType.php -------------------------------------------------------------------------------- /src/API/Enumeration/EmailAddressKeyType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/EmailAddressKeyType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ExceptionPropertyURIType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ExceptionPropertyURIType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ExchangeVersionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ExchangeVersionType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ExcludesAttributeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ExcludesAttributeType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ExternalAudience.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ExternalAudience.php -------------------------------------------------------------------------------- /src/API/Enumeration/ExternalAudienceType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ExternalAudienceType.php -------------------------------------------------------------------------------- /src/API/Enumeration/FileAsMappingType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/FileAsMappingType.php -------------------------------------------------------------------------------- /src/API/Enumeration/FlagStatusType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/FlagStatusType.php -------------------------------------------------------------------------------- /src/API/Enumeration/FlaggedForActionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/FlaggedForActionType.php -------------------------------------------------------------------------------- /src/API/Enumeration/FolderClassType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/FolderClassType.php -------------------------------------------------------------------------------- /src/API/Enumeration/FolderQueryTraversalType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/FolderQueryTraversalType.php -------------------------------------------------------------------------------- /src/API/Enumeration/FreeBusyViewType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/FreeBusyViewType.php -------------------------------------------------------------------------------- /src/API/Enumeration/GuidType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/GuidType.php -------------------------------------------------------------------------------- /src/API/Enumeration/IdFormatType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/IdFormatType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ImAddressKeyType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ImAddressKeyType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ImportanceChoicesType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ImportanceChoicesType.php -------------------------------------------------------------------------------- /src/API/Enumeration/IndexBasePointType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/IndexBasePointType.php -------------------------------------------------------------------------------- /src/API/Enumeration/InvalidRecipientResponseCodeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/InvalidRecipientResponseCodeType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ItemClassType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ItemClassType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ItemQueryTraversalType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ItemQueryTraversalType.php -------------------------------------------------------------------------------- /src/API/Enumeration/LegacyFreeBusyType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/LegacyFreeBusyType.php -------------------------------------------------------------------------------- /src/API/Enumeration/MailTipTypes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/MailTipTypes.php -------------------------------------------------------------------------------- /src/API/Enumeration/MailTipTypesType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/MailTipTypesType.php -------------------------------------------------------------------------------- /src/API/Enumeration/MailboxSearchLocationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/MailboxSearchLocationType.php -------------------------------------------------------------------------------- /src/API/Enumeration/MailboxTypeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/MailboxTypeType.php -------------------------------------------------------------------------------- /src/API/Enumeration/MapiPropertyTypeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/MapiPropertyTypeType.php -------------------------------------------------------------------------------- /src/API/Enumeration/MaxSyncChangesReturnedType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/MaxSyncChangesReturnedType.php -------------------------------------------------------------------------------- /src/API/Enumeration/MeetingAttendeeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/MeetingAttendeeType.php -------------------------------------------------------------------------------- /src/API/Enumeration/MeetingRequestTypeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/MeetingRequestTypeType.php -------------------------------------------------------------------------------- /src/API/Enumeration/MemberStatusType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/MemberStatusType.php -------------------------------------------------------------------------------- /src/API/Enumeration/MessageDispositionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/MessageDispositionType.php -------------------------------------------------------------------------------- /src/API/Enumeration/MessageTrackingDeliveryStatusType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/MessageTrackingDeliveryStatusType.php -------------------------------------------------------------------------------- /src/API/Enumeration/MessageTrackingEventDescriptionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/MessageTrackingEventDescriptionType.php -------------------------------------------------------------------------------- /src/API/Enumeration/MessageTrackingReportTemplateType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/MessageTrackingReportTemplateType.php -------------------------------------------------------------------------------- /src/API/Enumeration/MonthNamesType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/MonthNamesType.php -------------------------------------------------------------------------------- /src/API/Enumeration/NonEmptyStringType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/NonEmptyStringType.php -------------------------------------------------------------------------------- /src/API/Enumeration/NotificationEventTypeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/NotificationEventTypeType.php -------------------------------------------------------------------------------- /src/API/Enumeration/Occurrence.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/Occurrence.php -------------------------------------------------------------------------------- /src/API/Enumeration/OofState.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/OofState.php -------------------------------------------------------------------------------- /src/API/Enumeration/OofStateType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/OofStateType.php -------------------------------------------------------------------------------- /src/API/Enumeration/PermissionActionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/PermissionActionType.php -------------------------------------------------------------------------------- /src/API/Enumeration/PermissionLevelType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/PermissionLevelType.php -------------------------------------------------------------------------------- /src/API/Enumeration/PermissionReadAccessType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/PermissionReadAccessType.php -------------------------------------------------------------------------------- /src/API/Enumeration/PhoneCallStateType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/PhoneCallStateType.php -------------------------------------------------------------------------------- /src/API/Enumeration/PhoneNumberKeyType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/PhoneNumberKeyType.php -------------------------------------------------------------------------------- /src/API/Enumeration/PhysicalAddressIndexType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/PhysicalAddressIndexType.php -------------------------------------------------------------------------------- /src/API/Enumeration/PhysicalAddressKeyType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/PhysicalAddressKeyType.php -------------------------------------------------------------------------------- /src/API/Enumeration/PropertyTagType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/PropertyTagType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ProtectionRuleActionKindType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ProtectionRuleActionKindType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ProtectionRuleAllInternalType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ProtectionRuleAllInternalType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ProtectionRuleTrueType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ProtectionRuleTrueType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ProtectionRuleValueType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ProtectionRuleValueType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ReminderGroup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ReminderGroup.php -------------------------------------------------------------------------------- /src/API/Enumeration/ReminderMinutesBeforeStartType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ReminderMinutesBeforeStartType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ResolveNamesSearchScopeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ResolveNamesSearchScopeType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ResponseClassType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ResponseClassType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ResponseCodeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ResponseCodeType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ResponseTypeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ResponseTypeType.php -------------------------------------------------------------------------------- /src/API/Enumeration/RoutingType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/RoutingType.php -------------------------------------------------------------------------------- /src/API/Enumeration/RuleFieldURIType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/RuleFieldURIType.php -------------------------------------------------------------------------------- /src/API/Enumeration/RuleValidationErrorCodeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/RuleValidationErrorCodeType.php -------------------------------------------------------------------------------- /src/API/Enumeration/Scope.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/Scope.php -------------------------------------------------------------------------------- /src/API/Enumeration/SearchFolderTraversalType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/SearchFolderTraversalType.php -------------------------------------------------------------------------------- /src/API/Enumeration/SearchItemKindType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/SearchItemKindType.php -------------------------------------------------------------------------------- /src/API/Enumeration/SensitivityChoicesType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/SensitivityChoicesType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ServiceConfigurationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ServiceConfigurationType.php -------------------------------------------------------------------------------- /src/API/Enumeration/SharingDataType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/SharingDataType.php -------------------------------------------------------------------------------- /src/API/Enumeration/SortDirectionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/SortDirectionType.php -------------------------------------------------------------------------------- /src/API/Enumeration/SpecialLogonTypeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/SpecialLogonTypeType.php -------------------------------------------------------------------------------- /src/API/Enumeration/StandardGroupByType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/StandardGroupByType.php -------------------------------------------------------------------------------- /src/API/Enumeration/StreamingSubscriptionConnectionTimeoutType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/StreamingSubscriptionConnectionTimeoutType.php -------------------------------------------------------------------------------- /src/API/Enumeration/SubscriptionIdType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/SubscriptionIdType.php -------------------------------------------------------------------------------- /src/API/Enumeration/SubscriptionStatusFrequencyType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/SubscriptionStatusFrequencyType.php -------------------------------------------------------------------------------- /src/API/Enumeration/SubscriptionStatusType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/SubscriptionStatusType.php -------------------------------------------------------------------------------- /src/API/Enumeration/SubscriptionTimeoutType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/SubscriptionTimeoutType.php -------------------------------------------------------------------------------- /src/API/Enumeration/SuggestionQuality.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/SuggestionQuality.php -------------------------------------------------------------------------------- /src/API/Enumeration/SuggestionQualityType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/SuggestionQualityType.php -------------------------------------------------------------------------------- /src/API/Enumeration/SyncFolderItemsScopeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/SyncFolderItemsScopeType.php -------------------------------------------------------------------------------- /src/API/Enumeration/TaskDelegateStateType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/TaskDelegateStateType.php -------------------------------------------------------------------------------- /src/API/Enumeration/TaskStatusType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/TaskStatusType.php -------------------------------------------------------------------------------- /src/API/Enumeration/TaskType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/TaskType.php -------------------------------------------------------------------------------- /src/API/Enumeration/TransitionTargetKindType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/TransitionTargetKindType.php -------------------------------------------------------------------------------- /src/API/Enumeration/UnindexedFieldURIType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/UnindexedFieldURIType.php -------------------------------------------------------------------------------- /src/API/Enumeration/UserConfigurationDictionaryObjectTypesType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/UserConfigurationDictionaryObjectTypesType.php -------------------------------------------------------------------------------- /src/API/Enumeration/UserConfigurationPropertyType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/UserConfigurationPropertyType.php -------------------------------------------------------------------------------- /src/API/Enumeration/ViewFilterType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/ViewFilterType.php -------------------------------------------------------------------------------- /src/API/Enumeration/WatermarkType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Enumeration/WatermarkType.php -------------------------------------------------------------------------------- /src/API/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Exception.php -------------------------------------------------------------------------------- /src/API/Exception/AutodiscoverFailed.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Exception/AutodiscoverFailed.php -------------------------------------------------------------------------------- /src/API/Exception/ExchangeException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Exception/ExchangeException.php -------------------------------------------------------------------------------- /src/API/Exception/NoResponseReturnedException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Exception/NoResponseReturnedException.php -------------------------------------------------------------------------------- /src/API/Exception/ServiceUnavailableException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Exception/ServiceUnavailableException.php -------------------------------------------------------------------------------- /src/API/Exception/UnauthorizedException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Exception/UnauthorizedException.php -------------------------------------------------------------------------------- /src/API/ExchangeAutodiscover.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/ExchangeAutodiscover.php -------------------------------------------------------------------------------- /src/API/ExchangeWebServices.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/ExchangeWebServices.php -------------------------------------------------------------------------------- /src/API/ExchangeWebServices/MiddlewareFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/ExchangeWebServices/MiddlewareFactory.php -------------------------------------------------------------------------------- /src/API/ExchangeWebServicesAuth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/ExchangeWebServicesAuth.php -------------------------------------------------------------------------------- /src/API/FieldURIManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/FieldURIManager.php -------------------------------------------------------------------------------- /src/API/ItemUpdateBuilder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/ItemUpdateBuilder.php -------------------------------------------------------------------------------- /src/API/MagicMethodsTrait.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/MagicMethodsTrait.php -------------------------------------------------------------------------------- /src/API/Message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message.php -------------------------------------------------------------------------------- /src/API/Message/AddDelegate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/AddDelegate.php -------------------------------------------------------------------------------- /src/API/Message/AddDelegateResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/AddDelegateResponse.php -------------------------------------------------------------------------------- /src/API/Message/AddDelegateResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/AddDelegateResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/AddDelegateType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/AddDelegateType.php -------------------------------------------------------------------------------- /src/API/Message/ApplyConversationAction.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ApplyConversationAction.php -------------------------------------------------------------------------------- /src/API/Message/ApplyConversationActionResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ApplyConversationActionResponse.php -------------------------------------------------------------------------------- /src/API/Message/ApplyConversationActionResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ApplyConversationActionResponseType.php -------------------------------------------------------------------------------- /src/API/Message/ApplyConversationActionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ApplyConversationActionType.php -------------------------------------------------------------------------------- /src/API/Message/ArrayOfResponseMessagesType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ArrayOfResponseMessagesType.php -------------------------------------------------------------------------------- /src/API/Message/AttachmentInfoResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/AttachmentInfoResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/BaseDelegateResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/BaseDelegateResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/BaseDelegateType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/BaseDelegateType.php -------------------------------------------------------------------------------- /src/API/Message/BaseMoveCopyFolderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/BaseMoveCopyFolderType.php -------------------------------------------------------------------------------- /src/API/Message/BaseMoveCopyItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/BaseMoveCopyItemType.php -------------------------------------------------------------------------------- /src/API/Message/BaseRequestType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/BaseRequestType.php -------------------------------------------------------------------------------- /src/API/Message/BaseResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/BaseResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/ConvertId.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ConvertId.php -------------------------------------------------------------------------------- /src/API/Message/ConvertIdResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ConvertIdResponse.php -------------------------------------------------------------------------------- /src/API/Message/ConvertIdResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ConvertIdResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/ConvertIdResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ConvertIdResponseType.php -------------------------------------------------------------------------------- /src/API/Message/ConvertIdType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ConvertIdType.php -------------------------------------------------------------------------------- /src/API/Message/CopyFolder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CopyFolder.php -------------------------------------------------------------------------------- /src/API/Message/CopyFolderResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CopyFolderResponse.php -------------------------------------------------------------------------------- /src/API/Message/CopyFolderResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CopyFolderResponseType.php -------------------------------------------------------------------------------- /src/API/Message/CopyFolderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CopyFolderType.php -------------------------------------------------------------------------------- /src/API/Message/CopyItem.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CopyItem.php -------------------------------------------------------------------------------- /src/API/Message/CopyItemResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CopyItemResponse.php -------------------------------------------------------------------------------- /src/API/Message/CopyItemResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CopyItemResponseType.php -------------------------------------------------------------------------------- /src/API/Message/CopyItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CopyItemType.php -------------------------------------------------------------------------------- /src/API/Message/CreateAttachment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CreateAttachment.php -------------------------------------------------------------------------------- /src/API/Message/CreateAttachmentResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CreateAttachmentResponse.php -------------------------------------------------------------------------------- /src/API/Message/CreateAttachmentResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CreateAttachmentResponseType.php -------------------------------------------------------------------------------- /src/API/Message/CreateAttachmentType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CreateAttachmentType.php -------------------------------------------------------------------------------- /src/API/Message/CreateFolder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CreateFolder.php -------------------------------------------------------------------------------- /src/API/Message/CreateFolderResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CreateFolderResponse.php -------------------------------------------------------------------------------- /src/API/Message/CreateFolderResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CreateFolderResponseType.php -------------------------------------------------------------------------------- /src/API/Message/CreateFolderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CreateFolderType.php -------------------------------------------------------------------------------- /src/API/Message/CreateItem.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CreateItem.php -------------------------------------------------------------------------------- /src/API/Message/CreateItemResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CreateItemResponse.php -------------------------------------------------------------------------------- /src/API/Message/CreateItemResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CreateItemResponseType.php -------------------------------------------------------------------------------- /src/API/Message/CreateItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CreateItemType.php -------------------------------------------------------------------------------- /src/API/Message/CreateManagedFolder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CreateManagedFolder.php -------------------------------------------------------------------------------- /src/API/Message/CreateManagedFolderRequestType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CreateManagedFolderRequestType.php -------------------------------------------------------------------------------- /src/API/Message/CreateManagedFolderResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CreateManagedFolderResponse.php -------------------------------------------------------------------------------- /src/API/Message/CreateManagedFolderResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CreateManagedFolderResponseType.php -------------------------------------------------------------------------------- /src/API/Message/CreateUserConfiguration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CreateUserConfiguration.php -------------------------------------------------------------------------------- /src/API/Message/CreateUserConfigurationResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CreateUserConfigurationResponse.php -------------------------------------------------------------------------------- /src/API/Message/CreateUserConfigurationResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CreateUserConfigurationResponseType.php -------------------------------------------------------------------------------- /src/API/Message/CreateUserConfigurationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/CreateUserConfigurationType.php -------------------------------------------------------------------------------- /src/API/Message/DelegateUserResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DelegateUserResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/DeleteAttachment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DeleteAttachment.php -------------------------------------------------------------------------------- /src/API/Message/DeleteAttachmentResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DeleteAttachmentResponse.php -------------------------------------------------------------------------------- /src/API/Message/DeleteAttachmentResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DeleteAttachmentResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/DeleteAttachmentResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DeleteAttachmentResponseType.php -------------------------------------------------------------------------------- /src/API/Message/DeleteAttachmentType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DeleteAttachmentType.php -------------------------------------------------------------------------------- /src/API/Message/DeleteFolder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DeleteFolder.php -------------------------------------------------------------------------------- /src/API/Message/DeleteFolderResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DeleteFolderResponse.php -------------------------------------------------------------------------------- /src/API/Message/DeleteFolderResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DeleteFolderResponseType.php -------------------------------------------------------------------------------- /src/API/Message/DeleteFolderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DeleteFolderType.php -------------------------------------------------------------------------------- /src/API/Message/DeleteItem.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DeleteItem.php -------------------------------------------------------------------------------- /src/API/Message/DeleteItemResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DeleteItemResponse.php -------------------------------------------------------------------------------- /src/API/Message/DeleteItemResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DeleteItemResponseType.php -------------------------------------------------------------------------------- /src/API/Message/DeleteItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DeleteItemType.php -------------------------------------------------------------------------------- /src/API/Message/DeleteUserConfiguration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DeleteUserConfiguration.php -------------------------------------------------------------------------------- /src/API/Message/DeleteUserConfigurationResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DeleteUserConfigurationResponse.php -------------------------------------------------------------------------------- /src/API/Message/DeleteUserConfigurationResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DeleteUserConfigurationResponseType.php -------------------------------------------------------------------------------- /src/API/Message/DeleteUserConfigurationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DeleteUserConfigurationType.php -------------------------------------------------------------------------------- /src/API/Message/DisconnectPhoneCall.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DisconnectPhoneCall.php -------------------------------------------------------------------------------- /src/API/Message/DisconnectPhoneCallResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DisconnectPhoneCallResponse.php -------------------------------------------------------------------------------- /src/API/Message/DisconnectPhoneCallResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DisconnectPhoneCallResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/DisconnectPhoneCallType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/DisconnectPhoneCallType.php -------------------------------------------------------------------------------- /src/API/Message/EmptyFolder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/EmptyFolder.php -------------------------------------------------------------------------------- /src/API/Message/EmptyFolderResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/EmptyFolderResponse.php -------------------------------------------------------------------------------- /src/API/Message/EmptyFolderResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/EmptyFolderResponseType.php -------------------------------------------------------------------------------- /src/API/Message/EmptyFolderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/EmptyFolderType.php -------------------------------------------------------------------------------- /src/API/Message/ExpandDL.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ExpandDL.php -------------------------------------------------------------------------------- /src/API/Message/ExpandDLResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ExpandDLResponse.php -------------------------------------------------------------------------------- /src/API/Message/ExpandDLResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ExpandDLResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/ExpandDLResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ExpandDLResponseType.php -------------------------------------------------------------------------------- /src/API/Message/ExpandDLType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ExpandDLType.php -------------------------------------------------------------------------------- /src/API/Message/ExportItems.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ExportItems.php -------------------------------------------------------------------------------- /src/API/Message/ExportItemsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ExportItemsResponse.php -------------------------------------------------------------------------------- /src/API/Message/ExportItemsResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ExportItemsResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/ExportItemsResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ExportItemsResponseType.php -------------------------------------------------------------------------------- /src/API/Message/ExportItemsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ExportItemsType.php -------------------------------------------------------------------------------- /src/API/Message/FindConversation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindConversation.php -------------------------------------------------------------------------------- /src/API/Message/FindConversationResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindConversationResponse.php -------------------------------------------------------------------------------- /src/API/Message/FindConversationResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindConversationResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/FindConversationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindConversationType.php -------------------------------------------------------------------------------- /src/API/Message/FindFolder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindFolder.php -------------------------------------------------------------------------------- /src/API/Message/FindFolderResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindFolderResponse.php -------------------------------------------------------------------------------- /src/API/Message/FindFolderResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindFolderResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/FindFolderResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindFolderResponseType.php -------------------------------------------------------------------------------- /src/API/Message/FindFolderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindFolderType.php -------------------------------------------------------------------------------- /src/API/Message/FindItem.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindItem.php -------------------------------------------------------------------------------- /src/API/Message/FindItemResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindItemResponse.php -------------------------------------------------------------------------------- /src/API/Message/FindItemResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindItemResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/FindItemResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindItemResponseType.php -------------------------------------------------------------------------------- /src/API/Message/FindItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindItemType.php -------------------------------------------------------------------------------- /src/API/Message/FindMailboxStatisticsByKeywords.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindMailboxStatisticsByKeywords.php -------------------------------------------------------------------------------- /src/API/Message/FindMailboxStatisticsByKeywordsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindMailboxStatisticsByKeywordsResponse.php -------------------------------------------------------------------------------- /src/API/Message/FindMailboxStatisticsByKeywordsResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindMailboxStatisticsByKeywordsResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/FindMailboxStatisticsByKeywordsResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindMailboxStatisticsByKeywordsResponseType.php -------------------------------------------------------------------------------- /src/API/Message/FindMailboxStatisticsByKeywordsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindMailboxStatisticsByKeywordsType.php -------------------------------------------------------------------------------- /src/API/Message/FindMessageTrackingReport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindMessageTrackingReport.php -------------------------------------------------------------------------------- /src/API/Message/FindMessageTrackingReportRequestType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindMessageTrackingReportRequestType.php -------------------------------------------------------------------------------- /src/API/Message/FindMessageTrackingReportResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindMessageTrackingReportResponse.php -------------------------------------------------------------------------------- /src/API/Message/FindMessageTrackingReportResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FindMessageTrackingReportResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/FolderInfoResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FolderInfoResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/FreeBusyResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/FreeBusyResponseType.php -------------------------------------------------------------------------------- /src/API/Message/GetAttachment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetAttachment.php -------------------------------------------------------------------------------- /src/API/Message/GetAttachmentResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetAttachmentResponse.php -------------------------------------------------------------------------------- /src/API/Message/GetAttachmentResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetAttachmentResponseType.php -------------------------------------------------------------------------------- /src/API/Message/GetAttachmentType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetAttachmentType.php -------------------------------------------------------------------------------- /src/API/Message/GetDelegate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetDelegate.php -------------------------------------------------------------------------------- /src/API/Message/GetDelegateResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetDelegateResponse.php -------------------------------------------------------------------------------- /src/API/Message/GetDelegateResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetDelegateResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/GetDelegateType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetDelegateType.php -------------------------------------------------------------------------------- /src/API/Message/GetEvents.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetEvents.php -------------------------------------------------------------------------------- /src/API/Message/GetEventsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetEventsResponse.php -------------------------------------------------------------------------------- /src/API/Message/GetEventsResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetEventsResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/GetEventsResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetEventsResponseType.php -------------------------------------------------------------------------------- /src/API/Message/GetEventsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetEventsType.php -------------------------------------------------------------------------------- /src/API/Message/GetFolder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetFolder.php -------------------------------------------------------------------------------- /src/API/Message/GetFolderResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetFolderResponse.php -------------------------------------------------------------------------------- /src/API/Message/GetFolderResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetFolderResponseType.php -------------------------------------------------------------------------------- /src/API/Message/GetFolderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetFolderType.php -------------------------------------------------------------------------------- /src/API/Message/GetInboxRules.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetInboxRules.php -------------------------------------------------------------------------------- /src/API/Message/GetInboxRulesRequestType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetInboxRulesRequestType.php -------------------------------------------------------------------------------- /src/API/Message/GetInboxRulesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetInboxRulesResponse.php -------------------------------------------------------------------------------- /src/API/Message/GetInboxRulesResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetInboxRulesResponseType.php -------------------------------------------------------------------------------- /src/API/Message/GetItem.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetItem.php -------------------------------------------------------------------------------- /src/API/Message/GetItemResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetItemResponse.php -------------------------------------------------------------------------------- /src/API/Message/GetItemResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetItemResponseType.php -------------------------------------------------------------------------------- /src/API/Message/GetItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetItemType.php -------------------------------------------------------------------------------- /src/API/Message/GetMailTips.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetMailTips.php -------------------------------------------------------------------------------- /src/API/Message/GetMailTipsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetMailTipsResponse.php -------------------------------------------------------------------------------- /src/API/Message/GetMailTipsResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetMailTipsResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/GetMailTipsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetMailTipsType.php -------------------------------------------------------------------------------- /src/API/Message/GetMessageTrackingReport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetMessageTrackingReport.php -------------------------------------------------------------------------------- /src/API/Message/GetMessageTrackingReportRequestType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetMessageTrackingReportRequestType.php -------------------------------------------------------------------------------- /src/API/Message/GetMessageTrackingReportResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetMessageTrackingReportResponse.php -------------------------------------------------------------------------------- /src/API/Message/GetMessageTrackingReportResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetMessageTrackingReportResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/GetPasswordExpirationDate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetPasswordExpirationDate.php -------------------------------------------------------------------------------- /src/API/Message/GetPasswordExpirationDateResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetPasswordExpirationDateResponse.php -------------------------------------------------------------------------------- /src/API/Message/GetPasswordExpirationDateResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetPasswordExpirationDateResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/GetPasswordExpirationDateType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetPasswordExpirationDateType.php -------------------------------------------------------------------------------- /src/API/Message/GetPhoneCallInformation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetPhoneCallInformation.php -------------------------------------------------------------------------------- /src/API/Message/GetPhoneCallInformationResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetPhoneCallInformationResponse.php -------------------------------------------------------------------------------- /src/API/Message/GetPhoneCallInformationResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetPhoneCallInformationResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/GetPhoneCallInformationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetPhoneCallInformationType.php -------------------------------------------------------------------------------- /src/API/Message/GetRoomLists.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetRoomLists.php -------------------------------------------------------------------------------- /src/API/Message/GetRoomListsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetRoomListsResponse.php -------------------------------------------------------------------------------- /src/API/Message/GetRoomListsResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetRoomListsResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/GetRoomListsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetRoomListsType.php -------------------------------------------------------------------------------- /src/API/Message/GetRooms.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetRooms.php -------------------------------------------------------------------------------- /src/API/Message/GetRoomsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetRoomsResponse.php -------------------------------------------------------------------------------- /src/API/Message/GetRoomsResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetRoomsResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/GetRoomsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetRoomsType.php -------------------------------------------------------------------------------- /src/API/Message/GetServerTimeZones.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetServerTimeZones.php -------------------------------------------------------------------------------- /src/API/Message/GetServerTimeZonesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetServerTimeZonesResponse.php -------------------------------------------------------------------------------- /src/API/Message/GetServerTimeZonesResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetServerTimeZonesResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/GetServerTimeZonesResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetServerTimeZonesResponseType.php -------------------------------------------------------------------------------- /src/API/Message/GetServerTimeZonesType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetServerTimeZonesType.php -------------------------------------------------------------------------------- /src/API/Message/GetServiceConfiguration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetServiceConfiguration.php -------------------------------------------------------------------------------- /src/API/Message/GetServiceConfigurationResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetServiceConfigurationResponse.php -------------------------------------------------------------------------------- /src/API/Message/GetServiceConfigurationResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetServiceConfigurationResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/GetServiceConfigurationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetServiceConfigurationType.php -------------------------------------------------------------------------------- /src/API/Message/GetSharingFolder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetSharingFolder.php -------------------------------------------------------------------------------- /src/API/Message/GetSharingFolderResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetSharingFolderResponse.php -------------------------------------------------------------------------------- /src/API/Message/GetSharingFolderResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetSharingFolderResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/GetSharingFolderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetSharingFolderType.php -------------------------------------------------------------------------------- /src/API/Message/GetSharingMetadata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetSharingMetadata.php -------------------------------------------------------------------------------- /src/API/Message/GetSharingMetadataResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetSharingMetadataResponse.php -------------------------------------------------------------------------------- /src/API/Message/GetSharingMetadataResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetSharingMetadataResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/GetSharingMetadataType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetSharingMetadataType.php -------------------------------------------------------------------------------- /src/API/Message/GetStreamingEvents.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetStreamingEvents.php -------------------------------------------------------------------------------- /src/API/Message/GetStreamingEventsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetStreamingEventsResponse.php -------------------------------------------------------------------------------- /src/API/Message/GetStreamingEventsResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetStreamingEventsResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/GetStreamingEventsResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetStreamingEventsResponseType.php -------------------------------------------------------------------------------- /src/API/Message/GetStreamingEventsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetStreamingEventsType.php -------------------------------------------------------------------------------- /src/API/Message/GetUserAvailabilityRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetUserAvailabilityRequest.php -------------------------------------------------------------------------------- /src/API/Message/GetUserAvailabilityRequestType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetUserAvailabilityRequestType.php -------------------------------------------------------------------------------- /src/API/Message/GetUserAvailabilityResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetUserAvailabilityResponse.php -------------------------------------------------------------------------------- /src/API/Message/GetUserAvailabilityResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetUserAvailabilityResponseType.php -------------------------------------------------------------------------------- /src/API/Message/GetUserConfiguration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetUserConfiguration.php -------------------------------------------------------------------------------- /src/API/Message/GetUserConfigurationResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetUserConfigurationResponse.php -------------------------------------------------------------------------------- /src/API/Message/GetUserConfigurationResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetUserConfigurationResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/GetUserConfigurationResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetUserConfigurationResponseType.php -------------------------------------------------------------------------------- /src/API/Message/GetUserConfigurationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetUserConfigurationType.php -------------------------------------------------------------------------------- /src/API/Message/GetUserOofSettingsRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetUserOofSettingsRequest.php -------------------------------------------------------------------------------- /src/API/Message/GetUserOofSettingsRequestType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetUserOofSettingsRequestType.php -------------------------------------------------------------------------------- /src/API/Message/GetUserOofSettingsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetUserOofSettingsResponse.php -------------------------------------------------------------------------------- /src/API/Message/GetUserOofSettingsResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/GetUserOofSettingsResponseType.php -------------------------------------------------------------------------------- /src/API/Message/ItemInfoResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ItemInfoResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/MailTipsResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/MailTipsResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/MoveFolder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/MoveFolder.php -------------------------------------------------------------------------------- /src/API/Message/MoveFolderResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/MoveFolderResponse.php -------------------------------------------------------------------------------- /src/API/Message/MoveFolderResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/MoveFolderResponseType.php -------------------------------------------------------------------------------- /src/API/Message/MoveFolderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/MoveFolderType.php -------------------------------------------------------------------------------- /src/API/Message/MoveItem.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/MoveItem.php -------------------------------------------------------------------------------- /src/API/Message/MoveItemResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/MoveItemResponse.php -------------------------------------------------------------------------------- /src/API/Message/MoveItemResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/MoveItemResponseType.php -------------------------------------------------------------------------------- /src/API/Message/MoveItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/MoveItemType.php -------------------------------------------------------------------------------- /src/API/Message/PlayOnPhone.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/PlayOnPhone.php -------------------------------------------------------------------------------- /src/API/Message/PlayOnPhoneResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/PlayOnPhoneResponse.php -------------------------------------------------------------------------------- /src/API/Message/PlayOnPhoneResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/PlayOnPhoneResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/PlayOnPhoneType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/PlayOnPhoneType.php -------------------------------------------------------------------------------- /src/API/Message/RefreshSharingFolder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/RefreshSharingFolder.php -------------------------------------------------------------------------------- /src/API/Message/RefreshSharingFolderResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/RefreshSharingFolderResponse.php -------------------------------------------------------------------------------- /src/API/Message/RefreshSharingFolderResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/RefreshSharingFolderResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/RefreshSharingFolderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/RefreshSharingFolderType.php -------------------------------------------------------------------------------- /src/API/Message/RemoveDelegate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/RemoveDelegate.php -------------------------------------------------------------------------------- /src/API/Message/RemoveDelegateResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/RemoveDelegateResponse.php -------------------------------------------------------------------------------- /src/API/Message/RemoveDelegateResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/RemoveDelegateResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/RemoveDelegateType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/RemoveDelegateType.php -------------------------------------------------------------------------------- /src/API/Message/ResolveNames.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ResolveNames.php -------------------------------------------------------------------------------- /src/API/Message/ResolveNamesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ResolveNamesResponse.php -------------------------------------------------------------------------------- /src/API/Message/ResolveNamesResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ResolveNamesResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/ResolveNamesResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ResolveNamesResponseType.php -------------------------------------------------------------------------------- /src/API/Message/ResolveNamesType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ResolveNamesType.php -------------------------------------------------------------------------------- /src/API/Message/ResponseCodeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ResponseCodeType.php -------------------------------------------------------------------------------- /src/API/Message/ResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/ResponseMessageType/MessageXmlAType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ResponseMessageType/MessageXmlAType.php -------------------------------------------------------------------------------- /src/API/Message/SendItem.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SendItem.php -------------------------------------------------------------------------------- /src/API/Message/SendItemResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SendItemResponse.php -------------------------------------------------------------------------------- /src/API/Message/SendItemResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SendItemResponseType.php -------------------------------------------------------------------------------- /src/API/Message/SendItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SendItemType.php -------------------------------------------------------------------------------- /src/API/Message/SendNotification.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SendNotification.php -------------------------------------------------------------------------------- /src/API/Message/SendNotificationResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SendNotificationResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/SendNotificationResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SendNotificationResponseType.php -------------------------------------------------------------------------------- /src/API/Message/SendNotificationResult.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SendNotificationResult.php -------------------------------------------------------------------------------- /src/API/Message/SendNotificationResultType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SendNotificationResultType.php -------------------------------------------------------------------------------- /src/API/Message/ServiceConfigurationResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/ServiceConfigurationResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/SetUserOofSettingsRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SetUserOofSettingsRequest.php -------------------------------------------------------------------------------- /src/API/Message/SetUserOofSettingsRequestType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SetUserOofSettingsRequestType.php -------------------------------------------------------------------------------- /src/API/Message/SetUserOofSettingsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SetUserOofSettingsResponse.php -------------------------------------------------------------------------------- /src/API/Message/SetUserOofSettingsResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SetUserOofSettingsResponseType.php -------------------------------------------------------------------------------- /src/API/Message/Subscribe.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/Subscribe.php -------------------------------------------------------------------------------- /src/API/Message/SubscribeResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SubscribeResponse.php -------------------------------------------------------------------------------- /src/API/Message/SubscribeResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SubscribeResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/SubscribeResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SubscribeResponseType.php -------------------------------------------------------------------------------- /src/API/Message/SubscribeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SubscribeType.php -------------------------------------------------------------------------------- /src/API/Message/SuggestionsResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SuggestionsResponseType.php -------------------------------------------------------------------------------- /src/API/Message/SyncFolderHierarchy.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SyncFolderHierarchy.php -------------------------------------------------------------------------------- /src/API/Message/SyncFolderHierarchyResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SyncFolderHierarchyResponse.php -------------------------------------------------------------------------------- /src/API/Message/SyncFolderHierarchyResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SyncFolderHierarchyResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/SyncFolderHierarchyResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SyncFolderHierarchyResponseType.php -------------------------------------------------------------------------------- /src/API/Message/SyncFolderHierarchyType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SyncFolderHierarchyType.php -------------------------------------------------------------------------------- /src/API/Message/SyncFolderItems.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SyncFolderItems.php -------------------------------------------------------------------------------- /src/API/Message/SyncFolderItemsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SyncFolderItemsResponse.php -------------------------------------------------------------------------------- /src/API/Message/SyncFolderItemsResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SyncFolderItemsResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/SyncFolderItemsResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SyncFolderItemsResponseType.php -------------------------------------------------------------------------------- /src/API/Message/SyncFolderItemsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/SyncFolderItemsType.php -------------------------------------------------------------------------------- /src/API/Message/Unsubscribe.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/Unsubscribe.php -------------------------------------------------------------------------------- /src/API/Message/UnsubscribeResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UnsubscribeResponse.php -------------------------------------------------------------------------------- /src/API/Message/UnsubscribeResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UnsubscribeResponseType.php -------------------------------------------------------------------------------- /src/API/Message/UnsubscribeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UnsubscribeType.php -------------------------------------------------------------------------------- /src/API/Message/UpdateDelegate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateDelegate.php -------------------------------------------------------------------------------- /src/API/Message/UpdateDelegateResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateDelegateResponse.php -------------------------------------------------------------------------------- /src/API/Message/UpdateDelegateResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateDelegateResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/UpdateDelegateType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateDelegateType.php -------------------------------------------------------------------------------- /src/API/Message/UpdateFolder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateFolder.php -------------------------------------------------------------------------------- /src/API/Message/UpdateFolderResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateFolderResponse.php -------------------------------------------------------------------------------- /src/API/Message/UpdateFolderResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateFolderResponseType.php -------------------------------------------------------------------------------- /src/API/Message/UpdateFolderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateFolderType.php -------------------------------------------------------------------------------- /src/API/Message/UpdateInboxRules.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateInboxRules.php -------------------------------------------------------------------------------- /src/API/Message/UpdateInboxRulesRequestType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateInboxRulesRequestType.php -------------------------------------------------------------------------------- /src/API/Message/UpdateInboxRulesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateInboxRulesResponse.php -------------------------------------------------------------------------------- /src/API/Message/UpdateInboxRulesResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateInboxRulesResponseType.php -------------------------------------------------------------------------------- /src/API/Message/UpdateItem.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateItem.php -------------------------------------------------------------------------------- /src/API/Message/UpdateItemResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateItemResponse.php -------------------------------------------------------------------------------- /src/API/Message/UpdateItemResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateItemResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/UpdateItemResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateItemResponseType.php -------------------------------------------------------------------------------- /src/API/Message/UpdateItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateItemType.php -------------------------------------------------------------------------------- /src/API/Message/UpdateUserConfiguration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateUserConfiguration.php -------------------------------------------------------------------------------- /src/API/Message/UpdateUserConfigurationResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateUserConfigurationResponse.php -------------------------------------------------------------------------------- /src/API/Message/UpdateUserConfigurationResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateUserConfigurationResponseType.php -------------------------------------------------------------------------------- /src/API/Message/UpdateUserConfigurationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UpdateUserConfigurationType.php -------------------------------------------------------------------------------- /src/API/Message/UploadItems.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UploadItems.php -------------------------------------------------------------------------------- /src/API/Message/UploadItemsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UploadItemsResponse.php -------------------------------------------------------------------------------- /src/API/Message/UploadItemsResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UploadItemsResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Message/UploadItemsResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UploadItemsResponseType.php -------------------------------------------------------------------------------- /src/API/Message/UploadItemsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Message/UploadItemsType.php -------------------------------------------------------------------------------- /src/API/MiddlewareRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/MiddlewareRequest.php -------------------------------------------------------------------------------- /src/API/MiddlewareResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/MiddlewareResponse.php -------------------------------------------------------------------------------- /src/API/NTLMSoapClient.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/NTLMSoapClient.php -------------------------------------------------------------------------------- /src/API/Type.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type.php -------------------------------------------------------------------------------- /src/API/Type/AbsoluteDateTransition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/AbsoluteDateTransition.php -------------------------------------------------------------------------------- /src/API/Type/AbsoluteDateTransitionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/AbsoluteDateTransitionType.php -------------------------------------------------------------------------------- /src/API/Type/AbsoluteMonthlyRecurrencePatternType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/AbsoluteMonthlyRecurrencePatternType.php -------------------------------------------------------------------------------- /src/API/Type/AbsoluteYearlyRecurrencePatternType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/AbsoluteYearlyRecurrencePatternType.php -------------------------------------------------------------------------------- /src/API/Type/AcceptItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/AcceptItemType.php -------------------------------------------------------------------------------- /src/API/Type/AcceptSharingInvitationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/AcceptSharingInvitationType.php -------------------------------------------------------------------------------- /src/API/Type/AggregateOnType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/AggregateOnType.php -------------------------------------------------------------------------------- /src/API/Type/AlternateIdBaseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/AlternateIdBaseType.php -------------------------------------------------------------------------------- /src/API/Type/AlternateIdType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/AlternateIdType.php -------------------------------------------------------------------------------- /src/API/Type/AlternatePublicFolderIdType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/AlternatePublicFolderIdType.php -------------------------------------------------------------------------------- /src/API/Type/AlternatePublicFolderItemIdType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/AlternatePublicFolderItemIdType.php -------------------------------------------------------------------------------- /src/API/Type/AndElement.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/AndElement.php -------------------------------------------------------------------------------- /src/API/Type/AndType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/AndType.php -------------------------------------------------------------------------------- /src/API/Type/AppendToFolderFieldType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/AppendToFolderFieldType.php -------------------------------------------------------------------------------- /src/API/Type/AppendToItemFieldType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/AppendToItemFieldType.php -------------------------------------------------------------------------------- /src/API/Type/ArrayOfAttachmentsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ArrayOfAttachmentsType.php -------------------------------------------------------------------------------- /src/API/Type/ArrayOfAttendeeConflictDataType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ArrayOfAttendeeConflictDataType.php -------------------------------------------------------------------------------- /src/API/Type/ArrayOfDLExpansionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ArrayOfDLExpansionType.php -------------------------------------------------------------------------------- /src/API/Type/ArrayOfFoldersType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ArrayOfFoldersType.php -------------------------------------------------------------------------------- /src/API/Type/ArrayOfRealItemsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ArrayOfRealItemsType.php -------------------------------------------------------------------------------- /src/API/Type/ArrayOfResolutionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ArrayOfResolutionType.php -------------------------------------------------------------------------------- /src/API/Type/ArrayOfRuleOperationsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ArrayOfRuleOperationsType.php -------------------------------------------------------------------------------- /src/API/Type/ArrayOfTrackingPropertiesType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ArrayOfTrackingPropertiesType.php -------------------------------------------------------------------------------- /src/API/Type/ArrayOfTransitionsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ArrayOfTransitionsType.php -------------------------------------------------------------------------------- /src/API/Type/AttachmentIdType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/AttachmentIdType.php -------------------------------------------------------------------------------- /src/API/Type/AttachmentResponseShapeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/AttachmentResponseShapeType.php -------------------------------------------------------------------------------- /src/API/Type/AttachmentType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/AttachmentType.php -------------------------------------------------------------------------------- /src/API/Type/AttendeeConflictDataType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/AttendeeConflictDataType.php -------------------------------------------------------------------------------- /src/API/Type/AttendeeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/AttendeeType.php -------------------------------------------------------------------------------- /src/API/Type/BaseEmailAddressType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/BaseEmailAddressType.php -------------------------------------------------------------------------------- /src/API/Type/BaseFolderIdType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/BaseFolderIdType.php -------------------------------------------------------------------------------- /src/API/Type/BaseFolderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/BaseFolderType.php -------------------------------------------------------------------------------- /src/API/Type/BaseGroupByType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/BaseGroupByType.php -------------------------------------------------------------------------------- /src/API/Type/BaseItemId.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/BaseItemId.php -------------------------------------------------------------------------------- /src/API/Type/BaseItemIdType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/BaseItemIdType.php -------------------------------------------------------------------------------- /src/API/Type/BaseNotificationEventType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/BaseNotificationEventType.php -------------------------------------------------------------------------------- /src/API/Type/BaseObjectChangedEventType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/BaseObjectChangedEventType.php -------------------------------------------------------------------------------- /src/API/Type/BasePagingType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/BasePagingType.php -------------------------------------------------------------------------------- /src/API/Type/BasePathToElementType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/BasePathToElementType.php -------------------------------------------------------------------------------- /src/API/Type/BasePermissionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/BasePermissionType.php -------------------------------------------------------------------------------- /src/API/Type/BaseSubscriptionRequestType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/BaseSubscriptionRequestType.php -------------------------------------------------------------------------------- /src/API/Type/BodyType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/BodyType.php -------------------------------------------------------------------------------- /src/API/Type/CalendarEventDetailsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/CalendarEventDetailsType.php -------------------------------------------------------------------------------- /src/API/Type/CalendarEventType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/CalendarEventType.php -------------------------------------------------------------------------------- /src/API/Type/CalendarFolderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/CalendarFolderType.php -------------------------------------------------------------------------------- /src/API/Type/CalendarItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/CalendarItemType.php -------------------------------------------------------------------------------- /src/API/Type/CalendarPermissionSetType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/CalendarPermissionSetType.php -------------------------------------------------------------------------------- /src/API/Type/CalendarPermissionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/CalendarPermissionType.php -------------------------------------------------------------------------------- /src/API/Type/CalendarViewType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/CalendarViewType.php -------------------------------------------------------------------------------- /src/API/Type/CancelCalendarItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/CancelCalendarItemType.php -------------------------------------------------------------------------------- /src/API/Type/ChangeDescriptionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ChangeDescriptionType.php -------------------------------------------------------------------------------- /src/API/Type/CompleteNameType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/CompleteNameType.php -------------------------------------------------------------------------------- /src/API/Type/ConflictResultsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ConflictResultsType.php -------------------------------------------------------------------------------- /src/API/Type/ConnectingSIDType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ConnectingSIDType.php -------------------------------------------------------------------------------- /src/API/Type/ConstantValueType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ConstantValueType.php -------------------------------------------------------------------------------- /src/API/Type/ContactItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ContactItemType.php -------------------------------------------------------------------------------- /src/API/Type/ContactsFolderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ContactsFolderType.php -------------------------------------------------------------------------------- /src/API/Type/ContactsViewType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ContactsViewType.php -------------------------------------------------------------------------------- /src/API/Type/Contains.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/Contains.php -------------------------------------------------------------------------------- /src/API/Type/ContainsExpressionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ContainsExpressionType.php -------------------------------------------------------------------------------- /src/API/Type/ConversationActionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ConversationActionType.php -------------------------------------------------------------------------------- /src/API/Type/ConversationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ConversationType.php -------------------------------------------------------------------------------- /src/API/Type/CreateRuleOperationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/CreateRuleOperationType.php -------------------------------------------------------------------------------- /src/API/Type/DailyRecurrencePatternType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/DailyRecurrencePatternType.php -------------------------------------------------------------------------------- /src/API/Type/DailyRegeneratingPatternType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/DailyRegeneratingPatternType.php -------------------------------------------------------------------------------- /src/API/Type/DateTimePrecision.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/DateTimePrecision.php -------------------------------------------------------------------------------- /src/API/Type/DateTimePrecisionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/DateTimePrecisionType.php -------------------------------------------------------------------------------- /src/API/Type/DeclineItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/DeclineItemType.php -------------------------------------------------------------------------------- /src/API/Type/DelegatePermissionsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/DelegatePermissionsType.php -------------------------------------------------------------------------------- /src/API/Type/DelegateUserType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/DelegateUserType.php -------------------------------------------------------------------------------- /src/API/Type/DeleteFolderFieldType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/DeleteFolderFieldType.php -------------------------------------------------------------------------------- /src/API/Type/DeleteItemFieldType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/DeleteItemFieldType.php -------------------------------------------------------------------------------- /src/API/Type/DeleteRuleOperationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/DeleteRuleOperationType.php -------------------------------------------------------------------------------- /src/API/Type/DeletedOccurrenceInfoType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/DeletedOccurrenceInfoType.php -------------------------------------------------------------------------------- /src/API/Type/DirectoryEntryType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/DirectoryEntryType.php -------------------------------------------------------------------------------- /src/API/Type/DistinguishedFolderIdNameType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/DistinguishedFolderIdNameType.php -------------------------------------------------------------------------------- /src/API/Type/DistinguishedFolderIdType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/DistinguishedFolderIdType.php -------------------------------------------------------------------------------- /src/API/Type/DistinguishedGroupByType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/DistinguishedGroupByType.php -------------------------------------------------------------------------------- /src/API/Type/DistributionListType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/DistributionListType.php -------------------------------------------------------------------------------- /src/API/Type/DurationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/DurationType.php -------------------------------------------------------------------------------- /src/API/Type/EffectiveRightsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/EffectiveRightsType.php -------------------------------------------------------------------------------- /src/API/Type/EmailAddressDictionaryEntryType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/EmailAddressDictionaryEntryType.php -------------------------------------------------------------------------------- /src/API/Type/EmailAddressType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/EmailAddressType.php -------------------------------------------------------------------------------- /src/API/Type/EncryptedDataContainerType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/EncryptedDataContainerType.php -------------------------------------------------------------------------------- /src/API/Type/EncryptedSharedFolderDataType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/EncryptedSharedFolderDataType.php -------------------------------------------------------------------------------- /src/API/Type/EndDateRecurrenceRangeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/EndDateRecurrenceRangeType.php -------------------------------------------------------------------------------- /src/API/Type/ExceptionFieldURI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ExceptionFieldURI.php -------------------------------------------------------------------------------- /src/API/Type/ExchangeImpersonation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ExchangeImpersonation.php -------------------------------------------------------------------------------- /src/API/Type/ExchangeImpersonationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ExchangeImpersonationType.php -------------------------------------------------------------------------------- /src/API/Type/Excludes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/Excludes.php -------------------------------------------------------------------------------- /src/API/Type/ExcludesType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ExcludesType.php -------------------------------------------------------------------------------- /src/API/Type/ExcludesValueType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ExcludesValueType.php -------------------------------------------------------------------------------- /src/API/Type/Exists.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/Exists.php -------------------------------------------------------------------------------- /src/API/Type/ExistsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ExistsType.php -------------------------------------------------------------------------------- /src/API/Type/ExtendedFieldURI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ExtendedFieldURI.php -------------------------------------------------------------------------------- /src/API/Type/ExtendedPropertyType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ExtendedPropertyType.php -------------------------------------------------------------------------------- /src/API/Type/FieldOrderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/FieldOrderType.php -------------------------------------------------------------------------------- /src/API/Type/FieldURI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/FieldURI.php -------------------------------------------------------------------------------- /src/API/Type/FieldURIOrConstantType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/FieldURIOrConstantType.php -------------------------------------------------------------------------------- /src/API/Type/FileAttachmentType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/FileAttachmentType.php -------------------------------------------------------------------------------- /src/API/Type/FindFolderParentType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/FindFolderParentType.php -------------------------------------------------------------------------------- /src/API/Type/FindItemParentType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/FindItemParentType.php -------------------------------------------------------------------------------- /src/API/Type/FindMessageTrackingSearchResultType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/FindMessageTrackingSearchResultType.php -------------------------------------------------------------------------------- /src/API/Type/FolderChangeDescriptionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/FolderChangeDescriptionType.php -------------------------------------------------------------------------------- /src/API/Type/FolderChangeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/FolderChangeType.php -------------------------------------------------------------------------------- /src/API/Type/FolderIdType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/FolderIdType.php -------------------------------------------------------------------------------- /src/API/Type/FolderResponseShapeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/FolderResponseShapeType.php -------------------------------------------------------------------------------- /src/API/Type/FolderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/FolderType.php -------------------------------------------------------------------------------- /src/API/Type/ForwardItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ForwardItemType.php -------------------------------------------------------------------------------- /src/API/Type/FractionalPageViewType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/FractionalPageViewType.php -------------------------------------------------------------------------------- /src/API/Type/FreeBusyViewOptions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/FreeBusyViewOptions.php -------------------------------------------------------------------------------- /src/API/Type/FreeBusyViewOptionsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/FreeBusyViewOptionsType.php -------------------------------------------------------------------------------- /src/API/Type/FreeBusyViewType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/FreeBusyViewType.php -------------------------------------------------------------------------------- /src/API/Type/GroupAttendeeConflictDataType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/GroupAttendeeConflictDataType.php -------------------------------------------------------------------------------- /src/API/Type/GroupByType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/GroupByType.php -------------------------------------------------------------------------------- /src/API/Type/GroupedItemsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/GroupedItemsType.php -------------------------------------------------------------------------------- /src/API/Type/ImAddressDictionaryEntryType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ImAddressDictionaryEntryType.php -------------------------------------------------------------------------------- /src/API/Type/IndexedFieldURI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/IndexedFieldURI.php -------------------------------------------------------------------------------- /src/API/Type/IndexedPageViewType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/IndexedPageViewType.php -------------------------------------------------------------------------------- /src/API/Type/IndividualAttendeeConflictDataType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/IndividualAttendeeConflictDataType.php -------------------------------------------------------------------------------- /src/API/Type/InternetHeaderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/InternetHeaderType.php -------------------------------------------------------------------------------- /src/API/Type/IntervalRecurrencePatternBaseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/IntervalRecurrencePatternBaseType.php -------------------------------------------------------------------------------- /src/API/Type/InvalidRecipientType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/InvalidRecipientType.php -------------------------------------------------------------------------------- /src/API/Type/IsEqualTo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/IsEqualTo.php -------------------------------------------------------------------------------- /src/API/Type/IsEqualToType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/IsEqualToType.php -------------------------------------------------------------------------------- /src/API/Type/IsGreaterThan.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/IsGreaterThan.php -------------------------------------------------------------------------------- /src/API/Type/IsGreaterThanOrEqualTo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/IsGreaterThanOrEqualTo.php -------------------------------------------------------------------------------- /src/API/Type/IsGreaterThanOrEqualToType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/IsGreaterThanOrEqualToType.php -------------------------------------------------------------------------------- /src/API/Type/IsGreaterThanType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/IsGreaterThanType.php -------------------------------------------------------------------------------- /src/API/Type/IsLessThan.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/IsLessThan.php -------------------------------------------------------------------------------- /src/API/Type/IsLessThanOrEqualTo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/IsLessThanOrEqualTo.php -------------------------------------------------------------------------------- /src/API/Type/IsLessThanOrEqualToType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/IsLessThanOrEqualToType.php -------------------------------------------------------------------------------- /src/API/Type/IsLessThanType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/IsLessThanType.php -------------------------------------------------------------------------------- /src/API/Type/IsNotEqualTo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/IsNotEqualTo.php -------------------------------------------------------------------------------- /src/API/Type/IsNotEqualToType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/IsNotEqualToType.php -------------------------------------------------------------------------------- /src/API/Type/ItemAttachmentType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ItemAttachmentType.php -------------------------------------------------------------------------------- /src/API/Type/ItemChangeDescriptionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ItemChangeDescriptionType.php -------------------------------------------------------------------------------- /src/API/Type/ItemChangeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ItemChangeType.php -------------------------------------------------------------------------------- /src/API/Type/ItemIdType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ItemIdType.php -------------------------------------------------------------------------------- /src/API/Type/ItemResponseShapeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ItemResponseShapeType.php -------------------------------------------------------------------------------- /src/API/Type/ItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ItemType.php -------------------------------------------------------------------------------- /src/API/Type/KeywordStatisticsSearchResultType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/KeywordStatisticsSearchResultType.php -------------------------------------------------------------------------------- /src/API/Type/MailTipsServiceConfigurationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/MailTipsServiceConfigurationType.php -------------------------------------------------------------------------------- /src/API/Type/MailTipsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/MailTipsType.php -------------------------------------------------------------------------------- /src/API/Type/Mailbox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/Mailbox.php -------------------------------------------------------------------------------- /src/API/Type/MailboxCulture.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/MailboxCulture.php -------------------------------------------------------------------------------- /src/API/Type/MailboxCultureType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/MailboxCultureType.php -------------------------------------------------------------------------------- /src/API/Type/MailboxDataType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/MailboxDataType.php -------------------------------------------------------------------------------- /src/API/Type/MailboxStatisticsSearchResultType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/MailboxStatisticsSearchResultType.php -------------------------------------------------------------------------------- /src/API/Type/ManagedFolderInformationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ManagedFolderInformationType.php -------------------------------------------------------------------------------- /src/API/Type/MeetingCancellationMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/MeetingCancellationMessageType.php -------------------------------------------------------------------------------- /src/API/Type/MeetingMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/MeetingMessageType.php -------------------------------------------------------------------------------- /src/API/Type/MeetingRequestMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/MeetingRequestMessageType.php -------------------------------------------------------------------------------- /src/API/Type/MeetingResponseMessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/MeetingResponseMessageType.php -------------------------------------------------------------------------------- /src/API/Type/MemberType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/MemberType.php -------------------------------------------------------------------------------- /src/API/Type/Message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/Message.php -------------------------------------------------------------------------------- /src/API/Type/MessageTrackingReportType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/MessageTrackingReportType.php -------------------------------------------------------------------------------- /src/API/Type/MessageType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/MessageType.php -------------------------------------------------------------------------------- /src/API/Type/MimeContentType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/MimeContentType.php -------------------------------------------------------------------------------- /src/API/Type/ModifiedEventType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ModifiedEventType.php -------------------------------------------------------------------------------- /src/API/Type/MonthlyRegeneratingPatternType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/MonthlyRegeneratingPatternType.php -------------------------------------------------------------------------------- /src/API/Type/MovedCopiedEventType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/MovedCopiedEventType.php -------------------------------------------------------------------------------- /src/API/Type/MultipleOperandBooleanExpressionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/MultipleOperandBooleanExpressionType.php -------------------------------------------------------------------------------- /src/API/Type/NoEndRecurrenceRangeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/NoEndRecurrenceRangeType.php -------------------------------------------------------------------------------- /src/API/Type/NonEmptyArrayOfAllItemsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/NonEmptyArrayOfAllItemsType.php -------------------------------------------------------------------------------- /src/API/Type/NonEmptyArrayOfAlternateIdsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/NonEmptyArrayOfAlternateIdsType.php -------------------------------------------------------------------------------- /src/API/Type/NonEmptyArrayOfAttachmentsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/NonEmptyArrayOfAttachmentsType.php -------------------------------------------------------------------------------- /src/API/Type/NonEmptyArrayOfBaseFolderIdsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/NonEmptyArrayOfBaseFolderIdsType.php -------------------------------------------------------------------------------- /src/API/Type/NonEmptyArrayOfBaseItemIdsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/NonEmptyArrayOfBaseItemIdsType.php -------------------------------------------------------------------------------- /src/API/Type/NonEmptyArrayOfFolderChangeDescriptionsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/NonEmptyArrayOfFolderChangeDescriptionsType.php -------------------------------------------------------------------------------- /src/API/Type/NonEmptyArrayOfFoldersType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/NonEmptyArrayOfFoldersType.php -------------------------------------------------------------------------------- /src/API/Type/NonEmptyArrayOfItemChangeDescriptionsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/NonEmptyArrayOfItemChangeDescriptionsType.php -------------------------------------------------------------------------------- /src/API/Type/NonEmptyArrayOfPathsToElementType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/NonEmptyArrayOfPathsToElementType.php -------------------------------------------------------------------------------- /src/API/Type/NonEmptyArrayOfResponseObjectsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/NonEmptyArrayOfResponseObjectsType.php -------------------------------------------------------------------------------- /src/API/Type/Not.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/Not.php -------------------------------------------------------------------------------- /src/API/Type/NotType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/NotType.php -------------------------------------------------------------------------------- /src/API/Type/NotificationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/NotificationType.php -------------------------------------------------------------------------------- /src/API/Type/NumberedRecurrenceRangeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/NumberedRecurrenceRangeType.php -------------------------------------------------------------------------------- /src/API/Type/OccurrenceInfoType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/OccurrenceInfoType.php -------------------------------------------------------------------------------- /src/API/Type/OccurrenceItemIdType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/OccurrenceItemIdType.php -------------------------------------------------------------------------------- /src/API/Type/OofSettings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/OofSettings.php -------------------------------------------------------------------------------- /src/API/Type/OpenAsAdminOrSystemService.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/OpenAsAdminOrSystemService.php -------------------------------------------------------------------------------- /src/API/Type/OpenAsAdminOrSystemServiceType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/OpenAsAdminOrSystemServiceType.php -------------------------------------------------------------------------------- /src/API/Type/OrElement.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/OrElement.php -------------------------------------------------------------------------------- /src/API/Type/OrType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/OrType.php -------------------------------------------------------------------------------- /src/API/Type/OutOfOfficeMailTipType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/OutOfOfficeMailTipType.php -------------------------------------------------------------------------------- /src/API/Type/Path.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/Path.php -------------------------------------------------------------------------------- /src/API/Type/PathToExceptionFieldType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/PathToExceptionFieldType.php -------------------------------------------------------------------------------- /src/API/Type/PathToExtendedFieldType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/PathToExtendedFieldType.php -------------------------------------------------------------------------------- /src/API/Type/PathToIndexedFieldType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/PathToIndexedFieldType.php -------------------------------------------------------------------------------- /src/API/Type/PathToUnindexedFieldType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/PathToUnindexedFieldType.php -------------------------------------------------------------------------------- /src/API/Type/PeriodType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/PeriodType.php -------------------------------------------------------------------------------- /src/API/Type/PermissionSetType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/PermissionSetType.php -------------------------------------------------------------------------------- /src/API/Type/PermissionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/PermissionType.php -------------------------------------------------------------------------------- /src/API/Type/PhoneCallIdType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/PhoneCallIdType.php -------------------------------------------------------------------------------- /src/API/Type/PhoneCallInformationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/PhoneCallInformationType.php -------------------------------------------------------------------------------- /src/API/Type/PhoneNumberDictionaryEntryType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/PhoneNumberDictionaryEntryType.php -------------------------------------------------------------------------------- /src/API/Type/PhysicalAddressDictionaryEntryType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/PhysicalAddressDictionaryEntryType.php -------------------------------------------------------------------------------- /src/API/Type/PostItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/PostItemType.php -------------------------------------------------------------------------------- /src/API/Type/PostReplyItemBaseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/PostReplyItemBaseType.php -------------------------------------------------------------------------------- /src/API/Type/PostReplyItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/PostReplyItemType.php -------------------------------------------------------------------------------- /src/API/Type/ProtectionRuleActionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ProtectionRuleActionType.php -------------------------------------------------------------------------------- /src/API/Type/ProtectionRuleAndType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ProtectionRuleAndType.php -------------------------------------------------------------------------------- /src/API/Type/ProtectionRuleArgumentType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ProtectionRuleArgumentType.php -------------------------------------------------------------------------------- /src/API/Type/ProtectionRuleConditionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ProtectionRuleConditionType.php -------------------------------------------------------------------------------- /src/API/Type/ProtectionRuleType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ProtectionRuleType.php -------------------------------------------------------------------------------- /src/API/Type/ProtectionRulesServiceConfigurationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ProtectionRulesServiceConfigurationType.php -------------------------------------------------------------------------------- /src/API/Type/ProxyPartnerToken.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ProxyPartnerToken.php -------------------------------------------------------------------------------- /src/API/Type/ProxySecurityContext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ProxySecurityContext.php -------------------------------------------------------------------------------- /src/API/Type/ProxySecurityContextType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ProxySecurityContextType.php -------------------------------------------------------------------------------- /src/API/Type/ProxySuggesterSid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ProxySuggesterSid.php -------------------------------------------------------------------------------- /src/API/Type/PullSubscriptionRequestType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/PullSubscriptionRequestType.php -------------------------------------------------------------------------------- /src/API/Type/PushSubscriptionRequestType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/PushSubscriptionRequestType.php -------------------------------------------------------------------------------- /src/API/Type/RecipientTrackingEventType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RecipientTrackingEventType.php -------------------------------------------------------------------------------- /src/API/Type/RecurrencePatternBaseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RecurrencePatternBaseType.php -------------------------------------------------------------------------------- /src/API/Type/RecurrenceRangeBaseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RecurrenceRangeBaseType.php -------------------------------------------------------------------------------- /src/API/Type/RecurrenceType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RecurrenceType.php -------------------------------------------------------------------------------- /src/API/Type/RecurringDateTransition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RecurringDateTransition.php -------------------------------------------------------------------------------- /src/API/Type/RecurringDateTransitionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RecurringDateTransitionType.php -------------------------------------------------------------------------------- /src/API/Type/RecurringDayTransition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RecurringDayTransition.php -------------------------------------------------------------------------------- /src/API/Type/RecurringDayTransitionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RecurringDayTransitionType.php -------------------------------------------------------------------------------- /src/API/Type/RecurringMasterItemIdType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RecurringMasterItemIdType.php -------------------------------------------------------------------------------- /src/API/Type/RecurringTimeTransitionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RecurringTimeTransitionType.php -------------------------------------------------------------------------------- /src/API/Type/ReferenceItemResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ReferenceItemResponseType.php -------------------------------------------------------------------------------- /src/API/Type/RegeneratingPatternBaseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RegeneratingPatternBaseType.php -------------------------------------------------------------------------------- /src/API/Type/RelativeMonthlyRecurrencePatternType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RelativeMonthlyRecurrencePatternType.php -------------------------------------------------------------------------------- /src/API/Type/RelativeYearlyRecurrencePatternType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RelativeYearlyRecurrencePatternType.php -------------------------------------------------------------------------------- /src/API/Type/RemoveItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RemoveItemType.php -------------------------------------------------------------------------------- /src/API/Type/ReplyAllToItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ReplyAllToItemType.php -------------------------------------------------------------------------------- /src/API/Type/ReplyBodyType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ReplyBodyType.php -------------------------------------------------------------------------------- /src/API/Type/ReplyToItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ReplyToItemType.php -------------------------------------------------------------------------------- /src/API/Type/RequestAttachmentIdType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RequestAttachmentIdType.php -------------------------------------------------------------------------------- /src/API/Type/RequestServerVersion.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RequestServerVersion.php -------------------------------------------------------------------------------- /src/API/Type/RequestTypeHeaderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RequestTypeHeaderType.php -------------------------------------------------------------------------------- /src/API/Type/ResolutionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ResolutionType.php -------------------------------------------------------------------------------- /src/API/Type/ResponseObjectCoreType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ResponseObjectCoreType.php -------------------------------------------------------------------------------- /src/API/Type/ResponseObjectType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ResponseObjectType.php -------------------------------------------------------------------------------- /src/API/Type/RestrictionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RestrictionType.php -------------------------------------------------------------------------------- /src/API/Type/RoomType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RoomType.php -------------------------------------------------------------------------------- /src/API/Type/RootItemIdType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RootItemIdType.php -------------------------------------------------------------------------------- /src/API/Type/RuleActionsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RuleActionsType.php -------------------------------------------------------------------------------- /src/API/Type/RuleOperationErrorType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RuleOperationErrorType.php -------------------------------------------------------------------------------- /src/API/Type/RuleOperationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RuleOperationType.php -------------------------------------------------------------------------------- /src/API/Type/RulePredicateDateRangeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RulePredicateDateRangeType.php -------------------------------------------------------------------------------- /src/API/Type/RulePredicateSizeRangeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RulePredicateSizeRangeType.php -------------------------------------------------------------------------------- /src/API/Type/RulePredicatesType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RulePredicatesType.php -------------------------------------------------------------------------------- /src/API/Type/RuleType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RuleType.php -------------------------------------------------------------------------------- /src/API/Type/RuleValidationErrorType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/RuleValidationErrorType.php -------------------------------------------------------------------------------- /src/API/Type/SearchExpression.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SearchExpression.php -------------------------------------------------------------------------------- /src/API/Type/SearchExpressionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SearchExpressionType.php -------------------------------------------------------------------------------- /src/API/Type/SearchFolderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SearchFolderType.php -------------------------------------------------------------------------------- /src/API/Type/SearchParametersType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SearchParametersType.php -------------------------------------------------------------------------------- /src/API/Type/SerializableTimeZoneTimeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SerializableTimeZoneTimeType.php -------------------------------------------------------------------------------- /src/API/Type/SerializableTimeZoneType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SerializableTimeZoneType.php -------------------------------------------------------------------------------- /src/API/Type/SerializedSecurityContext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SerializedSecurityContext.php -------------------------------------------------------------------------------- /src/API/Type/SerializedSecurityContextType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SerializedSecurityContextType.php -------------------------------------------------------------------------------- /src/API/Type/ServerVersionInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ServerVersionInfo.php -------------------------------------------------------------------------------- /src/API/Type/ServiceConfigurationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ServiceConfigurationType.php -------------------------------------------------------------------------------- /src/API/Type/SetFolderFieldType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SetFolderFieldType.php -------------------------------------------------------------------------------- /src/API/Type/SetItemFieldType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SetItemFieldType.php -------------------------------------------------------------------------------- /src/API/Type/SetRuleOperationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SetRuleOperationType.php -------------------------------------------------------------------------------- /src/API/Type/SharingSecurity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SharingSecurity.php -------------------------------------------------------------------------------- /src/API/Type/SidAndAttributesType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SidAndAttributesType.php -------------------------------------------------------------------------------- /src/API/Type/SingleRecipientType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SingleRecipientType.php -------------------------------------------------------------------------------- /src/API/Type/SmartResponseBaseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SmartResponseBaseType.php -------------------------------------------------------------------------------- /src/API/Type/SmartResponseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SmartResponseType.php -------------------------------------------------------------------------------- /src/API/Type/SmtpDomainType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SmtpDomainType.php -------------------------------------------------------------------------------- /src/API/Type/StreamingSubscriptionRequestType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/StreamingSubscriptionRequestType.php -------------------------------------------------------------------------------- /src/API/Type/SuggestionDayResultType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SuggestionDayResultType.php -------------------------------------------------------------------------------- /src/API/Type/SuggestionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SuggestionType.php -------------------------------------------------------------------------------- /src/API/Type/SuggestionsViewOptions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SuggestionsViewOptions.php -------------------------------------------------------------------------------- /src/API/Type/SuggestionsViewOptionsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SuggestionsViewOptionsType.php -------------------------------------------------------------------------------- /src/API/Type/SuppressReadReceiptType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SuppressReadReceiptType.php -------------------------------------------------------------------------------- /src/API/Type/SyncFolderHierarchyChangesType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SyncFolderHierarchyChangesType.php -------------------------------------------------------------------------------- /src/API/Type/SyncFolderHierarchyCreateOrUpdateType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SyncFolderHierarchyCreateOrUpdateType.php -------------------------------------------------------------------------------- /src/API/Type/SyncFolderHierarchyDeleteType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SyncFolderHierarchyDeleteType.php -------------------------------------------------------------------------------- /src/API/Type/SyncFolderItemsChangesType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SyncFolderItemsChangesType.php -------------------------------------------------------------------------------- /src/API/Type/SyncFolderItemsCreateOrUpdateType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SyncFolderItemsCreateOrUpdateType.php -------------------------------------------------------------------------------- /src/API/Type/SyncFolderItemsDeleteType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SyncFolderItemsDeleteType.php -------------------------------------------------------------------------------- /src/API/Type/SyncFolderItemsReadFlagType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/SyncFolderItemsReadFlagType.php -------------------------------------------------------------------------------- /src/API/Type/TargetFolderIdType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/TargetFolderIdType.php -------------------------------------------------------------------------------- /src/API/Type/TaskRecurrenceType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/TaskRecurrenceType.php -------------------------------------------------------------------------------- /src/API/Type/TaskType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/TaskType.php -------------------------------------------------------------------------------- /src/API/Type/TasksFolderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/TasksFolderType.php -------------------------------------------------------------------------------- /src/API/Type/TentativelyAcceptItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/TentativelyAcceptItemType.php -------------------------------------------------------------------------------- /src/API/Type/TimeChangeType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/TimeChangeType.php -------------------------------------------------------------------------------- /src/API/Type/TimeZone.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/TimeZone.php -------------------------------------------------------------------------------- /src/API/Type/TimeZoneContext.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/TimeZoneContext.php -------------------------------------------------------------------------------- /src/API/Type/TimeZoneContextType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/TimeZoneContextType.php -------------------------------------------------------------------------------- /src/API/Type/TimeZoneDefinitionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/TimeZoneDefinitionType.php -------------------------------------------------------------------------------- /src/API/Type/TimeZoneType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/TimeZoneType.php -------------------------------------------------------------------------------- /src/API/Type/TooBigGroupAttendeeConflictDataType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/TooBigGroupAttendeeConflictDataType.php -------------------------------------------------------------------------------- /src/API/Type/TrackingPropertyType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/TrackingPropertyType.php -------------------------------------------------------------------------------- /src/API/Type/Transition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/Transition.php -------------------------------------------------------------------------------- /src/API/Type/TransitionTargetType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/TransitionTargetType.php -------------------------------------------------------------------------------- /src/API/Type/TransitionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/TransitionType.php -------------------------------------------------------------------------------- /src/API/Type/TwoOperandExpressionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/TwoOperandExpressionType.php -------------------------------------------------------------------------------- /src/API/Type/UnifiedMessageServiceConfigurationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/UnifiedMessageServiceConfigurationType.php -------------------------------------------------------------------------------- /src/API/Type/UnknownAttendeeConflictDataType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/UnknownAttendeeConflictDataType.php -------------------------------------------------------------------------------- /src/API/Type/UploadItemType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/UploadItemType.php -------------------------------------------------------------------------------- /src/API/Type/UserConfigurationDictionaryEntryType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/UserConfigurationDictionaryEntryType.php -------------------------------------------------------------------------------- /src/API/Type/UserConfigurationDictionaryObjectType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/UserConfigurationDictionaryObjectType.php -------------------------------------------------------------------------------- /src/API/Type/UserConfigurationNameType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/UserConfigurationNameType.php -------------------------------------------------------------------------------- /src/API/Type/UserConfigurationType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/UserConfigurationType.php -------------------------------------------------------------------------------- /src/API/Type/UserIdType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/UserIdType.php -------------------------------------------------------------------------------- /src/API/Type/UserMailboxType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/UserMailboxType.php -------------------------------------------------------------------------------- /src/API/Type/UserOofSettings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/UserOofSettings.php -------------------------------------------------------------------------------- /src/API/Type/UserOofSettingsType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/UserOofSettingsType.php -------------------------------------------------------------------------------- /src/API/Type/Value.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/Value.php -------------------------------------------------------------------------------- /src/API/Type/ValueType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/ValueType.php -------------------------------------------------------------------------------- /src/API/Type/WeeklyRecurrencePatternType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/WeeklyRecurrencePatternType.php -------------------------------------------------------------------------------- /src/API/Type/WeeklyRegeneratingPatternType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/WeeklyRegeneratingPatternType.php -------------------------------------------------------------------------------- /src/API/Type/WellKnownResponseObjectType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/WellKnownResponseObjectType.php -------------------------------------------------------------------------------- /src/API/Type/WorkingHoursType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/WorkingHoursType.php -------------------------------------------------------------------------------- /src/API/Type/WorkingPeriodType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/WorkingPeriodType.php -------------------------------------------------------------------------------- /src/API/Type/YearlyRegeneratingPatternType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/Type/YearlyRegeneratingPatternType.php -------------------------------------------------------------------------------- /src/API/TypeConverter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/TypeConverter.php -------------------------------------------------------------------------------- /src/API/XmlObject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/API/XmlObject.php -------------------------------------------------------------------------------- /src/BuildableTrait.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/BuildableTrait.php -------------------------------------------------------------------------------- /src/Calendar/CalendarAPI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/Calendar/CalendarAPI.php -------------------------------------------------------------------------------- /src/CalendarAPI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/CalendarAPI.php -------------------------------------------------------------------------------- /src/Contacts/ContactsAPI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/Contacts/ContactsAPI.php -------------------------------------------------------------------------------- /src/ContactsAPI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/ContactsAPI.php -------------------------------------------------------------------------------- /src/Generator/ClassGenerator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/Generator/ClassGenerator.php -------------------------------------------------------------------------------- /src/Generator/ConvertToPHP.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/Generator/ConvertToPHP.php -------------------------------------------------------------------------------- /src/Generator/EmptyDocblockTag.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/Generator/EmptyDocblockTag.php -------------------------------------------------------------------------------- /src/Generator/MethodWIthRequestTag.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/Generator/MethodWIthRequestTag.php -------------------------------------------------------------------------------- /src/Generator/PhpConverter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/Generator/PhpConverter.php -------------------------------------------------------------------------------- /src/Mail/MailAPI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/Mail/MailAPI.php -------------------------------------------------------------------------------- /src/MailAPI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/MailAPI.php -------------------------------------------------------------------------------- /src/NotificationAPI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/NotificationAPI.php -------------------------------------------------------------------------------- /src/NotificationHandler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/NotificationHandler.php -------------------------------------------------------------------------------- /src/RestrictionFormatter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/RestrictionFormatter.php -------------------------------------------------------------------------------- /src/Utilities/cloneValue.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/Utilities/cloneValue.php -------------------------------------------------------------------------------- /src/Utilities/ensureIsArray.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/Utilities/ensureIsArray.php -------------------------------------------------------------------------------- /src/Utilities/ensureIsDateTime.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/Utilities/ensureIsDateTime.php -------------------------------------------------------------------------------- /src/Utilities/getFolderIds.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Garethp/php-ews/HEAD/src/Utilities/getFolderIds.php --------------------------------------------------------------------------------