Uses of Class
microsoft.exchange.webservices.data.core.enumeration.search.OffsetBasePoint

Packages that use OffsetBasePoint
microsoft.exchange.webservices.data.core.enumeration.search   
microsoft.exchange.webservices.data.search   
 

Uses of OffsetBasePoint in microsoft.exchange.webservices.data.core.enumeration.search
 

Methods in microsoft.exchange.webservices.data.core.enumeration.search that return OffsetBasePoint
static OffsetBasePoint OffsetBasePoint.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OffsetBasePoint[] OffsetBasePoint.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in microsoft.exchange.webservices.data.search that return OffsetBasePoint
 OffsetBasePoint PagedView.getOffsetBasePoint()
          Gets the base point of the offset.
 

Methods in microsoft.exchange.webservices.data.search with parameters of type OffsetBasePoint
 void PagedView.setOffsetBasePoint(OffsetBasePoint offsetBasePoint)
          Sets the base point of the offset.
 

Constructors in microsoft.exchange.webservices.data.search with parameters of type OffsetBasePoint
ConversationIndexedItemView(int pageSize, int offset, OffsetBasePoint offsetBasePoint)
          Initializes a new instance of the ItemView class.
FolderView(int pageSize, int offset, OffsetBasePoint offsetBasePoint)
          Initializes a new instance of the FolderView class.
ItemView(int pageSize, int offset, OffsetBasePoint offsetBasePoint)
          Initializes a new instance of the ItemView class.
PagedView(int pageSize, int offset, OffsetBasePoint offsetBasePoint)
          Initializes a new instance of the "PagedView" class.
 



Copyright © 2012–2015 Microsoft. All rights reserved.