IService1SendEmail Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[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 )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/SendEmail", ReplyAction := "http://tempuri.org/IService1/SendEmailResponse")> Sub SendEmail ( strFrom As String, strTo As String, strMesg As String, strSubj As String, host As String )
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/SendEmail", ReplyAction = L"http://tempuri.org/IService1/SendEmailResponse")] void SendEmail( String^ strFrom, String^ strTo, String^ strMesg, String^ strSubj, String^ host )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/SendEmail", ReplyAction = "http://tempuri.org/IService1/SendEmailResponse")>] abstract SendEmail : strFrom : string * strTo : string * strMesg : string * strSubj : string * host : string -> unit