Create tasks for outlook.com and a second Tasks folder

Create tasks for outlook.com and a second Tasks folder

This VBA code sample is the result of a discussion in the Microsoft Answers forum. Because of recent changes at Outlook.com, tasks, appointments, and contacts do not support attachments. You can add attachments to the items in Outlook 2013, but the attachments are hidden.

Create Tasks from Email and move to different Task folders

Create Tasks from Email and move to different Task folders

Use this macro to create tasks from email messages and move them to different task folders.

Change Category when Task is marked Completed

Use the ItemChange event to run a macro when the value in a field is changed in Outlook. In this example, when a task is marked complete, the Category is updated.

What you need to know about IMAP accounts in Outlook 2013

What you need to know about IMAP accounts in Outlook 2013

Outlook 2013 changes how IMAP accounts are handled. Instead of using two data files, Outlook 2013 uses an .ost file for IMAP accounts and stores appointments, tasks, contacts, and notes in the ost, in folders labeled "(This computer only)".

Use a default subject for New messages

Use a default subject for New messages

How to use a VBA macro to insert a predefined text into the subject field of a new messages. Method works with any Outlook item type.

Create a Task when a message is flagged

Create a Task when a message is flagged

Use the ItemChange event to run a macro when an Outlook item is changed. In this example, a task is created when the Quick Click Flag is clicked.

Assign one task to several people

Assign one task to several people

Use VBA to assign tasks to selected contacts. When a task is assigned to one person, you can keep a copy of the task in your Task folder and the person who accepts the task can send you updates. If the Task is assigned to multiple people, Outlook can’t track it and update the status.

Automatically create a task when sending a message

Automatically create a task when sending a message

How to automatically create tasks for message you send using a VBA macro.

Eight Cool Outlook Features

Eight Cool Outlook Features

Outlook has a lot of cool features that a lot of people want but haven't discovered so I wrote this list of my favorite features that are in all versions of Outlook.

Embedded Objects are Blocked in Outlook Tasks

Embedded Objects are Blocked in Outlook Tasks

How to avoid the error message: "Outlook blocked access to the following potentially unsafe attachments" after inserting objects into Outlook Tasks or using Word's Create Outlook Task command.