MS Office Variables

(Available from version 7.0 onwards.)

MS Office variables are used to perform actions on and retrieve information about Outlook emails, email attachments, tasks, and appointments.

For instructions on how to create a complex variable, see here.

Example Project

An example workflow is presented for each method described below. All workflows are included in a sample project.

Outlook Application

This type provides a single event, New Mail, which is triggered whenever a new email is received in the Outlook inbox.

This event will not be fired unless the Outlook Application variable itself has been populated using the Get Outlook Application function from the MS Outlook built-in service. See the example provided for that function.

Events

Example

Outlook Mail Item

This type is used to represent a single email. Its properties store information about the email and its methods allow you to perform actions with the email or retrieve additional information about the email.

Properties

Methods

Outlook Attachment

This type is used to represent a single attachment to an Outlook Mail Item.

Properties

Methods

Outlook Item

This type is used to represent an Outlook task or appointment.

Properties

Functions

Variables of type Outlook Item do not have their own methods. The following functions under the MS Office > MS Outlook built-in service return lists of type Outlook Item.

Follow the links above for details of these functions and examples of their use.