_MobileItem.Close Method
Office 2010
Closes and optionally saves changes to the Outlook item.
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
'Declaration <DispIdAttribute()> _ Sub Close ( _ SaveMode As OlInspectorClose _ ) 'Usage Dim instance As _MobileItem Dim SaveMode As OlInspectorClose instance.Close(SaveMode)
Parameters
- SaveMode
- Type: Microsoft.Office.Interop.Outlook.OlInspectorClose
The close behavior. If the item displayed within the inspector has not been changed, this argument has no effect.