Class UnifiedMessaging
- java.lang.Object
-
- microsoft.exchange.webservices.data.messaging.UnifiedMessaging
-
public final class UnifiedMessaging extends Object
Represents the Unified Messaging functionalities.
-
-
Constructor Summary
Constructors Constructor Description UnifiedMessaging(ExchangeService service)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddisconnectPhoneCall(PhoneCallId id)Disconnects a phone call.protected PhoneCallgetPhoneCallInformation(PhoneCallId id)Retrieves information about a current phone call.PhoneCallplayOnPhone(ItemId itemId, String dialString)Calls a phone and reads a message to the person who picks up.
-
-
-
Constructor Detail
-
UnifiedMessaging
public UnifiedMessaging(ExchangeService service)
Constructor.- Parameters:
service- the service
-
-
Method Detail
-
playOnPhone
public PhoneCall playOnPhone(ItemId itemId, String dialString) throws Exception
Calls a phone and reads a message to the person who picks up.- Parameters:
itemId- the item iddialString- the dial string- Returns:
- An object providing status for the phone call.
- Throws:
Exception- the exception
-
getPhoneCallInformation
protected PhoneCall getPhoneCallInformation(PhoneCallId id) throws Exception
Retrieves information about a current phone call.- Parameters:
id- the id- Returns:
- An object providing status for the phone call.
- Throws:
Exception- the exception
-
disconnectPhoneCall
protected void disconnectPhoneCall(PhoneCallId id) throws Exception
Disconnects a phone call.- Parameters:
id- the id- Throws:
Exception- the exception
-
-