A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Handling Outlook COM exceptions in .Net



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old February 23rd 06, 12:45 PM posted to microsoft.public.outlook.program_addins
[email protected]
external usenet poster
 
Posts: 3
Default Handling Outlook COM exceptions in .Net

Hi,

I has anybody encountered the following behaviour:
COM exception thrown from Outlook, when handled in .Net,
has different HRESULT every time, for the same error..

E.g.
I cause an exception by using a wrong filter in restrict (adding ZZZ)


Outlook.Items inboxItemsCollection;
inboxItemsCollection.Restrict("[ReceivedTimeZZZ = '#2/23/2006
14:18#'")

I get exception:
"The property "ReceivedTimeZZZ" is unknown."

The value in class System.Runtime.InteropServices.COMException
of ErrorCode is -1317928951

and in another call it will be
ErrorCode -1005453303

on every call (exception), ErrorCode will get a different value.


Is this a known problem ? in Outlook ? Interop ?
It occurs on various methods, not just Restrict.

It is also discussed he
http://groups.google.com/group/micro...a91332ac0e89f3


Thanks for any help.
Si.

  #2  
Old February 23rd 06, 01:26 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Handling Outlook COM exceptions in .Net

You may be running up against any or all of these three issues with Restrict:

1) You can use Find and Restrict with custom fields only if those fields have been defined in the folder, not just in individual items. A good test is whether a folder view can show the data in those fields from the User-defined Fields in Folder list of fields.

2) The proper syntax for the field name is to enclose it in square brackets; you have only an open bracket, not a closing bracket.

3) The date element must be enclosed in text quotes, not date quotes and definitely not both kinds of quotes, which is how you have it.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


wrote in message oups.com...
Hi,

I has anybody encountered the following behaviour:
COM exception thrown from Outlook, when handled in .Net,
has different HRESULT every time, for the same error..

E.g.
I cause an exception by using a wrong filter in restrict (adding ZZZ)


Outlook.Items inboxItemsCollection;
inboxItemsCollection.Restrict("[ReceivedTimeZZZ = '#2/23/2006
14:18#'")

I get exception:
"The property "ReceivedTimeZZZ" is unknown."

The value in class System.Runtime.InteropServices.COMException
of ErrorCode is -1317928951

and in another call it will be
ErrorCode -1005453303

on every call (exception), ErrorCode will get a different value.


Is this a known problem ? in Outlook ? Interop ?
It occurs on various methods, not just Restrict.

It is also discussed he
http://groups.google.com/group/micro...a91332ac0e89f3


Thanks for any help.
Si.

  #3  
Old February 23rd 06, 02:59 PM posted to microsoft.public.outlook.program_addins
[email protected]
external usenet poster
 
Posts: 3
Default Handling Outlook COM exceptions in .Net

Hi,
Thanks for your reply.

Using "Restrict" was just a sample how to cause an exception.
It can be seen also on "Outlook.Recipient.FreeBusy" and
"Attachments.Add".
The issue is that in COM, the practice is to compare the HRESULT value
against a list of known numeric values (or test certain bits)
but here, the numeric value seem to be random, and only the description
is the same (at least it's prolog).

As for your comments, this syntax of the filter seems to work fine so
far.
The date element was enclosed with "#", to avoid any ambiguity as
whether 7/4 is July's 4th, or April's 7th.
I didn't find any documentation about the compatibility of the syntax
among OS with different cultures used, so I used this one, which seems
to work.

Itzik.

  #4  
Old February 24th 06, 06:53 AM posted to microsoft.public.outlook.program_addins
Josh Einstein
external usenet poster
 
Posts: 57
Default Handling Outlook COM exceptions in .Net

I've run into this too and in some exceptions I don't even get a
description.

--
Josh Einstein
Einstein Technologies
Microsoft Tablet PC MVP
Tablet Enhancements for Outlook 2.0 - Try it free for 14 days
www.tabletoutlook.com


wrote in message
ups.com...
Hi,
Thanks for your reply.

Using "Restrict" was just a sample how to cause an exception.
It can be seen also on "Outlook.Recipient.FreeBusy" and
"Attachments.Add".
The issue is that in COM, the practice is to compare the HRESULT value
against a list of known numeric values (or test certain bits)
but here, the numeric value seem to be random, and only the description
is the same (at least it's prolog).

As for your comments, this syntax of the filter seems to work fine so
far.
The date element was enclosed with "#", to avoid any ambiguity as
whether 7/4 is July's 4th, or April's 7th.
I didn't find any documentation about the compatibility of the syntax
among OS with different cultures used, so I used this one, which seems
to work.

Itzik.



 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Event handling? [email protected] Add-ins for Outlook 0 January 25th 06 01:40 PM
Event handling? [email protected] Add-ins for Outlook 0 January 25th 06 01:40 PM
Handling Task Item Delete Event AtulSureka Outlook - Using Forms 0 January 24th 06 10:25 AM
How to Create Exceptions to Recurring Appointment Sabrina Outlook - General Queries 1 January 11th 06 02:10 PM
How to handling Custom Form Control Event in VB Com Add-In? Raphaël ZHOU \(Jadiam\) Outlook - Using Forms 1 January 11th 06 07:31 AM


All times are GMT +1. The time now is 06:23 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.