Convenience constructor for textual attachments.

Namespace: hr.tis.mgw.client.message
Assembly:   mgw2-client-1.0.6 (in mgw2-client-1.0.6)
Version: 2.1.0.6

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	text As String, _
	charset As String _
)
C#
public Attachment (
	string text,
	string charset
)
Visual C++
public:
Attachment (
	String^ text, 
	String^ charset
)

Parameters

text
System.String
textual content
charset
System.String
character set

Exceptions

ExceptionCondition
hr.tis.mgw.client.message.UnsupportedEncodingExceptionthrown if character set is invalid