Gets or sets the content type of this attachment.

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

Syntax

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

Field Value

Content type.

See Also