Attachment.Headers Property


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

[Visual Basic]
Public Property Headers() As HeaderCollection
[C#]
public HeaderCollection Headers {get; }
[C++]
public: __property HeaderCollection^ get_Headers();
[JScript]
public function get Headers() : HeaderCollection;

Property Value

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

See Also

Mail.Attachments Property

Online Tutorials

Parse Email in C# - Tutorial
Parse winmail.dat(TNEF) in C# - Tutorial
Parse Email in VB.NET - Tutorial
Parse winmail.dat(TNEF) in VB.NET - Tutorial
Parse Email in C++/CLI - Tutorial
Parse winmail.dat(TNEF) in C++/CLI - Tutorial