ExchangeServiceBinding.EndSendItem(IAsyncResult) 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 EndSendItem(IAsyncResult) method is used to end an asynchronous SendItem(SendItemType) call.
public:
ExchangeWebServices::SendItemResponseType ^ EndSendItem(IAsyncResult ^ asyncResult);
public ExchangeWebServices.SendItemResponseType EndSendItem (IAsyncResult asyncResult);
Public Function EndSendItem (asyncResult As IAsyncResult) As SendItemResponseType
Parameters
- asyncResult
- IAsyncResult
Returns
The EndSendItem(IAsyncResult) method returns a SendItemResponseType object.