Reset Method
This property is used to reset all attributes of the Rnifreceiver instance.
Syntax
public void Reset();
Public Sub Reset()
Remarks
Reset is used to reset all attributes of the Rnifreceiver instance including the headers, attachments, etc. to their default values. This may be useful when multiple messages need to be created.
NOTE: The application should always call Reset and set all message properties to valid value before sending a response message.