Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.OofState
-
Packages that use OofState Package Description microsoft.exchange.webservices.data.core.enumeration.property microsoft.exchange.webservices.data.property.complex.availability -
-
Uses of OofState in microsoft.exchange.webservices.data.core.enumeration.property
Methods in microsoft.exchange.webservices.data.core.enumeration.property that return OofState Modifier and Type Method Description static OofStateOofState. valueOf(String name)Returns the enum constant of this type with the specified name.static OofState[]OofState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OofState in microsoft.exchange.webservices.data.property.complex.availability
Methods in microsoft.exchange.webservices.data.property.complex.availability that return OofState Modifier and Type Method Description OofStateOofSettings. getState()Gets the user's OOF state.Methods in microsoft.exchange.webservices.data.property.complex.availability with parameters of type OofState Modifier and Type Method Description voidOofSettings. setState(OofState state)Sets the user's OOF state.
-