Attachment.ContentID Property


Gets the Content-ID of the embedded attachment.

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

Property Value

A String value indicating the attachment Content-ID.

Example

[Visual Basic, Visual C++] For ContentID property usage, please refer to samples 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