ChatMessage.IsAutoReply Property

Definition

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

Applies to