Declared variables

In the script examples, it is assumed that you have declared the following variables:

[spacer]

Variable name

Variable type

app

Outlook.Application

nameSpace

Outlook.NameSpace

folder

Outlook.MAPIFolder

housesFolder

Outlook.MAPIFolder

mailItem

Outlook.MailItem

attachment

Outlook.Attachment

recipient

Outlook.Recipient

contactItem

Outlook.ContactItem

resolved

boolean

itemType

integer

recipientIndex

long

emailAddress

string

aName

string

jobTitle

string

toRecipients

text



Documentation Feedback