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