Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.PhoneCallState
-
Packages that use PhoneCallState Package Description microsoft.exchange.webservices.data.core.enumeration.service microsoft.exchange.webservices.data.messaging -
-
Uses of PhoneCallState in microsoft.exchange.webservices.data.core.enumeration.service
Methods in microsoft.exchange.webservices.data.core.enumeration.service that return PhoneCallState Modifier and Type Method Description static PhoneCallStatePhoneCallState. valueOf(String name)Returns the enum constant of this type with the specified name.static PhoneCallState[]PhoneCallState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PhoneCallState in microsoft.exchange.webservices.data.messaging
Methods in microsoft.exchange.webservices.data.messaging that return PhoneCallState Modifier and Type Method Description PhoneCallStatePhoneCall. getState()Gets a value indicating the last known state of this phone call.
-