Sign in
Office Developer Blog
Brought to you by Microsoft teams working on Office developer content
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 Developer Blog
>
All Tags
>
outlook
Tagged Content List
Blog Post:
When should I choose to create a mail app versus an add-in for Outlook?
angelgolfer
Some of you may or may not be aware that alongside with the legacy COM-based Office client object models, Office 2013 supports a new apps for Office developer platform. This blog post is intended to help new and existing Office developers understand the main differences between the COM-based object models...
on
10 Dec 2012
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:
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:
Finding your way around Office developer documentation
angelgolfer
I’d like to share with those of you who are new to Office solutions development a few tips about using Office developer documentation. Where Like most Microsoft products, our most up-to-date Office developer documentation is published on MSDN Library . The most common ways to find content...
on
30 Nov 2011
Blog Post:
Survey: What kind of Access, Excel, Outlook, and Word developer documentation helps you?
angelgolfer
Our Office Dev Docs Team blog has been laying low while the team is heads-down authoring new content for our developers. Would you like to indicate the top 4 types of documentation that you find most helpful to you? Conceptual - what is the feature for, how does it work, why would one want to...
on
30 Sep 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:
New Developer Roadmaps for Outlook, Visio, and Excel
angelgolfer
Are you interested in learning to develop solutions for Outlook? The Outlook Developer Roadmap puts the the building blocks in clearer perspective. The Outlook Developer Roadmap is the latest in a series of Office developer roadmaps to help developers learn about available APIs and technologies supported...
on
18 May 2011
Blog Post:
Office Client Content Published in April 2011: Excel, Open XML, Outlook, and Visio
angelgolfer
Just wanted to provide a quick summary of content published on MSDN for Office client applications in April, 2011: API References and SDKs Office 2010 Primary Interop Assembly Reference (MSDN refresh) Open XML SDK 2.0 for Microsoft Office (April 2011 Refresh) Visio 2010...
on
17 May 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:
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
Page 1 of 2 (46 items)
1
2