ChatMessage.IsForwardingDisabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Boolean value indicating if forwarding is disabled.
public:
property bool IsForwardingDisabled { bool get(); void set(bool value); };
bool IsForwardingDisabled();
void IsForwardingDisabled(bool value);
public bool IsForwardingDisabled { get; set; }
var boolean = chatMessage.isForwardingDisabled;
chatMessage.isForwardingDisabled = boolean;
Public Property IsForwardingDisabled As Boolean
Property Value
Boolean
bool
A Boolean value indicating if forwarding is disabled.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|