_DocumentItem.Close Method
This object, member, or enumeration will be deprecated and is not intended to be used in your code.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub Close ( _
SaveMode As OlInspectorClose _
)
'Usage
Dim instance As _DocumentItem
Dim SaveMode As OlInspectorClose
instance.Close(SaveMode)
[DispIdAttribute()]
void Close(
OlInspectorClose SaveMode
)
Parameters
- SaveMode
Type: Microsoft.Office.Interop.Outlook.OlInspectorClose