Namespace: P4s3TestMachine.P4s3WebSvcReference
Assembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)
Assembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[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, string key ) |
Visual Basic |
---|
<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, key As String ) |
Visual C++ |
---|
[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, String^ key ) |
Parameters
- strFrom
- Type: System..::..String
- strTo
- Type: System..::..String
- strMesg
- Type: System..::..String
- strSubj
- Type: System..::..String
- host
- Type: System..::..String
- user
- Type: System..::..String
- pass
- Type: System..::..String
- key
- Type: System..::..String