Re: MimeType

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Andrey P (andrey_at_paramonov.pp.ru)
Date: 07/14/04


Date: Tue, 13 Jul 2004 20:58:10 -0700

abcd wrote:

> Can somebody give me the example of setting MimeTypes in C++. MSDN gives
> only VB examples. I have not very much experience with SAFEArrays
>
>

Well, information on how to manage MIME via ADSI you can find here:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissdk/iis/ref_prog_iaorefimm.asp

and general idea on how to access ADSI via C# you can find here:

http://support.microsoft.com/default.aspx?scid=KB;EN-US;315716

I don't think translate this examples to MS/VC++ is a very big problem :-)

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adsi/adsi/setting_up_c___for_adsi_development.asp

-Andrey