Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygeninetcomm.idl
Go to the documentation of this file.
00001 /* 00002 * COM Classes for inetcomm 00003 * 00004 * Copyright 2010 Alexandre Julliard 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU Lesser General Public 00008 * License as published by the Free Software Foundation; either 00009 * version 2.1 of the License, or (at your option) any later version. 00010 * 00011 * This library is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Lesser General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General Public 00017 * License along with this library; if not, write to the Free Software 00018 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 00019 */ 00020 00021 [ 00022 helpstring("CLSID_IMimeBody"), 00023 threading(both), 00024 uuid(fd853cdb-7f86-11d0-8252-00c04fd85ab4) 00025 ] 00026 coclass IMimeBody { interface IMimeBody; } 00027 00028 [ 00029 helpstring("CLSID_IMimeAllocator"), 00030 threading(both), 00031 uuid(fd853cdd-7f86-11d0-8252-00c04fd85ab4) 00032 ] 00033 coclass IMimeAllocator { interface IMimeAllocator; } 00034 00035 [ 00036 helpstring("CLSID_IMimeSecurity"), 00037 threading(both), 00038 uuid(fd853cde-7f86-11d0-8252-00c04fd85ab4) 00039 ] 00040 coclass IMimeSecurity { interface IMimeSecurity; } 00041 00042 [ 00043 helpstring("CLSID_IVirtualStream"), 00044 threading(both), 00045 uuid(fd853cdf-7f86-11d0-8252-00c04fd85ab4) 00046 ] 00047 coclass IVirtualStream { interface IVirtualStream; } 00048 00049 [ 00050 helpstring("CLSID_IMimeMessage"), 00051 threading(both), 00052 uuid(fd853ce3-7f86-11d0-8252-00c04fd85ab4) 00053 ] 00054 coclass IMimeMessage { interface IMimeMessage; } 00055 00056 [ 00057 helpstring("CLSID_ISMTPTransport"), 00058 threading(both), 00059 uuid(fd853ce6-7f86-11d0-8252-00c04fd85ab4) 00060 ] 00061 coclass ISMTPTransport { interface ISMTPTransport; } 00062 00063 [ 00064 helpstring("CLSID_IPOP3Transport"), 00065 threading(both), 00066 uuid(fd853ce7-7f86-11d0-8252-00c04fd85ab4) 00067 ] 00068 coclass IPOP3Transport { interface IPOP3Transport; } 00069 00070 [ 00071 helpstring("CLSID_INNTPTransport"), 00072 threading(both), 00073 uuid(fd853ce8-7f86-11d0-8252-00c04fd85ab4) 00074 ] 00075 coclass INNTPTransport { interface INNTPTransport; } 00076 00077 [ 00078 helpstring("CLSID_IRASTransport"), 00079 threading(both), 00080 uuid(fd853ce9-7f86-11d0-8252-00c04fd85ab4) 00081 ] 00082 coclass IRASTransport { interface IRASTransport; } 00083 00084 [ 00085 helpstring("CLSID_IRangeList"), 00086 threading(both), 00087 uuid(fd853cea-7f86-11d0-8252-00c04fd85ab4) 00088 ] 00089 coclass IRangeList { interface IRangeList; } 00090 00091 [ 00092 helpstring("CLSID_IIMAPTransport"), 00093 threading(both), 00094 uuid(fd853ceb-7f86-11d0-8252-00c04fd85ab4) 00095 ] 00096 coclass IIMAPTransport { interface IIMAPTransport; } 00097 00098 [ 00099 helpstring("CLSID_IHTTPMailTransport"), 00100 threading(both), 00101 uuid(5a580c11-e5eb-11d1-a86e-0000f8084f96) 00102 ] 00103 coclass IHTTPMailTransport { interface IHTTPMailTransport; } 00104 00105 [ 00106 helpstring("CLSID_ISMTPTransport2"), 00107 threading(both), 00108 uuid(0df2c7ec-3435-11d0-81d0-00c04fd85ab4) 00109 ] 00110 coclass ISMTPTransport2 { interface ISMTPTransport2; } 00111 00112 [ 00113 helpstring("CLSID_IPropFindRequest"), 00114 threading(both), 00115 uuid(bb847b8a-054a-11d2-a894-0000f8084f96) 00116 ] 00117 coclass IPropFindRequest { interface IPropFindRequest; } 00118 00119 [ 00120 helpstring("CLSID_IPropPatchRequest"), 00121 threading(both), 00122 uuid(ea678830-235d-11d2-a8b6-0000f8084f96) 00123 ] 00124 coclass IPropPatchRequest { interface IPropPatchRequest; } Generated on Sat May 26 2012 04:22:40 for ReactOS by
1.7.6.1
|