I am creating a pst file in Outlook using C#, and Addin express. The new pst file (\"My Inbox\") should have Inbox,Sent Items, Outbox.
I am using Independentsoft\'s WebDav API to create a calendar appointment. I would like to set the category of the appointment.
We have a web application that allows users to send out customized emails to company employees and all recipients use Outlook 2007 as their email client.In rare occasions, it is possible that an email
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
In python w/ Outlook 2007, using win32com and/or active_directory, how can I get a reference to a sub-folder so that I may move a MailItem to this sub-folder?
Is there any way to set a custom Icon of an Outlook fo开发者_JAVA技巧lder or subfolder using Outlook object model?As from Outlook 2010 you can use MAPIFolder.SetCUstomIcon as described above.
I\'m trying to get a specific folder in outlook with c#.Someone else had the same issue here Using Outlook API to get to a specific folder but when using the Folders collection I\'m not sure how to ge
I have added Two buttons that send and copy and send and move emails from outlook to our document management system that sits in Sharepoint. I have both buttons working but the automatic spellcheck in
Is there any way to get all mail from an specific开发者_开发百科 Folder into my Application?Check this link. Introduction to Outlook Programming will explain things more clearly.
We are developing Outlook 2007 add-in. For testing outlook category renaming I\'ve added the following code block