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

Packages that use IComplexPropertyChangedDelegate
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.property.complex   
microsoft.exchange.webservices.data.property.complex.recurrence.pattern   
microsoft.exchange.webservices.data.search.filter   
 

Uses of IComplexPropertyChangedDelegate in microsoft.exchange.webservices.data.core
 

Classes in microsoft.exchange.webservices.data.core that implement IComplexPropertyChangedDelegate
 class PropertyBag
          Represents a property bag keyed on PropertyDefinition objects.
 

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

Classes in microsoft.exchange.webservices.data.property.complex that implement IComplexPropertyChangedDelegate
 class AttachmentCollection
          Represents an item's attachment collection.
 class AttendeeCollection
          Represents a collection of attendees.
 class ComplexPropertyCollection<TComplexProperty extends ComplexProperty>
          Represents a collection of property that can be sent to and retrieved from EWS.
 class DeletedOccurrenceInfoCollection
          Represents a collection of deleted occurrence objects.
 class DictionaryProperty<TKey,TEntry extends DictionaryEntryProperty<TKey>>
          Represents a generic dictionary that can be sent to or retrieved from EWS.
 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 ExtendedPropertyCollection
          Represents a collection of extended property.
 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 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 InternetMessageHeaderCollection
          Represents a collection of Internet message headers.
 class ItemIdCollection
          Represents a collection of item Ids.
 class OccurrenceInfoCollection
          Represents a collection of OccurrenceInfo objects.
 class PhoneNumberDictionary
          Represents a dictionary of phone numbers.
 class PhysicalAddressDictionary
          Represents a dictionary of physical addresses.
 class RuleErrorCollection
          Represents a collection of rule validation errors.
 class RuleOperationErrorCollection
          Represents a collection of rule operation errors.
 class SearchFolderParameters
          Represents the parameters associated with a search folder.
 

Methods in microsoft.exchange.webservices.data.property.complex with parameters of type IComplexPropertyChangedDelegate
 void ComplexProperty.addOnChangeEvent(IComplexPropertyChangedDelegate change)
          Set event to happen when property changed.
 void ComplexProperty.removeChangeEvent(IComplexPropertyChangedDelegate change)
          Remove the event from happening when property changed.
 

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

Classes in microsoft.exchange.webservices.data.property.complex.recurrence.pattern that implement IComplexPropertyChangedDelegate
static class Recurrence.WeeklyPattern
          Represents a recurrence pattern where each occurrence happens on specific days a specific number of weeks after the previous one.
 

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

Classes in microsoft.exchange.webservices.data.search.filter that implement IComplexPropertyChangedDelegate
static class SearchFilter.Not
          Represents a search filter that negates another.
static class SearchFilter.SearchFilterCollection
          Represents a collection of search filter linked by a logical operator.
 



Copyright © 2012–2015 Microsoft. All rights reserved.