Sets the content-type of this
CopyC#
MimeMessage
.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public void SetContentType(
	string contentType
)
Visual Basic
Public Sub SetContentType ( _
	contentType As String _
)
Visual C++
public:
void SetContentType(
	String^ contentType
)

Parameters

contentType
Type: System..::..String
The content-type.

See Also