Return list of all MmsParts associated with this MmsMessage.

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 ReadOnly Property Parts As List(Of MmsPart)
C#
public List<MmsPart> Parts { get; }
Visual C++
public:
property List<MmsPart^>^ Parts {
	List<MmsPart^>^ get ();
}