 | EmailerSendMsg Method (String, String, String, String, String, String) |
Sends the MSG.
Namespace:
Koden.Utils.Emailer
Assembly:
Koden.Utils.Emailer (in Koden.Utils.Emailer.dll) Version: 1.0.6453.26061
Syntaxpublic void SendMsg(
string from,
string to,
string cc,
string subject,
string strBody,
string[] attachments = null
)
Public Sub SendMsg (
from As String,
to As String,
cc As String,
subject As String,
strBody As String,
Optional attachments As String() = Nothing
)
public:
virtual void SendMsg(
String^ from,
String^ to,
String^ cc,
String^ subject,
String^ strBody,
array<String^>^ attachments = nullptr
) sealed
abstract SendMsg :
from : string *
to : string *
cc : string *
subject : string *
strBody : string *
?attachments : string[]
(* Defaults:
let _attachments = defaultArg attachments null
*)
-> unit
override SendMsg :
from : string *
to : string *
cc : string *
subject : string *
strBody : string *
?attachments : string[]
(* Defaults:
let _attachments = defaultArg attachments null
*)
-> unit
Parameters
- from
- Type: SystemString
From. - to
- Type: SystemString
To. - cc
- Type: SystemString
The cc. - subject
- Type: SystemString
The subject. - strBody
- Type: SystemString
The body. - attachments (Optional)
- Type: SystemString
The attachments.
Implements
IEmailerSendMsg(String, String, String, String, String, String)
See Also