Uses of Class
microsoft.exchange.webservices.data.misc.FolderIdWrapper

Packages that use FolderIdWrapper
microsoft.exchange.webservices.data.core.request   
microsoft.exchange.webservices.data.misc   
 

Uses of FolderIdWrapper in microsoft.exchange.webservices.data.core.request
 

Methods in microsoft.exchange.webservices.data.core.request that return FolderIdWrapper
protected  FolderIdWrapper FindConversationRequest.getFolderId()
          Gets or sets folder id
 

Methods in microsoft.exchange.webservices.data.core.request with parameters of type FolderIdWrapper
 void FindConversationRequest.setFolderId(FolderIdWrapper value)
           
 

Uses of FolderIdWrapper in microsoft.exchange.webservices.data.misc
 

Methods in microsoft.exchange.webservices.data.misc that return FolderIdWrapper
protected  FolderIdWrapper ConversationAction.getContextFolderId()
          Gets folder id ContextFolder
protected  FolderIdWrapper ConversationAction.getDestinationFolderId()
          Gets folder id for Move action
 

Methods in microsoft.exchange.webservices.data.misc with parameters of type FolderIdWrapper
 void ConversationAction.setContextFolderId(FolderIdWrapper value)
          Sets folder id ContextFolder
 void ConversationAction.setDestinationFolderId(FolderIdWrapper value)
          Sets folder id for Move action
 



Copyright © 2012–2015 Microsoft. All rights reserved.