Uses of Interface
microsoft.exchange.webservices.data.core.IAction
-
Packages that use IAction Package Description microsoft.exchange.webservices.data.core -
-
Uses of IAction in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type IAction Modifier and Type Method Description static <T> voidEwsUtilities. forEach(Iterable<T> collection, IAction<T> action)Call an action for each member of a collection.
-