ExchangeServiceBinding.BeginGetMailTips Method
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function BeginGetMailTips ( _
GetMailTips1 As GetMailTipsType, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim GetMailTips1 As GetMailTipsType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginGetMailTips(GetMailTips1, _
callback, asyncState)
public IAsyncResult BeginGetMailTips(
GetMailTipsType GetMailTips1,
AsyncCallback callback,
Object asyncState
)
Parameters
- GetMailTips1
Type: ExchangeWebServices.GetMailTipsType
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
Returns IAsyncResult.