Uses of Class
microsoft.exchange.webservices.data.property.complex.ComplexProperty
-
-
Uses of ComplexProperty in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type ComplexProperty Modifier and Type Method Description voidPropertyBag. complexPropertyChanged(ComplexProperty complexProperty)protected voidPropertyBag. propertyChanged(ComplexProperty complexProperty)Handles a change event for the specified property. -
Uses of ComplexProperty in microsoft.exchange.webservices.data.messaging
Subclasses of ComplexProperty in microsoft.exchange.webservices.data.messaging Modifier and Type Class Description classPhoneCallRepresents a phone call.classPhoneCallIdRepresents the Id of a phone call. -
Uses of ComplexProperty in microsoft.exchange.webservices.data.misc.availability
Subclasses of ComplexProperty in microsoft.exchange.webservices.data.misc.availability Modifier and Type Class Description classLegacyAvailabilityTimeZoneRepresents a time zone as used by GetUserAvailabilityRequest. -
Uses of ComplexProperty in microsoft.exchange.webservices.data.property.complex
Classes in microsoft.exchange.webservices.data.property.complex with type parameters of type ComplexProperty Modifier and Type Class Description classComplexPropertyCollection<TComplexProperty extends ComplexProperty>Represents a collection of property that can be sent to and retrieved from EWS.interfaceIComplexPropertyChangedDelegate<TComplexProperty extends ComplexProperty>The Interface ComplexPropertyChangedDelegateInterface.interfaceICreateComplexPropertyDelegate<TComplexProperty extends ComplexProperty>Used to create instances of ComplexProperty.Subclasses of ComplexProperty in microsoft.exchange.webservices.data.property.complex Modifier and Type Class Description classAppointmentOccurrenceIdRepresents the Id of an occurrence of a recurring appointment.classAttachmentRepresents an attachment to an item.classAttachmentCollectionRepresents an item's attachment collection.classAttendeeRepresents an attendee to a meeting.classAttendeeCollectionRepresents a collection of attendees.classByteArrayArrayRepresents an array of byte arraysclassCompleteNameRepresents the complete name of a contact.classComplexPropertyCollection<TComplexProperty extends ComplexProperty>Represents a collection of property that can be sent to and retrieved from EWS.classConversationIdRepresents the Id of a Conversation.classCreateRuleOperationRepresents an operation to create a new rule.classDelegatePermissionsRepresents the permissions of a delegate user.classDelegateUserRepresents a delegate user.classDeletedOccurrenceInfoEncapsulates information on the deleted occurrence of a recurring appointment.classDeletedOccurrenceInfoCollectionRepresents a collection of deleted occurrence objects.classDeleteRuleOperationRepresents an operation to delete an existing rule.classDictionaryEntryProperty<TKey>Represents an entry of a DictionaryProperty object.classDictionaryProperty<TKey,TEntry extends DictionaryEntryProperty<TKey>>Represents a generic dictionary that can be sent to or retrieved from EWS.classEmailAddressRepresents an e-mail address.classEmailAddressCollectionRepresents a collection of e-mail addresses.classEmailAddressDictionaryRepresents a dictionary of e-mail addresses.classEmailAddressEntryRepresents an entry of an EmailAddressDictionary.classExtendedPropertyRepresents an extended property.classExtendedPropertyCollectionRepresents a collection of extended property.classFileAttachmentRepresents a file attachment.classFolderIdRepresents the Id of a folder.classFolderIdCollectionRepresents a collection of folder Ids.classFolderPermissionRepresents a permission on a folder.classFolderPermissionCollectionRepresents a collection of folder permissions.classGenericItemAttachment<TItem extends Item>Represents a strongly typed item attachment.classGroupMemberRepresents a group member.classGroupMemberCollectionRepresents a collection of members of GroupMember type.classImAddressDictionaryRepresents a dictionary of Instant Messaging addresses.classImAddressEntryRepresents an entry of an ImAddressDictionary.classInternetMessageHeaderDefines the EwsXmlReader class.classInternetMessageHeaderCollectionRepresents a collection of Internet message headers.classItemAttachmentRepresents an item attachment.classItemCollection<TItem extends Item>Represents a collection of item.classItemIdRepresents the Id of an Exchange item.classItemIdCollectionRepresents a collection of item Ids.classMailboxRepresents a mailbox reference.classManagedFolderInformationRepresents information for a managed folder.classMeetingTimeZoneRepresents a time zone in which a meeting is defined.classMessageBodyRepresents the body of a message.classMimeContentRepresents the MIME content of an item.classOccurrenceInfoEncapsulates information on the occurrence of a recurring appointment.classOccurrenceInfoCollectionRepresents a collection of OccurrenceInfo objects.classPhoneNumberDictionaryRepresents a dictionary of phone numbers.classPhoneNumberEntryRepresents an entry of a PhoneNumberDictionary.classPhysicalAddressDictionaryRepresents a dictionary of physical addresses.classPhysicalAddressEntryRepresents an entry of an PhysicalAddressDictionary.classRecurringAppointmentMasterIdRepresents the Id of an occurrence of a recurring appointment.classRuleRepresents a rule that automatically handles incoming messages.classRuleActionsRepresents the set of actions available for a rule.classRuleCollectionRepresents a collection of rules.classRuleErrorDefines the RuleError class.classRuleErrorCollectionRepresents a collection of rule validation errors.classRuleOperationRepresents an operation to be performed on a rule.classRuleOperationErrorDefines the RuleOperationError class.classRuleOperationErrorCollectionRepresents a collection of rule operation errors.classRulePredicateDateRangeRepresents the date and time range within which messages have been received.classRulePredicatesRepresents the set of conditions and exception available for a rule.classRulePredicateSizeRangeRepresents the minimum and maximum size of a message.classSearchFolderParametersRepresents the parameters associated with a search folder.classServiceIdRepresents the Id of an Exchange object.classSetRuleOperationRepresents an operation to update an existing rule.classStringListRepresents a list of strings.classTimeChangeRepresents a change of time for a time zone.classUniqueBodyRepresents the body part of an item that is unique to the conversation the item is part of.classUserConfigurationDictionaryRepresents a user configuration's Dictionary property.classUserIdRepresents the Id of a user.Methods in microsoft.exchange.webservices.data.property.complex with parameters of type ComplexProperty Modifier and Type Method Description voidEmailAddressEntry. complexPropertyChanged(ComplexProperty complexProperty)voidFolderPermission. complexPropertyChanged(ComplexProperty complexProperty)voidGroupMember. complexPropertyChanged(ComplexProperty complexProperty)Complex property changed.voidIComplexPropertyChanged. complexPropertyChanged(ComplexProperty complexProperty)Indicates that a complex property changed.voidSearchFolderParameters. complexPropertyChanged(ComplexProperty complexProperty)Complex property changed. -
Uses of ComplexProperty in microsoft.exchange.webservices.data.property.complex.availability
Subclasses of ComplexProperty in microsoft.exchange.webservices.data.property.complex.availability Modifier and Type Class Description classCalendarEventRepresents an event in a calendar.classCalendarEventDetailsRepresents the details of a calendar event as returned by the GetUserAvailability operation.classConflictRepresents a conflict in a meeting time suggestion.classOofSettingsRepresents a user's Out of Office (OOF) settings.classSuggestionRepresents a suggestion for a specific date.classTimeSuggestionRepresents an availability time suggestion.classWorkingHoursRepresents the working hours for a specific time zone. -
Uses of ComplexProperty in microsoft.exchange.webservices.data.property.complex.recurrence
Subclasses of ComplexProperty in microsoft.exchange.webservices.data.property.complex.recurrence Modifier and Type Class Description classDayOfTheWeekCollectionRepresents a collection of DayOfTheWeek values. -
Uses of ComplexProperty in microsoft.exchange.webservices.data.property.complex.recurrence.pattern
Subclasses of ComplexProperty in microsoft.exchange.webservices.data.property.complex.recurrence.pattern Modifier and Type Class Description classRecurrenceRepresents a recurrence pattern, as used by Appointment and Task item.static classRecurrence.DailyPatternRepresents a recurrence pattern where each occurrence happens a specific number of days after the previous one.static classRecurrence.DailyRegenerationPatternRepresents a regeneration pattern, as used with recurring tasks, where each occurrence happens a specified number of days after the previous one is completed.static classRecurrence.IntervalPatternRepresents a recurrence pattern where each occurrence happens at a specific interval after the previous one.static classRecurrence.MonthlyPatternRepresents a recurrence pattern where each occurrence happens on a specific day a specific number of months after the previous one.static classRecurrence.MonthlyRegenerationPatternRepresents a regeneration pattern, as used with recurring tasks, where each occurrence happens a specified number of months after the previous one is completed.static classRecurrence.RelativeMonthlyPatternRepresents a recurrence pattern where each occurrence happens on a relative day a specific number of months after the previous one.static classRecurrence.RelativeYearlyPatternThe Class RelativeYearlyPattern.static classRecurrence.WeeklyPatternRepresents a recurrence pattern where each occurrence happens on specific days a specific number of weeks after the previous one.static classRecurrence.WeeklyRegenerationPatternRepresents a regeneration pattern, as used with recurring tasks, where each occurrence happens a specified number of weeks after the previous one is completed.static classRecurrence.YearlyPatternRepresents a recurrence pattern where each occurrence happens on a specific day every year.static classRecurrence.YearlyRegenerationPatternRepresents a regeneration pattern, as used with recurring tasks, where each occurrence happens a specified number of years after the previous one is completed.Methods in microsoft.exchange.webservices.data.property.complex.recurrence.pattern with parameters of type ComplexProperty Modifier and Type Method Description voidRecurrence.WeeklyPattern. complexPropertyChanged(ComplexProperty complexProperty) -
Uses of ComplexProperty in microsoft.exchange.webservices.data.property.complex.recurrence.range
Subclasses of ComplexProperty in microsoft.exchange.webservices.data.property.complex.recurrence.range Modifier and Type Class Description classEndDateRecurrenceRangeRepresents recurrent range with an end date.classNoEndRecurrenceRangeRepresents recurrence range with no end date.classNumberedRecurrenceRangeThe Class NumberedRecurrenceRange.classRecurrenceRangeRepresents recurrence range with start and end dates. -
Uses of ComplexProperty in microsoft.exchange.webservices.data.property.complex.time
Subclasses of ComplexProperty in microsoft.exchange.webservices.data.property.complex.time Modifier and Type Class Description classAbsoluteDateTransitionRepresents a time zone period transition that occurs on a fixed (absolute) date.classOlsonTimeZoneDefinitionA TimeZoneDefinition class that allows mapping from a Java/Olson TimeZone to a MS TimeZone.classTimeZoneDefinitionRepresents a time zone as defined by the EWS schema.classTimeZonePeriodRepresents a time zone period as defined in the EWS schema.classTimeZoneTransitionRepresents the base class for all time zone transitions.classTimeZoneTransitionGroupRepresents a group of time zone period transitions. -
Uses of ComplexProperty in microsoft.exchange.webservices.data.property.definition
Classes in microsoft.exchange.webservices.data.property.definition with type parameters of type ComplexProperty Modifier and Type Class Description classComplexPropertyDefinition<TComplexProperty extends ComplexProperty>Represents base complex property type.classContainedPropertyDefinition<TComplexProperty extends ComplexProperty>Represents contained property definition.Methods in microsoft.exchange.webservices.data.property.definition that return ComplexProperty Modifier and Type Method Description ComplexPropertyComplexPropertyDefinition. createPropertyInstance(ServiceObject owner)Creates the property instance.abstract ComplexPropertyComplexPropertyDefinitionBase. createPropertyInstance(ServiceObject owner)Creates the property instance.ComplexPropertyPermissionSetPropertyDefinition. createPropertyInstance(ServiceObject owner)Creates the property instance. -
Uses of ComplexProperty in microsoft.exchange.webservices.data.search.filter
Subclasses of ComplexProperty in microsoft.exchange.webservices.data.search.filter Modifier and Type Class Description classSearchFilterRepresents the base search filter class.static classSearchFilter.ContainsSubstringRepresents a search filter that checks for the presence of a substring inside a text property.static classSearchFilter.ExcludesBitmaskRepresents a bitmask exclusion search filter.static classSearchFilter.ExistsRepresents a search filter checking if a field is set.static classSearchFilter.IsEqualToRepresents a search filter that checks if a property is equal to a given value or other property.static classSearchFilter.IsGreaterThanRepresents a search filter that checks if a property is greater than a given value or other property.static classSearchFilter.IsGreaterThanOrEqualToRepresents a search filter that checks if a property is greater than or equal to a given value or other property.static classSearchFilter.IsLessThanRepresents a search filter that checks if a property is less than a given value or other property.static classSearchFilter.IsLessThanOrEqualToRepresents a search filter that checks if a property is less than or equal to a given value or other property.static classSearchFilter.IsNotEqualToRepresents a search filter that checks if a property is not equal to a given value or other property.static classSearchFilter.NotRepresents a search filter that negates another.static classSearchFilter.PropertyBasedFilterRepresents a search filter where an item or folder property is involved.static classSearchFilter.RelationalFilterRepresents the base class for relational filter (for example, IsEqualTo, IsGreaterThan or IsLessThanOrEqualTo).static classSearchFilter.SearchFilterCollectionRepresents a collection of search filter linked by a logical operator.Methods in microsoft.exchange.webservices.data.search.filter with parameters of type ComplexProperty Modifier and Type Method Description voidSearchFilter.Not. complexPropertyChanged(ComplexProperty complexProperty)voidSearchFilter.SearchFilterCollection. complexPropertyChanged(ComplexProperty complexProperty)
-