Mail.BodyHeaders Property


Gets the HeaderCollection of the body part.

[Visual Basic]
Public Property Get BodyHeaders() As HeaderCollection
[Visual C++]
public: get_BodyHeaders(IHeaderCollection** pVal);

Property Value

A HeaderCollection instance presenting the headers of the body part.

See Also

Mail.Headers Property