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