The interface for the EmailViewModel class.
| C# | Visual Basic | Visual C++ |
public interface IEmailViewModel : IInteractionViewModel
Public Interface IEmailViewModel _ Implements IInteractionViewModel
public interface class IEmailViewModel : IInteractionViewModel
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Agent |
Gets the agent.
(Inherited from IInteractionViewModel.) | |
| CloseInteractionCommand |
Gets the close interaction command.
(Inherited from IInteractionViewModel.) | |
| Interaction |
Gets or sets the interaction.
(Inherited from IInteractionViewModel.) | |
| Load()()() |
Loads the interaction view model.
(Inherited from IInteractionViewModel.) | |
| Unload()()() |
Unloads the interaction view model.
(Inherited from IInteractionViewModel.) |