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