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# |
---|
public Task SendEmailAsync( string strFrom, string strTo, string strMesg, string strSubj, string host, string key ) |
Visual Basic |
---|
Public Function SendEmailAsync ( strFrom As String, strTo As String, strMesg As String, strSubj As String, host As String, key As String ) As Task |
Visual C++ |
---|
public: virtual Task^ SendEmailAsync( String^ strFrom, String^ strTo, String^ strMesg, String^ strSubj, String^ host, String^ key ) sealed |
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