Uses of Class
microsoft.exchange.webservices.data.messaging.PhoneCallId

Packages that use PhoneCallId
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
protected  PhoneCallId GetPhoneCallRequest.getId()
          Gets the Id of the phone call.
protected  PhoneCallId DisconnectPhoneCallRequest.getId()
          Gets the Id of the phone call.
 

Methods in microsoft.exchange.webservices.data.core.request with parameters of type PhoneCallId
 void GetPhoneCallRequest.setId(PhoneCallId id)
          Sets the id.
 void DisconnectPhoneCallRequest.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
 PhoneCallId PlayOnPhoneResponse.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
protected  void UnifiedMessaging.disconnectPhoneCall(PhoneCallId id)
          Disconnects a phone call.
protected  PhoneCall UnifiedMessaging.getPhoneCallInformation(PhoneCallId id)
          Retrieves information about a current phone call.
 

Constructors in microsoft.exchange.webservices.data.messaging with parameters of type PhoneCallId
PhoneCall(ExchangeService service, PhoneCallId id)
          PhoneCall Constructor.
 



Copyright © 2012–2015 Microsoft. All rights reserved.