home *** CD-ROM | disk | FTP | other *** search
- // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
-
- // NOTE: Do not modify the contents of this file. If this class is regenerated by
- // Microsoft Visual C++, your modifications will be overwritten.
-
-
- #include "stdafx.h"
- #include "mreci.h"
-
- /////////////////////////////////////////////////////////////////////////////
- // CMReci
-
- IMPLEMENT_DYNCREATE(CMReci, CWnd)
-
- /////////////////////////////////////////////////////////////////////////////
- // CMReci properties
-
- BOOL CMReci::GetDetailModifiable()
- {
- BOOL result;
- GetProperty(0x1, VT_BOOL, (void*)&result);
- return result;
- }
-
- void CMReci::SetDetailModifiable(BOOL propVal)
- {
- SetProperty(0x1, VT_BOOL, propVal);
- }
-
- short CMReci::GetFetchType()
- {
- short result;
- GetProperty(0x2, VT_I2, (void*)&result);
- return result;
- }
-
- void CMReci::SetFetchType(short propVal)
- {
- SetProperty(0x2, VT_I2, propVal);
- }
-
- short CMReci::GetAddressEditNum()
- {
- short result;
- GetProperty(0x3, VT_I2, (void*)&result);
- return result;
- }
-
- void CMReci::SetAddressEditNum(short propVal)
- {
- SetProperty(0x3, VT_I2, propVal);
- }
-
- CString CMReci::GetAddressCaption()
- {
- CString result;
- GetProperty(0x4, VT_BSTR, (void*)&result);
- return result;
- }
-
- void CMReci::SetAddressCaption(LPCTSTR propVal)
- {
- SetProperty(0x4, VT_BSTR, propVal);
- }
-
- BOOL CMReci::GetResolveDialog()
- {
- BOOL result;
- GetProperty(0x5, VT_BOOL, (void*)&result);
- return result;
- }
-
- void CMReci::SetResolveDialog(BOOL propVal)
- {
- SetProperty(0x5, VT_BOOL, propVal);
- }
-
- short CMReci::GetAddRecipientClass()
- {
- short result;
- GetProperty(0x6, VT_I2, (void*)&result);
- return result;
- }
-
- void CMReci::SetAddRecipientClass(short propVal)
- {
- SetProperty(0x6, VT_I2, propVal);
- }
-
- BOOL CMReci::GetDisplayErrors()
- {
- BOOL result;
- GetProperty(0x7, VT_BOOL, (void*)&result);
- return result;
- }
-
- void CMReci::SetDisplayErrors(BOOL propVal)
- {
- SetProperty(0x7, VT_BOOL, propVal);
- }
-
- CString CMReci::GetBindString()
- {
- CString result;
- GetProperty(0x8, VT_BSTR, (void*)&result);
- return result;
- }
-
- void CMReci::SetBindString(LPCTSTR propVal)
- {
- SetProperty(0x8, VT_BSTR, propVal);
- }
-
- BOOL CMReci::GetIsBinded()
- {
- BOOL result;
- GetProperty(0x9, VT_BOOL, (void*)&result);
- return result;
- }
-
- void CMReci::SetIsBinded(BOOL propVal)
- {
- SetProperty(0x9, VT_BOOL, propVal);
- }
-
- long CMReci::GetRecipientNum()
- {
- long result;
- GetProperty(0xa, VT_I4, (void*)&result);
- return result;
- }
-
- void CMReci::SetRecipientNum(long propVal)
- {
- SetProperty(0xa, VT_I4, propVal);
- }
-
- long CMReci::GetRecipientCount()
- {
- long result;
- GetProperty(0xb, VT_I4, (void*)&result);
- return result;
- }
-
- void CMReci::SetRecipientCount(long propVal)
- {
- SetProperty(0xb, VT_I4, propVal);
- }
-
- BOOL CMReci::GetFetchRecipient()
- {
- BOOL result;
- GetProperty(0xc, VT_BOOL, (void*)&result);
- return result;
- }
-
- void CMReci::SetFetchRecipient(BOOL propVal)
- {
- SetProperty(0xc, VT_BOOL, propVal);
- }
-
- CString CMReci::GetRecipientName()
- {
- CString result;
- GetProperty(0xd, VT_BSTR, (void*)&result);
- return result;
- }
-
- void CMReci::SetRecipientName(LPCTSTR propVal)
- {
- SetProperty(0xd, VT_BSTR, propVal);
- }
-
- CString CMReci::GetRecipientAddress()
- {
- CString result;
- GetProperty(0xe, VT_BSTR, (void*)&result);
- return result;
- }
-
- void CMReci::SetRecipientAddress(LPCTSTR propVal)
- {
- SetProperty(0xe, VT_BSTR, propVal);
- }
-
- long CMReci::GetRecipientClass()
- {
- long result;
- GetProperty(0xf, VT_I4, (void*)&result);
- return result;
- }
-
- void CMReci::SetRecipientClass(long propVal)
- {
- SetProperty(0xf, VT_I4, propVal);
- }
-
- short CMReci::GetAction()
- {
- short result;
- GetProperty(0x10, VT_I2, (void*)&result);
- return result;
- }
-
- void CMReci::SetAction(short propVal)
- {
- SetProperty(0x10, VT_I2, propVal);
- }
-
- CString CMReci::GetResolveName()
- {
- CString result;
- GetProperty(0x11, VT_BSTR, (void*)&result);
- return result;
- }
-
- void CMReci::SetResolveName(LPCTSTR propVal)
- {
- SetProperty(0x11, VT_BSTR, propVal);
- }
-
- CString CMReci::GetErrorText()
- {
- CString result;
- GetProperty(0x12, VT_BSTR, (void*)&result);
- return result;
- }
-
- void CMReci::SetErrorText(LPCTSTR propVal)
- {
- SetProperty(0x12, VT_BSTR, propVal);
- }
-
- short CMReci::GetErrorNum()
- {
- short result;
- GetProperty(0x13, VT_I2, (void*)&result);
- return result;
- }
-
- void CMReci::SetErrorNum(short propVal)
- {
- SetProperty(0x13, VT_I2, propVal);
- }
-
- long CMReci::GetGetPointer()
- {
- long result;
- GetProperty(0x14, VT_I4, (void*)&result);
- return result;
- }
-
- void CMReci::SetGetPointer(long propVal)
- {
- SetProperty(0x14, VT_I4, propVal);
- }
-
- /////////////////////////////////////////////////////////////////////////////
- // CMReci operations
-
- BOOL CMReci::AddItem(LPCTSTR recipientList)
- {
- BOOL result;
- static BYTE parms[] =
- VTS_BSTR;
- InvokeHelper(0x15, DISPATCH_METHOD, VT_BOOL, (void*)&result, parms,
- recipientList);
- return result;
- }
-
- BOOL CMReci::RemoveItem(long Index)
- {
- BOOL result;
- static BYTE parms[] =
- VTS_I4;
- InvokeHelper(0x16, DISPATCH_METHOD, VT_BOOL, (void*)&result, parms,
- Index);
- return result;
- }
-
- void CMReci::Clear()
- {
- InvokeHelper(0x17, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
- }
-
- BOOL CMReci::Refresh()
- {
- BOOL result;
- InvokeHelper(0x18, DISPATCH_METHOD, VT_BOOL, (void*)&result, NULL);
- return result;
- }
-
- BOOL CMReci::BindWith(long ObjRef)
- {
- BOOL result;
- static BYTE parms[] =
- VTS_I4;
- InvokeHelper(0x19, DISPATCH_METHOD, VT_BOOL, (void*)&result, parms,
- ObjRef);
- return result;
- }
-
- void CMReci::AboutBox()
- {
- InvokeHelper(0xfffffdd8, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
- }
-