Metodo DedNotifiesAdd(String, DedNotifyNotifyEvent, String, String, String, String)
             | 
          
        
        
            Aggiunge un nuovo elemento alla collezione e lo restituisce.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic DedNotify Add(
	string name,
	DedNotifyNotifyEvent ev,
	string to,
	string obj,
	string body,
	string attachments
)
Public Function Add ( 
	name As String,
	ev As DedNotifyNotifyEvent,
	to As String,
	obj As String,
	body As String,
	attachments As String
) As DedNotify
public:
DedNotify^ Add(
	String^ name, 
	DedNotifyNotifyEvent ev, 
	String^ to, 
	String^ obj, 
	String^ body, 
	String^ attachments
)
member Add : 
        name : string * 
        ev : DedNotifyNotifyEvent * 
        to : string * 
        obj : string * 
        body : string * 
        attachments : string -> DedNotify Parametri
- name  String
 - Nome.
 - ev  DedNotifyNotifyEvent
 - Evento.
 - to  String
 - Destinatari.
 - obj  String
 - Oggetto della mail.
 - body  String
 - Corpo della mail.
 - attachments  String
 - Eventuali allegati
 
Valore di ritorno
DedNotify
Vedi anche