PostMan.Send Method

Symplus Rule Engine

Collapse image Expand Image Copy image CopyHover image

[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

subject
Type: System..::..String

[Missing <param name="subject"/> documentation for "M:Symplus.Core.Net.PostMan.Send(System.String,System.String,System.Boolean,System.String[])"]

body
Type: System..::..String

[Missing <param name="body"/> documentation for "M:Symplus.Core.Net.PostMan.Send(System.String,System.String,System.Boolean,System.String[])"]

isBodyHtml (Optional)
Type: System..::..Boolean

[Missing <param name="isBodyHtml"/> documentation for "M:Symplus.Core.Net.PostMan.Send(System.String,System.String,System.Boolean,System.String[])"]

attachedFiles (Optional)
Type: array<System..::..String>[]()[][]

[Missing <param name="attachedFiles"/> documentation for "M:Symplus.Core.Net.PostMan.Send(System.String,System.String,System.Boolean,System.String[])"]

See Also