473,387 Members | 1,812 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Outlook-Jay B. Harlow

Jay, Thanks for your help with that. Unfortunately it may be beyond my
capacities because I am not certain what the guidance is implying when it
mentions the private to public of the SinkHelper. When I open the modified
dll (il) I see what seem to be classes, and fields and methods. In the
classes area all sinkhelpers are public before any edits. In the fields and
methods there are lines with sinkhelper and they begin with .class and
followed by no designation. Should those be edited to public?

Reference: http://www.microeye.com/resources/res_outlookvsnet.htm
rebuilding the outlook interop assembly
Nov 20 '05 #1
4 1333

Applied the reference below to dll and still get the same collection error
when I try to do a for each on outlook.items, which works in VBA

"Nathan Carroll" <th************@Bhutan.com> wrote in message
news:e7**************@TK2MSFTNGP09.phx.gbl...
Jay, Thanks for your help with that. Unfortunately it may be beyond my
capacities because I am not certain what the guidance is implying when it
mentions the private to public of the SinkHelper. When I open the modified dll (il) I see what seem to be classes, and fields and methods. In the
classes area all sinkhelpers are public before any edits. In the fields and methods there are lines with sinkhelper and they begin with .class and
followed by no designation. Should those be edited to public?

Reference: http://www.microeye.com/resources/res_outlookvsnet.htm
rebuilding the outlook interop assembly

Nov 20 '05 #2
Nathan,
Which version of .NET are you using (.NET 1.1 or .NET 1.0)?

Which version of VS.NET are you using (VS.NET 2002 or VS.NET 2003)?

