Uses of Class
microsoft.exchange.webservices.data.core.enumeration.search.OffsetBasePoint
-
Packages that use OffsetBasePoint Package Description 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 Modifier and Type Method Description static OffsetBasePointOffsetBasePoint. 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 Modifier and Type Method Description OffsetBasePointPagedView. getOffsetBasePoint()Gets the base point of the offset.Methods in microsoft.exchange.webservices.data.search with parameters of type OffsetBasePoint Modifier and Type Method Description voidPagedView. setOffsetBasePoint(OffsetBasePoint offsetBasePoint)Sets the base point of the offset.Constructors in microsoft.exchange.webservices.data.search with parameters of type OffsetBasePoint Constructor Description ConversationIndexedItemView(int pageSize, int offset, OffsetBasePoint offsetBasePoint)Initializes a new instance of theItemViewclass.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.
-