1/**
2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
5 */
6#ifndef __REQUIRED_RPCNDR_H_VERSION__
7#define __REQUIRED_RPCNDR_H_VERSION__ 440
8#endif
9
10#include "rpc.h"
11#include "rpcndr.h"
12
13#ifndef __CDOEXM_h__
14#define __CDOEXM_h__
15
16#ifndef __IDistributionList_FWD_DEFINED__
17#define __IDistributionList_FWD_DEFINED__
18typedef struct IDistributionList IDistributionList;
19#endif
20
21#ifndef __IMailRecipient_FWD_DEFINED__
22#define __IMailRecipient_FWD_DEFINED__
23typedef struct IMailRecipient IMailRecipient;
24#endif
25
26#ifndef __IMailboxStore_FWD_DEFINED__
27#define __IMailboxStore_FWD_DEFINED__
28typedef struct IMailboxStore IMailboxStore;
29#endif
30
31#ifndef __MailGroup_FWD_DEFINED__
32#define __MailGroup_FWD_DEFINED__
33#ifdef __cplusplus
34typedef class MailGroup MailGroup;
35#else
36typedef struct MailGroup MailGroup;
37#endif
38#endif
39
40#ifndef __MailRecipient_FWD_DEFINED__
41#define __MailRecipient_FWD_DEFINED__
42#ifdef __cplusplus
43typedef class MailRecipient MailRecipient;
44#else
45typedef struct MailRecipient MailRecipient;
46#endif
47#endif
48
49#ifndef __Mailbox_FWD_DEFINED__
50#define __Mailbox_FWD_DEFINED__
51#ifdef __cplusplus
52typedef class Mailbox Mailbox;
53#else
54typedef struct Mailbox Mailbox;
55#endif
56#endif
57
58#ifndef __FolderAdmin_FWD_DEFINED__
59#define __FolderAdmin_FWD_DEFINED__
60#ifdef __cplusplus
61typedef class FolderAdmin FolderAdmin;
62#else
63typedef struct FolderAdmin FolderAdmin;
64#endif
65#endif
66
67#ifndef __ExchangeServer_FWD_DEFINED__
68#define __ExchangeServer_FWD_DEFINED__
69#ifdef __cplusplus
70typedef class ExchangeServer ExchangeServer;
71#else
72typedef struct ExchangeServer ExchangeServer;
73#endif
74#endif
75
76#ifndef __FolderTree_FWD_DEFINED__
77#define __FolderTree_FWD_DEFINED__
78
79#ifdef __cplusplus
80typedef class FolderTree FolderTree;
81#else
82typedef struct FolderTree FolderTree;
83#endif
84#endif
85
86#ifndef __PublicStoreDB_FWD_DEFINED__
87#define __PublicStoreDB_FWD_DEFINED__
88#ifdef __cplusplus
89typedef class PublicStoreDB PublicStoreDB;
90#else
91typedef struct PublicStoreDB PublicStoreDB;
92#endif
93#endif
94
95#ifndef __MailboxStoreDB_FWD_DEFINED__
96#define __MailboxStoreDB_FWD_DEFINED__
97#ifdef __cplusplus
98typedef class MailboxStoreDB MailboxStoreDB;
99#else
100typedef struct MailboxStoreDB MailboxStoreDB;
101#endif
102#endif
103
104#ifndef __StorageGroup_FWD_DEFINED__
105#define __StorageGroup_FWD_DEFINED__
106#ifdef __cplusplus
107typedef class StorageGroup StorageGroup;
108#else
109typedef struct StorageGroup StorageGroup;
110#endif
111#endif
112
113#include "oaidl.h"
114#include "ocidl.h"
115
116#ifdef __cplusplus
117extern "C"{
118#endif
119
120#ifndef __MIDL_user_allocate_free_DEFINED__
121#define __MIDL_user_allocate_free_DEFINED__
122  void *__RPC_API MIDL_user_allocate(size_t);
123  void __RPC_API MIDL_user_free(void *);
124#endif
125
126#ifndef NO_CDOEX_H
127#define CDO_NO_NAMESPACE
128#include "cdoex.h"
129#endif
130#include "emostore.h"
131
132  typedef enum CDOEXMRestrictedAddressType {
133    cdoexmAccept = 0,cdoexmReject = 0x1
134  } CDOEXMRestrictedAddressType;
135
136  typedef enum CDOEXMDeliverAndRedirect {
137    cdoexmRecipientOrForward = 0,cdoexmDeliverToBoth = 0x1
138  } CDOEXMDeliverAndRedirect;
139
140  extern RPC_IF_HANDLE __MIDL_itf_CDOEXM_0000_v0_0_c_ifspec;
141  extern RPC_IF_HANDLE __MIDL_itf_CDOEXM_0000_v0_0_s_ifspec;
142
143#ifndef __CDOEXM_LIBRARY_DEFINED__
144#define __CDOEXM_LIBRARY_DEFINED__
145  EXTERN_C const IID LIBID_CDOEXM;
146#ifndef __IDistributionList_INTERFACE_DEFINED__
147#define __IDistributionList_INTERFACE_DEFINED__
148  EXTERN_C const IID IID_IDistributionList;
149#if defined(__cplusplus) && !defined(CINTERFACE)
150  struct IDistributionList : public IDispatch {
151  public:
152    virtual HRESULT WINAPI get_HideDLMembership(VARIANT_BOOL *pHideDLMembership) = 0;
153    virtual HRESULT WINAPI put_HideDLMembership(VARIANT_BOOL varHideDLMembership) = 0;
154  };
155#else
156  typedef struct IDistributionListVtbl {
157    BEGIN_INTERFACE
158      HRESULT (WINAPI *QueryInterface)(IDistributionList *This,REFIID riid,void **ppvObject);
159      ULONG (WINAPI *AddRef)(IDistributionList *This);
160      ULONG (WINAPI *Release)(IDistributionList *This);
161      HRESULT (WINAPI *GetTypeInfoCount)(IDistributionList *This,UINT *pctinfo);
162      HRESULT (WINAPI *GetTypeInfo)(IDistributionList *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
163      HRESULT (WINAPI *GetIDsOfNames)(IDistributionList *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
164      HRESULT (WINAPI *Invoke)(IDistributionList *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
165      HRESULT (WINAPI *get_HideDLMembership)(IDistributionList *This,VARIANT_BOOL *pHideDLMembership);
166      HRESULT (WINAPI *put_HideDLMembership)(IDistributionList *This,VARIANT_BOOL varHideDLMembership);
167    END_INTERFACE
168  } IDistributionListVtbl;
169  struct IDistributionList {
170    CONST_VTBL struct IDistributionListVtbl *lpVtbl;
171  };
172#ifdef COBJMACROS
173#define IDistributionList_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
174#define IDistributionList_AddRef(This) (This)->lpVtbl->AddRef(This)
175#define IDistributionList_Release(This) (This)->lpVtbl->Release(This)
176#define IDistributionList_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
177#define IDistributionList_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
178#define IDistributionList_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
179#define IDistributionList_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
180#define IDistributionList_get_HideDLMembership(This,pHideDLMembership) (This)->lpVtbl->get_HideDLMembership(This,pHideDLMembership)
181#define IDistributionList_put_HideDLMembership(This,varHideDLMembership) (This)->lpVtbl->put_HideDLMembership(This,varHideDLMembership)
182#endif
183#endif
184  HRESULT WINAPI IDistributionList_get_HideDLMembership_Proxy(IDistributionList *This,VARIANT_BOOL *pHideDLMembership);
185  void __RPC_STUB IDistributionList_get_HideDLMembership_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
186  HRESULT WINAPI IDistributionList_put_HideDLMembership_Proxy(IDistributionList *This,VARIANT_BOOL varHideDLMembership);
187  void __RPC_STUB IDistributionList_put_HideDLMembership_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
188#endif
189
190#ifndef __IMailRecipient_INTERFACE_DEFINED__
191#define __IMailRecipient_INTERFACE_DEFINED__
192  EXTERN_C const IID IID_IMailRecipient;
193#if defined(__cplusplus) && !defined(CINTERFACE)
194  struct IMailRecipient : public IDispatch {
195  public:
196    virtual HRESULT WINAPI get_IncomingLimit(__LONG32 *pIncomingLimit) = 0;
197    virtual HRESULT WINAPI put_IncomingLimit(__LONG32 varIncomingLimit) = 0;
198    virtual HRESULT WINAPI get_OutgoingLimit(__LONG32 *pOutgoingLimit) = 0;
199    virtual HRESULT WINAPI put_OutgoingLimit(__LONG32 varOutgoingLimit) = 0;
200    virtual HRESULT WINAPI get_RestrictedAddressList(VARIANT *pRestrictedAddressList) = 0;
201    virtual HRESULT WINAPI put_RestrictedAddressList(VARIANT varRestrictedAddressList) = 0;
202    virtual HRESULT WINAPI get_RestrictedAddresses(CDOEXMRestrictedAddressType *pRestrictedAddresses) = 0;
203    virtual HRESULT WINAPI put_RestrictedAddresses(CDOEXMRestrictedAddressType varRestrictedAddresses) = 0;
204    virtual HRESULT WINAPI get_ForwardTo(BSTR *pForwardTo) = 0;
205    virtual HRESULT WINAPI put_ForwardTo(BSTR varForwardTo) = 0;
206    virtual HRESULT WINAPI get_ForwardingStyle(CDOEXMDeliverAndRedirect *pForwardingStyle) = 0;
207    virtual HRESULT WINAPI put_ForwardingStyle(CDOEXMDeliverAndRedirect varForwardingStyle) = 0;
208    virtual HRESULT WINAPI get_HideFromAddressBook(VARIANT_BOOL *pHideFromAddressBook) = 0;
209    virtual HRESULT WINAPI put_HideFromAddressBook(VARIANT_BOOL varHideFromAddressBook) = 0;
210    virtual HRESULT WINAPI get_X400Email(BSTR *pX400Email) = 0;
211    virtual HRESULT WINAPI put_X400Email(BSTR varX400Email) = 0;
212    virtual HRESULT WINAPI get_SMTPEmail(BSTR *pSMTPEmail) = 0;
213    virtual HRESULT WINAPI put_SMTPEmail(BSTR varSMTPEmail) = 0;
214    virtual HRESULT WINAPI get_ProxyAddresses(VARIANT *pProxyAddresses) = 0;
215    virtual HRESULT WINAPI put_ProxyAddresses(VARIANT varProxyAddresses) = 0;
216    virtual HRESULT WINAPI get_AutoGenerateEmailAddresses(VARIANT_BOOL *pAutoGenerateEmailAddresses) = 0;
217    virtual HRESULT WINAPI put_AutoGenerateEmailAddresses(VARIANT_BOOL varAutoGenerateEmailAddresses) = 0;
218    virtual HRESULT WINAPI get_Alias(BSTR *pAlias) = 0;
219    virtual HRESULT WINAPI put_Alias(BSTR varAlias) = 0;
220    virtual HRESULT WINAPI get_TargetAddress(BSTR *varTargetAddress) = 0;
221    virtual HRESULT WINAPI MailEnable(BSTR TargetMailAddress) = 0;
222    virtual HRESULT WINAPI MailDisable(void) = 0;
223  };
224#else
225  typedef struct IMailRecipientVtbl {
226    BEGIN_INTERFACE
227      HRESULT (WINAPI *QueryInterface)(IMailRecipient *This,REFIID riid,void **ppvObject);
228      ULONG (WINAPI *AddRef)(IMailRecipient *This);
229      ULONG (WINAPI *Release)(IMailRecipient *This);
230      HRESULT (WINAPI *GetTypeInfoCount)(IMailRecipient *This,UINT *pctinfo);
231      HRESULT (WINAPI *GetTypeInfo)(IMailRecipient *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
232      HRESULT (WINAPI *GetIDsOfNames)(IMailRecipient *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
233      HRESULT (WINAPI *Invoke)(IMailRecipient *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
234      HRESULT (WINAPI *get_IncomingLimit)(IMailRecipient *This,__LONG32 *pIncomingLimit);
235      HRESULT (WINAPI *put_IncomingLimit)(IMailRecipient *This,__LONG32 varIncomingLimit);
236      HRESULT (WINAPI *get_OutgoingLimit)(IMailRecipient *This,__LONG32 *pOutgoingLimit);
237      HRESULT (WINAPI *put_OutgoingLimit)(IMailRecipient *This,__LONG32 varOutgoingLimit);
238      HRESULT (WINAPI *get_RestrictedAddressList)(IMailRecipient *This,VARIANT *pRestrictedAddressList);
239      HRESULT (WINAPI *put_RestrictedAddressList)(IMailRecipient *This,VARIANT varRestrictedAddressList);
240      HRESULT (WINAPI *get_RestrictedAddresses)(IMailRecipient *This,CDOEXMRestrictedAddressType *pRestrictedAddresses);
241      HRESULT (WINAPI *put_RestrictedAddresses)(IMailRecipient *This,CDOEXMRestrictedAddressType varRestrictedAddresses);
242      HRESULT (WINAPI *get_ForwardTo)(IMailRecipient *This,BSTR *pForwardTo);
243      HRESULT (WINAPI *put_ForwardTo)(IMailRecipient *This,BSTR varForwardTo);
244      HRESULT (WINAPI *get_ForwardingStyle)(IMailRecipient *This,CDOEXMDeliverAndRedirect *pForwardingStyle);
245      HRESULT (WINAPI *put_ForwardingStyle)(IMailRecipient *This,CDOEXMDeliverAndRedirect varForwardingStyle);
246      HRESULT (WINAPI *get_HideFromAddressBook)(IMailRecipient *This,VARIANT_BOOL *pHideFromAddressBook);
247      HRESULT (WINAPI *put_HideFromAddressBook)(IMailRecipient *This,VARIANT_BOOL varHideFromAddressBook);
248      HRESULT (WINAPI *get_X400Email)(IMailRecipient *This,BSTR *pX400Email);
249      HRESULT (WINAPI *put_X400Email)(IMailRecipient *This,BSTR varX400Email);
250      HRESULT (WINAPI *get_SMTPEmail)(IMailRecipient *This,BSTR *pSMTPEmail);
251      HRESULT (WINAPI *put_SMTPEmail)(IMailRecipient *This,BSTR varSMTPEmail);
252      HRESULT (WINAPI *get_ProxyAddresses)(IMailRecipient *This,VARIANT *pProxyAddresses);
253      HRESULT (WINAPI *put_ProxyAddresses)(IMailRecipient *This,VARIANT varProxyAddresses);
254      HRESULT (WINAPI *get_AutoGenerateEmailAddresses)(IMailRecipient *This,VARIANT_BOOL *pAutoGenerateEmailAddresses);
255      HRESULT (WINAPI *put_AutoGenerateEmailAddresses)(IMailRecipient *This,VARIANT_BOOL varAutoGenerateEmailAddresses);
256      HRESULT (WINAPI *get_Alias)(IMailRecipient *This,BSTR *pAlias);
257      HRESULT (WINAPI *put_Alias)(IMailRecipient *This,BSTR varAlias);
258      HRESULT (WINAPI *get_TargetAddress)(IMailRecipient *This,BSTR *varTargetAddress);
259      HRESULT (WINAPI *MailEnable)(IMailRecipient *This,BSTR TargetMailAddress);
260      HRESULT (WINAPI *MailDisable)(IMailRecipient *This);
261    END_INTERFACE
262  } IMailRecipientVtbl;
263  struct IMailRecipient {
264    CONST_VTBL struct IMailRecipientVtbl *lpVtbl;
265  };
266#ifdef COBJMACROS
267#define IMailRecipient_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
268#define IMailRecipient_AddRef(This) (This)->lpVtbl->AddRef(This)
269#define IMailRecipient_Release(This) (This)->lpVtbl->Release(This)
270#define IMailRecipient_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
271#define IMailRecipient_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
272#define IMailRecipient_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
273#define IMailRecipient_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
274#define IMailRecipient_get_IncomingLimit(This,pIncomingLimit) (This)->lpVtbl->get_IncomingLimit(This,pIncomingLimit)
275#define IMailRecipient_put_IncomingLimit(This,varIncomingLimit) (This)->lpVtbl->put_IncomingLimit(This,varIncomingLimit)
276#define IMailRecipient_get_OutgoingLimit(This,pOutgoingLimit) (This)->lpVtbl->get_OutgoingLimit(This,pOutgoingLimit)
277#define IMailRecipient_put_OutgoingLimit(This,varOutgoingLimit) (This)->lpVtbl->put_OutgoingLimit(This,varOutgoingLimit)
278#define IMailRecipient_get_RestrictedAddressList(This,pRestrictedAddressList) (This)->lpVtbl->get_RestrictedAddressList(This,pRestrictedAddressList)
279#define IMailRecipient_put_RestrictedAddressList(This,varRestrictedAddressList) (This)->lpVtbl->put_RestrictedAddressList(This,varRestrictedAddressList)
280#define IMailRecipient_get_RestrictedAddresses(This,pRestrictedAddresses) (This)->lpVtbl->get_RestrictedAddresses(This,pRestrictedAddresses)
281#define IMailRecipient_put_RestrictedAddresses(This,varRestrictedAddresses) (This)->lpVtbl->put_RestrictedAddresses(This,varRestrictedAddresses)
282#define IMailRecipient_get_ForwardTo(This,pForwardTo) (This)->lpVtbl->get_ForwardTo(This,pForwardTo)
283#define IMailRecipient_put_ForwardTo(This,varForwardTo) (This)->lpVtbl->put_ForwardTo(This,varForwardTo)
284#define IMailRecipient_get_ForwardingStyle(This,pForwardingStyle) (This)->lpVtbl->get_ForwardingStyle(This,pForwardingStyle)
285#define IMailRecipient_put_ForwardingStyle(This,varForwardingStyle) (This)->lpVtbl->put_ForwardingStyle(This,varForwardingStyle)
286#define IMailRecipient_get_HideFromAddressBook(This,pHideFromAddressBook) (This)->lpVtbl->get_HideFromAddressBook(This,pHideFromAddressBook)
287#define IMailRecipient_put_HideFromAddressBook(This,varHideFromAddressBook) (This)->lpVtbl->put_HideFromAddressBook(This,varHideFromAddressBook)
288#define IMailRecipient_get_X400Email(This,pX400Email) (This)->lpVtbl->get_X400Email(This,pX400Email)
289#define IMailRecipient_put_X400Email(This,varX400Email) (This)->lpVtbl->put_X400Email(This,varX400Email)
290#define IMailRecipient_get_SMTPEmail(This,pSMTPEmail) (This)->lpVtbl->get_SMTPEmail(This,pSMTPEmail)
291#define IMailRecipient_put_SMTPEmail(This,varSMTPEmail) (This)->lpVtbl->put_SMTPEmail(This,varSMTPEmail)
292#define IMailRecipient_get_ProxyAddresses(This,pProxyAddresses) (This)->lpVtbl->get_ProxyAddresses(This,pProxyAddresses)
293#define IMailRecipient_put_ProxyAddresses(This,varProxyAddresses) (This)->lpVtbl->put_ProxyAddresses(This,varProxyAddresses)
294#define IMailRecipient_get_AutoGenerateEmailAddresses(This,pAutoGenerateEmailAddresses) (This)->lpVtbl->get_AutoGenerateEmailAddresses(This,pAutoGenerateEmailAddresses)
295#define IMailRecipient_put_AutoGenerateEmailAddresses(This,varAutoGenerateEmailAddresses) (This)->lpVtbl->put_AutoGenerateEmailAddresses(This,varAutoGenerateEmailAddresses)
296#define IMailRecipient_get_Alias(This,pAlias) (This)->lpVtbl->get_Alias(This,pAlias)
297#define IMailRecipient_put_Alias(This,varAlias) (This)->lpVtbl->put_Alias(This,varAlias)
298#define IMailRecipient_get_TargetAddress(This,varTargetAddress) (This)->lpVtbl->get_TargetAddress(This,varTargetAddress)
299#define IMailRecipient_MailEnable(This,TargetMailAddress) (This)->lpVtbl->MailEnable(This,TargetMailAddress)
300#define IMailRecipient_MailDisable(This) (This)->lpVtbl->MailDisable(This)
301#endif
302#endif
303  HRESULT WINAPI IMailRecipient_get_IncomingLimit_Proxy(IMailRecipient *This,__LONG32 *pIncomingLimit);
304  void __RPC_STUB IMailRecipient_get_IncomingLimit_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
305  HRESULT WINAPI IMailRecipient_put_IncomingLimit_Proxy(IMailRecipient *This,__LONG32 varIncomingLimit);
306  void __RPC_STUB IMailRecipient_put_IncomingLimit_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
307  HRESULT WINAPI IMailRecipient_get_OutgoingLimit_Proxy(IMailRecipient *This,__LONG32 *pOutgoingLimit);
308  void __RPC_STUB IMailRecipient_get_OutgoingLimit_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
309  HRESULT WINAPI IMailRecipient_put_OutgoingLimit_Proxy(IMailRecipient *This,__LONG32 varOutgoingLimit);
310  void __RPC_STUB IMailRecipient_put_OutgoingLimit_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
311  HRESULT WINAPI IMailRecipient_get_RestrictedAddressList_Proxy(IMailRecipient *This,VARIANT *pRestrictedAddressList);
312  void __RPC_STUB IMailRecipient_get_RestrictedAddressList_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
313  HRESULT WINAPI IMailRecipient_put_RestrictedAddressList_Proxy(IMailRecipient *This,VARIANT varRestrictedAddressList);
314  void __RPC_STUB IMailRecipient_put_RestrictedAddressList_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
315  HRESULT WINAPI IMailRecipient_get_RestrictedAddresses_Proxy(IMailRecipient *This,CDOEXMRestrictedAddressType *pRestrictedAddresses);
316  void __RPC_STUB IMailRecipient_get_RestrictedAddresses_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
317  HRESULT WINAPI IMailRecipient_put_RestrictedAddresses_Proxy(IMailRecipient *This,CDOEXMRestrictedAddressType varRestrictedAddresses);
318  void __RPC_STUB IMailRecipient_put_RestrictedAddresses_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
319  HRESULT WINAPI IMailRecipient_get_ForwardTo_Proxy(IMailRecipient *This,BSTR *pForwardTo);
320  void __RPC_STUB IMailRecipient_get_ForwardTo_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
321  HRESULT WINAPI IMailRecipient_put_ForwardTo_Proxy(IMailRecipient *This,BSTR varForwardTo);
322  void __RPC_STUB IMailRecipient_put_ForwardTo_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
323  HRESULT WINAPI IMailRecipient_get_ForwardingStyle_Proxy(IMailRecipient *This,CDOEXMDeliverAndRedirect *pForwardingStyle);
324  void __RPC_STUB IMailRecipient_get_ForwardingStyle_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
325  HRESULT WINAPI IMailRecipient_put_ForwardingStyle_Proxy(IMailRecipient *This,CDOEXMDeliverAndRedirect varForwardingStyle);
326  void __RPC_STUB IMailRecipient_put_ForwardingStyle_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
327  HRESULT WINAPI IMailRecipient_get_HideFromAddressBook_Proxy(IMailRecipient *This,VARIANT_BOOL *pHideFromAddressBook);
328  void __RPC_STUB IMailRecipient_get_HideFromAddressBook_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
329  HRESULT WINAPI IMailRecipient_put_HideFromAddressBook_Proxy(IMailRecipient *This,VARIANT_BOOL varHideFromAddressBook);
330  void __RPC_STUB IMailRecipient_put_HideFromAddressBook_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
331  HRESULT WINAPI IMailRecipient_get_X400Email_Proxy(IMailRecipient *This,BSTR *pX400Email);
332  void __RPC_STUB IMailRecipient_get_X400Email_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
333  HRESULT WINAPI IMailRecipient_put_X400Email_Proxy(IMailRecipient *This,BSTR varX400Email);
334  void __RPC_STUB IMailRecipient_put_X400Email_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
335  HRESULT WINAPI IMailRecipient_get_SMTPEmail_Proxy(IMailRecipient *This,BSTR *pSMTPEmail);
336  void __RPC_STUB IMailRecipient_get_SMTPEmail_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
337  HRESULT WINAPI IMailRecipient_put_SMTPEmail_Proxy(IMailRecipient *This,BSTR varSMTPEmail);
338  void __RPC_STUB IMailRecipient_put_SMTPEmail_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
339  HRESULT WINAPI IMailRecipient_get_ProxyAddresses_Proxy(IMailRecipient *This,VARIANT *pProxyAddresses);
340  void __RPC_STUB IMailRecipient_get_ProxyAddresses_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
341  HRESULT WINAPI IMailRecipient_put_ProxyAddresses_Proxy(IMailRecipient *This,VARIANT varProxyAddresses);
342  void __RPC_STUB IMailRecipient_put_ProxyAddresses_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
343  HRESULT WINAPI IMailRecipient_get_AutoGenerateEmailAddresses_Proxy(IMailRecipient *This,VARIANT_BOOL *pAutoGenerateEmailAddresses);
344  void __RPC_STUB IMailRecipient_get_AutoGenerateEmailAddresses_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
345  HRESULT WINAPI IMailRecipient_put_AutoGenerateEmailAddresses_Proxy(IMailRecipient *This,VARIANT_BOOL varAutoGenerateEmailAddresses);
346  void __RPC_STUB IMailRecipient_put_AutoGenerateEmailAddresses_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
347  HRESULT WINAPI IMailRecipient_get_Alias_Proxy(IMailRecipient *This,BSTR *pAlias);
348  void __RPC_STUB IMailRecipient_get_Alias_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
349  HRESULT WINAPI IMailRecipient_put_Alias_Proxy(IMailRecipient *This,BSTR varAlias);
350  void __RPC_STUB IMailRecipient_put_Alias_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
351  HRESULT WINAPI IMailRecipient_get_TargetAddress_Proxy(IMailRecipient *This,BSTR *varTargetAddress);
352  void __RPC_STUB IMailRecipient_get_TargetAddress_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
353  HRESULT WINAPI IMailRecipient_MailEnable_Proxy(IMailRecipient *This,BSTR TargetMailAddress);
354  void __RPC_STUB IMailRecipient_MailEnable_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
355  HRESULT WINAPI IMailRecipient_MailDisable_Proxy(IMailRecipient *This);
356  void __RPC_STUB IMailRecipient_MailDisable_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
357#endif
358
359#ifndef __IMailboxStore_INTERFACE_DEFINED__
360#define __IMailboxStore_INTERFACE_DEFINED__
361  EXTERN_C const IID IID_IMailboxStore;
362#if defined(__cplusplus) && !defined(CINTERFACE)
363  struct IMailboxStore : public IDispatch {
364  public:
365    virtual HRESULT WINAPI get_EnableStoreDefaults(VARIANT *pEnableStoreDefaults) = 0;
366    virtual HRESULT WINAPI put_EnableStoreDefaults(VARIANT varEnableStoreDefaults) = 0;
367    virtual HRESULT WINAPI get_StoreQuota(__LONG32 *pStoreQuota) = 0;
368    virtual HRESULT WINAPI put_StoreQuota(__LONG32 varStoreQuota) = 0;
369    virtual HRESULT WINAPI get_OverQuotaLimit(__LONG32 *pOverQuotaLimit) = 0;
370    virtual HRESULT WINAPI put_OverQuotaLimit(__LONG32 varOverQuotaLimit) = 0;
371    virtual HRESULT WINAPI get_HardLimit(__LONG32 *pHardLimit) = 0;
372    virtual HRESULT WINAPI put_HardLimit(__LONG32 varHardLimit) = 0;
373    virtual HRESULT WINAPI get_OverrideStoreGarbageCollection(VARIANT_BOOL *pOverrideStoreGarbageCollection) = 0;
374    virtual HRESULT WINAPI put_OverrideStoreGarbageCollection(VARIANT_BOOL varOverrideStoreGarbageCollection) = 0;
375    virtual HRESULT WINAPI get_DaysBeforeGarbageCollection(__LONG32 *pDaysBeforeGarbageCollection) = 0;
376    virtual HRESULT WINAPI put_DaysBeforeGarbageCollection(__LONG32 varDaysBeforeGarbageCollection) = 0;
377    virtual HRESULT WINAPI get_GarbageCollectOnlyAfterBackup(VARIANT_BOOL *pGarbageCollectOnlyAfterBackup) = 0;
378    virtual HRESULT WINAPI put_GarbageCollectOnlyAfterBackup(VARIANT_BOOL varGarbageCollectOnlyAfterBackup) = 0;
379    virtual HRESULT WINAPI get_Delegates(VARIANT *pDelegates) = 0;
380    virtual HRESULT WINAPI put_Delegates(VARIANT varDelegates) = 0;
381    virtual HRESULT WINAPI get_HomeMDB(BSTR *varHomeMDB) = 0;
382    virtual HRESULT WINAPI get_RecipientLimit(__LONG32 *pRecipientLimit) = 0;
383    virtual HRESULT WINAPI put_RecipientLimit(__LONG32 varRecipientLimit) = 0;
384    virtual HRESULT WINAPI CreateMailbox(BSTR HomeMDBURL) = 0;
385    virtual HRESULT WINAPI DeleteMailbox(void) = 0;
386    virtual HRESULT WINAPI MoveMailbox(BSTR HomeMDBURL) = 0;
387  };
388#else
389  typedef struct IMailboxStoreVtbl {
390    BEGIN_INTERFACE
391      HRESULT (WINAPI *QueryInterface)(IMailboxStore *This,REFIID riid,void **ppvObject);
392      ULONG (WINAPI *AddRef)(IMailboxStore *This);
393      ULONG (WINAPI *Release)(IMailboxStore *This);
394      HRESULT (WINAPI *GetTypeInfoCount)(IMailboxStore *This,UINT *pctinfo);
395      HRESULT (WINAPI *GetTypeInfo)(IMailboxStore *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
396      HRESULT (WINAPI *GetIDsOfNames)(IMailboxStore *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
397      HRESULT (WINAPI *Invoke)(IMailboxStore *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
398      HRESULT (WINAPI *get_EnableStoreDefaults)(IMailboxStore *This,VARIANT *pEnableStoreDefaults);
399      HRESULT (WINAPI *put_EnableStoreDefaults)(IMailboxStore *This,VARIANT varEnableStoreDefaults);
400      HRESULT (WINAPI *get_StoreQuota)(IMailboxStore *This,__LONG32 *pStoreQuota);
401      HRESULT (WINAPI *put_StoreQuota)(IMailboxStore *This,__LONG32 varStoreQuota);
402      HRESULT (WINAPI *get_OverQuotaLimit)(IMailboxStore *This,__LONG32 *pOverQuotaLimit);
403      HRESULT (WINAPI *put_OverQuotaLimit)(IMailboxStore *This,__LONG32 varOverQuotaLimit);
404      HRESULT (WINAPI *get_HardLimit)(IMailboxStore *This,__LONG32 *pHardLimit);
405      HRESULT (WINAPI *put_HardLimit)(IMailboxStore *This,__LONG32 varHardLimit);
406      HRESULT (WINAPI *get_OverrideStoreGarbageCollection)(IMailboxStore *This,VARIANT_BOOL *pOverrideStoreGarbageCollection);
407      HRESULT (WINAPI *put_OverrideStoreGarbageCollection)(IMailboxStore *This,VARIANT_BOOL varOverrideStoreGarbageCollection);
408      HRESULT (WINAPI *get_DaysBeforeGarbageCollection)(IMailboxStore *This,__LONG32 *pDaysBeforeGarbageCollection);
409      HRESULT (WINAPI *put_DaysBeforeGarbageCollection)(IMailboxStore *This,__LONG32 varDaysBeforeGarbageCollection);
410      HRESULT (WINAPI *get_GarbageCollectOnlyAfterBackup)(IMailboxStore *This,VARIANT_BOOL *pGarbageCollectOnlyAfterBackup);
411      HRESULT (WINAPI *put_GarbageCollectOnlyAfterBackup)(IMailboxStore *This,VARIANT_BOOL varGarbageCollectOnlyAfterBackup);
412      HRESULT (WINAPI *get_Delegates)(IMailboxStore *This,VARIANT *pDelegates);
413      HRESULT (WINAPI *put_Delegates)(IMailboxStore *This,VARIANT varDelegates);
414      HRESULT (WINAPI *get_HomeMDB)(IMailboxStore *This,BSTR *varHomeMDB);
415      HRESULT (WINAPI *get_RecipientLimit)(IMailboxStore *This,__LONG32 *pRecipientLimit);
416      HRESULT (WINAPI *put_RecipientLimit)(IMailboxStore *This,__LONG32 varRecipientLimit);
417      HRESULT (WINAPI *CreateMailbox)(IMailboxStore *This,BSTR HomeMDBURL);
418      HRESULT (WINAPI *DeleteMailbox)(IMailboxStore *This);
419      HRESULT (WINAPI *MoveMailbox)(IMailboxStore *This,BSTR HomeMDBURL);
420    END_INTERFACE
421  } IMailboxStoreVtbl;
422  struct IMailboxStore {
423    CONST_VTBL struct IMailboxStoreVtbl *lpVtbl;
424  };
425#ifdef COBJMACROS
426#define IMailboxStore_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
427#define IMailboxStore_AddRef(This) (This)->lpVtbl->AddRef(This)
428#define IMailboxStore_Release(This) (This)->lpVtbl->Release(This)
429#define IMailboxStore_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
430#define IMailboxStore_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
431#define IMailboxStore_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
432#define IMailboxStore_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
433#define IMailboxStore_get_EnableStoreDefaults(This,pEnableStoreDefaults) (This)->lpVtbl->get_EnableStoreDefaults(This,pEnableStoreDefaults)
434#define IMailboxStore_put_EnableStoreDefaults(This,varEnableStoreDefaults) (This)->lpVtbl->put_EnableStoreDefaults(This,varEnableStoreDefaults)
435#define IMailboxStore_get_StoreQuota(This,pStoreQuota) (This)->lpVtbl->get_StoreQuota(This,pStoreQuota)
436#define IMailboxStore_put_StoreQuota(This,varStoreQuota) (This)->lpVtbl->put_StoreQuota(This,varStoreQuota)
437#define IMailboxStore_get_OverQuotaLimit(This,pOverQuotaLimit) (This)->lpVtbl->get_OverQuotaLimit(This,pOverQuotaLimit)
438#define IMailboxStore_put_OverQuotaLimit(This,varOverQuotaLimit) (This)->lpVtbl->put_OverQuotaLimit(This,varOverQuotaLimit)
439#define IMailboxStore_get_HardLimit(This,pHardLimit) (This)->lpVtbl->get_HardLimit(This,pHardLimit)
440#define IMailboxStore_put_HardLimit(This,varHardLimit) (This)->lpVtbl->put_HardLimit(This,varHardLimit)
441#define IMailboxStore_get_OverrideStoreGarbageCollection(This,pOverrideStoreGarbageCollection) (This)->lpVtbl->get_OverrideStoreGarbageCollection(This,pOverrideStoreGarbageCollection)
442#define IMailboxStore_put_OverrideStoreGarbageCollection(This,varOverrideStoreGarbageCollection) (This)->lpVtbl->put_OverrideStoreGarbageCollection(This,varOverrideStoreGarbageCollection)
443#define IMailboxStore_get_DaysBeforeGarbageCollection(This,pDaysBeforeGarbageCollection) (This)->lpVtbl->get_DaysBeforeGarbageCollection(This,pDaysBeforeGarbageCollection)
444#define IMailboxStore_put_DaysBeforeGarbageCollection(This,varDaysBeforeGarbageCollection) (This)->lpVtbl->put_DaysBeforeGarbageCollection(This,varDaysBeforeGarbageCollection)
445#define IMailboxStore_get_GarbageCollectOnlyAfterBackup(This,pGarbageCollectOnlyAfterBackup) (This)->lpVtbl->get_GarbageCollectOnlyAfterBackup(This,pGarbageCollectOnlyAfterBackup)
446#define IMailboxStore_put_GarbageCollectOnlyAfterBackup(This,varGarbageCollectOnlyAfterBackup) (This)->lpVtbl->put_GarbageCollectOnlyAfterBackup(This,varGarbageCollectOnlyAfterBackup)
447#define IMailboxStore_get_Delegates(This,pDelegates) (This)->lpVtbl->get_Delegates(This,pDelegates)
448#define IMailboxStore_put_Delegates(This,varDelegates) (This)->lpVtbl->put_Delegates(This,varDelegates)
449#define IMailboxStore_get_HomeMDB(This,varHomeMDB) (This)->lpVtbl->get_HomeMDB(This,varHomeMDB)
450#define IMailboxStore_get_RecipientLimit(This,pRecipientLimit) (This)->lpVtbl->get_RecipientLimit(This,pRecipientLimit)
451#define IMailboxStore_put_RecipientLimit(This,varRecipientLimit) (This)->lpVtbl->put_RecipientLimit(This,varRecipientLimit)
452#define IMailboxStore_CreateMailbox(This,HomeMDBURL) (This)->lpVtbl->CreateMailbox(This,HomeMDBURL)
453#define IMailboxStore_DeleteMailbox(This) (This)->lpVtbl->DeleteMailbox(This)
454#define IMailboxStore_MoveMailbox(This,HomeMDBURL) (This)->lpVtbl->MoveMailbox(This,HomeMDBURL)
455#endif
456#endif
457  HRESULT WINAPI IMailboxStore_get_EnableStoreDefaults_Proxy(IMailboxStore *This,VARIANT *pEnableStoreDefaults);
458  void __RPC_STUB IMailboxStore_get_EnableStoreDefaults_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
459  HRESULT WINAPI IMailboxStore_put_EnableStoreDefaults_Proxy(IMailboxStore *This,VARIANT varEnableStoreDefaults);
460  void __RPC_STUB IMailboxStore_put_EnableStoreDefaults_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
461  HRESULT WINAPI IMailboxStore_get_StoreQuota_Proxy(IMailboxStore *This,__LONG32 *pStoreQuota);
462  void __RPC_STUB IMailboxStore_get_StoreQuota_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
463  HRESULT WINAPI IMailboxStore_put_StoreQuota_Proxy(IMailboxStore *This,__LONG32 varStoreQuota);
464  void __RPC_STUB IMailboxStore_put_StoreQuota_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
465  HRESULT WINAPI IMailboxStore_get_OverQuotaLimit_Proxy(IMailboxStore *This,__LONG32 *pOverQuotaLimit);
466  void __RPC_STUB IMailboxStore_get_OverQuotaLimit_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
467  HRESULT WINAPI IMailboxStore_put_OverQuotaLimit_Proxy(IMailboxStore *This,__LONG32 varOverQuotaLimit);
468  void __RPC_STUB IMailboxStore_put_OverQuotaLimit_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
469  HRESULT WINAPI IMailboxStore_get_HardLimit_Proxy(IMailboxStore *This,__LONG32 *pHardLimit);
470  void __RPC_STUB IMailboxStore_get_HardLimit_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
471  HRESULT WINAPI IMailboxStore_put_HardLimit_Proxy(IMailboxStore *This,__LONG32 varHardLimit);
472  void __RPC_STUB IMailboxStore_put_HardLimit_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
473  HRESULT WINAPI IMailboxStore_get_OverrideStoreGarbageCollection_Proxy(IMailboxStore *This,VARIANT_BOOL *pOverrideStoreGarbageCollection);
474  void __RPC_STUB IMailboxStore_get_OverrideStoreGarbageCollection_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
475  HRESULT WINAPI IMailboxStore_put_OverrideStoreGarbageCollection_Proxy(IMailboxStore *This,VARIANT_BOOL varOverrideStoreGarbageCollection);
476  void __RPC_STUB IMailboxStore_put_OverrideStoreGarbageCollection_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
477  HRESULT WINAPI IMailboxStore_get_DaysBeforeGarbageCollection_Proxy(IMailboxStore *This,__LONG32 *pDaysBeforeGarbageCollection);
478  void __RPC_STUB IMailboxStore_get_DaysBeforeGarbageCollection_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
479  HRESULT WINAPI IMailboxStore_put_DaysBeforeGarbageCollection_Proxy(IMailboxStore *This,__LONG32 varDaysBeforeGarbageCollection);
480  void __RPC_STUB IMailboxStore_put_DaysBeforeGarbageCollection_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
481  HRESULT WINAPI IMailboxStore_get_GarbageCollectOnlyAfterBackup_Proxy(IMailboxStore *This,VARIANT_BOOL *pGarbageCollectOnlyAfterBackup);
482  void __RPC_STUB IMailboxStore_get_GarbageCollectOnlyAfterBackup_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
483  HRESULT WINAPI IMailboxStore_put_GarbageCollectOnlyAfterBackup_Proxy(IMailboxStore *This,VARIANT_BOOL varGarbageCollectOnlyAfterBackup);
484  void __RPC_STUB IMailboxStore_put_GarbageCollectOnlyAfterBackup_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
485  HRESULT WINAPI IMailboxStore_get_Delegates_Proxy(IMailboxStore *This,VARIANT *pDelegates);
486  void __RPC_STUB IMailboxStore_get_Delegates_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
487  HRESULT WINAPI IMailboxStore_put_Delegates_Proxy(IMailboxStore *This,VARIANT varDelegates);
488  void __RPC_STUB IMailboxStore_put_Delegates_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
489  HRESULT WINAPI IMailboxStore_get_HomeMDB_Proxy(IMailboxStore *This,BSTR *varHomeMDB);
490  void __RPC_STUB IMailboxStore_get_HomeMDB_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
491  HRESULT WINAPI IMailboxStore_get_RecipientLimit_Proxy(IMailboxStore *This,__LONG32 *pRecipientLimit);
492  void __RPC_STUB IMailboxStore_get_RecipientLimit_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
493  HRESULT WINAPI IMailboxStore_put_RecipientLimit_Proxy(IMailboxStore *This,__LONG32 varRecipientLimit);
494  void __RPC_STUB IMailboxStore_put_RecipientLimit_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
495  HRESULT WINAPI IMailboxStore_CreateMailbox_Proxy(IMailboxStore *This,BSTR HomeMDBURL);
496  void __RPC_STUB IMailboxStore_CreateMailbox_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
497  HRESULT WINAPI IMailboxStore_DeleteMailbox_Proxy(IMailboxStore *This);
498  void __RPC_STUB IMailboxStore_DeleteMailbox_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
499  HRESULT WINAPI IMailboxStore_MoveMailbox_Proxy(IMailboxStore *This,BSTR HomeMDBURL);
500  void __RPC_STUB IMailboxStore_MoveMailbox_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
501#endif
502
503  EXTERN_C const CLSID CLSID_MailGroup;
504#ifdef __cplusplus
505  class MailGroup;
506#endif
507  EXTERN_C const CLSID CLSID_MailRecipient;
508#ifdef __cplusplus
509  class MailRecipient;
510#endif
511  EXTERN_C const CLSID CLSID_Mailbox;
512#ifdef __cplusplus
513  class Mailbox;
514#endif
515  EXTERN_C const CLSID CLSID_FolderAdmin;
516#ifdef __cplusplus
517  class FolderAdmin;
518#endif
519  EXTERN_C const CLSID CLSID_ExchangeServer;
520#ifdef __cplusplus
521  class ExchangeServer;
522#endif
523  EXTERN_C const CLSID CLSID_FolderTree;
524#ifdef __cplusplus
525  class FolderTree;
526#endif
527  EXTERN_C const CLSID CLSID_PublicStoreDB;
528#ifdef __cplusplus
529  class PublicStoreDB;
530#endif
531  EXTERN_C const CLSID CLSID_MailboxStoreDB;
532#ifdef __cplusplus
533  class MailboxStoreDB;
534#endif
535  EXTERN_C const CLSID CLSID_StorageGroup;
536#ifdef __cplusplus
537  class StorageGroup;
538#endif
539
540#ifndef __CDOEXMInterfaces_MODULE_DEFINED__
541#define __CDOEXMInterfaces_MODULE_DEFINED__
542  const BSTR cdoexmIMailRecipient = L"IMailRecipient";
543  const BSTR cdoexmIMailboxStore = L"IMailboxStore";
544  const BSTR cdoexmIDistributionList = L"IDistributionList";
545  const BSTR cdoexmIExchangeServer = L"IExchangeServer";
546  const BSTR cdoexmIFolderTree = L"IFolderTree";
547  const BSTR cdoexmIPublicStoreDB = L"IPublicStoreDB";
548  const BSTR cdoexmIMailboxStoreDB = L"IMailboxStoreDB";
549  const BSTR cdoexmIStorageGroup = L"IStorageGroup";
550  const BSTR cdoexmIFolderAdmin = L"IFolderAdmin";
551  const BSTR cdoexmIADs = L"IADs";
552#endif
553#endif
554
555#ifdef __cplusplus
556}
557#endif
558#endif
559