adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / INotificationRecipient Interface / AddressType Property


In This Topic
    AddressType Property (INotificationRecipient)
    In This Topic
    The type of message to be sent (e-mail, SMS, etc.).
    Syntax
    'Declaration
     
    
    ReadOnly Property AddressType As NotificationAddressType
    NotificationAddressType AddressType {get;}
    property NotificationAddressType AddressType {
       NotificationAddressType get();
    }
    See Also