Click or drag to resize

VisualVoiceMailServiceRetrieveAllMessages Method

Retrieve visual voicemail messages for the user. This method retrieves the dynamically-updated collection of visual voicemails that are associated with the currently logged in user.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void RetrieveAllMessages(
	VisualVoiceMailRetrievalWatcher watcher
)

Parameters

watcher
Type: Avaya.ClientServicesVisualVoiceMailRetrievalWatcher
A watcher object that allows the application to receive events related to visual voicemail messages. Call of Cancel() will stop all events from being sent to this watcher object.
See Also