Which version of Outlook were you using (Outlook 2000, Outlook XP, or
Outlook 2003)? (if you are using Outlook XP or 2003 you should be using the
PIA available for XP or 2003 respectively

If you read the acccompaning KB article it indicates this method only works
for VS.NET 2002 (.NET 1.0).

Also remember if you have both .NET 1.1 & .NET 1.0 installed on your machine
there will be two versions of ILDASM & ILASM. One in
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 & one in
D:\WINDOWS\Microsoft.NET\Framework\v1.0.3705

The files in V1.1.4322 are for .NET 1.1, while the files in V1.0.3705 are
for .NET 2.0. Its better not to mix them up.

Hope this helps
Jay

"Nathan Carroll" <th************@Bhutan.com> wrote in message
news:e7**************@TK2MSFTNGP09.phx.gbl...
Jay, Thanks for your help with that. Unfortunately it may be beyond my
capacities because I am not certain what the guidance is implying when it
mentions the private to public of the SinkHelper. When I open the modified dll (il) I see what seem to be classes, and fields and methods. In the
classes area all sinkhelpers are public before any edits. In the fields and methods there are lines with sinkhelper and they begin with .class and
followed by no designation. Should those be edited to public?

Reference: http://www.microeye.com/resources/res_outlookvsnet.htm
rebuilding the outlook interop assembly

Nov 20 '05 #3
Suppose this is my problem since I have 1.1 and 2003. Sorry for any
troubles.
If you read the accompanying KB article it indicates this method only works for VS.NET 2002 (.NET 1.0).



"Jay B. Harlow [MVP - Outlook]" <Ja********@email.msn.com> wrote in message
news:e5**************@TK2MSFTNGP10.phx.gbl... Nathan,
Which version of .NET are you using (.NET 1.1 or .NET 1.0)?

Which version of VS.NET are you using (VS.NET 2002 or VS.NET 2003)?

Which version of Outlook were you using (Outlook 2000, Outlook XP, or
Outlook 2003)? (if you are using Outlook XP or 2003 you should be using the PIA available for XP or 2003 respectively

If you read the acccompaning KB article it indicates this method only works for VS.NET 2002 (.NET 1.0).

Also remember if you have both .NET 1.1 & .NET 1.0 installed on your machine there will be two versions of ILDASM & ILASM. One in
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 & one in
D:\WINDOWS\Microsoft.NET\Framework\v1.0.3705

The files in V1.1.4322 are for .NET 1.1, while the files in V1.0.3705 are
for .NET 2.0. Its better not to mix them up.

Hope this helps
Jay

"Nathan Carroll" <th************@Bhutan.com> wrote in message
news:e7**************@TK2MSFTNGP09.phx.gbl...
Jay, Thanks for your help with that. Unfortunately it may be beyond my
capacities because I am not certain what the guidance is implying when it mentions the private to public of the SinkHelper. When I open the

modified
dll (il) I see what seem to be classes, and fields and methods. In the
classes area all sinkhelpers are public before any edits. In the fields

and
methods there are lines with sinkhelper and they begin with .class and
followed by no designation. Should those be edited to public?

Reference: http://www.microeye.com/resources/res_outlookvsnet.htm
rebuilding the outlook interop assembly


Nov 20 '05 #4
Nathan,
I'm not sure I needed to know which version you are on, as I will follow up
with some others to see what we can find out.

Stayed tuned!

Jay

"Nathan Carroll" <th************@Bhutan.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Suppose this is my problem since I have 1.1 and 2003. Sorry for any
troubles.
If you read the accompanying KB article it indicates this method only works
for VS.NET 2002 (.NET 1.0).





"Jay B. Harlow [MVP - Outlook]" <Ja********@email.msn.com> wrote in

message news:e5**************@TK2MSFTNGP10.phx.gbl...
Nathan,
Which version of .NET are you using (.NET 1.1 or .NET 1.0)?

Which version of VS.NET are you using (VS.NET 2002 or VS.NET 2003)?

Which version of Outlook were you using (Outlook 2000, Outlook XP, or
Outlook 2003)? (if you are using Outlook XP or 2003 you should be using

the
PIA available for XP or 2003 respectively

If you read the acccompaning KB article it indicates this method only

works
for VS.NET 2002 (.NET 1.0).

Also remember if you have both .NET 1.1 & .NET 1.0 installed on your

machine
there will be two versions of ILDASM & ILASM. One in
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 & one in
D:\WINDOWS\Microsoft.NET\Framework\v1.0.3705

The files in V1.1.4322 are for .NET 1.1, while the files in V1.0.3705 are
for .NET 2.0. Its better not to mix them up.

Hope this helps
Jay

"Nathan Carroll" <th************@Bhutan.com> wrote in message
news:e7**************@TK2MSFTNGP09.phx.gbl...
Jay, Thanks for your help with that. Unfortunately it may be beyond my capacities because I am not certain what the guidance is implying when it mentions the private to public of the SinkHelper. When I open the

modified
dll (il) I see what seem to be classes, and fields and methods. In the classes area all sinkhelpers are public before any edits. In the

fields and
methods there are lines with sinkhelper and they begin with .class and
followed by no designation. Should those be edited to public?

Reference: http://www.microeye.com/resources/res_outlookvsnet.htm
rebuilding the outlook interop assembly



Nov 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Fritz Switzer | last post by:
Can anyone provide a small snippet in C# that pulls out the Contacts in Outlook XP. I've seen a couple of examples in C++ and VB in previous newsgroup posts, but either the originals didn't work...
4
by: lauren quantrell | last post by:
Is there a way to open the MS Outlook address book using VBA and then be able to do something with the return value? I want users to click an icon to open the Outlook address book then when an...
3
by: John | last post by:
Hi I am trying to access outlook contacts folders and delete the contacts that do not contain a certain category value in the categories field. I have written the below code but am stuck with...
7
by: Chris Thunell | last post by:
I'm trying to loop through an exchange public folder contact list, get some information out of each item, and then put it into a vb.net datatable. I run though the code and all works fine until i...
2
by: JC | last post by:
Anybody knows what problem has this code? I think, in the Garbage Collector? You know the Solution? The program in the test's case, whit 350 contacts, run OK before number 86. The error is a...
4
by: Brian Hampson | last post by:
I recently upgraded to Outlook 2007 B2TR and have found that I can no longer code against MAPI.DLL It's gone :( Using C#, I used to get the MAPI session, and from that I could change the out of...
3
by: mwolowski | last post by:
Hello, I'd like to add tasks, appointments, etc using c# to outlook For example i added reference using OutLook = Microsoft.Office.Interop.Outlook; and the code: 1. ---------------------...
1
by: keri | last post by:
Hi everyone, After numerous failed attempts at this I am now trying again to solve this problem. I really would appreciate ANY help as I have been stumped with this for weeks and weeks! I...
9
by: ARC | last post by:
In case anyone has ran into this yet. The following code used to work with older versions of the MS Outlook library, but would error out in 2007: Dim objOutlook As Outlook.Application Dim...
5
by: fniles | last post by:
I am using VB.NET 2005. I created a project using the Microsoft Outlook 8.0 Object Library (Object Model) in my previous machine. Now that I have a new machine, when I try to compile that program...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.