ExchangeServiceBinding.BeginUpdateFolder Method
Definition
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 BeginUpdateFolder(UpdateFolderType, AsyncCallback, Object) method is used to begin an asynchronous UpdateFolder(UpdateFolderType) call.
public:
IAsyncResult ^ BeginUpdateFolder(ExchangeWebServices::UpdateFolderType ^ UpdateFolder1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginUpdateFolder (ExchangeWebServices.UpdateFolderType UpdateFolder1, AsyncCallback callback, object asyncState);
Public Function BeginUpdateFolder (UpdateFolder1 As UpdateFolderType, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- UpdateFolder1
- UpdateFolderType
- callback
- AsyncCallback
- asyncState
- Object
Returns
The BeginUpdateFolder(UpdateFolderType, AsyncCallback, Object) method returns an IAsyncResult object.