ExchangeServiceBinding.BeginCopyFolder 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 BeginCopyFolder(CopyFolderType, AsyncCallback, Object) method is used to begin an asynchronous CopyFolder(CopyFolderType) call.
public:
IAsyncResult ^ BeginCopyFolder(ExchangeWebServices::CopyFolderType ^ CopyFolder1, AsyncCallback ^ callback, System::Object ^ asyncState);
C#
public IAsyncResult BeginCopyFolder (ExchangeWebServices.CopyFolderType CopyFolder1, AsyncCallback callback, object asyncState);
Public Function BeginCopyFolder (CopyFolder1 As CopyFolderType, callback As AsyncCallback, asyncState As Object) As IAsyncResult
- CopyFolder1
- CopyFolderType
- callback
- AsyncCallback
- asyncState
- Object
The BeginCopyFolder(CopyFolderType, AsyncCallback, Object) method returns an IAsyncResult object.
Product | Versions |
---|---|
Exchange EWS proxy | Latest |