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
Example
[Visual Basic, C#, C++] For ContentType property usage, please refer to samples in Samples section.