Gets the e-mail address.
            
 
    Namespace: 
   Dundas.BI.Notifications.Delivery
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string? Email { get; }Public ReadOnly Property Email As String
	Get
public:
property String^ Email {
	String^ get ();
}member Email : string with get
Property Value
Type: 
String
            The e-mail address.
            
See Also