ExchangeServiceBinding.CreateFolderAsync 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.
Overloads
CreateFolderAsync(CreateFolderType) |
The CreateFolderAsync(CreateFolderType) method provides asynchronous access to the CreateFolder Web service method. |
CreateFolderAsync(CreateFolderType, Object) |
The CreateFolderAsync(CreateFolderType, Object) method provides asynchronous access to the CreateFolder Web service method. |
CreateFolderAsync(CreateFolderType)
The CreateFolderAsync(CreateFolderType) method provides asynchronous access to the CreateFolder Web service method.
public:
void CreateFolderAsync(ExchangeWebServices::CreateFolderType ^ CreateFolder1);
public void CreateFolderAsync (ExchangeWebServices.CreateFolderType CreateFolder1);
Public Sub CreateFolderAsync (CreateFolder1 As CreateFolderType)
Parameters
- CreateFolder1
- CreateFolderType
The CreateFolder request.
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).
Applies to
CreateFolderAsync(CreateFolderType, Object)
The CreateFolderAsync(CreateFolderType, Object) method provides asynchronous access to the CreateFolder Web service method.
public:
void CreateFolderAsync(ExchangeWebServices::CreateFolderType ^ CreateFolder1, System::Object ^ userState);
public void CreateFolderAsync (ExchangeWebServices.CreateFolderType CreateFolder1, object userState);
Public Sub CreateFolderAsync (CreateFolder1 As CreateFolderType, userState As Object)
Parameters
- CreateFolder1
- CreateFolderType
The CreateFolder request.
- userState
- Object
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).