_MobileItem Methods
Office 2010
The _MobileItem type exposes the following members.
| Name | Description | |
|---|---|---|
|
Close | Closes and optionally saves changes to the Outlook item. |
|
Copy | Creates another instance of the MobileItem object. |
|
Delete | Removes the item from the folder that contains the item. |
|
Display | Displays a new Inspector object for the item. |
|
Forward | Executes the Forward action for an item and returns the resulting copy as a MobileItem object. |
|
Move | Moves the MobileItem object to a new folder. |
|
PrintOut | Prints the Outlook item. |
|
Reply | Creates a reply, preaddressed to the original sender, from the original message. |
|
ReplyAll | Creates a reply to all original recipients from the original message. |
|
Save | Saves the MobileItem object to the current folder or, if this MobileItem object is new and has not been sent, it is saved to the default folder (Drafts) for this item type. |
|
SaveAs | Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. |
|
Send | Sends the MobileItem object. |