Uses of Class
microsoft.exchange.webservices.data.core.service.item.PostItem
-
Packages that use PostItem Package Description 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 Modifier and Type Method Description static PostItemPostItem. bind(ExchangeService service, ItemId id)Binds to an existing post item and loads its first class property.static PostItemPostItem. 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 Modifier and Type Method Description protected PostItemPostReply. internalCreate(FolderId parentFolderId, MessageDisposition messageDisposition)Create a PostItem response.PostItemPostReply. save()Saves the post reply in the same folder as the original post item.PostItemPostReply. save(WellKnownFolderName destinationFolderName)Saves the post reply in a specified folder.PostItemPostReply. save(FolderId destinationFolderId)Saves the post reply in the same folder as the original post item.
-