Represents an e-mail interaction.

C# | Visual Basic | Visual C++ |
public interface IInteractionEmail : IInteraction, INotifyPropertyChanged
Public Interface IInteractionEmail _ Implements IInteraction, INotifyPropertyChanged
public interface class IInteractionEmail : IInteraction, INotifyPropertyChanged

All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
![]() | Agent |
Gets the agent.
(Inherited from IInteraction.) |
![]() | AttachedDataInformation |
Gets the attached data information.
(Inherited from IInteraction.) |
![]() | CaseId |
Gets or sets the case id.
(Inherited from IInteraction.) |
![]() | ChildInteractions |
Gets the child interactions.
(Inherited from IInteraction.) |
![]() | ContextualConfigManager |
Gets the contextual configuration manager (contextualize by the attached data).
(Inherited from IInteraction.) |
![]() | DispositionCode |
Gets or sets the disposition code.
(Inherited from IInteraction.) |
![]() | Duration |
Gets the duration of the interaction.
(Inherited from IInteraction.) |
![]() | EntrepriseInteractionCurrent |
Gets or sets the current Enterprise SDK interaction.
(Inherited from IInteraction.) |
![]() | EntrepriseInteractions |
Gets the enterprise interactions.
(Inherited from IInteraction.) |
![]() | EntrepriseLastInteractionEvent |
Gets or sets the last Enterprise SDK interaction event.
(Inherited from IInteraction.) |
![]() | FormattedObject |
Gets the formatted object.
(Inherited from IInteraction.) |
![]() | GetAllAttachedData()()() |
Gets all of the attached data.
(Inherited from IInteraction.) |
![]() | GetAttachedData(String) |
Gets the attached data.
(Inherited from IInteraction.) |
![]() | HasChildInteraction |
Gets a value indicating whether this instance has a child interaction.
(Inherited from IInteraction.) |
![]() | Initialize()()() |
Initializes this instance.
(Inherited from IInteraction.) |
![]() | InteractionEvent |
Occurs when the interaction event is dispatched.
(Inherited from IInteraction.) |
![]() | InteractionId |
Gets or sets the interaction id.
(Inherited from IInteraction.) |
![]() | IsChildInteraction |
Gets or sets a value indicating whether this instance is a child interaction.
(Inherited from IInteraction.) |
![]() | IsInitialized |
Gets a value indicating whether this instance is initialized.
(Inherited from IInteraction.) |
![]() | Media |
Gets the media used by this interaction.
(Inherited from IInteraction.) |
![]() | Message |
Gets or sets the message.
|
![]() | OnInteractionEvent(IEnvelope<(Of <(IInteraction>)>)) |
Calls this method to send the InteractionEvent event.
(Inherited from IInteraction.) |
![]() | ParentInteraction |
Gets or sets the parent interaction.
(Inherited from IInteraction.) |
![]() | ParentInteractionId |
Gets or sets the parent interaction id.
(Inherited from IInteraction.) |
![]() | PropertyChanged |
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.) |
![]() | Release()()() |
Releases this instance.
(Inherited from IInteraction.) |
![]() | RemoveAttachedData(String) |
Removes the attached data.
(Inherited from IInteraction.) |
![]() | SetAttachedData(String, String) |
Sets the attached data.
(Inherited from IInteraction.) |
![]() | StartDate |
Gets or sets the start date of the interaction.
(Inherited from IInteraction.) |
![]() | Subject |
Gets or sets the subject.
|
![]() | Update(IEnvelope<(Of <(IInteraction>)>)) |
Updates this interaction with the specified interaction envelope.
(Inherited from IInteraction.) |
![]() | UserData |
Gets the key/value collection associated with this interaction. This collection implements the [!:INotifyCollectionChanged] interface.
(Inherited from IInteraction.) |