Home | History | Annotate | Download | only in include

Lines Matching refs:get_HTMLBody

629     virtual HRESULT WINAPI get_HTMLBody(BSTR *pHTMLBody) = 0;
697 HRESULT (WINAPI *get_HTMLBody)(IMessage *This,BSTR *pHTMLBody);
767 #define IMessage_get_HTMLBody(This,pHTMLBody) (This)->lpVtbl->get_HTMLBody(This,pHTMLBody)