IService1SendAuthenticatedEmail Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/SendAuthenticatedEmail", ReplyAction = "http://tempuri.org/IService1/SendAuthenticatedEmailResponse")] void SendAuthenticatedEmail( string strFrom, string strTo, string strMesg, string strSubj, string host, string user, string pass )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/SendAuthenticatedEmail", ReplyAction := "http://tempuri.org/IService1/SendAuthenticatedEmailResponse")> Sub SendAuthenticatedEmail ( strFrom As String, strTo As String, strMesg As String, strSubj As String, host As String, user As String, pass As String )
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/SendAuthenticatedEmail", ReplyAction = L"http://tempuri.org/IService1/SendAuthenticatedEmailResponse")] void SendAuthenticatedEmail( String^ strFrom, String^ strTo, String^ strMesg, String^ strSubj, String^ host, String^ user, String^ pass )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/SendAuthenticatedEmail", ReplyAction = "http://tempuri.org/IService1/SendAuthenticatedEmailResponse")>] abstract SendAuthenticatedEmail : strFrom : string * strTo : string * strMesg : string * strSubj : string * host : string * user : string * pass : string -> unit