OlReferenceType Enumeration

Indicates the reference type.

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

Syntax

'Declaration
Public Enumeration OlReferenceType
'Usage
Dim instance As OlReferenceType
public enum OlReferenceType

Members

Member name Description
olWeak Weak reference
olStrong Strong reference

Remarks

Used as a parameter to the _Application.GetObjectReference method.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace