|
||||||||
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,
java.lang.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 serviceMethod Detail |
---|
public PhoneCall playOnPhone(ItemId itemId, java.lang.String dialString) throws java.lang.Exception
itemId
- the item iddialString
- the dial string
java.lang.Exception
- the exceptionprotected PhoneCall getPhoneCallInformation(microsoft.exchange.webservices.data.PhoneCallId id) throws java.lang.Exception
id
- the id
java.lang.Exception
- the exceptionprotected void disconnectPhoneCall(microsoft.exchange.webservices.data.PhoneCallId id) throws java.lang.Exception
id
- the id
java.lang.Exception
- the exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |