DotNetOpenMail 0.5.7 (beta)

AbstractEmailAttachment.ContentType Property

The "content type" of the attachment

[Visual Basic]
Public Property ContentType As String
[C#]
public string ContentType { get; set; }
[C++]
public: __property String* get_ContentType();
public: __property void set_ContentType(String* );
[JScript]
public function get ContentType() : String
public function set ContentType(String);

See Also

AbstractEmailAttachment Class | DotNetOpenMail Namespace