Click here to Skip to main content
15,886,422 members
Articles / Desktop Programming / ATL

En/Decode MIME-Content with MimeSniffer

Rate me:
Please Sign up or sign in to vote.
4.88/5 (26 votes)
2 Dec 20022 min read 373.3K   7K   74  
RFC-compliant Mime-En/Decoder
/* this file contains the actual definitions of */
/* the IIDs and CLSIDs */

/* link this file in with the server and any clients */


/* File created by MIDL compiler version 5.01.0164 */
/* at Tue Dec 03 11:47:34 2002
 */
/* Compiler settings for F:\Release\MimeSniffer\The Code Project\MimeSniffer\MimeSniffer.idl:
    Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
    error checks: allocation ref bounds_check enum stub_data 
*/
//@@MIDL_FILE_HEADING(  )
#ifdef __cplusplus
extern "C"{
#endif 


#ifndef __IID_DEFINED__
#define __IID_DEFINED__

typedef struct _IID
{
    unsigned long x;
    unsigned short s1;
    unsigned short s2;
    unsigned char  c[8];
} IID;

#endif // __IID_DEFINED__

#ifndef CLSID_DEFINED
#define CLSID_DEFINED
typedef IID CLSID;
#endif // CLSID_DEFINED

const IID LIBID_MIMESNIFFERLib = {0xFB7F3AA6,0x2C3F,0x4D1B,{0x99,0xB6,0x47,0x01,0x6A,0x01,0xEE,0x11}};


const IID IID_IMimeDecoder = {0xD83F672E,0xB48F,0x4F92,{0x9D,0xBE,0x52,0x3C,0x50,0x79,0xEC,0x2D}};


const IID DIID__IMimeDecoderEvents = {0x9DA0E669,0x0034,0x4770,{0x9D,0x3F,0xC3,0xEC,0xC9,0xA0,0x12,0x4F}};


const IID IID_IMailAddress = {0xAF0FEF99,0x54D9,0x401F,{0x83,0x95,0xEE,0xCD,0xF9,0x67,0xAC,0x99}};


const IID IID_ICollection = {0x2ED8A834,0x7283,0x4BC8,{0x9C,0x42,0xA3,0x89,0xA9,0x17,0x25,0x5D}};


const IID IID_IClientSocket = {0x444D55C3,0xC0D6,0x47DC,{0xAE,0x6F,0x8C,0x43,0xEA,0xF3,0x4E,0x8E}};


const IID IID_IMimeBody = {0x827BEB32,0xFDED,0x4AA7,{0xB5,0xB9,0x95,0x5A,0xB4,0x02,0x67,0xE4}};


const CLSID CLSID_MimeDecoder = {0xDAE27546,0x4F73,0x41AE,{0xA8,0x02,0xF5,0xC4,0xD7,0xCD,0x57,0xBA}};


const CLSID CLSID_MailAddress = {0x5F00447B,0x8A10,0x46AE,{0xBD,0xA3,0xF9,0x5E,0xE7,0x37,0x69,0xB8}};


const CLSID CLSID_Collection = {0x22C47B61,0xCF66,0x43E0,{0x8A,0x83,0xE0,0xA0,0x42,0x26,0x80,0xC4}};


const CLSID CLSID_ClientSocket = {0x1D8F02C8,0x4D92,0x4B65,{0x8D,0xE8,0x87,0x7F,0xF4,0xEB,0xFA,0x14}};


const CLSID CLSID_MimeBody = {0x95B35A0B,0xF6E6,0x4705,{0xA9,0x38,0x32,0x1E,0x7D,0xE8,0x64,0x72}};


#ifdef __cplusplus
}
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions