AttachmentBase::ContentType Property

 

Gets the content type of this attachment.

Namespace:   System.Net.Mail
Assembly:  System (in System.dll)

public:
property ContentType^ ContentType {
	ContentType^ get();
	void set(ContentType^ value);
}

Property Value

Type: System.Net.Mime::ContentType^

A ContentType.

The content type for this attachment.

.NET Framework
Available since 2.0
Return to top
Show: