Uses of Interface
microsoft.exchange.webservices.data.property.complex.IComplexPropertyChangedDelegate
-
-
Uses of IComplexPropertyChangedDelegate in microsoft.exchange.webservices.data.core
Classes in microsoft.exchange.webservices.data.core that implement IComplexPropertyChangedDelegate Modifier and Type Class Description classPropertyBagRepresents 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 Modifier and Type Class Description classAttachmentCollectionRepresents an item's attachment collection.classAttendeeCollectionRepresents a collection of attendees.classComplexPropertyCollection<TComplexProperty extends ComplexProperty>Represents a collection of property that can be sent to and retrieved from EWS.classDeletedOccurrenceInfoCollectionRepresents a collection of deleted occurrence objects.classDictionaryProperty<TKey,TEntry extends DictionaryEntryProperty<TKey>>Represents a generic dictionary that can be sent to or retrieved from EWS.classEmailAddressCollectionRepresents a collection of e-mail addresses.classEmailAddressDictionaryRepresents a dictionary of e-mail addresses.classEmailAddressEntryRepresents an entry of an EmailAddressDictionary.classExtendedPropertyCollectionRepresents a collection of extended property.classFolderIdCollectionRepresents a collection of folder Ids.classFolderPermissionRepresents a permission on a folder.classFolderPermissionCollectionRepresents a collection of folder permissions.classGroupMemberRepresents a group member.classGroupMemberCollectionRepresents a collection of members of GroupMember type.classImAddressDictionaryRepresents a dictionary of Instant Messaging addresses.classInternetMessageHeaderCollectionRepresents a collection of Internet message headers.classItemIdCollectionRepresents a collection of item Ids.classOccurrenceInfoCollectionRepresents a collection of OccurrenceInfo objects.classPhoneNumberDictionaryRepresents a dictionary of phone numbers.classPhysicalAddressDictionaryRepresents a dictionary of physical addresses.classRuleErrorCollectionRepresents a collection of rule validation errors.classRuleOperationErrorCollectionRepresents a collection of rule operation errors.classSearchFolderParametersRepresents the parameters associated with a search folder.Methods in microsoft.exchange.webservices.data.property.complex with parameters of type IComplexPropertyChangedDelegate Modifier and Type Method Description voidComplexProperty. addOnChangeEvent(IComplexPropertyChangedDelegate change)Set event to happen when property changed.voidComplexProperty. 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 Modifier and Type Class Description static classRecurrence.WeeklyPatternRepresents 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 Modifier and Type Class Description static classSearchFilter.NotRepresents a search filter that negates another.static classSearchFilter.SearchFilterCollectionRepresents a collection of search filter linked by a logical operator.
-