Defines the available messaging service types.
enum MessagingServiceTypeEnum { mstUnspecified = 0, mstSMSDial = 1, mstAIM = 2, mstJabber = 3, mstMSN = 4, mstSMSNetwork = 5 };
public enum MessagingServiceTypeEnum { mstUnspecified = 0, mstSMSDial = 1, mstAIM = 2, mstJabber = 3, mstMSN = 4, mstSMSNetwork = 5 }
Public Enum MessagingServiceTypeEnum mstUnspecified = 0 mstSMSDial = 1 mstAIM = 2 mstJabber = 3 mstMSN = 4 mstSMSNetwork = 5 End Enum
Members |
Description |
mstUnspecified = 0 |
No value has been specified. |
mstSMSDial = 1 |
SMS notification using a modem connection to a service provider. |
mstAIM = 2 |
AOL Instant Messenger protocol |
mstJabber = 3 |
Jabber instant messaging protocol |
mstMSN = 4 |
MSN (Windows) Messenger protocol |
mstSMSNetwork = 5 |
SMS notification using SMPP or SNPP. |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|