MeetingItem.Forward Method
Outlook Developer Reference |
Executes the Forward action for an item and returns the resulting copy as a MeetingItem object.
Syntax
expression.Forward
expression A variable that represents a MeetingItem object.
Return Value
A MeetingItem object that represents the new meeting item.
See Also