Metodo UtilitySendCustomMailWithSmtpSettings
|
Permette di inviare un'email con le credenziali presenti nelle impostazioni SMTP del Gestore notifiche.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public static void SendCustomMailWithSmtpSettings(
DedNetApplication app,
string to,
string cc,
string ccn,
string obj,
string body,
List<string> files,
bool async = false
)
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),
Optional async As Boolean = false
)
public:
static void SendCustomMailWithSmtpSettings(
DedNetApplication^ app,
String^ to,
String^ cc,
String^ ccn,
String^ obj,
String^ body,
List<String^>^ files,
bool async = false
)
static member SendCustomMailWithSmtpSettings :
app : DedNetApplication *
to : string *
cc : string *
ccn : string *
obj : string *
body : string *
files : List<string> *
?async : bool
(* Defaults:
let _async = defaultArg async false
*)
-> unit
Parametri
- app DedNetApplication
- DedNetApplication
- to String
- Destinatari separati da ,
- cc String
- Destinatari separati da ,
- ccn String
- Destinatari separati da ,
- obj String
- Oggetto del messaggio
- body String
- Corpo del messagggio
- files ListString
- Lista dei file da inviare
- async Boolean (Optional)
-
Vedi anche