adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / NotificationRecipient Class / AddressType Property


In This Topic
    AddressType Property (NotificationRecipient)
    In This Topic
    The type of message to be sent (e-mail, SMS, etc.).
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property AddressType As NotificationAddressType
    [DataMember()]
    public NotificationAddressType AddressType {get; set;}
    [DataMember()]
    public:
    property NotificationAddressType AddressType {
       NotificationAddressType get();
       void set (    NotificationAddressType value);
    }
    See Also