Attachment.Headers Property


Gets the HeaderCollection for headers of the attachment in the email message.

[Visual Basic 6.0]
Public Property Get Headers() As EAGetMailObjLib.HeaderCollection
[Visual C++]
public: get_Headers( IHeaderCollection** pVal );

Property Value

Gets a HeaderCollection instance for headers of the attachment in the email message.

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