OutGoingAlias Class
This structure contains the details of the Alias associated with a Team.
Inheritance Hierarchy
SystemObject
  Talisma.Server.CommonOutGoingAlias

Namespace:  Talisma.Server.Common
 

Syntax
C#
[SerializableAttribute]
public class OutGoingAlias

The OutGoingAlias type exposes the following members.

Fields
NameDescription
Public fieldaliasId
The ID of the Alias used for the outgoing message.
Public fieldemail
The email address of the Alias associated with the Team.
Public fieldheuristicThread
The threading model that is used for Interactions.
Public fieldname
The name of the Alias associated with the Team.
Public fieldteamId
The ID of the Team to which the Alias belongs.
Top
See Also