AgentNotificationActivity 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.
Wraps an activity with strongly-typed agent notification data.
public class AgentNotificationActivity
type AgentNotificationActivity = class
Public Class AgentNotificationActivity
- Inheritance
-
AgentNotificationActivity
Constructors
| Name | Description |
|---|---|
| AgentNotificationActivity(IActivity) |
Initializes a new instance of the AgentNotificationActivity class. |
Properties
| Name | Description |
|---|---|
| ChannelData |
Gets or sets channel-specific data. |
| Conversation |
Gets or sets the conversation account information. |
| EmailNotification |
Gets or sets the email notification data. |
| From |
Gets or sets the sender's channel account. |
| NotificationType |
Gets or sets the type of notification. |
| Recipient |
Gets or sets the recipient's channel account. |
| Text |
Gets or sets the text content of the activity. |
| Value |
Gets or sets the value content of the activity. |
| ValueType |
Gets or sets the type of value contained in the Value property. |
| WpxCommentNotification |
Gets or sets the Word/PowerPoint/Excel comment notification data. |