Metodo DedNotifiesAdd (String, DedNotifyNotifyEvent, String, String, String, String)
|
Aggiunge un nuovo elemento alla collezione e lo restituisce.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public 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
- Tipo: SystemString
Nome. - ev
- Tipo: DedNet.CoreDedNotifyNotifyEvent
Evento. - to
- Tipo: SystemString
Destinatari. - obj
- Tipo: SystemString
Oggetto della mail. - body
- Tipo: SystemString
Corpo della mail. - attachments
- Tipo: SystemString
Eventuali allegati
Valore di ritorno
Tipo:
DedNotifyVedi anche