IIS and SMTP - Where can I find Interface Information?

This is Interesting: Free IT Magazines  
Home > Archive > IIS and SMTP > November 2004 > Where can I find Interface Information?





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Where can I find Interface Information?
Ralph Krausse

2004-11-04, 5:50 pm

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(IMailMsgRecipien
ts),(void**)&pMsgRecips));


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


thanks
Ralph
m.marien

2004-11-05, 5:50 pm


"Ralph Krausse" <gordingin@consiliumsoft.com> wrote in message
news:49eb6317.0411040657.31c73c2a@posting.google.com...
>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(IMailMsgRecipien
ts),(void**)&pMsgRecips));
>
>
> My question is where is this documented so I can find what OTHER
> interfaces I an can do a QueryInterface on....
>
>
> thanks
> Ralph


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


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com