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