_MobileItem.Forward Method

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Function Forward As MobileItem
'Usage
Dim instance As _MobileItem
Dim returnValue As MobileItem

returnValue = instance.Forward()
[DispIdAttribute()]
MobileItem Forward()

Return Value

Type: Microsoft.Office.Interop.Outlook.MobileItem
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

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace