MessageActionsPayloadFrom Class
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.
Represents a user, application, or conversation type that either sent or was referenced in a message.
public class MessageActionsPayloadFrom
type MessageActionsPayloadFrom = class
Public Class MessageActionsPayloadFrom
- Inheritance
-
MessageActionsPayloadFrom
Constructors
MessageActionsPayloadFrom() |
Initializes a new instance of the MessageActionsPayloadFrom class. |
MessageActionsPayloadFrom(MessageActionsPayloadUser, MessageActionsPayloadApp, MessageActionsPayloadConversation) |
Initializes a new instance of the MessageActionsPayloadFrom class. |
Properties
Application |
Gets or sets represents details of the app. |
Conversation |
Gets or sets represents details of the converesation. |
User |
Gets or sets represents details of the user. |