Share via


Room.EnableOutgoingMessageFilter method (Boolean)

Enable the outgoing message filter.

Namespace:  Microsoft.Lync.Model.Room
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Sub EnableOutgoingMessageFilter ( _
    noWarning As Boolean _
)
'Usage
Dim instance As Room
Dim noWarning As Boolean

instance.EnableOutgoingMessageFilter(noWarning)
public void EnableOutgoingMessageFilter(
    bool noWarning
)

Parameters

Remarks

By default, a warning is generated each time a message is modified by a filter before being sent. To disable the warning, use the EnableOutgoingMessageFilter(false) override.

See also

Reference

Room class

Room members

EnableOutgoingMessageFilter overload

Microsoft.Lync.Model.Room namespace