Questions tagged [officedev]

This generalized tag is used for any MS Office related development. You can include this tag if you automate, extend or customize Office, create apps, COM libraries, dlls, add-ins, etc. It is expected that questions about Office development relate to specific programming problems.

Anything related to MS Office development can be tagged with the tag.

Consider adding the below tags as additional tags to your question or select more appropriate tags to the content of your question.

Additional resources

93 questions
-1
votes
1 answer

How to populate rooms in outlook appointments dynamically via Outlook plugins?

I'm developing an Outlook plugin (VS2013/CSharp/Outlook 2010 AddIn Project) and I need to set programatically the room list that appears when you try to create an appointment. As far as I know, those rooms are loaded from the active directory, but I…
avenet
  • 2,894
  • 1
  • 19
  • 26
-2
votes
1 answer

Outlook add-in check inline reply mode

I was forwarded to stackoverflow for questions. I have created an addin for outlook that i want to publish on Add-ins store. I have received failures on my application that i need to resolve. When the user has made the action in my add-in. I close…
zip
  • 1
  • 1
-2
votes
1 answer

UserForm won't show

I'm using office developer tools and made a ribbon to access some functions. Thing is, it looks like I can't open a userform from a button, other commands seems to run normally. Code: Public Class Empresa Private Sub Button1_Click(sender As…
1 2 3 4 5 6
7