![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi,
with Windows Vista x64 I was able to create the Redemption.MAPIUtils, how ever this does not work with Windows 7 and Windows Server 2008 R2 in my environment. Is a certain version required or anything else need to be considered? Did anybody get this to work? Thanks for any advice Adrian -- Adrian Miller |
Ads |
#2
|
|||
|
|||
![]()
Do you have Outlook or teh standalone version of MAPI on the problematic
machine? Keep in mind that the MAPIUtils object is being deprecated, use RDOSession instead. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Adrian Miller" wrote in message ... Hi, with Windows Vista x64 I was able to create the Redemption.MAPIUtils, how ever this does not work with Windows 7 and Windows Server 2008 R2 in my environment. Is a certain version required or anything else need to be considered? Did anybody get this to work? Thanks for any advice Adrian -- Adrian Miller |
#3
|
|||
|
|||
![]()
Hi Dmitry,
thanks for your advice. I have Outlook 2007 SP2 on the machine. My .NET 2.0 app and Outlook is running in x86 mode. I'm actually using two methods. So the solution would be to replace these as described below, right? MAPIUtils.CurrentProfileName - RDOSession.ProfileName (http://www.dimastr.com/redemption/rdo/rdosession.htm) MAPIUtils.Addressbook - RDOSession.Addressbok (http://www.dimastr.com/redemption/rd...ddressbook.htm) Thanks for any advice in advance Adrian ---- Adrian Miller "Dmitry Streblechenko" wrote in message ... Do you have Outlook or teh standalone version of MAPI on the problematic machine? Keep in mind that the MAPIUtils object is being deprecated, use RDOSession instead. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Adrian Miller" wrote in message ... Hi, with Windows Vista x64 I was able to create the Redemption.MAPIUtils, how ever this does not work with Windows 7 and Windows Server 2008 R2 in my environment. Is a certain version required or anything else need to be considered? Did anybody get this to work? Thanks for any advice Adrian -- Adrian Miller |
#4
|
|||
|
|||
![]()
yes.
Also, what exacrly do you mean by "this does not work"? -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Adrian Miller" wrote in message ... Hi Dmitry, thanks for your advice. I have Outlook 2007 SP2 on the machine. My .NET 2.0 app and Outlook is running in x86 mode. I'm actually using two methods. So the solution would be to replace these as described below, right? MAPIUtils.CurrentProfileName - RDOSession.ProfileName (http://www.dimastr.com/redemption/rdo/rdosession.htm) MAPIUtils.Addressbook - RDOSession.Addressbok (http://www.dimastr.com/redemption/rd...ddressbook.htm) Thanks for any advice in advance Adrian ---- Adrian Miller "Dmitry Streblechenko" wrote in message ... Do you have Outlook or teh standalone version of MAPI on the problematic machine? Keep in mind that the MAPIUtils object is being deprecated, use RDOSession instead. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Adrian Miller" wrote in message ... Hi, with Windows Vista x64 I was able to create the Redemption.MAPIUtils, how ever this does not work with Windows 7 and Windows Server 2008 R2 in my environment. Is a certain version required or anything else need to be considered? Did anybody get this to work? Thanks for any advice Adrian -- Adrian Miller |
#5
|
|||
|
|||
![]()
Hi Dmitry,
thanks. The error is that running .NET Code in x86 mode on x64 that Activator.CreateInstance does not instantiate MAPIUtils. Thanks again Adrian -- Adrian Miller "Dmitry Streblechenko" wrote in message ... yes. Also, what exacrly do you mean by "this does not work"? -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Adrian Miller" wrote in message ... Hi Dmitry, thanks for your advice. I have Outlook 2007 SP2 on the machine. My .NET 2.0 app and Outlook is running in x86 mode. I'm actually using two methods. So the solution would be to replace these as described below, right? MAPIUtils.CurrentProfileName - RDOSession.ProfileName (http://www.dimastr.com/redemption/rdo/rdosession.htm) MAPIUtils.Addressbook - RDOSession.Addressbok (http://www.dimastr.com/redemption/rd...ddressbook.htm) Thanks for any advice in advance Adrian ---- Adrian Miller "Dmitry Streblechenko" wrote in message ... Do you have Outlook or teh standalone version of MAPI on the problematic machine? Keep in mind that the MAPIUtils object is being deprecated, use RDOSession instead. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Adrian Miller" wrote in message ... Hi, with Windows Vista x64 I was able to create the Redemption.MAPIUtils, how ever this does not work with Windows 7 and Windows Server 2008 R2 in my environment. Is a certain version required or anything else need to be considered? Did anybody get this to work? Thanks for any advice Adrian -- Adrian Miller |
#6
|
|||
|
|||
![]()
Make sure your app is compiled as 32 bit only: since MAPI is 32 bit, and
Redemption loads it in-proc, Redemption must also be 32 bit. Which, since Redemption is an in-proc COM library, requires that the calling app must be 32 bit. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Adrian Miller" wrote in message ... Hi Dmitry, thanks. The error is that running .NET Code in x86 mode on x64 that Activator.CreateInstance does not instantiate MAPIUtils. Thanks again Adrian -- Adrian Miller "Dmitry Streblechenko" wrote in message ... yes. Also, what exacrly do you mean by "this does not work"? -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Adrian Miller" wrote in message ... Hi Dmitry, thanks for your advice. I have Outlook 2007 SP2 on the machine. My .NET 2.0 app and Outlook is running in x86 mode. I'm actually using two methods. So the solution would be to replace these as described below, right? MAPIUtils.CurrentProfileName - RDOSession.ProfileName (http://www.dimastr.com/redemption/rdo/rdosession.htm) MAPIUtils.Addressbook - RDOSession.Addressbok (http://www.dimastr.com/redemption/rd...ddressbook.htm) Thanks for any advice in advance Adrian ---- Adrian Miller "Dmitry Streblechenko" wrote in message ... Do you have Outlook or teh standalone version of MAPI on the problematic machine? Keep in mind that the MAPIUtils object is being deprecated, use RDOSession instead. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Adrian Miller" wrote in message ... Hi, with Windows Vista x64 I was able to create the Redemption.MAPIUtils, how ever this does not work with Windows 7 and Windows Server 2008 R2 in my environment. Is a certain version required or anything else need to be considered? Did anybody get this to work? Thanks for any advice Adrian -- Adrian Miller |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
redemption MAPIUtils | WLAN | Outlook - Using Forms | 3 | March 24th 09 06:11 PM |
Redemption, creating Exchange folders, and making them invisible | Mike | Add-ins for Outlook | 5 | November 13th 07 10:08 PM |
Looping through and/or creating Exchange folders via Redemption | Mike | Add-ins for Outlook | 7 | October 12th 07 08:28 PM |
Outlook Redemption problem: Retrieving the COM class factory for component with CLSID {...} failed due to the following error: 80040154. | [email protected] | Add-ins for Outlook | 1 | September 18th 06 10:44 AM |
Outlook Redemption problem: Retrieving the COM class factory for component with CLSID {...} failed due to the following error: 80040154. | [email protected] | Outlook - Using Forms | 1 | September 18th 06 10:44 AM |