Поделиться через


UpdateInboxRulesCompletedEventHandler Delegate

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Delegate Sub UpdateInboxRulesCompletedEventHandler ( _
    sender As Object, _
    e As UpdateInboxRulesCompletedEventArgs _
)
'Usage
Dim instance As New UpdateInboxRulesCompletedEventHandler(AddressOf HandlerMethod)
public delegate void UpdateInboxRulesCompletedEventHandler(
    Object sender,
    UpdateInboxRulesCompletedEventArgs e
)

See Also

Reference