Reference Library
DeleteMessage Method (fileName, userState)
NamespacesAvaya.ApplicationEnablement.DMCCMediaDeleteMessage(String, Object)
Send a Delete Message XML message to the server
Declaration Syntax
C#Visual BasicVisual C++
public int DeleteMessage(
	string fileName,
	Object userState
)
Public Function DeleteMessage ( _
	fileName As String, _
	userState As Object _
) As Integer
public:
virtual int DeleteMessage(
	String^ fileName, 
	Object^ userState
) sealed
Parameters
fileName (String)
Name of the file to be deleted.
userState (Object)
Any object the application would like returned with the response.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)