Prevents the Message event from being called for messages of type MsgError.
Public Property ErrorMessageEnabled( ) As Boolean
Member of DbmlsyncCOM.Dbmlsync
If you do not handle error information in the Message event, you should set this property to false to improve performance. The default is true, which enables messages of type MsgError to trigger the Message event.
See Message event.
The following example sets ErrorMessageEnabled to false:
dbmlsync1.ErrorMessageEnabled = False