Create MmsMessage with specified subject and list of MmsParts.

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 ( _
	subject As String, _
	parts As List(Of MmsPart) _
)
C#
public MmsMessage (
	string subject,
	List<MmsPart> parts
)
Visual C++
public:
MmsMessage (
	String^ subject, 
	List<MmsPart^>^ parts
)

Parameters

subject
System.String
Subject
parts
System.Collections.Generic.List<(Of T>)
List of MmsParts