cdoexm.h 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767
  1. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  2. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  3. /* File created by MIDL compiler version 5.03.0279 */
  4. /* at Wed Dec 13 23:45:28 2000
  5. */
  6. /* Compiler settings for P:\admin\src\libs\emolib\CDOEXM.idl:
  7. Oicf (OptLev=i2), W1, Zp8, env=Win32 (32b run), ms_ext, c_ext
  8. error checks: allocation ref bounds_check enum stub_data
  9. VC __declspec() decoration level:
  10. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  11. DECLSPEC_UUID(), MIDL_INTERFACE()
  12. */
  13. //@@MIDL_FILE_HEADING( )
  14. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  15. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  16. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  17. #endif
  18. #include "rpc.h"
  19. #include "rpcndr.h"
  20. #ifndef __CDOEXM_h__
  21. #define __CDOEXM_h__
  22. /* Forward Declarations */
  23. #ifndef __IDistributionList_FWD_DEFINED__
  24. #define __IDistributionList_FWD_DEFINED__
  25. typedef interface IDistributionList IDistributionList;
  26. #endif /* __IDistributionList_FWD_DEFINED__ */
  27. #ifndef __IMailRecipient_FWD_DEFINED__
  28. #define __IMailRecipient_FWD_DEFINED__
  29. typedef interface IMailRecipient IMailRecipient;
  30. #endif /* __IMailRecipient_FWD_DEFINED__ */
  31. #ifndef __IMailboxStore_FWD_DEFINED__
  32. #define __IMailboxStore_FWD_DEFINED__
  33. typedef interface IMailboxStore IMailboxStore;
  34. #endif /* __IMailboxStore_FWD_DEFINED__ */
  35. #ifndef __MailGroup_FWD_DEFINED__
  36. #define __MailGroup_FWD_DEFINED__
  37. #ifdef __cplusplus
  38. typedef class MailGroup MailGroup;
  39. #else
  40. typedef struct MailGroup MailGroup;
  41. #endif /* __cplusplus */
  42. #endif /* __MailGroup_FWD_DEFINED__ */
  43. #ifndef __MailRecipient_FWD_DEFINED__
  44. #define __MailRecipient_FWD_DEFINED__
  45. #ifdef __cplusplus
  46. typedef class MailRecipient MailRecipient;
  47. #else
  48. typedef struct MailRecipient MailRecipient;
  49. #endif /* __cplusplus */
  50. #endif /* __MailRecipient_FWD_DEFINED__ */
  51. #ifndef __Mailbox_FWD_DEFINED__
  52. #define __Mailbox_FWD_DEFINED__
  53. #ifdef __cplusplus
  54. typedef class Mailbox Mailbox;
  55. #else
  56. typedef struct Mailbox Mailbox;
  57. #endif /* __cplusplus */
  58. #endif /* __Mailbox_FWD_DEFINED__ */
  59. #ifndef __FolderAdmin_FWD_DEFINED__
  60. #define __FolderAdmin_FWD_DEFINED__
  61. #ifdef __cplusplus
  62. typedef class FolderAdmin FolderAdmin;
  63. #else
  64. typedef struct FolderAdmin FolderAdmin;
  65. #endif /* __cplusplus */
  66. #endif /* __FolderAdmin_FWD_DEFINED__ */
  67. #ifndef __ExchangeServer_FWD_DEFINED__
  68. #define __ExchangeServer_FWD_DEFINED__
  69. #ifdef __cplusplus
  70. typedef class ExchangeServer ExchangeServer;
  71. #else
  72. typedef struct ExchangeServer ExchangeServer;
  73. #endif /* __cplusplus */
  74. #endif /* __ExchangeServer_FWD_DEFINED__ */
  75. #ifndef __FolderTree_FWD_DEFINED__
  76. #define __FolderTree_FWD_DEFINED__
  77. #ifdef __cplusplus
  78. typedef class FolderTree FolderTree;
  79. #else
  80. typedef struct FolderTree FolderTree;
  81. #endif /* __cplusplus */
  82. #endif /* __FolderTree_FWD_DEFINED__ */
  83. #ifndef __PublicStoreDB_FWD_DEFINED__
  84. #define __PublicStoreDB_FWD_DEFINED__
  85. #ifdef __cplusplus
  86. typedef class PublicStoreDB PublicStoreDB;
  87. #else
  88. typedef struct PublicStoreDB PublicStoreDB;
  89. #endif /* __cplusplus */
  90. #endif /* __PublicStoreDB_FWD_DEFINED__ */
  91. #ifndef __MailboxStoreDB_FWD_DEFINED__
  92. #define __MailboxStoreDB_FWD_DEFINED__
  93. #ifdef __cplusplus
  94. typedef class MailboxStoreDB MailboxStoreDB;
  95. #else
  96. typedef struct MailboxStoreDB MailboxStoreDB;
  97. #endif /* __cplusplus */
  98. #endif /* __MailboxStoreDB_FWD_DEFINED__ */
  99. #ifndef __StorageGroup_FWD_DEFINED__
  100. #define __StorageGroup_FWD_DEFINED__
  101. #ifdef __cplusplus
  102. typedef class StorageGroup StorageGroup;
  103. #else
  104. typedef struct StorageGroup StorageGroup;
  105. #endif /* __cplusplus */
  106. #endif /* __StorageGroup_FWD_DEFINED__ */
  107. /* header files for imported files */
  108. #include "oaidl.h"
  109. #include "ocidl.h"
  110. #ifdef __cplusplus
  111. extern "C"{
  112. #endif
  113. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  114. void __RPC_USER MIDL_user_free( void __RPC_FAR * );
  115. /* interface __MIDL_itf_CDOEXM_0000 */
  116. /* [local] */
  117. #ifndef NO_CDOEX_H
  118. #define CDO_NO_NAMESPACE
  119. #include "cdoex.h"
  120. #endif
  121. #include "emostore.h"
  122. typedef
  123. enum CDOEXMRestrictedAddressType
  124. { cdoexmAccept = 0,
  125. cdoexmReject = 0x1
  126. } CDOEXMRestrictedAddressType;
  127. typedef
  128. enum CDOEXMDeliverAndRedirect
  129. { cdoexmRecipientOrForward = 0,
  130. cdoexmDeliverToBoth = 0x1
  131. } CDOEXMDeliverAndRedirect;
  132. extern RPC_IF_HANDLE __MIDL_itf_CDOEXM_0000_v0_0_c_ifspec;
  133. extern RPC_IF_HANDLE __MIDL_itf_CDOEXM_0000_v0_0_s_ifspec;
  134. #ifndef __CDOEXM_LIBRARY_DEFINED__
  135. #define __CDOEXM_LIBRARY_DEFINED__
  136. /* library CDOEXM */
  137. /* [helpstring][version][uuid] */
  138. EXTERN_C const IID LIBID_CDOEXM;
  139. #ifndef __IDistributionList_INTERFACE_DEFINED__
  140. #define __IDistributionList_INTERFACE_DEFINED__
  141. /* interface IDistributionList */
  142. /* [unique][helpstring][nonextensible][dual][uuid][object] */
  143. EXTERN_C const IID IID_IDistributionList;
  144. #if defined(__cplusplus) && !defined(CINTERFACE)
  145. MIDL_INTERFACE("25150F3F-5734-11d2-A593-00C04F990D8A")
  146. IDistributionList : public IDispatch
  147. {
  148. public:
  149. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_HideDLMembership(
  150. /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pHideDLMembership) = 0;
  151. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_HideDLMembership(
  152. /* [in] */ VARIANT_BOOL varHideDLMembership) = 0;
  153. };
  154. #else /* C style interface */
  155. typedef struct IDistributionListVtbl
  156. {
  157. BEGIN_INTERFACE
  158. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
  159. IDistributionList __RPC_FAR * This,
  160. /* [in] */ REFIID riid,
  161. /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  162. ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
  163. IDistributionList __RPC_FAR * This);
  164. ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
  165. IDistributionList __RPC_FAR * This);
  166. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
  167. IDistributionList __RPC_FAR * This,
  168. /* [out] */ UINT __RPC_FAR *pctinfo);
  169. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
  170. IDistributionList __RPC_FAR * This,
  171. /* [in] */ UINT iTInfo,
  172. /* [in] */ LCID lcid,
  173. /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
  174. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
  175. IDistributionList __RPC_FAR * This,
  176. /* [in] */ REFIID riid,
  177. /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
  178. /* [in] */ UINT cNames,
  179. /* [in] */ LCID lcid,
  180. /* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
  181. /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )(
  182. IDistributionList __RPC_FAR * This,
  183. /* [in] */ DISPID dispIdMember,
  184. /* [in] */ REFIID riid,
  185. /* [in] */ LCID lcid,
  186. /* [in] */ WORD wFlags,
  187. /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
  188. /* [out] */ VARIANT __RPC_FAR *pVarResult,
  189. /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
  190. /* [out] */ UINT __RPC_FAR *puArgErr);
  191. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_HideDLMembership )(
  192. IDistributionList __RPC_FAR * This,
  193. /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pHideDLMembership);
  194. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_HideDLMembership )(
  195. IDistributionList __RPC_FAR * This,
  196. /* [in] */ VARIANT_BOOL varHideDLMembership);
  197. END_INTERFACE
  198. } IDistributionListVtbl;
  199. interface IDistributionList
  200. {
  201. CONST_VTBL struct IDistributionListVtbl __RPC_FAR *lpVtbl;
  202. };
  203. #ifdef COBJMACROS
  204. #define IDistributionList_QueryInterface(This,riid,ppvObject) \
  205. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  206. #define IDistributionList_AddRef(This) \
  207. (This)->lpVtbl -> AddRef(This)
  208. #define IDistributionList_Release(This) \
  209. (This)->lpVtbl -> Release(This)
  210. #define IDistributionList_GetTypeInfoCount(This,pctinfo) \
  211. (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  212. #define IDistributionList_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
  213. (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  214. #define IDistributionList_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
  215. (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  216. #define IDistributionList_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
  217. (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  218. #define IDistributionList_get_HideDLMembership(This,pHideDLMembership) \
  219. (This)->lpVtbl -> get_HideDLMembership(This,pHideDLMembership)
  220. #define IDistributionList_put_HideDLMembership(This,varHideDLMembership) \
  221. (This)->lpVtbl -> put_HideDLMembership(This,varHideDLMembership)
  222. #endif /* COBJMACROS */
  223. #endif /* C style interface */
  224. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IDistributionList_get_HideDLMembership_Proxy(
  225. IDistributionList __RPC_FAR * This,
  226. /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pHideDLMembership);
  227. void __RPC_STUB IDistributionList_get_HideDLMembership_Stub(
  228. IRpcStubBuffer *This,
  229. IRpcChannelBuffer *_pRpcChannelBuffer,
  230. PRPC_MESSAGE _pRpcMessage,
  231. DWORD *_pdwStubPhase);
  232. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IDistributionList_put_HideDLMembership_Proxy(
  233. IDistributionList __RPC_FAR * This,
  234. /* [in] */ VARIANT_BOOL varHideDLMembership);
  235. void __RPC_STUB IDistributionList_put_HideDLMembership_Stub(
  236. IRpcStubBuffer *This,
  237. IRpcChannelBuffer *_pRpcChannelBuffer,
  238. PRPC_MESSAGE _pRpcMessage,
  239. DWORD *_pdwStubPhase);
  240. #endif /* __IDistributionList_INTERFACE_DEFINED__ */
  241. #ifndef __IMailRecipient_INTERFACE_DEFINED__
  242. #define __IMailRecipient_INTERFACE_DEFINED__
  243. /* interface IMailRecipient */
  244. /* [unique][helpstring][nonextensible][dual][uuid][object] */
  245. EXTERN_C const IID IID_IMailRecipient;
  246. #if defined(__cplusplus) && !defined(CINTERFACE)
  247. MIDL_INTERFACE("25150F40-5734-11d2-A593-00C04F990D8A")
  248. IMailRecipient : public IDispatch
  249. {
  250. public:
  251. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_IncomingLimit(
  252. /* [retval][out] */ long __RPC_FAR *pIncomingLimit) = 0;
  253. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_IncomingLimit(
  254. /* [in] */ long varIncomingLimit) = 0;
  255. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_OutgoingLimit(
  256. /* [retval][out] */ long __RPC_FAR *pOutgoingLimit) = 0;
  257. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_OutgoingLimit(
  258. /* [in] */ long varOutgoingLimit) = 0;
  259. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_RestrictedAddressList(
  260. /* [retval][out] */ VARIANT __RPC_FAR *pRestrictedAddressList) = 0;
  261. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_RestrictedAddressList(
  262. /* [in] */ VARIANT varRestrictedAddressList) = 0;
  263. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_RestrictedAddresses(
  264. /* [retval][out] */ CDOEXMRestrictedAddressType __RPC_FAR *pRestrictedAddresses) = 0;
  265. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_RestrictedAddresses(
  266. /* [in] */ CDOEXMRestrictedAddressType varRestrictedAddresses) = 0;
  267. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_ForwardTo(
  268. /* [retval][out] */ BSTR __RPC_FAR *pForwardTo) = 0;
  269. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_ForwardTo(
  270. /* [in] */ BSTR varForwardTo) = 0;
  271. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_ForwardingStyle(
  272. /* [retval][out] */ CDOEXMDeliverAndRedirect __RPC_FAR *pForwardingStyle) = 0;
  273. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_ForwardingStyle(
  274. /* [in] */ CDOEXMDeliverAndRedirect varForwardingStyle) = 0;
  275. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_HideFromAddressBook(
  276. /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pHideFromAddressBook) = 0;
  277. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_HideFromAddressBook(
  278. /* [in] */ VARIANT_BOOL varHideFromAddressBook) = 0;
  279. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_X400Email(
  280. /* [retval][out] */ BSTR __RPC_FAR *pX400Email) = 0;
  281. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_X400Email(
  282. /* [in] */ BSTR varX400Email) = 0;
  283. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_SMTPEmail(
  284. /* [retval][out] */ BSTR __RPC_FAR *pSMTPEmail) = 0;
  285. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_SMTPEmail(
  286. /* [in] */ BSTR varSMTPEmail) = 0;
  287. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_ProxyAddresses(
  288. /* [retval][out] */ VARIANT __RPC_FAR *pProxyAddresses) = 0;
  289. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_ProxyAddresses(
  290. /* [in] */ VARIANT varProxyAddresses) = 0;
  291. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_AutoGenerateEmailAddresses(
  292. /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pAutoGenerateEmailAddresses) = 0;
  293. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_AutoGenerateEmailAddresses(
  294. /* [in] */ VARIANT_BOOL varAutoGenerateEmailAddresses) = 0;
  295. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_Alias(
  296. /* [retval][out] */ BSTR __RPC_FAR *pAlias) = 0;
  297. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_Alias(
  298. /* [in] */ BSTR varAlias) = 0;
  299. virtual /* [readonly][helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_TargetAddress(
  300. /* [retval][out] */ BSTR __RPC_FAR *varTargetAddress) = 0;
  301. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE MailEnable(
  302. /* [optional][in] */ BSTR TargetMailAddress) = 0;
  303. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE MailDisable( void) = 0;
  304. };
  305. #else /* C style interface */
  306. typedef struct IMailRecipientVtbl
  307. {
  308. BEGIN_INTERFACE
  309. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
  310. IMailRecipient __RPC_FAR * This,
  311. /* [in] */ REFIID riid,
  312. /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  313. ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
  314. IMailRecipient __RPC_FAR * This);
  315. ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
  316. IMailRecipient __RPC_FAR * This);
  317. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
  318. IMailRecipient __RPC_FAR * This,
  319. /* [out] */ UINT __RPC_FAR *pctinfo);
  320. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
  321. IMailRecipient __RPC_FAR * This,
  322. /* [in] */ UINT iTInfo,
  323. /* [in] */ LCID lcid,
  324. /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
  325. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
  326. IMailRecipient __RPC_FAR * This,
  327. /* [in] */ REFIID riid,
  328. /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
  329. /* [in] */ UINT cNames,
  330. /* [in] */ LCID lcid,
  331. /* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
  332. /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )(
  333. IMailRecipient __RPC_FAR * This,
  334. /* [in] */ DISPID dispIdMember,
  335. /* [in] */ REFIID riid,
  336. /* [in] */ LCID lcid,
  337. /* [in] */ WORD wFlags,
  338. /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
  339. /* [out] */ VARIANT __RPC_FAR *pVarResult,
  340. /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
  341. /* [out] */ UINT __RPC_FAR *puArgErr);
  342. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_IncomingLimit )(
  343. IMailRecipient __RPC_FAR * This,
  344. /* [retval][out] */ long __RPC_FAR *pIncomingLimit);
  345. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_IncomingLimit )(
  346. IMailRecipient __RPC_FAR * This,
  347. /* [in] */ long varIncomingLimit);
  348. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_OutgoingLimit )(
  349. IMailRecipient __RPC_FAR * This,
  350. /* [retval][out] */ long __RPC_FAR *pOutgoingLimit);
  351. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_OutgoingLimit )(
  352. IMailRecipient __RPC_FAR * This,
  353. /* [in] */ long varOutgoingLimit);
  354. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_RestrictedAddressList )(
  355. IMailRecipient __RPC_FAR * This,
  356. /* [retval][out] */ VARIANT __RPC_FAR *pRestrictedAddressList);
  357. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_RestrictedAddressList )(
  358. IMailRecipient __RPC_FAR * This,
  359. /* [in] */ VARIANT varRestrictedAddressList);
  360. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_RestrictedAddresses )(
  361. IMailRecipient __RPC_FAR * This,
  362. /* [retval][out] */ CDOEXMRestrictedAddressType __RPC_FAR *pRestrictedAddresses);
  363. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_RestrictedAddresses )(
  364. IMailRecipient __RPC_FAR * This,
  365. /* [in] */ CDOEXMRestrictedAddressType varRestrictedAddresses);
  366. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ForwardTo )(
  367. IMailRecipient __RPC_FAR * This,
  368. /* [retval][out] */ BSTR __RPC_FAR *pForwardTo);
  369. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ForwardTo )(
  370. IMailRecipient __RPC_FAR * This,
  371. /* [in] */ BSTR varForwardTo);
  372. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ForwardingStyle )(
  373. IMailRecipient __RPC_FAR * This,
  374. /* [retval][out] */ CDOEXMDeliverAndRedirect __RPC_FAR *pForwardingStyle);
  375. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ForwardingStyle )(
  376. IMailRecipient __RPC_FAR * This,
  377. /* [in] */ CDOEXMDeliverAndRedirect varForwardingStyle);
  378. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_HideFromAddressBook )(
  379. IMailRecipient __RPC_FAR * This,
  380. /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pHideFromAddressBook);
  381. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_HideFromAddressBook )(
  382. IMailRecipient __RPC_FAR * This,
  383. /* [in] */ VARIANT_BOOL varHideFromAddressBook);
  384. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_X400Email )(
  385. IMailRecipient __RPC_FAR * This,
  386. /* [retval][out] */ BSTR __RPC_FAR *pX400Email);
  387. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_X400Email )(
  388. IMailRecipient __RPC_FAR * This,
  389. /* [in] */ BSTR varX400Email);
  390. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_SMTPEmail )(
  391. IMailRecipient __RPC_FAR * This,
  392. /* [retval][out] */ BSTR __RPC_FAR *pSMTPEmail);
  393. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_SMTPEmail )(
  394. IMailRecipient __RPC_FAR * This,
  395. /* [in] */ BSTR varSMTPEmail);
  396. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ProxyAddresses )(
  397. IMailRecipient __RPC_FAR * This,
  398. /* [retval][out] */ VARIANT __RPC_FAR *pProxyAddresses);
  399. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ProxyAddresses )(
  400. IMailRecipient __RPC_FAR * This,
  401. /* [in] */ VARIANT varProxyAddresses);
  402. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_AutoGenerateEmailAddresses )(
  403. IMailRecipient __RPC_FAR * This,
  404. /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pAutoGenerateEmailAddresses);
  405. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_AutoGenerateEmailAddresses )(
  406. IMailRecipient __RPC_FAR * This,
  407. /* [in] */ VARIANT_BOOL varAutoGenerateEmailAddresses);
  408. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Alias )(
  409. IMailRecipient __RPC_FAR * This,
  410. /* [retval][out] */ BSTR __RPC_FAR *pAlias);
  411. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_Alias )(
  412. IMailRecipient __RPC_FAR * This,
  413. /* [in] */ BSTR varAlias);
  414. /* [readonly][helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_TargetAddress )(
  415. IMailRecipient __RPC_FAR * This,
  416. /* [retval][out] */ BSTR __RPC_FAR *varTargetAddress);
  417. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *MailEnable )(
  418. IMailRecipient __RPC_FAR * This,
  419. /* [optional][in] */ BSTR TargetMailAddress);
  420. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *MailDisable )(
  421. IMailRecipient __RPC_FAR * This);
  422. END_INTERFACE
  423. } IMailRecipientVtbl;
  424. interface IMailRecipient
  425. {
  426. CONST_VTBL struct IMailRecipientVtbl __RPC_FAR *lpVtbl;
  427. };
  428. #ifdef COBJMACROS
  429. #define IMailRecipient_QueryInterface(This,riid,ppvObject) \
  430. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  431. #define IMailRecipient_AddRef(This) \
  432. (This)->lpVtbl -> AddRef(This)
  433. #define IMailRecipient_Release(This) \
  434. (This)->lpVtbl -> Release(This)
  435. #define IMailRecipient_GetTypeInfoCount(This,pctinfo) \
  436. (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  437. #define IMailRecipient_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
  438. (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  439. #define IMailRecipient_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
  440. (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  441. #define IMailRecipient_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
  442. (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  443. #define IMailRecipient_get_IncomingLimit(This,pIncomingLimit) \
  444. (This)->lpVtbl -> get_IncomingLimit(This,pIncomingLimit)
  445. #define IMailRecipient_put_IncomingLimit(This,varIncomingLimit) \
  446. (This)->lpVtbl -> put_IncomingLimit(This,varIncomingLimit)
  447. #define IMailRecipient_get_OutgoingLimit(This,pOutgoingLimit) \
  448. (This)->lpVtbl -> get_OutgoingLimit(This,pOutgoingLimit)
  449. #define IMailRecipient_put_OutgoingLimit(This,varOutgoingLimit) \
  450. (This)->lpVtbl -> put_OutgoingLimit(This,varOutgoingLimit)
  451. #define IMailRecipient_get_RestrictedAddressList(This,pRestrictedAddressList) \
  452. (This)->lpVtbl -> get_RestrictedAddressList(This,pRestrictedAddressList)
  453. #define IMailRecipient_put_RestrictedAddressList(This,varRestrictedAddressList) \
  454. (This)->lpVtbl -> put_RestrictedAddressList(This,varRestrictedAddressList)
  455. #define IMailRecipient_get_RestrictedAddresses(This,pRestrictedAddresses) \
  456. (This)->lpVtbl -> get_RestrictedAddresses(This,pRestrictedAddresses)
  457. #define IMailRecipient_put_RestrictedAddresses(This,varRestrictedAddresses) \
  458. (This)->lpVtbl -> put_RestrictedAddresses(This,varRestrictedAddresses)
  459. #define IMailRecipient_get_ForwardTo(This,pForwardTo) \
  460. (This)->lpVtbl -> get_ForwardTo(This,pForwardTo)
  461. #define IMailRecipient_put_ForwardTo(This,varForwardTo) \
  462. (This)->lpVtbl -> put_ForwardTo(This,varForwardTo)
  463. #define IMailRecipient_get_ForwardingStyle(This,pForwardingStyle) \
  464. (This)->lpVtbl -> get_ForwardingStyle(This,pForwardingStyle)
  465. #define IMailRecipient_put_ForwardingStyle(This,varForwardingStyle) \
  466. (This)->lpVtbl -> put_ForwardingStyle(This,varForwardingStyle)
  467. #define IMailRecipient_get_HideFromAddressBook(This,pHideFromAddressBook) \
  468. (This)->lpVtbl -> get_HideFromAddressBook(This,pHideFromAddressBook)
  469. #define IMailRecipient_put_HideFromAddressBook(This,varHideFromAddressBook) \
  470. (This)->lpVtbl -> put_HideFromAddressBook(This,varHideFromAddressBook)
  471. #define IMailRecipient_get_X400Email(This,pX400Email) \
  472. (This)->lpVtbl -> get_X400Email(This,pX400Email)
  473. #define IMailRecipient_put_X400Email(This,varX400Email) \
  474. (This)->lpVtbl -> put_X400Email(This,varX400Email)
  475. #define IMailRecipient_get_SMTPEmail(This,pSMTPEmail) \
  476. (This)->lpVtbl -> get_SMTPEmail(This,pSMTPEmail)
  477. #define IMailRecipient_put_SMTPEmail(This,varSMTPEmail) \
  478. (This)->lpVtbl -> put_SMTPEmail(This,varSMTPEmail)
  479. #define IMailRecipient_get_ProxyAddresses(This,pProxyAddresses) \
  480. (This)->lpVtbl -> get_ProxyAddresses(This,pProxyAddresses)
  481. #define IMailRecipient_put_ProxyAddresses(This,varProxyAddresses) \
  482. (This)->lpVtbl -> put_ProxyAddresses(This,varProxyAddresses)
  483. #define IMailRecipient_get_AutoGenerateEmailAddresses(This,pAutoGenerateEmailAddresses) \
  484. (This)->lpVtbl -> get_AutoGenerateEmailAddresses(This,pAutoGenerateEmailAddresses)
  485. #define IMailRecipient_put_AutoGenerateEmailAddresses(This,varAutoGenerateEmailAddresses) \
  486. (This)->lpVtbl -> put_AutoGenerateEmailAddresses(This,varAutoGenerateEmailAddresses)
  487. #define IMailRecipient_get_Alias(This,pAlias) \
  488. (This)->lpVtbl -> get_Alias(This,pAlias)
  489. #define IMailRecipient_put_Alias(This,varAlias) \
  490. (This)->lpVtbl -> put_Alias(This,varAlias)
  491. #define IMailRecipient_get_TargetAddress(This,varTargetAddress) \
  492. (This)->lpVtbl -> get_TargetAddress(This,varTargetAddress)
  493. #define IMailRecipient_MailEnable(This,TargetMailAddress) \
  494. (This)->lpVtbl -> MailEnable(This,TargetMailAddress)
  495. #define IMailRecipient_MailDisable(This) \
  496. (This)->lpVtbl -> MailDisable(This)
  497. #endif /* COBJMACROS */
  498. #endif /* C style interface */
  499. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_get_IncomingLimit_Proxy(
  500. IMailRecipient __RPC_FAR * This,
  501. /* [retval][out] */ long __RPC_FAR *pIncomingLimit);
  502. void __RPC_STUB IMailRecipient_get_IncomingLimit_Stub(
  503. IRpcStubBuffer *This,
  504. IRpcChannelBuffer *_pRpcChannelBuffer,
  505. PRPC_MESSAGE _pRpcMessage,
  506. DWORD *_pdwStubPhase);
  507. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_put_IncomingLimit_Proxy(
  508. IMailRecipient __RPC_FAR * This,
  509. /* [in] */ long varIncomingLimit);
  510. void __RPC_STUB IMailRecipient_put_IncomingLimit_Stub(
  511. IRpcStubBuffer *This,
  512. IRpcChannelBuffer *_pRpcChannelBuffer,
  513. PRPC_MESSAGE _pRpcMessage,
  514. DWORD *_pdwStubPhase);
  515. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_get_OutgoingLimit_Proxy(
  516. IMailRecipient __RPC_FAR * This,
  517. /* [retval][out] */ long __RPC_FAR *pOutgoingLimit);
  518. void __RPC_STUB IMailRecipient_get_OutgoingLimit_Stub(
  519. IRpcStubBuffer *This,
  520. IRpcChannelBuffer *_pRpcChannelBuffer,
  521. PRPC_MESSAGE _pRpcMessage,
  522. DWORD *_pdwStubPhase);
  523. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_put_OutgoingLimit_Proxy(
  524. IMailRecipient __RPC_FAR * This,
  525. /* [in] */ long varOutgoingLimit);
  526. void __RPC_STUB IMailRecipient_put_OutgoingLimit_Stub(
  527. IRpcStubBuffer *This,
  528. IRpcChannelBuffer *_pRpcChannelBuffer,
  529. PRPC_MESSAGE _pRpcMessage,
  530. DWORD *_pdwStubPhase);
  531. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_get_RestrictedAddressList_Proxy(
  532. IMailRecipient __RPC_FAR * This,
  533. /* [retval][out] */ VARIANT __RPC_FAR *pRestrictedAddressList);
  534. void __RPC_STUB IMailRecipient_get_RestrictedAddressList_Stub(
  535. IRpcStubBuffer *This,
  536. IRpcChannelBuffer *_pRpcChannelBuffer,
  537. PRPC_MESSAGE _pRpcMessage,
  538. DWORD *_pdwStubPhase);
  539. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_put_RestrictedAddressList_Proxy(
  540. IMailRecipient __RPC_FAR * This,
  541. /* [in] */ VARIANT varRestrictedAddressList);
  542. void __RPC_STUB IMailRecipient_put_RestrictedAddressList_Stub(
  543. IRpcStubBuffer *This,
  544. IRpcChannelBuffer *_pRpcChannelBuffer,
  545. PRPC_MESSAGE _pRpcMessage,
  546. DWORD *_pdwStubPhase);
  547. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_get_RestrictedAddresses_Proxy(
  548. IMailRecipient __RPC_FAR * This,
  549. /* [retval][out] */ CDOEXMRestrictedAddressType __RPC_FAR *pRestrictedAddresses);
  550. void __RPC_STUB IMailRecipient_get_RestrictedAddresses_Stub(
  551. IRpcStubBuffer *This,
  552. IRpcChannelBuffer *_pRpcChannelBuffer,
  553. PRPC_MESSAGE _pRpcMessage,
  554. DWORD *_pdwStubPhase);
  555. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_put_RestrictedAddresses_Proxy(
  556. IMailRecipient __RPC_FAR * This,
  557. /* [in] */ CDOEXMRestrictedAddressType varRestrictedAddresses);
  558. void __RPC_STUB IMailRecipient_put_RestrictedAddresses_Stub(
  559. IRpcStubBuffer *This,
  560. IRpcChannelBuffer *_pRpcChannelBuffer,
  561. PRPC_MESSAGE _pRpcMessage,
  562. DWORD *_pdwStubPhase);
  563. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_get_ForwardTo_Proxy(
  564. IMailRecipient __RPC_FAR * This,
  565. /* [retval][out] */ BSTR __RPC_FAR *pForwardTo);
  566. void __RPC_STUB IMailRecipient_get_ForwardTo_Stub(
  567. IRpcStubBuffer *This,
  568. IRpcChannelBuffer *_pRpcChannelBuffer,
  569. PRPC_MESSAGE _pRpcMessage,
  570. DWORD *_pdwStubPhase);
  571. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_put_ForwardTo_Proxy(
  572. IMailRecipient __RPC_FAR * This,
  573. /* [in] */ BSTR varForwardTo);
  574. void __RPC_STUB IMailRecipient_put_ForwardTo_Stub(
  575. IRpcStubBuffer *This,
  576. IRpcChannelBuffer *_pRpcChannelBuffer,
  577. PRPC_MESSAGE _pRpcMessage,
  578. DWORD *_pdwStubPhase);
  579. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_get_ForwardingStyle_Proxy(
  580. IMailRecipient __RPC_FAR * This,
  581. /* [retval][out] */ CDOEXMDeliverAndRedirect __RPC_FAR *pForwardingStyle);
  582. void __RPC_STUB IMailRecipient_get_ForwardingStyle_Stub(
  583. IRpcStubBuffer *This,
  584. IRpcChannelBuffer *_pRpcChannelBuffer,
  585. PRPC_MESSAGE _pRpcMessage,
  586. DWORD *_pdwStubPhase);
  587. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_put_ForwardingStyle_Proxy(
  588. IMailRecipient __RPC_FAR * This,
  589. /* [in] */ CDOEXMDeliverAndRedirect varForwardingStyle);
  590. void __RPC_STUB IMailRecipient_put_ForwardingStyle_Stub(
  591. IRpcStubBuffer *This,
  592. IRpcChannelBuffer *_pRpcChannelBuffer,
  593. PRPC_MESSAGE _pRpcMessage,
  594. DWORD *_pdwStubPhase);
  595. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_get_HideFromAddressBook_Proxy(
  596. IMailRecipient __RPC_FAR * This,
  597. /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pHideFromAddressBook);
  598. void __RPC_STUB IMailRecipient_get_HideFromAddressBook_Stub(
  599. IRpcStubBuffer *This,
  600. IRpcChannelBuffer *_pRpcChannelBuffer,
  601. PRPC_MESSAGE _pRpcMessage,
  602. DWORD *_pdwStubPhase);
  603. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_put_HideFromAddressBook_Proxy(
  604. IMailRecipient __RPC_FAR * This,
  605. /* [in] */ VARIANT_BOOL varHideFromAddressBook);
  606. void __RPC_STUB IMailRecipient_put_HideFromAddressBook_Stub(
  607. IRpcStubBuffer *This,
  608. IRpcChannelBuffer *_pRpcChannelBuffer,
  609. PRPC_MESSAGE _pRpcMessage,
  610. DWORD *_pdwStubPhase);
  611. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_get_X400Email_Proxy(
  612. IMailRecipient __RPC_FAR * This,
  613. /* [retval][out] */ BSTR __RPC_FAR *pX400Email);
  614. void __RPC_STUB IMailRecipient_get_X400Email_Stub(
  615. IRpcStubBuffer *This,
  616. IRpcChannelBuffer *_pRpcChannelBuffer,
  617. PRPC_MESSAGE _pRpcMessage,
  618. DWORD *_pdwStubPhase);
  619. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_put_X400Email_Proxy(
  620. IMailRecipient __RPC_FAR * This,
  621. /* [in] */ BSTR varX400Email);
  622. void __RPC_STUB IMailRecipient_put_X400Email_Stub(
  623. IRpcStubBuffer *This,
  624. IRpcChannelBuffer *_pRpcChannelBuffer,
  625. PRPC_MESSAGE _pRpcMessage,
  626. DWORD *_pdwStubPhase);
  627. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_get_SMTPEmail_Proxy(
  628. IMailRecipient __RPC_FAR * This,
  629. /* [retval][out] */ BSTR __RPC_FAR *pSMTPEmail);
  630. void __RPC_STUB IMailRecipient_get_SMTPEmail_Stub(
  631. IRpcStubBuffer *This,
  632. IRpcChannelBuffer *_pRpcChannelBuffer,
  633. PRPC_MESSAGE _pRpcMessage,
  634. DWORD *_pdwStubPhase);
  635. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_put_SMTPEmail_Proxy(
  636. IMailRecipient __RPC_FAR * This,
  637. /* [in] */ BSTR varSMTPEmail);
  638. void __RPC_STUB IMailRecipient_put_SMTPEmail_Stub(
  639. IRpcStubBuffer *This,
  640. IRpcChannelBuffer *_pRpcChannelBuffer,
  641. PRPC_MESSAGE _pRpcMessage,
  642. DWORD *_pdwStubPhase);
  643. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_get_ProxyAddresses_Proxy(
  644. IMailRecipient __RPC_FAR * This,
  645. /* [retval][out] */ VARIANT __RPC_FAR *pProxyAddresses);
  646. void __RPC_STUB IMailRecipient_get_ProxyAddresses_Stub(
  647. IRpcStubBuffer *This,
  648. IRpcChannelBuffer *_pRpcChannelBuffer,
  649. PRPC_MESSAGE _pRpcMessage,
  650. DWORD *_pdwStubPhase);
  651. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_put_ProxyAddresses_Proxy(
  652. IMailRecipient __RPC_FAR * This,
  653. /* [in] */ VARIANT varProxyAddresses);
  654. void __RPC_STUB IMailRecipient_put_ProxyAddresses_Stub(
  655. IRpcStubBuffer *This,
  656. IRpcChannelBuffer *_pRpcChannelBuffer,
  657. PRPC_MESSAGE _pRpcMessage,
  658. DWORD *_pdwStubPhase);
  659. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_get_AutoGenerateEmailAddresses_Proxy(
  660. IMailRecipient __RPC_FAR * This,
  661. /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pAutoGenerateEmailAddresses);
  662. void __RPC_STUB IMailRecipient_get_AutoGenerateEmailAddresses_Stub(
  663. IRpcStubBuffer *This,
  664. IRpcChannelBuffer *_pRpcChannelBuffer,
  665. PRPC_MESSAGE _pRpcMessage,
  666. DWORD *_pdwStubPhase);
  667. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_put_AutoGenerateEmailAddresses_Proxy(
  668. IMailRecipient __RPC_FAR * This,
  669. /* [in] */ VARIANT_BOOL varAutoGenerateEmailAddresses);
  670. void __RPC_STUB IMailRecipient_put_AutoGenerateEmailAddresses_Stub(
  671. IRpcStubBuffer *This,
  672. IRpcChannelBuffer *_pRpcChannelBuffer,
  673. PRPC_MESSAGE _pRpcMessage,
  674. DWORD *_pdwStubPhase);
  675. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_get_Alias_Proxy(
  676. IMailRecipient __RPC_FAR * This,
  677. /* [retval][out] */ BSTR __RPC_FAR *pAlias);
  678. void __RPC_STUB IMailRecipient_get_Alias_Stub(
  679. IRpcStubBuffer *This,
  680. IRpcChannelBuffer *_pRpcChannelBuffer,
  681. PRPC_MESSAGE _pRpcMessage,
  682. DWORD *_pdwStubPhase);
  683. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_put_Alias_Proxy(
  684. IMailRecipient __RPC_FAR * This,
  685. /* [in] */ BSTR varAlias);
  686. void __RPC_STUB IMailRecipient_put_Alias_Stub(
  687. IRpcStubBuffer *This,
  688. IRpcChannelBuffer *_pRpcChannelBuffer,
  689. PRPC_MESSAGE _pRpcMessage,
  690. DWORD *_pdwStubPhase);
  691. /* [readonly][helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_get_TargetAddress_Proxy(
  692. IMailRecipient __RPC_FAR * This,
  693. /* [retval][out] */ BSTR __RPC_FAR *varTargetAddress);
  694. void __RPC_STUB IMailRecipient_get_TargetAddress_Stub(
  695. IRpcStubBuffer *This,
  696. IRpcChannelBuffer *_pRpcChannelBuffer,
  697. PRPC_MESSAGE _pRpcMessage,
  698. DWORD *_pdwStubPhase);
  699. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_MailEnable_Proxy(
  700. IMailRecipient __RPC_FAR * This,
  701. /* [optional][in] */ BSTR TargetMailAddress);
  702. void __RPC_STUB IMailRecipient_MailEnable_Stub(
  703. IRpcStubBuffer *This,
  704. IRpcChannelBuffer *_pRpcChannelBuffer,
  705. PRPC_MESSAGE _pRpcMessage,
  706. DWORD *_pdwStubPhase);
  707. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IMailRecipient_MailDisable_Proxy(
  708. IMailRecipient __RPC_FAR * This);
  709. void __RPC_STUB IMailRecipient_MailDisable_Stub(
  710. IRpcStubBuffer *This,
  711. IRpcChannelBuffer *_pRpcChannelBuffer,
  712. PRPC_MESSAGE _pRpcMessage,
  713. DWORD *_pdwStubPhase);
  714. #endif /* __IMailRecipient_INTERFACE_DEFINED__ */
  715. #ifndef __IMailboxStore_INTERFACE_DEFINED__
  716. #define __IMailboxStore_INTERFACE_DEFINED__
  717. /* interface IMailboxStore */
  718. /* [unique][helpstring][nonextensible][dual][uuid][object] */
  719. EXTERN_C const IID IID_IMailboxStore;
  720. #if defined(__cplusplus) && !defined(CINTERFACE)
  721. MIDL_INTERFACE("25150F41-5734-11d2-A593-00C04F990D8A")
  722. IMailboxStore : public IDispatch
  723. {
  724. public:
  725. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_EnableStoreDefaults(
  726. /* [retval][out] */ VARIANT __RPC_FAR *pEnableStoreDefaults) = 0;
  727. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_EnableStoreDefaults(
  728. /* [in] */ VARIANT varEnableStoreDefaults) = 0;
  729. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_StoreQuota(
  730. /* [retval][out] */ long __RPC_FAR *pStoreQuota) = 0;
  731. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_StoreQuota(
  732. /* [in] */ long varStoreQuota) = 0;
  733. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_OverQuotaLimit(
  734. /* [retval][out] */ long __RPC_FAR *pOverQuotaLimit) = 0;
  735. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_OverQuotaLimit(
  736. /* [in] */ long varOverQuotaLimit) = 0;
  737. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_HardLimit(
  738. /* [retval][out] */ long __RPC_FAR *pHardLimit) = 0;
  739. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_HardLimit(
  740. /* [in] */ long varHardLimit) = 0;
  741. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_OverrideStoreGarbageCollection(
  742. /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pOverrideStoreGarbageCollection) = 0;
  743. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_OverrideStoreGarbageCollection(
  744. /* [in] */ VARIANT_BOOL varOverrideStoreGarbageCollection) = 0;
  745. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_DaysBeforeGarbageCollection(
  746. /* [retval][out] */ long __RPC_FAR *pDaysBeforeGarbageCollection) = 0;
  747. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_DaysBeforeGarbageCollection(
  748. /* [in] */ long varDaysBeforeGarbageCollection) = 0;
  749. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_GarbageCollectOnlyAfterBackup(
  750. /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pGarbageCollectOnlyAfterBackup) = 0;
  751. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_GarbageCollectOnlyAfterBackup(
  752. /* [in] */ VARIANT_BOOL varGarbageCollectOnlyAfterBackup) = 0;
  753. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_Delegates(
  754. /* [retval][out] */ VARIANT __RPC_FAR *pDelegates) = 0;
  755. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_Delegates(
  756. /* [in] */ VARIANT varDelegates) = 0;
  757. virtual /* [readonly][helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_HomeMDB(
  758. /* [retval][out] */ BSTR __RPC_FAR *varHomeMDB) = 0;
  759. virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_RecipientLimit(
  760. /* [retval][out] */ long __RPC_FAR *pRecipientLimit) = 0;
  761. virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_RecipientLimit(
  762. /* [in] */ long varRecipientLimit) = 0;
  763. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE CreateMailbox(
  764. /* [in] */ BSTR HomeMDBURL) = 0;
  765. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE DeleteMailbox( void) = 0;
  766. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE MoveMailbox(
  767. /* [in] */ BSTR HomeMDBURL) = 0;
  768. };
  769. #else /* C style interface */
  770. typedef struct IMailboxStoreVtbl
  771. {
  772. BEGIN_INTERFACE
  773. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
  774. IMailboxStore __RPC_FAR * This,
  775. /* [in] */ REFIID riid,
  776. /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  777. ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
  778. IMailboxStore __RPC_FAR * This);
  779. ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
  780. IMailboxStore __RPC_FAR * This);
  781. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
  782. IMailboxStore __RPC_FAR * This,
  783. /* [out] */ UINT __RPC_FAR *pctinfo);
  784. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
  785. IMailboxStore __RPC_FAR * This,
  786. /* [in] */ UINT iTInfo,
  787. /* [in] */ LCID lcid,
  788. /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
  789. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
  790. IMailboxStore __RPC_FAR * This,
  791. /* [in] */ REFIID riid,
  792. /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
  793. /* [in] */ UINT cNames,
  794. /* [in] */ LCID lcid,
  795. /* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
  796. /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )(
  797. IMailboxStore __RPC_FAR * This,
  798. /* [in] */ DISPID dispIdMember,
  799. /* [in] */ REFIID riid,
  800. /* [in] */ LCID lcid,
  801. /* [in] */ WORD wFlags,
  802. /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
  803. /* [out] */ VARIANT __RPC_FAR *pVarResult,
  804. /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
  805. /* [out] */ UINT __RPC_FAR *puArgErr);
  806. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_EnableStoreDefaults )(
  807. IMailboxStore __RPC_FAR * This,
  808. /* [retval][out] */ VARIANT __RPC_FAR *pEnableStoreDefaults);
  809. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_EnableStoreDefaults )(
  810. IMailboxStore __RPC_FAR * This,
  811. /* [in] */ VARIANT varEnableStoreDefaults);
  812. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_StoreQuota )(
  813. IMailboxStore __RPC_FAR * This,
  814. /* [retval][out] */ long __RPC_FAR *pStoreQuota);
  815. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_StoreQuota )(
  816. IMailboxStore __RPC_FAR * This,
  817. /* [in] */ long varStoreQuota);
  818. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_OverQuotaLimit )(
  819. IMailboxStore __RPC_FAR * This,
  820. /* [retval][out] */ long __RPC_FAR *pOverQuotaLimit);
  821. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_OverQuotaLimit )(
  822. IMailboxStore __RPC_FAR * This,
  823. /* [in] */ long varOverQuotaLimit);
  824. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_HardLimit )(
  825. IMailboxStore __RPC_FAR * This,
  826. /* [retval][out] */ long __RPC_FAR *pHardLimit);
  827. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_HardLimit )(
  828. IMailboxStore __RPC_FAR * This,
  829. /* [in] */ long varHardLimit);
  830. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_OverrideStoreGarbageCollection )(
  831. IMailboxStore __RPC_FAR * This,
  832. /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pOverrideStoreGarbageCollection);
  833. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_OverrideStoreGarbageCollection )(
  834. IMailboxStore __RPC_FAR * This,
  835. /* [in] */ VARIANT_BOOL varOverrideStoreGarbageCollection);
  836. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_DaysBeforeGarbageCollection )(
  837. IMailboxStore __RPC_FAR * This,
  838. /* [retval][out] */ long __RPC_FAR *pDaysBeforeGarbageCollection);
  839. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_DaysBeforeGarbageCollection )(
  840. IMailboxStore __RPC_FAR * This,
  841. /* [in] */ long varDaysBeforeGarbageCollection);
  842. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_GarbageCollectOnlyAfterBackup )(
  843. IMailboxStore __RPC_FAR * This,
  844. /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pGarbageCollectOnlyAfterBackup);
  845. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_GarbageCollectOnlyAfterBackup )(
  846. IMailboxStore __RPC_FAR * This,
  847. /* [in] */ VARIANT_BOOL varGarbageCollectOnlyAfterBackup);
  848. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Delegates )(
  849. IMailboxStore __RPC_FAR * This,
  850. /* [retval][out] */ VARIANT __RPC_FAR *pDelegates);
  851. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_Delegates )(
  852. IMailboxStore __RPC_FAR * This,
  853. /* [in] */ VARIANT varDelegates);
  854. /* [readonly][helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_HomeMDB )(
  855. IMailboxStore __RPC_FAR * This,
  856. /* [retval][out] */ BSTR __RPC_FAR *varHomeMDB);
  857. /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_RecipientLimit )(
  858. IMailboxStore __RPC_FAR * This,
  859. /* [retval][out] */ long __RPC_FAR *pRecipientLimit);
  860. /* [helpstring][propput][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_RecipientLimit )(
  861. IMailboxStore __RPC_FAR * This,
  862. /* [in] */ long varRecipientLimit);
  863. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *CreateMailbox )(
  864. IMailboxStore __RPC_FAR * This,
  865. /* [in] */ BSTR HomeMDBURL);
  866. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *DeleteMailbox )(
  867. IMailboxStore __RPC_FAR * This);
  868. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *MoveMailbox )(
  869. IMailboxStore __RPC_FAR * This,
  870. /* [in] */ BSTR HomeMDBURL);
  871. END_INTERFACE
  872. } IMailboxStoreVtbl;
  873. interface IMailboxStore
  874. {
  875. CONST_VTBL struct IMailboxStoreVtbl __RPC_FAR *lpVtbl;
  876. };
  877. #ifdef COBJMACROS
  878. #define IMailboxStore_QueryInterface(This,riid,ppvObject) \
  879. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  880. #define IMailboxStore_AddRef(This) \
  881. (This)->lpVtbl -> AddRef(This)
  882. #define IMailboxStore_Release(This) \
  883. (This)->lpVtbl -> Release(This)
  884. #define IMailboxStore_GetTypeInfoCount(This,pctinfo) \
  885. (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  886. #define IMailboxStore_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
  887. (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  888. #define IMailboxStore_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
  889. (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  890. #define IMailboxStore_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
  891. (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  892. #define IMailboxStore_get_EnableStoreDefaults(This,pEnableStoreDefaults) \
  893. (This)->lpVtbl -> get_EnableStoreDefaults(This,pEnableStoreDefaults)
  894. #define IMailboxStore_put_EnableStoreDefaults(This,varEnableStoreDefaults) \
  895. (This)->lpVtbl -> put_EnableStoreDefaults(This,varEnableStoreDefaults)
  896. #define IMailboxStore_get_StoreQuota(This,pStoreQuota) \
  897. (This)->lpVtbl -> get_StoreQuota(This,pStoreQuota)
  898. #define IMailboxStore_put_StoreQuota(This,varStoreQuota) \
  899. (This)->lpVtbl -> put_StoreQuota(This,varStoreQuota)
  900. #define IMailboxStore_get_OverQuotaLimit(This,pOverQuotaLimit) \
  901. (This)->lpVtbl -> get_OverQuotaLimit(This,pOverQuotaLimit)
  902. #define IMailboxStore_put_OverQuotaLimit(This,varOverQuotaLimit) \
  903. (This)->lpVtbl -> put_OverQuotaLimit(This,varOverQuotaLimit)
  904. #define IMailboxStore_get_HardLimit(This,pHardLimit) \
  905. (This)->lpVtbl -> get_HardLimit(This,pHardLimit)
  906. #define IMailboxStore_put_HardLimit(This,varHardLimit) \
  907. (This)->lpVtbl -> put_HardLimit(This,varHardLimit)
  908. #define IMailboxStore_get_OverrideStoreGarbageCollection(This,pOverrideStoreGarbageCollection) \
  909. (This)->lpVtbl -> get_OverrideStoreGarbageCollection(This,pOverrideStoreGarbageCollection)
  910. #define IMailboxStore_put_OverrideStoreGarbageCollection(This,varOverrideStoreGarbageCollection) \
  911. (This)->lpVtbl -> put_OverrideStoreGarbageCollection(This,varOverrideStoreGarbageCollection)
  912. #define IMailboxStore_get_DaysBeforeGarbageCollection(This,pDaysBeforeGarbageCollection) \
  913. (This)->lpVtbl -> get_DaysBeforeGarbageCollection(This,pDaysBeforeGarbageCollection)
  914. #define IMailboxStore_put_DaysBeforeGarbageCollection(This,varDaysBeforeGarbageCollection) \
  915. (This)->lpVtbl -> put_DaysBeforeGarbageCollection(This,varDaysBeforeGarbageCollection)
  916. #define IMailboxStore_get_GarbageCollectOnlyAfterBackup(This,pGarbageCollectOnlyAfterBackup) \
  917. (This)->lpVtbl -> get_GarbageCollectOnlyAfterBackup(This,pGarbageCollectOnlyAfterBackup)
  918. #define IMailboxStore_put_GarbageCollectOnlyAfterBackup(This,varGarbageCollectOnlyAfterBackup) \
  919. (This)->lpVtbl -> put_GarbageCollectOnlyAfterBackup(This,varGarbageCollectOnlyAfterBackup)
  920. #define IMailboxStore_get_Delegates(This,pDelegates) \
  921. (This)->lpVtbl -> get_Delegates(This,pDelegates)
  922. #define IMailboxStore_put_Delegates(This,varDelegates) \
  923. (This)->lpVtbl -> put_Delegates(This,varDelegates)
  924. #define IMailboxStore_get_HomeMDB(This,varHomeMDB) \
  925. (This)->lpVtbl -> get_HomeMDB(This,varHomeMDB)
  926. #define IMailboxStore_get_RecipientLimit(This,pRecipientLimit) \
  927. (This)->lpVtbl -> get_RecipientLimit(This,pRecipientLimit)
  928. #define IMailboxStore_put_RecipientLimit(This,varRecipientLimit) \
  929. (This)->lpVtbl -> put_RecipientLimit(This,varRecipientLimit)
  930. #define IMailboxStore_CreateMailbox(This,HomeMDBURL) \
  931. (This)->lpVtbl -> CreateMailbox(This,HomeMDBURL)
  932. #define IMailboxStore_DeleteMailbox(This) \
  933. (This)->lpVtbl -> DeleteMailbox(This)
  934. #define IMailboxStore_MoveMailbox(This,HomeMDBURL) \
  935. (This)->lpVtbl -> MoveMailbox(This,HomeMDBURL)
  936. #endif /* COBJMACROS */
  937. #endif /* C style interface */
  938. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_get_EnableStoreDefaults_Proxy(
  939. IMailboxStore __RPC_FAR * This,
  940. /* [retval][out] */ VARIANT __RPC_FAR *pEnableStoreDefaults);
  941. void __RPC_STUB IMailboxStore_get_EnableStoreDefaults_Stub(
  942. IRpcStubBuffer *This,
  943. IRpcChannelBuffer *_pRpcChannelBuffer,
  944. PRPC_MESSAGE _pRpcMessage,
  945. DWORD *_pdwStubPhase);
  946. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_put_EnableStoreDefaults_Proxy(
  947. IMailboxStore __RPC_FAR * This,
  948. /* [in] */ VARIANT varEnableStoreDefaults);
  949. void __RPC_STUB IMailboxStore_put_EnableStoreDefaults_Stub(
  950. IRpcStubBuffer *This,
  951. IRpcChannelBuffer *_pRpcChannelBuffer,
  952. PRPC_MESSAGE _pRpcMessage,
  953. DWORD *_pdwStubPhase);
  954. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_get_StoreQuota_Proxy(
  955. IMailboxStore __RPC_FAR * This,
  956. /* [retval][out] */ long __RPC_FAR *pStoreQuota);
  957. void __RPC_STUB IMailboxStore_get_StoreQuota_Stub(
  958. IRpcStubBuffer *This,
  959. IRpcChannelBuffer *_pRpcChannelBuffer,
  960. PRPC_MESSAGE _pRpcMessage,
  961. DWORD *_pdwStubPhase);
  962. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_put_StoreQuota_Proxy(
  963. IMailboxStore __RPC_FAR * This,
  964. /* [in] */ long varStoreQuota);
  965. void __RPC_STUB IMailboxStore_put_StoreQuota_Stub(
  966. IRpcStubBuffer *This,
  967. IRpcChannelBuffer *_pRpcChannelBuffer,
  968. PRPC_MESSAGE _pRpcMessage,
  969. DWORD *_pdwStubPhase);
  970. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_get_OverQuotaLimit_Proxy(
  971. IMailboxStore __RPC_FAR * This,
  972. /* [retval][out] */ long __RPC_FAR *pOverQuotaLimit);
  973. void __RPC_STUB IMailboxStore_get_OverQuotaLimit_Stub(
  974. IRpcStubBuffer *This,
  975. IRpcChannelBuffer *_pRpcChannelBuffer,
  976. PRPC_MESSAGE _pRpcMessage,
  977. DWORD *_pdwStubPhase);
  978. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_put_OverQuotaLimit_Proxy(
  979. IMailboxStore __RPC_FAR * This,
  980. /* [in] */ long varOverQuotaLimit);
  981. void __RPC_STUB IMailboxStore_put_OverQuotaLimit_Stub(
  982. IRpcStubBuffer *This,
  983. IRpcChannelBuffer *_pRpcChannelBuffer,
  984. PRPC_MESSAGE _pRpcMessage,
  985. DWORD *_pdwStubPhase);
  986. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_get_HardLimit_Proxy(
  987. IMailboxStore __RPC_FAR * This,
  988. /* [retval][out] */ long __RPC_FAR *pHardLimit);
  989. void __RPC_STUB IMailboxStore_get_HardLimit_Stub(
  990. IRpcStubBuffer *This,
  991. IRpcChannelBuffer *_pRpcChannelBuffer,
  992. PRPC_MESSAGE _pRpcMessage,
  993. DWORD *_pdwStubPhase);
  994. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_put_HardLimit_Proxy(
  995. IMailboxStore __RPC_FAR * This,
  996. /* [in] */ long varHardLimit);
  997. void __RPC_STUB IMailboxStore_put_HardLimit_Stub(
  998. IRpcStubBuffer *This,
  999. IRpcChannelBuffer *_pRpcChannelBuffer,
  1000. PRPC_MESSAGE _pRpcMessage,
  1001. DWORD *_pdwStubPhase);
  1002. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_get_OverrideStoreGarbageCollection_Proxy(
  1003. IMailboxStore __RPC_FAR * This,
  1004. /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pOverrideStoreGarbageCollection);
  1005. void __RPC_STUB IMailboxStore_get_OverrideStoreGarbageCollection_Stub(
  1006. IRpcStubBuffer *This,
  1007. IRpcChannelBuffer *_pRpcChannelBuffer,
  1008. PRPC_MESSAGE _pRpcMessage,
  1009. DWORD *_pdwStubPhase);
  1010. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_put_OverrideStoreGarbageCollection_Proxy(
  1011. IMailboxStore __RPC_FAR * This,
  1012. /* [in] */ VARIANT_BOOL varOverrideStoreGarbageCollection);
  1013. void __RPC_STUB IMailboxStore_put_OverrideStoreGarbageCollection_Stub(
  1014. IRpcStubBuffer *This,
  1015. IRpcChannelBuffer *_pRpcChannelBuffer,
  1016. PRPC_MESSAGE _pRpcMessage,
  1017. DWORD *_pdwStubPhase);
  1018. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_get_DaysBeforeGarbageCollection_Proxy(
  1019. IMailboxStore __RPC_FAR * This,
  1020. /* [retval][out] */ long __RPC_FAR *pDaysBeforeGarbageCollection);
  1021. void __RPC_STUB IMailboxStore_get_DaysBeforeGarbageCollection_Stub(
  1022. IRpcStubBuffer *This,
  1023. IRpcChannelBuffer *_pRpcChannelBuffer,
  1024. PRPC_MESSAGE _pRpcMessage,
  1025. DWORD *_pdwStubPhase);
  1026. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_put_DaysBeforeGarbageCollection_Proxy(
  1027. IMailboxStore __RPC_FAR * This,
  1028. /* [in] */ long varDaysBeforeGarbageCollection);
  1029. void __RPC_STUB IMailboxStore_put_DaysBeforeGarbageCollection_Stub(
  1030. IRpcStubBuffer *This,
  1031. IRpcChannelBuffer *_pRpcChannelBuffer,
  1032. PRPC_MESSAGE _pRpcMessage,
  1033. DWORD *_pdwStubPhase);
  1034. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_get_GarbageCollectOnlyAfterBackup_Proxy(
  1035. IMailboxStore __RPC_FAR * This,
  1036. /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pGarbageCollectOnlyAfterBackup);
  1037. void __RPC_STUB IMailboxStore_get_GarbageCollectOnlyAfterBackup_Stub(
  1038. IRpcStubBuffer *This,
  1039. IRpcChannelBuffer *_pRpcChannelBuffer,
  1040. PRPC_MESSAGE _pRpcMessage,
  1041. DWORD *_pdwStubPhase);
  1042. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_put_GarbageCollectOnlyAfterBackup_Proxy(
  1043. IMailboxStore __RPC_FAR * This,
  1044. /* [in] */ VARIANT_BOOL varGarbageCollectOnlyAfterBackup);
  1045. void __RPC_STUB IMailboxStore_put_GarbageCollectOnlyAfterBackup_Stub(
  1046. IRpcStubBuffer *This,
  1047. IRpcChannelBuffer *_pRpcChannelBuffer,
  1048. PRPC_MESSAGE _pRpcMessage,
  1049. DWORD *_pdwStubPhase);
  1050. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_get_Delegates_Proxy(
  1051. IMailboxStore __RPC_FAR * This,
  1052. /* [retval][out] */ VARIANT __RPC_FAR *pDelegates);
  1053. void __RPC_STUB IMailboxStore_get_Delegates_Stub(
  1054. IRpcStubBuffer *This,
  1055. IRpcChannelBuffer *_pRpcChannelBuffer,
  1056. PRPC_MESSAGE _pRpcMessage,
  1057. DWORD *_pdwStubPhase);
  1058. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_put_Delegates_Proxy(
  1059. IMailboxStore __RPC_FAR * This,
  1060. /* [in] */ VARIANT varDelegates);
  1061. void __RPC_STUB IMailboxStore_put_Delegates_Stub(
  1062. IRpcStubBuffer *This,
  1063. IRpcChannelBuffer *_pRpcChannelBuffer,
  1064. PRPC_MESSAGE _pRpcMessage,
  1065. DWORD *_pdwStubPhase);
  1066. /* [readonly][helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_get_HomeMDB_Proxy(
  1067. IMailboxStore __RPC_FAR * This,
  1068. /* [retval][out] */ BSTR __RPC_FAR *varHomeMDB);
  1069. void __RPC_STUB IMailboxStore_get_HomeMDB_Stub(
  1070. IRpcStubBuffer *This,
  1071. IRpcChannelBuffer *_pRpcChannelBuffer,
  1072. PRPC_MESSAGE _pRpcMessage,
  1073. DWORD *_pdwStubPhase);
  1074. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_get_RecipientLimit_Proxy(
  1075. IMailboxStore __RPC_FAR * This,
  1076. /* [retval][out] */ long __RPC_FAR *pRecipientLimit);
  1077. void __RPC_STUB IMailboxStore_get_RecipientLimit_Stub(
  1078. IRpcStubBuffer *This,
  1079. IRpcChannelBuffer *_pRpcChannelBuffer,
  1080. PRPC_MESSAGE _pRpcMessage,
  1081. DWORD *_pdwStubPhase);
  1082. /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_put_RecipientLimit_Proxy(
  1083. IMailboxStore __RPC_FAR * This,
  1084. /* [in] */ long varRecipientLimit);
  1085. void __RPC_STUB IMailboxStore_put_RecipientLimit_Stub(
  1086. IRpcStubBuffer *This,
  1087. IRpcChannelBuffer *_pRpcChannelBuffer,
  1088. PRPC_MESSAGE _pRpcMessage,
  1089. DWORD *_pdwStubPhase);
  1090. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_CreateMailbox_Proxy(
  1091. IMailboxStore __RPC_FAR * This,
  1092. /* [in] */ BSTR HomeMDBURL);
  1093. void __RPC_STUB IMailboxStore_CreateMailbox_Stub(
  1094. IRpcStubBuffer *This,
  1095. IRpcChannelBuffer *_pRpcChannelBuffer,
  1096. PRPC_MESSAGE _pRpcMessage,
  1097. DWORD *_pdwStubPhase);
  1098. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_DeleteMailbox_Proxy(
  1099. IMailboxStore __RPC_FAR * This);
  1100. void __RPC_STUB IMailboxStore_DeleteMailbox_Stub(
  1101. IRpcStubBuffer *This,
  1102. IRpcChannelBuffer *_pRpcChannelBuffer,
  1103. PRPC_MESSAGE _pRpcMessage,
  1104. DWORD *_pdwStubPhase);
  1105. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IMailboxStore_MoveMailbox_Proxy(
  1106. IMailboxStore __RPC_FAR * This,
  1107. /* [in] */ BSTR HomeMDBURL);
  1108. void __RPC_STUB IMailboxStore_MoveMailbox_Stub(
  1109. IRpcStubBuffer *This,
  1110. IRpcChannelBuffer *_pRpcChannelBuffer,
  1111. PRPC_MESSAGE _pRpcMessage,
  1112. DWORD *_pdwStubPhase);
  1113. #endif /* __IMailboxStore_INTERFACE_DEFINED__ */
  1114. EXTERN_C const CLSID CLSID_MailGroup;
  1115. #ifdef __cplusplus
  1116. class DECLSPEC_UUID("25150F1F-5734-11d2-A593-00C04F990D8A")
  1117. MailGroup;
  1118. #endif
  1119. EXTERN_C const CLSID CLSID_MailRecipient;
  1120. #ifdef __cplusplus
  1121. class DECLSPEC_UUID("25150F20-5734-11d2-A593-00C04F990D8A")
  1122. MailRecipient;
  1123. #endif
  1124. EXTERN_C const CLSID CLSID_Mailbox;
  1125. #ifdef __cplusplus
  1126. class DECLSPEC_UUID("25150F21-5734-11d2-A593-00C04F990D8A")
  1127. Mailbox;
  1128. #endif
  1129. EXTERN_C const CLSID CLSID_FolderAdmin;
  1130. #ifdef __cplusplus
  1131. class DECLSPEC_UUID("25150F22-5734-11d2-A593-00C04F990D8A")
  1132. FolderAdmin;
  1133. #endif
  1134. EXTERN_C const CLSID CLSID_ExchangeServer;
  1135. #ifdef __cplusplus
  1136. class DECLSPEC_UUID("25150F27-5734-11d2-A593-00C04F990D8A")
  1137. ExchangeServer;
  1138. #endif
  1139. EXTERN_C const CLSID CLSID_FolderTree;
  1140. #ifdef __cplusplus
  1141. class DECLSPEC_UUID("25150F23-5734-11d2-A593-00C04F990D8A")
  1142. FolderTree;
  1143. #endif
  1144. EXTERN_C const CLSID CLSID_PublicStoreDB;
  1145. #ifdef __cplusplus
  1146. class DECLSPEC_UUID("25150F24-5734-11d2-A593-00C04F990D8A")
  1147. PublicStoreDB;
  1148. #endif
  1149. EXTERN_C const CLSID CLSID_MailboxStoreDB;
  1150. #ifdef __cplusplus
  1151. class DECLSPEC_UUID("25150F25-5734-11d2-A593-00C04F990D8A")
  1152. MailboxStoreDB;
  1153. #endif
  1154. EXTERN_C const CLSID CLSID_StorageGroup;
  1155. #ifdef __cplusplus
  1156. class DECLSPEC_UUID("25150F26-5734-11d2-A593-00C04F990D8A")
  1157. StorageGroup;
  1158. #endif
  1159. #ifndef __CDOEXMInterfaces_MODULE_DEFINED__
  1160. #define __CDOEXMInterfaces_MODULE_DEFINED__
  1161. /* module CDOEXMInterfaces */
  1162. /* [helpstring][uuid] */
  1163. const BSTR cdoexmIMailRecipient = L"IMailRecipient";
  1164. const BSTR cdoexmIMailboxStore = L"IMailboxStore";
  1165. const BSTR cdoexmIDistributionList = L"IDistributionList";
  1166. const BSTR cdoexmIExchangeServer = L"IExchangeServer";
  1167. const BSTR cdoexmIFolderTree = L"IFolderTree";
  1168. const BSTR cdoexmIPublicStoreDB = L"IPublicStoreDB";
  1169. const BSTR cdoexmIMailboxStoreDB = L"IMailboxStoreDB";
  1170. const BSTR cdoexmIStorageGroup = L"IStorageGroup";
  1171. const BSTR cdoexmIFolderAdmin = L"IFolderAdmin";
  1172. const BSTR cdoexmIADs = L"IADs";
  1173. #endif /* __CDOEXMInterfaces_MODULE_DEFINED__ */
  1174. #endif /* __CDOEXM_LIBRARY_DEFINED__ */
  1175. /* Additional Prototypes for ALL interfaces */
  1176. /* end of Additional Prototypes */
  1177. #ifdef __cplusplus
  1178. }
  1179. #endif
  1180. #endif