Platform SDK: Exchange 2000 Server

BodyPart Property

[This is preliminary documentation and subject to change.]

Returns the IBodyPart interface on the implementing object.

[Visual Basic,VBScript]
Property BodyPart As IBodyPart
read-only
[C++]
HRESULT get_BodyPart(IBodyPart** pVal);
[IDL]
HRESULT [propget] BodyPart([out,retval] IBodyPart** pVal);

Remarks