Click or drag to resize
IService1SendEmail Method

Namespace: SxcDeskAppLib.SxcWebSvcRef
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
[OperationContractAttribute(Action = "http://tempuri.org/IService1/SendEmail", 
	ReplyAction = "http://tempuri.org/IService1/SendEmailResponse")]
void SendEmail(
	string strFrom,
	string strTo,
	string strMesg,
	string strSubj,
	string host
)

Parameters

strFrom
Type: SystemString
strTo
Type: SystemString
strMesg
Type: SystemString
strSubj
Type: SystemString
host
Type: SystemString
See Also