Uses of Interface
microsoft.exchange.webservices.data.property.complex.ComplexFunctionDelegate

Packages that use ComplexFunctionDelegate
microsoft.exchange.webservices.data.messaging   
microsoft.exchange.webservices.data.misc.availability   
microsoft.exchange.webservices.data.property.complex   
microsoft.exchange.webservices.data.property.complex.availability   
microsoft.exchange.webservices.data.property.complex.recurrence   
microsoft.exchange.webservices.data.property.complex.recurrence.pattern   
microsoft.exchange.webservices.data.property.complex.recurrence.range   
microsoft.exchange.webservices.data.property.complex.time   
microsoft.exchange.webservices.data.search.filter   
 

Uses of ComplexFunctionDelegate in microsoft.exchange.webservices.data.messaging
 

Classes in microsoft.exchange.webservices.data.messaging that implement ComplexFunctionDelegate
 class PhoneCall
          Represents a phone call.
 class PhoneCallId
          Represents the Id of a phone call.
 

Uses of ComplexFunctionDelegate in microsoft.exchange.webservices.data.misc.availability
 

Classes in microsoft.exchange.webservices.data.misc.availability that implement ComplexFunctionDelegate
 class LegacyAvailabilityTimeZone
          Represents a time zone as used by GetUserAvailabilityRequest.
 

Uses of ComplexFunctionDelegate in microsoft.exchange.webservices.data.property.complex
 

Classes in microsoft.exchange.webservices.data.property.complex that implement ComplexFunctionDelegate
 class AppointmentOccurrenceId
          Represents the Id of an occurrence of a recurring appointment.
 class Attachment
          Represents an attachment to an item.
 class AttachmentCollection
          Represents an item's attachment collection.
 class Attendee
          Represents an attendee to a meeting.
 class AttendeeCollection
          Represents a collection of attendees.
 class ByteArrayArray
          Represents an array of byte arrays
 class CompleteName
          Represents the complete name of a contact.
 class ComplexProperty
          Represents a property that can be sent to or retrieved from EWS.
 class ComplexPropertyCollection<TComplexProperty extends ComplexProperty>
          Represents a collection of property that can be sent to and retrieved from EWS.
 class ConversationId
          Represents the Id of a Conversation.
 class CreateRuleOperation
          Represents an operation to create a new rule.
 class DelegatePermissions
          Represents the permissions of a delegate user.
 class DelegateUser
          Represents a delegate user.
 class DeletedOccurrenceInfo
          Encapsulates information on the deleted occurrence of a recurring appointment.
 class DeletedOccurrenceInfoCollection
          Represents a collection of deleted occurrence objects.
 class DeleteRuleOperation
          Represents an operation to delete an existing rule.
 class DictionaryEntryProperty<TKey>
          Represents an entry of a DictionaryProperty object.
 class DictionaryProperty<TKey,TEntry extends DictionaryEntryProperty<TKey>>
          Represents a generic dictionary that can be sent to or retrieved from EWS.
 class EmailAddress
          Represents an e-mail address.
 class EmailAddressCollection
          Represents a collection of e-mail addresses.
 class EmailAddressDictionary
          Represents a dictionary of e-mail addresses.
 class EmailAddressEntry
          Represents an entry of an EmailAddressDictionary.
 class ExtendedProperty
          Represents an extended property.
 class ExtendedPropertyCollection
          Represents a collection of extended property.
 class FileAttachment
          Represents a file attachment.
 class FolderId
          Represents the Id of a folder.
 class FolderIdCollection
          Represents a collection of folder Ids.
 class FolderPermission
          Represents a permission on a folder.
 class FolderPermissionCollection
          Represents a collection of folder permissions.
 class GenericItemAttachment<TItem extends Item>
          Represents a strongly typed item attachment.
 class GroupMember
          Represents a group member.
 class GroupMemberCollection
          Represents a collection of members of GroupMember type.
 class ImAddressDictionary
          Represents a dictionary of Instant Messaging addresses.
 class ImAddressEntry
          Represents an entry of an ImAddressDictionary.
 class InternetMessageHeader
          Defines the EwsXmlReader class.
 class InternetMessageHeaderCollection
          Represents a collection of Internet message headers.
 class ItemAttachment
          Represents an item attachment.
 class ItemCollection<TItem extends Item>
          Represents a collection of item.
 class ItemId
          Represents the Id of an Exchange item.
 class ItemIdCollection
          Represents a collection of item Ids.
 class Mailbox
          Represents a mailbox reference.
 class ManagedFolderInformation
          Represents information for a managed folder.
 class MeetingTimeZone
          Represents a time zone in which a meeting is defined.
 class MessageBody
          Represents the body of a message.
 class MimeContent
          Represents the MIME content of an item.
 class OccurrenceInfo
          Encapsulates information on the occurrence of a recurring appointment.
 class OccurrenceInfoCollection
          Represents a collection of OccurrenceInfo objects.
 class PhoneNumberDictionary
          Represents a dictionary of phone numbers.
 class PhoneNumberEntry
          Represents an entry of a PhoneNumberDictionary.
 class PhysicalAddressDictionary
          Represents a dictionary of physical addresses.
 class PhysicalAddressEntry
          Represents an entry of an PhysicalAddressDictionary.
 class RecurringAppointmentMasterId
          Represents the Id of an occurrence of a recurring appointment.
 class Rule
          Represents a rule that automatically handles incoming messages.
 class RuleActions
          Represents the set of actions available for a rule.
 class RuleCollection
          Represents a collection of rules.
 class RuleError
          Defines the RuleError class.
 class RuleErrorCollection
          Represents a collection of rule validation errors.
 class RuleOperation
          Represents an operation to be performed on a rule.
 class RuleOperationError
          Defines the RuleOperationError class.
 class RuleOperationErrorCollection
          Represents a collection of rule operation errors.
 class RulePredicateDateRange
          Represents the date and time range within which messages have been received.
 class RulePredicates
          Represents the set of conditions and exception available for a rule.
 class RulePredicateSizeRange
          Represents the minimum and maximum size of a message.
 class SearchFolderParameters
          Represents the parameters associated with a search folder.
 class ServiceId
          Represents the Id of an Exchange object.
 class SetRuleOperation
          Represents an operation to update an existing rule.
 class StringList
          Represents a list of strings.
 class TimeChange
          Represents a change of time for a time zone.
 class UniqueBody
          Represents the body part of an item that is unique to the conversation the item is part of.
 class UserConfigurationDictionary
          Represents a user configuration's Dictionary property.
 class UserId
          Represents the Id of a user.
 

