The UnifiedMessagingManager type exposes the following members.

Methods

  NameDescription
Public methodCancelFax
Issues a synchronous request to cancel a fax.
Public methodCancelFaxAsync
Issues an asynchronous request to cancel a fax.
Public methodEnableFaxMonitoring
Issues an synchronous request to enable or disable monitoring of Fax server events.
Public methodEnableFaxMonitoringAsync
Issues an asynchronous request to enable or disable monitoring of Fax server events.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFaxProperties
Issues a synchronous request to get the fax envelope properties for a fax in progress.
Public methodGetFaxPropertiesAsync
Issues an asynchronous request to get the envelope properties of a fax in progress.
Public methodGetFaxServerSettings
Issues a synchronous request to retrieve the Fax configuration settings on the IC server.
Public methodGetFaxServerSettingsAsync
Issues an asynchronous request to retrieve the Fax configuration settings on the IC server.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetInstance
Gets a UnifiedMessagingManager.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRefreshFaxCache
Issues a synchronous request to refresh the fax cache.
Public methodRefreshFaxCacheAsync
Issues an asynchronous request to refresh the fax cache.
Public methodRefreshVoicemailCache
Issues a synchronous request to refresh the voicemail cache.
Public methodRefreshVoicemailCacheAsync
Issues an asynchronous request to refresh the voicemail cache.
Public methodSendFax
Issues a synchronous request to send a Fax.
Public methodSendFaxAsync
Issues an asynchronous request to send a Fax.
Public methodStartWatchingVoicemailWaiting
Issues a synchronous request to watch for waiting voicemails.
Public methodStartWatchingVoicemailWaitingAsync
Issues an asynchronous request to watch for waiting voicemails.
Public methodStopVoicemailHandsetPlayback
Issues a synchronous request to stop voicemail playback on the handset.
Public methodStopVoicemailHandsetPlaybackAsync
Issues an asychronous request to stop voicemail playback on the handset.
Public methodStopWatchingVoicemailWaiting
Issues a synchronous request to stop watching for waiting voicemails.
Public methodStopWatchingVoicemailWaitingAsync
Issues an asynchronous request to stop watching for waiting voicemails.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUpdateMessageWaitingIndicator
Issues a synchronous request to update the message waiting indicator.
Public methodUpdateMessageWaitingIndicatorAsync
Issues an asynchronous request to update the message waiting indicator.

Properties

  NameDescription
Public propertyFaxes
Gets a ReadOnlyCollection<(Of <(<'T>)>)> of all FaxMessages.
Public propertySession
Gets the Session with which this UnifiedMessagingManager is associated.
Public propertyVoicemails
Gets a ReadOnlyCollection<(Of <(<'T>)>)> of all VoicemailMessages.
Public propertyVoicemailWaiting
Gets the existence of waiting (unread) voicemails.

Events

  NameDescription
Public eventFaxDeleted
Occurs when a fax is deleted.
Public eventFaxMonitorUpdate
Occurs when monitoring is turned on and a Fax event is detected.
Public eventFaxUpdated
Occurs when a fax is modified.
Public eventNewFax
Occurs when a new fax is received.
Public eventNewVoicemail
Occurs when a new voicemail is received.
Public eventVoicemailDeleted
Occurs when a voicemail is deleted.
Public eventVoicemailServerPlayResult
Occurs when the server has completed playing a voicemail to the user.
Public eventVoicemailUpdateCompleted
Occurs when an operation finishes updating the list of voicemails.
Public eventVoicemailUpdated
Occurs when a voicemail is modified.
Public eventVoicemailUpdateStarted
Occurs when an operation begins updating the list of voicemails.
Public eventVoicemailWaitingChanged
Occurs when the VoicemailWaiting value changes.

See Also