RcsEndUserMessageAction RcsEndUserMessageAction RcsEndUserMessageAction RcsEndUserMessageAction Class

Definition

Represents the actions to which the user can respond.

public : sealed class RcsEndUserMessageAction : IRcsEndUserMessageActionpublic sealed class RcsEndUserMessageAction : IRcsEndUserMessageActionPublic NotInheritable Class RcsEndUserMessageAction Implements IRcsEndUserMessageAction// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Call RcsEndUserMessage.Actions to instantiate this class.

Properties

Label Label Label Label

Gets the label of the action.

public : PlatForm::String Label { get; }public string Label { get; }Public ReadOnly Property Label As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The label of the action.