P4s3PortalWebSvc SendEmail Method A Sandcastle Documented Class Library
Sends out email requests.

Namespace: P4s3WebSvc
Assembly: P4s3WebSvc (in P4s3WebSvc.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void SendEmail(
	string strFrom,
	string strTo,
	string strMesg,
	string strSubj,
	string host,
	string key
)

Parameters

strFrom
Type: System String
strTo
Type: System String
strMesg
Type: System String
strSubj
Type: System String
host
Type: System String
key
Type: System String
See Also