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
See Also
Online Tutorials
Parse Email in C# - Tutorial
Parse Email in VB.NET - Tutorial
Parse Email in C++/CLI - Tutorial