'Declaration <CanBeNullAttribute()> Public Property RecipientAddress As String
'Declaration
<CanBeNullAttribute()> Public Property RecipientAddress As String
[CanBeNull()] public string RecipientAddress {get; set;}
[CanBeNull()] public: property String^ RecipientAddress { String^ get(); void set ( String^ value); }
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.
NotificationAddress Class NotificationAddress Members