.NET Framework Class Library
PDMSystem.SendEMail Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > PDMSystem Class > PDMSystem Methods > .NET Framework Class Library |
Sends an e-mail using the definition contained in the assigned text file.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub SendEMail ( _ Optional emailtxtFile As String = "" _ |
C# |
|---|
public void SendEMail( string emailtxtFile = "" |
Visual C++ |
|---|
public: void SendEMail( |
JavaScript |
|---|
function sendEMail(emailtxtFile); |
Parameters
emailtxtFile (Optional)
Type: System.String
Optional. The txt file containg e-mail data. If not defined, the EMail specified action/parameter are used.
Remarks
See Also