Attachment.ContentType Property


Gets the Content-Type of the attachment.

[VisualĀ Basic 6.0]
Public Property Get ContentType() As String
[Visual C++]
public: get_ContentType( BSTR* pVal );

Property Value

A String value indicating the attachment content-type.

Example

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