Uses of Class
microsoft.exchange.webservices.data.core.response.UpdateInboxRulesResponse
-
Packages that use UpdateInboxRulesResponse Package Description microsoft.exchange.webservices.data.core.exception.service.remote microsoft.exchange.webservices.data.core.request -
-
Uses of UpdateInboxRulesResponse in microsoft.exchange.webservices.data.core.exception.service.remote
Constructors in microsoft.exchange.webservices.data.core.exception.service.remote with parameters of type UpdateInboxRulesResponse Constructor Description UpdateInboxRulesException(UpdateInboxRulesResponse serviceResponse, Iterable<RuleOperation> ruleOperations)Initializes a new instance of the UpdateInboxRulesException class. -
Uses of UpdateInboxRulesResponse in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that return UpdateInboxRulesResponse Modifier and Type Method Description UpdateInboxRulesResponseUpdateInboxRulesRequest. execute()Executes this request.protected UpdateInboxRulesResponseUpdateInboxRulesRequest. parseResponse(EwsServiceXmlReader reader)Parses the response.
-