Share via


MobileItem.Forward Method (Outlook)

Executes the Forward action for an item and returns the resulting copy as a MobileItem object.

Version Information

Version Added: Outlook 2010

Syntax

expression .Forward

expression A variable that represents a MobileItem object.

Return Value

A MobileItem object that represents the copy of the item that is forwarded.

Remarks

Compared to the Forward method of the MailItem object, the MobileItem.Forward method simplifies the header lines of the original message in the resulting message body. Messages for Short Message Service (SMS) and slide Multimedia Messaging Service (MMS) do not have header lines in the resulting message body. For non-slide MMS messages, the subject, sender, and sent time of the original message are added to the beginning of the resulting message body.

See Also

Concepts

MobileItem Object Members

MobileItem Object