Sign in
Office and Office 365 dev blog
The official Microsoft blog for Office and Office 365 developers
Tags
"Open XML"
64 bit
Access
add-in
announcement
appointment
attachment
book excerpt
Click-to-Run
code sample contribution
custom ribbon
developer roadmap
documentation
Excel
Excel 2013 Preview
Excel Services
Excel Web App
Exchange
fields
help
helper class
how do I
how to
InfoPath
install
interfaces
JavaScript
JSOM
LINQ
locale
localization
macro
mail app
managed code
MAPI
MAPI code samples
MAPI interfaces
MAPI properties
meeting request
MFCMAPI
MSDN
MVP
MySpace for Outlook
named property
nickname cache
nk2
Office
Office 15
Office 2013
Office developer documentation
Office Mobile Service
Office Web Apps
OfficeTalk
OMS
OneNote
Open XML
OSC
OSC provider extensibility
Outlook
Outlook 2010
Outlook Auxiliary Reference
Outlook Social Connector
Outlook Social Connector Provider Proxy Library
Outlook Social Connector provider reference
Outlook version
PidTagAttachDateBinary
PidTagBody
PidTagRoamingBinary
PowerPoint
PR_ROAMING_BINARYSTREAM
preview
Project
properties
protocol documents
Publisher
REST
ribbon
SDK
search string
security
Shapes
SharePoint
SharePoint Server 2010
SkyDrive
start Excel
time reporting
training
update
VBA
VBA. filter date
VHT
video
virtual environment
Visio
Visio Services
visual how-to
Word
Word Automation Services
Word object model
XML
Browse by Tags
MSDN Blogs
>
Office and Office 365 dev blog
>
All Tags
>
outlook 2010
Tagged Content List
Blog Post:
Customizing the Outlook experience of attaching files from a SharePoint document library
angelgolfer
Do you use SharePoint and Outlook? I recently acquired an article and sample code from one of our Microsoft consultants, Ben Roscorla, to show how to create an Outlook add-in to support a functionally rich and yet visually consistent experience to attach SharePoint documents to an email message. The...
on
26 Apr 2012
Blog Post:
Referencing Outlook field and property names in non-English locales
angelgolfer
In Microsoft Outlook, fields store values in forms and properties store values in macros or add-ins. If you use forms, macros, or add-ins that reference standard or custom fields in non-English locales, you should be aware that the forms or code should reference standard and custom fields using their...
on
29 Jan 2012
Blog Post:
Creating a helper class in C# to access common Outlook item members
angelgolfer
In Microsoft Outlook, items such as MailItem , ContactItem and AppointmentItem have similar properties and methods. For example, the Application , Attachments , Body , Categories , and Class properties, and Close , Copy , and Display methods are common to all Outlook item objects. The COM-based Outlook...
on
16 Dec 2011
Blog Post:
Outlook 2010 MAPI Reference has been updated!
angelgolfer
The Outlook 2010 MAPI Reference has recently been updated on MSDN. The Nickname Cache topic is now in sync with my earlier blog post Programmatically Accessing the Nickname Cache in Outlook 2010 . What's New in This Edition lists the following updates: Using Microsoft Outlook 2010 and 64-bit...
on
26 Aug 2011
Blog Post:
Running Sample Outlook Add-in's
angelgolfer
A few customers have asked about how to run the time-reporting add-in that was published on MSDN as Creating a Simple Time-Reporting Tool Based on the Outlook 2010 Calendar , and discussed in the blog post Time-Reporting Tool now Available as an Outlook Add-in! In general, because the main reason...
on
20 Jul 2011
Blog Post:
Attaching a File or an Outlook Item to an Outlook Message
angelgolfer
Attaching a file to a Microsoft Outlook mail item is one of the most popular customer actions in Outlook. Naturally, many power users also ask how to do this programmatically. The Outlook object model provides the Attachment object, Attachments.Add method, and an Attachments property for each of...
on
15 Jul 2011
Blog Post:
Importing Charts, Customizing the Ribbon, Starting Excel from Outlook
angelgolfer
Often I see customers on forums asking how to display custom user interface in the Office Fluent ribbon under some specific conditions. For example, how to display a custom ribbon only for mail inspectors, or, how would one tell the inspector is in compose mode and not read mode. Browsing just the titles...
on
24 Jun 2011
Blog Post:
Programmatically Accessing the Nickname Cache in Outlook 2010
angelgolfer
I recently chatted with our MAPI expert Stephen Griffin and would like to share what I learned about the Outlook nickname cache. The nickname cache is the list of recipient names that is displayed when you insert names in the To, Cc, or Bcc field in an Outlook email or meeting request. The nickname...
on
13 Jun 2011
Blog Post:
Nice Roll-up of Recent Publications: Access, Excel, Office, OneNote, Outlook, Visio, Word
angelgolfer
API References and SDKs Component API Reference for Office 2010 Outlook 2010 Developer Reference (MSDN refresh) Outlook 2010 Primary Interop Assembly Reference (MSDN refresh) OneNote Developer Reference: Application Interface Technical Articles ...
on
6 May 2011
Blog Post:
Time-Reporting Tool now Available as an Outlook Add-in!
angelgolfer
The time reporting macro that I blogged about a few months ago has been implemented as a C# Outlook 2010 add-in. The add-in's Visual Studio project is now available for download as part of the Visual How To Creating a Simple Time-Reporting Tool Based on the Outlook 2010 Calendar . This add-in has significant...
on
3 May 2011
Blog Post:
Automating Highlighting of Search Results in an Outlook Message
angelgolfer
Do you know about the new Outlook add-in that automates highlighting of your search string in an email message? The Visual How To, Automating Search Highlighting in Outlook 2010 , provides a real add-in that you can build in Visual Studio and run with Outlook 2010, and that improves your experience searching...
on
20 Apr 2011
Blog Post:
How Do I Extend Outlook to Do…
angelgolfer
Frequently we come across the question “How do I extend Outlook to do <a task>”. Depending on how extensive the task is, you might look for your answer in one or more of the following ways: Use a search engine to see if someone has posted a solution to a similar question on...
on
10 Apr 2011
Blog Post:
How to Search for a String in an Outlook Email Message and Automate a Reply that Contains the String
angelgolfer
I’d like to demonstrate a technique that helps automating email replies – when creating a reply to a message, search for a specific string, such as a reference number or item number, from the original message; dynamically create a greeting using the search result, and then automatically insert...
on
15 Mar 2011
Blog Post:
How to Log On to a Specific Profile in Outlook 2010
angelgolfer
You can use the Outlook object model to log on to a custom MAPI profile or the default profile. When you first start Outlook on a computer, if you would like to programmatically log on to a custom profile (that is different from the default profile), you can use the Logon method of the NameSpace object...
on
22 Feb 2011
Blog Post:
A Real Outlook Social Connector Provider that Uses the OSC Provider Proxy Library
angelgolfer
I last blogged about using the Microsoft Outlook Social Connector (OSC) provider extensibility to create an OSC provider. You can explicitly implement the provider extensibility interfaces of OSC 1.1. Alternatively, you can use the OSC Provider Proxy Library that Patrick Creehan created and then updated...
on
27 Jan 2011
Blog Post:
Tips for Filtering Items Using Date-time Comparison
angelgolfer
In my recent posting about a time-reporting macro, I mentioned a workaround to have the macro include appointments that fall outside of the normal work hours set in the Outlook Options dialog box. Alert : If you have appointments in your date range that start and end before the beginning of work hours...
on
24 Nov 2010
Blog Post:
New Releases of the Outlook 2010 Auxiliary Reference and Outlook 2010 MAPI Reference
angelgolfer
This week our group published the Outlook 2010 Auxiliary Reference , and updated the Outlook 2010 MAPI Reference ! The two references have been reorganized such that all content pertaining to MAPI for Outlook is now centralized in the Outlook 2010 MAPI Reference. The Outlook 2010 Auxiliary Reference...
on
20 Nov 2010
Blog Post:
Improving Outlook Performance (Part II): Video and Sample Add-In to Show Filtering Items in a Folder
angelgolfer
In the Outlook object model, the Table object provides a light-weight row-set that allows fast enumeration and filtering of items in a folder. Each row in a Table corresponds to an item, and each column in the Table corresponds to a property of the item. You can call Folder.GetTable to obtain a Table...
on
13 Oct 2010
Blog Post:
Improving Outlook Performance (Part I): Video and Sample Add-In to Show Setting and Getting Multiple Custom Properties
angelgolfer
Microsoft Outlook supports properties for items and folders. For example, a MailItem object has built-in properties such as the To , Subject , and Body properties, and a Folder object has built-in properties such as the Name and CurrentView properties. Developers can create custom properties for items...
on
12 Oct 2010
Blog Post:
A Simple Macro to Track Your Time in the Outlook Calendar
angelgolfer
The Scenario Do you sometimes wonder how time slipped by during the work day, and you can’t recall what projects you worked on or how much time you spent on them? I usually record how I spend my time in the Outlook calendar. For example, today, I did the following: · I spent one hour...
on
9 Oct 2010
Blog Post:
MVP Helmut Obertanner Published Outlook Articles and Sample Applications on MSDN
angelgolfer
Microsoft Most Valuable Professional (MVP), Helmut Obertanner*, published two articles on MSDN today: Developing an Inspector Wrapper for Outlook 2010 Enforcing Business Rules in Outlook 2010 Inspector Wrapper An inspector in Microsoft Outlook is a window that displays an...
on
15 Sep 2010
Blog Post:
A Few Office 2010 Object Model References Live on MSDN!
angelgolfer
Today we published a few Office 2010 object model references on the MSDN Library: Access 2010 Developer Reference Excel 2010 Developer Reference Outlook 2010 Developer Reference Project 2010 Developer Reference Word 2010 Developer Reference These versions are currently the most...
on
6 Aug 2010
Blog Post:
Outlook Social Connector 1.1 – What’s in it for Me?
angelgolfer
Microsoft announced the Microsoft Outlook Social Connector (OSC) 1.1 yesterday, together with a new Facebook provider and Windows Live Messenger provider, joining LinkedIn and MySpace in the family of OSC providers. You can go to our social network providers page to view and download any of these providers...
on
14 Jul 2010
Blog Post:
Office Mobile Service Guidelines Enhanced for Office 2010
angelgolfer
In the last month, we published a set of three articles for Microsoft Office 2010 Mobile Service . Office 2010 Mobile Service (OMS) allows users to seamlessly integrate mobile capabilities of Microsoft Outlook 2010 and Microsoft SharePoint 2010 with their mobile devices. OMS in Office 2010 is the enhanced...
on
30 Jun 2010
Blog Post:
Office Community Day Happening on June 15, 2010, Munich, Germany
angelgolfer
For those Office users who speak German: the second Office Community Day is occuring on June 15, 2010, in Munich, Germany. The focus of Office Community Day will be developing Microsoft Office 2010 business applications using Microsoft Office development tools in Visual Studio 2010 (formerly known as...
on
26 May 2010
Page 1 of 2 (36 items)
1
2