Groups | Blog | Home
all groups > iis smtp nntp > november 2004 >

iis smtp nntp : Where can I find Interface Information?



gordingin NO[at]SPAM consiliumsoft.com
11/4/2004 6:57:53 AM
I know that I can do a QueryInterface of IMailMsgRecipients from
IMailMsgProperties because I saw this code written.

IMailMsgProperties *pIMailMsg = GetValidObject();
IMailMsgRecipients* pMsgRecips = NULL;
pIMailMsg->QueryInterface(__uuidof(IMailMsgRecipients),(void**)&pMsgRecips));


My question is where is this documented so I can find what OTHER
interfaces I an can do a QueryInterface on....


thanks
m.marien
11/5/2004 6:25:05 PM

[quoted text, click to view]

Try the MSDN library. or just search the MS site.

AddThis Social Bookmark Button