ChatMessage.IsAutoReply 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 is an auto-reply.
public:
property bool IsAutoReply { bool get(); void set(bool value); };
bool IsAutoReply();
void IsAutoReply(bool value);
public bool IsAutoReply { get; set; }
var boolean = chatMessage.isAutoReply;
chatMessage.isAutoReply = boolean;
Public Property IsAutoReply As Boolean
Property Value
Boolean
bool
A Boolean value indicating if the message is an auto-reply.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|