Uses of Class
microsoft.exchange.webservices.data.ComplexProperty

Uses of ComplexProperty in microsoft.exchange.webservices.data
 

Classes in microsoft.exchange.webservices.data with type parameters of type ComplexProperty
 class ComplexPropertyCollection<TComplexProperty extends ComplexProperty>
          Represents a collection of properties that can be sent to and retrieved from EWS.
 

Subclasses of ComplexProperty in microsoft.exchange.webservices.data
 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 CalendarEvent
          Represents an event in a calendar.
 class CalendarEventDetails
          Represents the details of a calendar event as returned by the GetUserAvailability operation.
 class CompleteName
          Represents the complete name of a contact.
 class ComplexPropertyCollection<TComplexProperty extends ComplexProperty>
          Represents a collection of properties that can be sent to and retrieved from EWS.
 class Conflict
          Represents a conflict in a meeting time suggestion.
 class ConversationId
          Represents the Id of a Conversation.
 class CreateRuleOperation
          Represents an operation to create a new rule.
 class DayOfTheWeekCollection
          Represents a collection of DayOfTheWeek values.
 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 properties.
 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 items.
 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 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 OofSettings
          Represents a user's Out of Office (OOF) settings.
 class PhoneCall
          Represents a phone call.
 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 Recurrence
          Represents a recurrence pattern, as used by Appointment and Task items.
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.
 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 exceptions available for a rule.
 class RulePredicateSizeRange
          Represents the minimum and maximum size of a message.
 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 filters (for example, IsEqualTo, IsGreaterThan or IsLessThanOrEqualTo).
static class SearchFilter.SearchFilterCollection
          Represents a collection of search filters linked by a logical operator.
 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 Suggestion
          Represents a suggestion for a specific date.
 class TimeSuggestion
          Represents an availability time suggestion.
 class TimeZoneDefinition
          Represents a time zone as defined by the EWS schema.
 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.
 class WorkingHours
          Represents the working hours for a specific time zone.
 

Methods in microsoft.exchange.webservices.data with parameters of type ComplexProperty
 void SearchFolderParameters.complexPropertyChanged(ComplexProperty complexProperty)
          Complex property changed.
 void SearchFilter.Not.complexPropertyChanged(ComplexProperty complexProperty)
           
 void SearchFilter.SearchFilterCollection.complexPropertyChanged(ComplexProperty complexProperty)
           
 void Recurrence.WeeklyPattern.complexPropertyChanged(ComplexProperty complexProperty)
           
 void GroupMember.complexPropertyChanged(ComplexProperty complexProperty)
          Complex property changed.
 void FolderPermission.complexPropertyChanged(ComplexProperty complexProperty)
           
 void EmailAddressEntry.complexPropertyChanged(ComplexProperty complexProperty)
           
 void DictionaryProperty.complexPropertyChanged(ComplexProperty complexProperty)
          Complex property changed.
 void ComplexPropertyCollection.complexPropertyChanged(ComplexProperty complexProperty)
          Complex property changed.
protected  void ComplexPropertyCollection.itemChanged(ComplexProperty complexProperty)
          Item changed.
 



Copyright © 2012. All Rights Reserved.