Create MmsPart with text content uniquely identified by id and location.

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, _
	contentId As String, _
	contentLocation As String _
)
C#
public MmsPart (
	string text,
	string contentId,
	string contentLocation
)
Visual C++
public:
MmsPart (
	String^ text, 
	String^ contentId, 
	String^ contentLocation
)

Parameters

text
System.String
Text content
contentId
System.String
Content Id
contentLocation
System.String
Content Location