AppointmentItem.Move Method (Outlook)

Moves a Microsoft Outlook item to a new folder.

Syntax

expression .Move(DestFldr)

expression A variable that represents an AppointmentItem object.

Parameters

Name

Required/Optional

Data Type

Description

DestFldr

Required

Folder

The destination folder.

Return Value

An Object value that represents the item which has been moved to the designated folder.

See Also

Concepts

AppointmentItem Object Members

AppointmentItem Object