MessagingServiceType Enumeration
In This Topic
Defines the available messaging service types.
Syntax
Members
| Member | Value | Description |
| Email | 6 | |
| IncomingEmail | 7 |
E-mail retrieval from a POP3 or IMAP server
|
| Jabber | 3 |
Jabber instant messaging protocol
|
| SMSNetwork | 5 |
SMS notification using SMPP or SNPP through an SMS gateway.
|
| SMTP | 6 |
E-mail notification through a mail server
|
| Unspecified | 0 |
No value has been specified
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.MessagingServiceType
See Also