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.