public final class UnifiedMessaging extends Object
| Constructor and Description |
|---|
UnifiedMessaging(ExchangeService service)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
disconnectPhoneCall(PhoneCallId id)
Disconnects a phone call.
|
protected PhoneCall |
getPhoneCallInformation(PhoneCallId id)
Retrieves information about a current phone call.
|
PhoneCall |
playOnPhone(ItemId itemId,
String dialString)
Calls a phone and reads a message to the person who picks up.
|
public UnifiedMessaging(ExchangeService service)
service - the servicepublic PhoneCall playOnPhone(ItemId itemId, String dialString) throws Exception
itemId - the item iddialString - the dial stringException - the exceptionprotected PhoneCall getPhoneCallInformation(PhoneCallId id) throws Exception
id - the idException - the exceptionprotected void disconnectPhoneCall(PhoneCallId id) throws Exception
id - the idException - the exceptionCopyright © 2012–2015 Microsoft. All rights reserved.