RcsEndUserMessage.Actions 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 the actions to which the user can respond.
public:
property IVectorView<RcsEndUserMessageAction ^> ^ Actions { IVectorView<RcsEndUserMessageAction ^> ^ get(); };
IVectorView<RcsEndUserMessageAction> Actions();
public IReadOnlyList<RcsEndUserMessageAction> Actions { get; }
var iVectorView = rcsEndUserMessage.actions;
Public ReadOnly Property Actions As IReadOnlyList(Of RcsEndUserMessageAction)
Property Value
The actions to which the user can respond.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|