BasePagingType Class
The BasePagingType class is the base class for derived classes that represent paged views.
Inheritance Hierarchy
System.Object
ExchangeWebServices.BasePagingType
ExchangeWebServices.CalendarViewType
ExchangeWebServices.ContactsViewType
ExchangeWebServices.FractionalPageViewType
ExchangeWebServices.IndexedPageViewType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class BasePagingType
'Usage
Dim instance As BasePagingType
[SerializableAttribute]
public abstract class BasePagingType
Remarks
The following classes derive from the BasePagingType class:
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also