The UnifiedMessagingManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
CancelFax |
Issues a synchronous request to cancel a fax.
| |
CancelFaxAsync |
Issues an asynchronous request to cancel a fax.
| |
EnableFaxMonitoring |
Issues an synchronous request to enable or disable monitoring of Fax server events.
| |
EnableFaxMonitoringAsync |
Issues an asynchronous request to enable or disable monitoring of Fax server events.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetFaxProperties |
Issues a synchronous request to get the fax envelope properties for a fax in progress.
| |
GetFaxPropertiesAsync |
Issues an asynchronous request to get the envelope properties of a fax in progress.
| |
GetFaxServerSettings |
Issues a synchronous request to retrieve the Fax configuration settings on the IC server.
| |
GetFaxServerSettingsAsync |
Issues an asynchronous request to retrieve the Fax configuration settings on the IC server.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetInstance |
Gets a UnifiedMessagingManager.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RefreshFaxCache |
Issues a synchronous request to refresh the fax cache.
| |
RefreshFaxCacheAsync |
Issues an asynchronous request to refresh the fax cache.
| |
RefreshVoicemailCache |
Issues a synchronous request to refresh the voicemail cache.
| |
RefreshVoicemailCacheAsync |
Issues an asynchronous request to refresh the voicemail cache.
| |
SendFax | Issues a synchronous request to send a Fax. | |
SendFaxAsync |
Issues an asynchronous request to send a Fax.
| |
StartWatchingVoicemailWaiting |
Issues a synchronous request to watch for waiting voicemails.
| |
StartWatchingVoicemailWaitingAsync |
Issues an asynchronous request to watch for waiting voicemails.
| |
StopVoicemailHandsetPlayback |
Issues a synchronous request to stop voicemail playback on the handset.
| |
StopVoicemailHandsetPlaybackAsync |
Issues an asychronous request to stop voicemail playback on the handset.
| |
StopWatchingVoicemailWaiting |
Issues a synchronous request to stop watching for waiting voicemails.
| |
StopWatchingVoicemailWaitingAsync |
Issues an asynchronous request to stop watching for waiting voicemails.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
UpdateMessageWaitingIndicator |
Issues a synchronous request to update the message waiting indicator.
| |
UpdateMessageWaitingIndicatorAsync |
Issues an asynchronous request to update the message waiting indicator.
|
Properties
Name | Description | |
---|---|---|
Faxes |
Gets a ReadOnlyCollection<(Of <(<'T>)>)> of all FaxMessages.
| |
Session |
Gets the Session with which this UnifiedMessagingManager is associated.
| |
Voicemails |
Gets a ReadOnlyCollection<(Of <(<'T>)>)> of
all VoicemailMessages.
| |
VoicemailWaiting |
Gets the existence of waiting (unread) voicemails.
|
Events
Name | Description | |
---|---|---|
FaxDeleted |
Occurs when a fax is deleted.
| |
FaxMonitorUpdate |
Occurs when monitoring is turned on and a Fax event is detected.
| |
FaxUpdated |
Occurs when a fax is modified.
| |
NewFax |
Occurs when a new fax is received.
| |
NewVoicemail |
Occurs when a new voicemail is received.
| |
VoicemailDeleted |
Occurs when a voicemail is deleted.
| |
VoicemailServerPlayResult |
Occurs when the server has completed playing a voicemail to the user.
| |
VoicemailUpdateCompleted |
Occurs when an operation finishes updating the list of voicemails.
| |
VoicemailUpdated |
Occurs when a voicemail is modified.
| |
VoicemailUpdateStarted |
Occurs when an operation begins updating the list of voicemails.
| |
VoicemailWaitingChanged |
Occurs when the VoicemailWaiting value changes.
|