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

Outlook VSTO Add-In Sending Meeting requests Twice



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old December 4th 08, 11:34 PM posted to microsoft.public.outlook.program_addins
BigDubb
external usenet poster
 
Posts: 21
Default Outlook VSTO Add-In Sending Meeting requests Twice

We have created a VSTO addin for Outlook Meetings.

As part of this we trap on the SendEvent of the message on the
FormRegionShowing event:
_apptEvents.Send += new
Microsoft.Office.Interop.Outlook.ItemEvents_SendEv entHandler(_apptEvents_Send);

The method _apptEvents_Send then tests on a couple of properties

private void _apptEvents_Send(ref bool Cancel)
{
if (!_Qualified)
{
MessageBox.Show("Meeting has not been qualified",
"Not Qualified Meeting", MessageBoxButtons.OK, MessageBoxIcon.Information);
chkQualified.Focus();
Cancel = true;
}
}

The problem that we're having is that soem users' messges get sent twice.
Once when the meeting is sent and a second time when the user re-opens
outlook.

Does anyone have any ideas on what might be causing this?

Ads
 




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
Outlook Meeting Requests David Outlook - Calandaring 3 October 8th 08 01:55 AM
Stop automatically sending meeting requests. Paul[_5_] Outlook - General Queries 3 October 15th 07 10:05 AM
Error sending meeting requests VDog Outlook - Installation 0 September 12th 06 06:29 PM
Outlook Meeting Requests [email protected] Outlook - General Queries 0 July 3rd 06 01:06 PM
the "When sending meeting requests over the Internet, use iCalendar format" option unchecked and greyed-out eric z Outlook - Calandaring 5 February 23rd 06 09:55 PM


All times are GMT +1. The time now is 08:58 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.