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.

See Also

Mail.Attachments Property

Online Tutorials

Parse Email in VB6 - Tutorial
Parse winmail.dat(TNEF) in VB6 - Tutorial
Parse Email in Delphi - Tutorial
Parse winmail.dat(TNEF) in Delphi - Tutorial
Parse Email in VC++ - Tutorial
Parse winmail.dat(TNEF) in VC++ - Tutorial