_AttachmentSelection.Location Property
Returns a OlSelectionLocation constant that specifies where the attachment selection is in the Microsoft Outlook user interface. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Location As OlSelectionLocation
Get
'Usage
Dim instance As _AttachmentSelection
Dim value As OlSelectionLocation
value = instance.Location
[DispIdAttribute()]
OlSelectionLocation Location { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlSelectionLocation
Remarks
This property always returns the constant olAttachmentWell.