ExchangeServiceBinding.BeginSendItem Method
The BeginSendItem method is used to begin an asynchronous SendItem call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function BeginSendItem ( _
SendItem1 As SendItemType, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim SendItem1 As SendItemType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginSendItem(SendItem1, _
callback, asyncState)
public IAsyncResult BeginSendItem(
SendItemType SendItem1,
AsyncCallback callback,
Object asyncState
)
Parameters
- SendItem1
Type: ExchangeWebServices.SendItemType
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
The BeginSendItem method returns an IAsyncResult object.