Uses of ComplexFunctionDelegate in microsoft.exchange.webservices.data.property.complex.availability
 

Classes in microsoft.exchange.webservices.data.property.complex.availability that implement ComplexFunctionDelegate
 class CalendarEvent
          Represents an event in a calendar.
 class CalendarEventDetails
          Represents the details of a calendar event as returned by the GetUserAvailability operation.
 class Conflict
          Represents a conflict in a meeting time suggestion.
 class OofSettings
          Represents a user's Out of Office (OOF) settings.
 class Suggestion
          Represents a suggestion for a specific date.
 class TimeSuggestion
          Represents an availability time suggestion.
 class WorkingHours
          Represents the working hours for a specific time zone.
 

Uses of ComplexFunctionDelegate in microsoft.exchange.webservices.data.property.complex.recurrence
 

Classes in microsoft.exchange.webservices.data.property.complex.recurrence that implement ComplexFunctionDelegate
 class DayOfTheWeekCollection
          Represents a collection of DayOfTheWeek values.
 

Uses of ComplexFunctionDelegate in microsoft.exchange.webservices.data.property.complex.recurrence.pattern
 

Classes in microsoft.exchange.webservices.data.property.complex.recurrence.pattern that implement ComplexFunctionDelegate
 class Recurrence
          Represents a recurrence pattern, as used by Appointment and Task item.
static class Recurrence.DailyPattern
          Represents a recurrence pattern where each occurrence happens a specific number of days after the previous one.
static class Recurrence.DailyRegenerationPattern
          Represents a regeneration pattern, as used with recurring tasks, where each occurrence happens a specified number of days after the previous one is completed.
static class Recurrence.IntervalPattern
          Represents a recurrence pattern where each occurrence happens at a specific interval after the previous one.
