![]() |
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |