ExchangeServiceBinding.EndSetUserOofSettings Method
The EndSetUserOofSettings method is used to end an asynchronous SetUserOofSettings call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function EndSetUserOofSettings ( _
asyncResult As IAsyncResult _
) As SetUserOofSettingsResponse
'Usage
Dim instance As ExchangeServiceBinding
Dim asyncResult As IAsyncResult
Dim returnValue As SetUserOofSettingsResponse
returnValue = instance.EndSetUserOofSettings(asyncResult)
public SetUserOofSettingsResponse EndSetUserOofSettings(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
Return Value
Type: ExchangeWebServices.SetUserOofSettingsResponse
The EndSetUserOofSettings method returns a SetUserOofSettingsResponse object.