static class Recurrence.MonthlyPattern
          Represents a recurrence pattern where each occurrence happens on a specific day a specific number of months after the previous one.
static class Recurrence.MonthlyRegenerationPattern
          Represents a regeneration pattern, as used with recurring tasks, where each occurrence happens a specified number of months after the previous one is completed.
static class Recurrence.RelativeMonthlyPattern
          Represents a recurrence pattern where each occurrence happens on a relative day a specific number of months after the previous one.
static class Recurrence.RelativeYearlyPattern
          The Class RelativeYearlyPattern.
static class Recurrence.WeeklyPattern
          Represents a recurrence pattern where each occurrence happens on specific days a specific number of weeks after the previous one.
static class Recurrence.WeeklyRegenerationPattern
          Represents a regeneration pattern, as used with recurring tasks, where each occurrence happens a specified number of weeks after the previous one is completed.
static class Recurrence.YearlyPattern
          Represents a recurrence pattern where each occurrence happens on a specific day every year.
static class Recurrence.YearlyRegenerationPattern
          Represents a regeneration pattern, as used with recurring tasks, where each occurrence happens a specified number of years after the previous one is completed.
 

Uses of ComplexFunctionDelegate in microsoft.exchange.webservices.data.property.complex.recurrence.range
 

Classes in microsoft.exchange.webservices.data.property.complex.recurrence.range that implement ComplexFunctionDelegate
 class EndDateRecurrenceRange
          Represents recurrent range with an end date.
 class NoEndRecurrenceRange
          Represents recurrence range with no end date.
 class NumberedRecurrenceRange
          The Class NumberedRecurrenceRange.
 class RecurrenceRange
          Represents recurrence range with start and end dates.
 

Uses of ComplexFunctionDelegate in microsoft.exchange.webservices.data.property.complex.time
 

Classes in microsoft.exchange.webservices.data.property.complex.time that implement ComplexFunctionDelegate
 class AbsoluteDateTransition
          Represents a time zone period transition that occurs on a fixed (absolute) date.
 class OlsonTimeZoneDefinition
          A TimeZoneDefinition class that allows mapping from a Java/Olson TimeZone to a MS TimeZone.
 class TimeZoneDefinition
          Represents a time zone as defined by the EWS schema.
 class TimeZonePeriod
          Represents a time zone period as defined in the EWS schema.
 class TimeZoneTransition
          Represents the base class for all time zone transitions.
 class TimeZoneTransitionGroup
          Represents a group of time zone period transitions.
 

Uses of ComplexFunctionDelegate in microsoft.exchange.webservices.data.search.filter
 

Classes in microsoft.exchange.webservices.data.search.filter that implement ComplexFunctionDelegate
 class SearchFilter
          Represents the base search filter class.
static class SearchFilter.ContainsSubstring
          Represents a search filter that checks for the presence of a substring inside a text property.
static class SearchFilter.ExcludesBitmask
          Represents a bitmask exclusion search filter.
static class SearchFilter.Exists
          Represents a search filter checking if a field is set.
static class SearchFilter.IsEqualTo
          Represents a search filter that checks if a property is equal to a given value or other property.
static class SearchFilter.IsGreaterThan
          Represents a search filter that checks if a property is greater than a given value or other property.
static class SearchFilter.IsGreaterThanOrEqualTo
          Represents a search filter that checks if a property is greater than or equal to a given value or other property.
static class SearchFilter.IsLessThan
          Represents a search filter that checks if a property is less than a given value or other property.
static class SearchFilter.IsLessThanOrEqualTo
          Represents a search filter that checks if a property is less than or equal to a given value or other property.
static class SearchFilter.IsNotEqualTo
          Represents a search filter that checks if a property is not equal to a given value or other property.
static class SearchFilter.Not
          Represents a search filter that negates another.
static class SearchFilter.PropertyBasedFilter
          Represents a search filter where an item or folder property is involved.
static class SearchFilter.RelationalFilter
          Represents the base class for relational filter (for example, IsEqualTo, IsGreaterThan or IsLessThanOrEqualTo).
static class SearchFilter.SearchFilterCollection
          Represents a collection of search filter linked by a logical operator.
 



Copyright © 2012–2015 Microsoft. All rights reserved.