Mail.BodyHeaders Property


Gets the HeaderCollection of the body part.

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

Property Value

A HeaderCollection instance presenting the headers of the body part.

See Also

Mail.Headers Property

Online Tutorials

Parse Email in C# - Tutorial
Parse Email in VB.NET - Tutorial
Parse Email in C++/CLI - Tutorial