|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.UnifiedMessaging
public final class UnifiedMessaging
Represents the Unified Messaging functionalities.
| Constructor Summary | |
|---|---|
protected |
UnifiedMessaging(ExchangeService service)
Constructor. |
| Method Summary | |
|---|---|
protected void |
disconnectPhoneCall(microsoft.exchange.webservices.data.PhoneCallId id)
Disconnects a phone call. |
protected PhoneCall |
getPhoneCallInformation(microsoft.exchange.webservices.data.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected UnifiedMessaging(ExchangeService service)
service - the service| Method Detail |
|---|
public PhoneCall playOnPhone(ItemId itemId,
String dialString)
throws Exception
itemId - the item iddialString - the dial string
Exception - the exception
protected PhoneCall getPhoneCallInformation(microsoft.exchange.webservices.data.PhoneCallId id)
throws Exception
id - the id
Exception - the exception
protected void disconnectPhoneCall(microsoft.exchange.webservices.data.PhoneCallId id)
throws Exception
id - the id
Exception - the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||