EmailHelperSendAuthenticatedEmail Method |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic static void SendAuthenticatedEmail(
string strFrom,
string strTo,
string strMesg,
string strSubj,
string host,
string user,
string pass
)
Public Shared Sub SendAuthenticatedEmail (
strFrom As String,
strTo As String,
strMesg As String,
strSubj As String,
host As String,
user As String,
pass As String
)
public:
static void SendAuthenticatedEmail(
String^ strFrom,
String^ strTo,
String^ strMesg,
String^ strSubj,
String^ host,
String^ user,
String^ pass
)
static member SendAuthenticatedEmail :
strFrom : string *
strTo : string *
strMesg : string *
strSubj : string *
host : string *
user : string *
pass : string -> unit
Parameters
- strFrom
- Type: SystemString
- strTo
- Type: SystemString
- strMesg
- Type: SystemString
- strSubj
- Type: SystemString
- host
- Type: SystemString
- user
- Type: SystemString
- pass
- Type: SystemString
See Also