Attachment.ContentType Property


Gets the Content-Type of the attachment.

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

Property Value

A String value indicating the attachment content-type.

Example

[Visual Basic, C#, C++] For ContentType property usage, please refer to samples in Samples section.