ActivityInfo Structure |
This structure is used to store the event details of the specified Interaction.
Namespace: Talisma.Server.Common
C#
[SerializableAttribute] public struct ActivityInfo
The ActivityInfo type exposes the following members.

Name | Description | |
---|---|---|
![]() | afterId |
This parameter returns the ID of the current owner, or the Team ID, User ID, Sub Interaction ID, or Contact ID, based on the activity of
the event. For example, if an Interaction is assigned to a User, this field returns the ID of the User to whom the
Interaction is assigned.
|
![]() | afterIdUser |
Depending on the activity in the Event, the name of the Contact, User, Team, or System who is the owner of the
Interaction after the event occurred.
|
![]() | bcc |
If a message is sent or received, this is the name of the person to whom a blank carbon copy of the message was sent.
|
![]() | beforeId |
The ID of the previous owner, or the Team ID, User ID, Sub Interaction ID, or Contact ID, based on the activity of the event.
For example, if an Interaction was assigned to another User, this parameter returns the ID of the User who assigned the Interaction.
|
![]() | beforeIdUser |
Depending on the activity in the Event, the name of the Contact, User, Team, or System who was the owner of the
Interaction before the event occurred.
|
![]() | byRule |
The name of the Rule that triggered the Event.
|
![]() | cc |
If a message is sent or received, this is the name of the person to whom a copy of the message was sent.
|
![]() | direction |
The direction of the Interaction.
|
![]() | empty |
This parameter indicates whether there is any message associated with the event.
|
![]() | eventDate |
Date and time when the event occurred.
|
![]() | eventId |
A unique ID associated with an event in CampusNexus CRM.
|
![]() | eventType |
A unique ID associated with an event type in CampusNexus CRM. This parameter returns the ID of the event type.
|
![]() | from |
If a message is received or sent, this is the name of the person who has sent the message.
|
![]() | hasAttachment |
This parameter indicates whether the event includes any attachments.
|
![]() | interactionId |
The ID of the Interaction associated with Event.
|
![]() | interactionPriority |
This parameter indicates the priority of the Interaction.
|
![]() | isIncoming |
The value of this parameter indicates whether the Interaction is Incoming or Outgoing.
|
![]() | LastOpenedDateTime |
Event last opened date
|
![]() | mailServerEventDate |
If a message was sent or received, this is the mail server date and time when the relevant event occurred.
|
![]() | mediaId |
The ID of the Medium associated with the Event.
|
![]() | messageContent |
An array of the MessageContent structure that contains the details of the message, message content, and attachment(s)
in the message.
|
![]() | originatorId |
The ID of the Contact, User, or system, depending on the activity in the event. For example, if the Interaction was created
after a message was received from a Contact, this method returns the ID of the Contact. This parameter returns the
value 1 if the event was originated by the CampusNexus CRM system.
|
![]() | originatorIdUser |
The name of the Contact, User, or system, depending on the activity in the event. For example, if the Interaction
was created after a message was received from a Contact, this method returns the name of the Contact.
|
![]() | PhoneNumber |
This field is used to store the phone number.
|
![]() | status |
This field is for storing the event status.
|
![]() | subject |
If the event is associated with the exchange of a message, this variable indicates the subject of the message.
|
![]() | to |
If a message is sent or received, this is the name of the person who has received the message.
|
