J
jorgen.slettahjell
I am currently developing an add-in in c# for Outlook 2003 and have
encountered a couple of issues. I believe they are not directly
connected to the add-in, but I have seen some strange things happen
before....
Connected to the server, the user might want to rename his IMAP
folders. Most of the folders are not supposed to be renamed from the
client, and these restrictions have been set on the server.
So when the client tries to rename a folder, the client asks the
server if it is ok, and the server returns with the result and the
folder is not renamed. The problem appears if the user tries to rename
the same folder twice in a row. The second time the client (Outlook)
does NOT send a request to the server and instead it shuts the
connection down and all functionality just stops working.
Is there ANYTHING I can do with my add-in to fix this issue? Or
anything I can do anywhere else? My users are definitely not happy
about this bug.
My second problem is similar, something I don't see I can fix with my
add-in, but perhaps MIGHT be fixed with my add-in after all..
I got a default view on my folders, with a lot of custom fields to
show to the user.
The default behavior is to use ... and arrange the view by Date. Now,
if I right click on a column and set it the view to be arranged by
date, it works as it should. The view is group up and shows Today,
Yesterday etc. This is fine as long as I stay in this folder. If I
switch to another folder and back, the view is still group by Date,
but instead of the actual days and dates it says "Date: None" in every
bracket. By default, it always says None until I actively sets the
grouping.
Any suggestions?
encountered a couple of issues. I believe they are not directly
connected to the add-in, but I have seen some strange things happen
before....
Connected to the server, the user might want to rename his IMAP
folders. Most of the folders are not supposed to be renamed from the
client, and these restrictions have been set on the server.
So when the client tries to rename a folder, the client asks the
server if it is ok, and the server returns with the result and the
folder is not renamed. The problem appears if the user tries to rename
the same folder twice in a row. The second time the client (Outlook)
does NOT send a request to the server and instead it shuts the
connection down and all functionality just stops working.
Is there ANYTHING I can do with my add-in to fix this issue? Or
anything I can do anywhere else? My users are definitely not happy
about this bug.
My second problem is similar, something I don't see I can fix with my
add-in, but perhaps MIGHT be fixed with my add-in after all..
I got a default view on my folders, with a lot of custom fields to
show to the user.
The default behavior is to use ... and arrange the view by Date. Now,
if I right click on a column and set it the view to be arranged by
date, it works as it should. The view is group up and shows Today,
Yesterday etc. This is fine as long as I stay in this folder. If I
switch to another folder and back, the view is still group by Date,
but instead of the actual days and dates it says "Date: None" in every
bracket. By default, it always says None until I actively sets the
grouping.
Any suggestions?