Click or drag to resize

Metodo DedNotifiesSendMail(DedNotifyNotifyEvent, DedDataList, DedCommList, ListDedUser)

Controlla se è presente una notifica per l'evento passato e nel caso la invia.

Namespace: DedNet.Core
Assembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi
public void SendMail(
	DedNotifyNotifyEvent eventToSend,
	DedDataList datas,
	DedCommList comms,
	List<DedUser> users
)

Parametri

eventToSend  DedNotifyNotifyEvent
Evento da controllare.
datas  DedDataList
Anagrafiche in gioco (da usare per sostituire i valori).
comms  DedCommList
Commesse in gioco (da usare per sostituire i valori).
users  ListDedUser
Lista degli utenti da aggiungere all'elenco dei notificati.
Vedi anche