ExchangeServiceBinding.EndSetUserOofSettings(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The EndSetUserOofSettings(IAsyncResult) method is used to end an asynchronous SetUserOofSettings(SetUserOofSettingsRequest) call.
public:
ExchangeWebServices::SetUserOofSettingsResponse ^ EndSetUserOofSettings(IAsyncResult ^ asyncResult);
public ExchangeWebServices.SetUserOofSettingsResponse EndSetUserOofSettings (IAsyncResult asyncResult);
Public Function EndSetUserOofSettings (asyncResult As IAsyncResult) As SetUserOofSettingsResponse
Parameters
- asyncResult
- IAsyncResult
Returns
The EndSetUserOofSettings(IAsyncResult) method returns a SetUserOofSettingsResponse object.