PostMan.Send Method
From Symplus Rule Engine
[Missing <summary> documentation for "M:Symplus.Core.Net.PostMan.Send(System.String,System.String,System.Boolean,System.String[])"]
Namespace: Symplus.Core.Net
Assembly: Symplus.Core (in Symplus.Core.dll) Version: 1.1.7.1510 (1.1.7.1510)
Syntax
| C# |
|---|
public void Send( string subject, string body, bool isBodyHtml = true, string[] attachedFiles = null ) |
| Visual Basic |
|---|
Public Sub Send ( subject As String, body As String, Optional isBodyHtml As Boolean = true, Optional attachedFiles As String() = Nothing ) |
| Visual C++ |
|---|
public: void Send( String^ subject, String^ body, bool isBodyHtml = true, array<String^>^ attachedFiles = nullptr ) |
Parameters
See Also