adTempus API
PreviousUpNext
NotificationAddressTypeEnum Enumeration

Indicates the type of a notification address.

C++
enum NotificationAddressTypeEnum {
  natSMTP = 1,
  natNetBroadcast = 2,
  natSMSDial = 3,
  natAIM,
  natJabber,
  natMSN,
  natSMSNetwork
};
C#
public enum NotificationAddressTypeEnum {
  natSMTP = 1,
  natNetBroadcast = 2,
  natSMSDial = 3,
  natAIM,
  natJabber,
  natMSN,
  natSMSNetwork
}
Visual Basic
Public Enum NotificationAddressTypeEnum
  natSMTP = 1
  natNetBroadcast = 2
  natSMSDial = 3
  natAIM
  natJabber
  natMSN
  natSMSNetwork
End Enum
Members
Members 
Description 
natSMTP = 1 
The address is an SMTP e-mail address. 
natNetBroadcast = 2 
The address is a network broadcast address. 
natSMSDial = 3 
The address is an SMS recipient using a dial-up SMS provider. 
natAIM 
The address is an AOL Instant Messenger recipient  
natJabber 
The address is a Jabber instant messaging protocol recipient 
natMSN 
The address is an Microsoft MSDN (Windows) Messenger recipient  
natSMSNetwork 
The address is an SMS recipient using a network SMS provider 
adTempus API Reference version 3.0.0.0, revised 10/30/2008