msvcp60: Keep class definitions in separate file.
[wine/multimedia.git] / dlls / inetcomm / inetcomm.idl
blob1fba558df5acf7af40319e765d508c97e3089f0a
1 /*
2 * COM Classes for inetcomm
4 * Copyright 2010 Alexandre Julliard
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22 helpstring("CLSID_IMimeBody"),
23 threading(both),
24 uuid(fd853cdb-7f86-11d0-8252-00c04fd85ab4)
26 coclass IMimeBody { interface IMimeBody; }
29 helpstring("CLSID_IMimeAllocator"),
30 threading(both),
31 uuid(fd853cdd-7f86-11d0-8252-00c04fd85ab4)
33 coclass IMimeAllocator { interface IMimeAllocator; }
36 helpstring("CLSID_IMimeSecurity"),
37 threading(both),
38 uuid(fd853cde-7f86-11d0-8252-00c04fd85ab4)
40 coclass IMimeSecurity { interface IMimeSecurity; }
43 helpstring("CLSID_IVirtualStream"),
44 threading(both),
45 uuid(fd853cdf-7f86-11d0-8252-00c04fd85ab4)
47 coclass IVirtualStream { interface IVirtualStream; }
50 helpstring("CLSID_IMimeMessage"),
51 threading(both),
52 uuid(fd853ce3-7f86-11d0-8252-00c04fd85ab4)
54 coclass IMimeMessage { interface IMimeMessage; }
57 helpstring("CLSID_ISMTPTransport"),
58 threading(both),
59 uuid(fd853ce6-7f86-11d0-8252-00c04fd85ab4)
61 coclass ISMTPTransport { interface ISMTPTransport; }
64 helpstring("CLSID_IPOP3Transport"),
65 threading(both),
66 uuid(fd853ce7-7f86-11d0-8252-00c04fd85ab4)
68 coclass IPOP3Transport { interface IPOP3Transport; }
71 helpstring("CLSID_INNTPTransport"),
72 threading(both),
73 uuid(fd853ce8-7f86-11d0-8252-00c04fd85ab4)
75 coclass INNTPTransport { interface INNTPTransport; }
78 helpstring("CLSID_IRASTransport"),
79 threading(both),
80 uuid(fd853ce9-7f86-11d0-8252-00c04fd85ab4)
82 coclass IRASTransport { interface IRASTransport; }
85 helpstring("CLSID_IRangeList"),
86 threading(both),
87 uuid(fd853cea-7f86-11d0-8252-00c04fd85ab4)
89 coclass IRangeList { interface IRangeList; }
92 helpstring("CLSID_IIMAPTransport"),
93 threading(both),
94 uuid(fd853ceb-7f86-11d0-8252-00c04fd85ab4)
96 coclass IIMAPTransport { interface IIMAPTransport; }
99 helpstring("CLSID_IHTTPMailTransport"),
100 threading(both),
101 uuid(5a580c11-e5eb-11d1-a86e-0000f8084f96)
103 coclass IHTTPMailTransport { interface IHTTPMailTransport; }
106 helpstring("CLSID_ISMTPTransport2"),
107 threading(both),
108 uuid(0df2c7ec-3435-11d0-81d0-00c04fd85ab4)
110 coclass ISMTPTransport2 { interface ISMTPTransport2; }
113 helpstring("CLSID_IPropFindRequest"),
114 threading(both),
115 uuid(bb847b8a-054a-11d2-a894-0000f8084f96)
117 coclass IPropFindRequest { interface IPropFindRequest; }
120 helpstring("CLSID_IPropPatchRequest"),
121 threading(both),
122 uuid(ea678830-235d-11d2-a8b6-0000f8084f96)
124 coclass IPropPatchRequest { interface IPropPatchRequest; }