Click or drag to resize

MessagingParticipantType Enumeration

Represents the participant type.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum MessagingParticipantType
Members
  Member nameValueDescription
Undefined0 Undefined participant type.
Contact1 Contact participant type. This type is most common, used for users registered on messaging server.
External2 External participant type.
Topic3 Topic participant type.
Team4 Team participant type.
DistributionList5 DistributionList participant type.
SystemAdmin6 SystemAdmin participant type.
See Also