adTempus API
ArcanaDevelopment.adTempus.Client Namespace / NotificationAddress Class / RecipientAddress Property


In This Topic
    RecipientAddress Property
    In This Topic
    The address
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property RecipientAddress As String
    [CanBeNull()]
    public string RecipientAddress {get; set;}
    [CanBeNull()]
    public:
    property String^ RecipientAddress {
       String^ get();
       void set (    String^ value);
    }
    Remarks

    The address must be in the correct format for the AddressType. For example, if AddressType is ArcanaDevelopment.adTempus.Shared.NotificationAddressType.SMTP it must be a valid email address.

    See Also