Uses of Class
microsoft.exchange.webservices.data.messaging.PhoneCallId
-
Packages that use PhoneCallId Package Description microsoft.exchange.webservices.data.core.request microsoft.exchange.webservices.data.core.response microsoft.exchange.webservices.data.messaging -
-
Uses of PhoneCallId in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that return PhoneCallId Modifier and Type Method Description protected PhoneCallIdDisconnectPhoneCallRequest. getId()Gets the Id of the phone call.protected PhoneCallIdGetPhoneCallRequest. getId()Gets the Id of the phone call.Methods in microsoft.exchange.webservices.data.core.request with parameters of type PhoneCallId Modifier and Type Method Description voidDisconnectPhoneCallRequest. setId(PhoneCallId id)Sets the id.voidGetPhoneCallRequest. setId(PhoneCallId id)Sets the id. -
Uses of PhoneCallId in microsoft.exchange.webservices.data.core.response
Methods in microsoft.exchange.webservices.data.core.response that return PhoneCallId Modifier and Type Method Description PhoneCallIdPlayOnPhoneResponse. getPhoneCallId()Gets the Id of the phone call. -
Uses of PhoneCallId in microsoft.exchange.webservices.data.messaging
Methods in microsoft.exchange.webservices.data.messaging with parameters of type PhoneCallId Modifier and Type Method Description protected voidUnifiedMessaging. disconnectPhoneCall(PhoneCallId id)Disconnects a phone call.protected PhoneCallUnifiedMessaging. getPhoneCallInformation(PhoneCallId id)Retrieves information about a current phone call.Constructors in microsoft.exchange.webservices.data.messaging with parameters of type PhoneCallId Constructor Description PhoneCall(ExchangeService service, PhoneCallId id)PhoneCall Constructor.
-