Click or drag to resize

TelephonyServerWaveWriteComment Method

Writes the comment into the file.

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public void WaveWriteComment(
	string filename,
	string comment
)

Parameters

filename
Type: SystemString
The filename that you would like to write the comment to.
comment
Type: SystemString
The contents of the comment.
See Also