It is used for setting the body format
Example code
CComPtr<ISmpReport>m_SmpReport;
HRESULT hr=SmpReport.CoCreateInstance(CLSID_SmpReport);
BSTR bstrFont;
Long lSize,lColour;
m_SmpReport->SetBodyFormat(bstrFont,lSize,lColour);