Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 199617
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T17:02:21+00:00 2026-05-11T17:02:21+00:00

I have a need to display a custom form instead of the default inspector

  • 0

I have a need to display a custom form instead of the default inspector form for an outlook appointment item. I want to do this in C#.

There’s a good tutorial on devx but it’s using VB, and I want to use C#. So I’ve translated the code to C# and I’m having a problem where I need to override the Open event handler for the AppointmentItem (called mcAI). In the above mentioned tute, they say to do the following in VB:

Private Sub tyAI_Open(ByRef Cancel As Boolean) Handles tyAI.Open
    Cancel = True
End Sub

which to me translates as:

private void mcAI_Open(out bool Cancel)
{
    Cancel = true;
}

(Note I’ve tried this with and without an out and ref parameter, and with/without an object as the first param too)

However we need to register that this is a with the event, so I’ve put in this code:

mcAI.Open += 
    new Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler(mcAI_Open);

But I can’t compile this as I get the error:

No overload for 'mcAI_Open' matches delegate 'Microsoft.Office.Interop.Outlook.ItemEvents_10_OpenEventHandler'

Any ideas on how I am supposed to register my function for the Open event of the AppointmentItem? Thanks in advance.

(BTW there’s a MSDN QA which suggests my code should work and yet I’m still stuck.)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T17:02:21+00:00Added an answer on May 11, 2026 at 5:02 pm

    Theoretically, this should work:

    private void mcAI_Open(ref bool Cancel)
    {
        Cancel = true;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a custom asp.net server control to display images.What I need now is
I have the need to display a date in this format: dd/mm/yyyy. This is
I have a requirement wherein I need to display on a User form, a
I have a fragment that I need to display on the screen. I want
I have developed MVC web app. Now, I want to use custom form authentication
I have a bool value that I need to display as Yes or No
I have a SQL Statement where i need to display the value from another
I need to display a list of dates, which I have in a table
We have a situation where we need to display data from a database in
I have a RSS feed i need to display in a table (its clothes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.