Constructor for MMS attachment given as array of bytes with apropriate MIME Content-Type.

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 ( _
	bytes As Byte(), _
	contentType As String _
)
C#
public Attachment (
	byte[] bytes,
	string contentType
)
Visual C++
public:
Attachment (
	array<unsigned char>^ bytes, 
	String^ contentType
)

Parameters

bytes
System.Byte[]
content
contentType
System.String
Content-Type MIME header value