Gets the media type of this attachment.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll) Version: 1.0.4086.0

Syntax

C#
public string MediaType { get; }
Visual Basic (Declaration)
Public ReadOnly Property MediaType As String
Visual C++
public:
property String^ MediaType {
	String^ get ();
}

Field Value

Media type.

Remarks

This is equivalent to calling ContentType.MediaType.

See Also