Uses of Class
microsoft.exchange.webservices.data.core.service.item.PostItem

Packages that use PostItem
microsoft.exchange.webservices.data.core.service.item   
microsoft.exchange.webservices.data.core.service.response   
 

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

Methods in microsoft.exchange.webservices.data.core.service.item that return PostItem
static PostItem PostItem.bind(ExchangeService service, ItemId id)
          Binds to an existing post item and loads its first class property.
static PostItem PostItem.bind(ExchangeService service, ItemId id, PropertySet propertySet)
          Binds to an existing post item and loads the specified set of property.
 

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

Methods in microsoft.exchange.webservices.data.core.service.response that return PostItem
protected  PostItem PostReply.internalCreate(FolderId parentFolderId, MessageDisposition messageDisposition)
          Create a PostItem response.
 PostItem PostReply.save()
          Saves the post reply in the same folder as the original post item.
 PostItem PostReply.save(FolderId destinationFolderId)
          Saves the post reply in the same folder as the original post item.
 PostItem PostReply.save(WellKnownFolderName destinationFolderName)
          Saves the post reply in a specified folder.
 



Copyright © 2012–2015 Microsoft. All rights reserved.