ChatMessage.IsReceivedDuringQuietHours 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 or sets a Boolean value indicating if the message was received during user specified quiet hours.
public:
property bool IsReceivedDuringQuietHours { bool get(); void set(bool value); };
bool IsReceivedDuringQuietHours();
void IsReceivedDuringQuietHours(bool value);
public bool IsReceivedDuringQuietHours { get; set; }
var boolean = chatMessage.isReceivedDuringQuietHours;
chatMessage.isReceivedDuringQuietHours = boolean;
Public Property IsReceivedDuringQuietHours As Boolean
Property Value
Boolean
bool
A Boolean value indicating if the message was received during user specified quiet hours.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|