Uses of Class
microsoft.exchange.webservices.data.PostItem

Uses of PostItem in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return PostItem
static PostItem PostItem.bind(ExchangeService service, ItemId id)
          Binds to an existing post item and loads its first class properties.
static PostItem PostItem.bind(ExchangeService service, ItemId id, PropertySet propertySet)
          Binds to an existing post item and loads the specified set of properties.
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. All Rights Reserved.