I\'m using SharePoint 2010 and I want outlook to reflect whatev开发者_StackOverflow中文版er tasks I create/update/delete in my SharePoint site. How can I synchronize tasks from SharePoint to Outlook?G
I have outlook 2007, and I开发者_JAVA百科 recently sent an email with a BCC of about 75 addresses.I would like to copy and paste this BCC list into a spreadsheet to keep track of the names AND email a
I am trying to move a VBA macro code from Excel 2003 to Excel 2011. The macro requires sending an Email from Outlook. However, when I went to Tool > References to add the Outlook Object开发者_高级运维
I have an app using 32bit MAPI. Now I want to run it under a target system with 64bit Outlook installed. I know the app cannot work with the 64bit MAPI system. So I wonder if there is a way to install
Is it possible to detect which account an email is being sent via the Application_ItemSend VBA function of Outlook 2003?The accounts are POP3/SMTP on a standalone machine, and not MAPI or Exchange bas
From within an Outlook VSTO addin I want to开发者_如何转开发 clear the current selection. Is there an API for this?My current hack it to temporarily select the sent folder.
I\'ve been experimenting with building an Outlook 2010 addin in C#, using Visual Studio 2008.I am able to obtain a Microsoft.Office.Interop.Word.DocumentClass object from a Microsoft.Office.Interop.Ou
Outlook 2010 has a feature called Convesation Cleanup. This feature is implemented using the Conversation Header Outlook Object Model.
In Internet Explorer 8, it is possible to override CSS styles and HTML tags using: Tools -> Internet Options -> Accessibility (button) -> Format documents using my style sheet (check box).
Is there anyway to get around the maximum character limit on \"mailto:\"? the requirement is to have an option send email to all the persons returned by search criteria. So, on the controller side, a开