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