Uses of Class
microsoft.exchange.webservices.data.attribute.EditorBrowsable

Packages that use EditorBrowsable
microsoft.exchange.webservices.data.autodiscover.configuration   
microsoft.exchange.webservices.data.autodiscover.exception.error   
microsoft.exchange.webservices.data.core.response   
microsoft.exchange.webservices.data.core.service.item   
microsoft.exchange.webservices.data.core.service.response   
microsoft.exchange.webservices.data.core.service.schema   
microsoft.exchange.webservices.data.notification   
microsoft.exchange.webservices.data.property.complex   
microsoft.exchange.webservices.data.property.complex.recurrence.pattern   
microsoft.exchange.webservices.data.search   
microsoft.exchange.webservices.data.search.filter   
microsoft.exchange.webservices.data.sync   
 

Uses of EditorBrowsable in microsoft.exchange.webservices.data.autodiscover.configuration
 

Classes in microsoft.exchange.webservices.data.autodiscover.configuration with annotations of type EditorBrowsable
 class ConfigurationSettingsBase
          Represents the base class for configuration settings.
 

Uses of EditorBrowsable in microsoft.exchange.webservices.data.autodiscover.exception.error
 

Classes in microsoft.exchange.webservices.data.autodiscover.exception.error with annotations of type EditorBrowsable
 class AutodiscoverError
          Defines the AutodiscoverError class.
 

Uses of EditorBrowsable in microsoft.exchange.webservices.data.core.response
 

Classes in microsoft.exchange.webservices.data.core.response with annotations of type EditorBrowsable
 class CreateResponseObjectResponse
          Represents response to generic Create request.
 class SyncResponse<TServiceObject extends ServiceObject,TChange extends Change>
          Represents the base response class for synchronuization operations.
 

Uses of EditorBrowsable in microsoft.exchange.webservices.data.core.service.item
 

Classes in microsoft.exchange.webservices.data.core.service.item with annotations of type EditorBrowsable
 class MeetingMessage
          Represents a meeting-related message.
 

Uses of EditorBrowsable in microsoft.exchange.webservices.data.core.service.response
 

Classes in microsoft.exchange.webservices.data.core.service.response with annotations of type EditorBrowsable
 class CalendarResponseMessage<TMessage extends EmailMessage>
          Represents the base class for accept, tentatively accept and decline response messages.
 class CalendarResponseMessageBase<TMessage extends EmailMessage>
          Represents the base class for all calendar-related response messages.
 class ResponseObject<TMessage extends EmailMessage>
          The Class ResponseObject.
 

Uses of EditorBrowsable in microsoft.exchange.webservices.data.core.service.schema
 

Classes in microsoft.exchange.webservices.data.core.service.schema with annotations of type EditorBrowsable
 class ServiceObjectSchema
          Represents the base class for all item and folder schema.
 

Uses of EditorBrowsable in microsoft.exchange.webservices.data.notification
 

Classes in microsoft.exchange.webservices.data.notification with annotations of type EditorBrowsable
 class SubscriptionBase
          Represents the base class for event subscriptions.
 

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

Classes in microsoft.exchange.webservices.data.property.complex with annotations of type EditorBrowsable
 class AttachmentCollection
          Represents an item's attachment collection.
 class AttendeeCollection
          Represents a collection of attendees.
 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 DeletedOccurrenceInfoCollection
          Represents a collection of deleted occurrence objects.
 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 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 ImAddressDictionary
          Represents a dictionary of Instant Messaging addresses.
 class ImAddressEntry
          Represents an entry of an ImAddressDictionary.
 class InternetMessageHeaderCollection
          Represents a collection of Internet message headers.
 class ItemCollection<TItem extends Item>
          Represents a collection of item.
 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 UserConfigurationDictionary
          Represents a user configuration's Dictionary property.
 

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

Classes in microsoft.exchange.webservices.data.property.complex.recurrence.pattern with annotations of type EditorBrowsable
static class Recurrence.IntervalPattern
          Represents a recurrence pattern where each occurrence happens at a specific interval after the previous one.
 

Uses of EditorBrowsable in microsoft.exchange.webservices.data.search
 

Classes in microsoft.exchange.webservices.data.search with annotations of type EditorBrowsable
 class PagedView
          Represents a view settings that support paging in a search operation.
 class ViewBase
          Represents the base view class for search operations.
 

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

Classes in microsoft.exchange.webservices.data.search.filter with annotations of type EditorBrowsable
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).
 

Uses of EditorBrowsable in microsoft.exchange.webservices.data.sync
 

Classes in microsoft.exchange.webservices.data.sync with annotations of type EditorBrowsable
 class Change
          Represents a change as returned by a synchronization operation.
 



Copyright © 2012–2015 Microsoft. All rights reserved.