Metodo UtilitySendCustomMailWithSmtpSettings
|
Permette di inviare un'email con le credenziali presenti nelle impostazioni SMTP del Gestore notifiche.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public static void SendCustomMailWithSmtpSettings(
DedNetApplication app,
string to,
string cc,
string ccn,
string obj,
string body,
List<string> files
)
Public Shared Sub SendCustomMailWithSmtpSettings (
app As DedNetApplication,
to As String,
cc As String,
ccn As String,
obj As String,
body As String,
files As List(Of String)
)
public:
static void SendCustomMailWithSmtpSettings(
DedNetApplication^ app,
String^ to,
String^ cc,
String^ ccn,
String^ obj,
String^ body,
List<String^>^ files
)
static member SendCustomMailWithSmtpSettings :
app : DedNetApplication *
to : string *
cc : string *
ccn : string *
obj : string *
body : string *
files : List<string> -> unit
Parametri
- app
- Tipo: DedNetDedNetApplication
DedNetApplication - to
- Tipo: SystemString
Destinatari separati da , - cc
- Tipo: SystemString
Destinatari separati da , - ccn
- Tipo: SystemString
Destinatari separati da , - obj
- Tipo: SystemString
Oggetto del messaggio - body
- Tipo: SystemString
Corpo del messagggio - files
- Tipo: System.Collections.GenericListString
Lista dei file da inviare
Vedi anche