ExchangeServiceBinding.EndMoveFolder(IAsyncResult) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The EndMoveFolder(IAsyncResult) method is used to end an asynchronous MoveFolder(MoveFolderType) call.
public:
ExchangeWebServices::MoveFolderResponseType ^ EndMoveFolder(IAsyncResult ^ asyncResult);
C#
public ExchangeWebServices.MoveFolderResponseType EndMoveFolder (IAsyncResult asyncResult);
Public Function EndMoveFolder (asyncResult As IAsyncResult) As MoveFolderResponseType
- asyncResult
- IAsyncResult
The EndMoveFolder(IAsyncResult) method returns a MoveFolderResponseType object.
Product | Versions |
---|---|
Exchange EWS proxy | Latest |