Is there a way in Outlook 2007 to set a follow-up flag on an email object?It looks like it was supported in Outlook 2开发者_如何学编程003 with .FlagStatus property, but I can\'t find it in 2007.From t
I am running into problems with an Outlook Add In I created. Somehow Outlook doesn\'t shut down properly. I\'ve seen all the postings about using ReleaseComObject and such.
I need to disable new item creation (new document) and Connect to Outlook in a specific document l开发者_JAVA技巧ibrary.
I am creating an Outlook 2007 add-in that adds a form region to an appointment that a Us开发者_高级运维er creates. What is the best way of storing & associating the data that the User inputs in my
How to disable security pop ups of MS Outlook using C#? I am getting the security pop up, while trying to initiate outlook task to be created using my c# application. (Using Microsoft Office Outlook
I have created a fairly sim开发者_StackOverflow中文版ple Outlook AddIn and during the install I need the users to enter a couple of configuration settings. The problem I have is when it comes to the i
I am using Microsoft.Office.Interop.Outlook in C# to access a mailbox and find messages with specific file attachments.I need to interact with the attachments.
I am developing a .NET C# application that will access the Exchange Server using the IMAP protocol. The application will retrieve emails, mark them as read, and move them from Inbox to some other fold
can you share your experience about开发者_JAVA技巧 javascript outlook calendar like control I have to add such a control to one project but don\'t have any experience at the moment
I have the following C# code to launch an outlook window.The one think i want开发者_Python百科 to add it to have certain part of the text bold and italics.how would i do that through this API?