_AttachmentSelection.Location Property

Definition

Returns a OlSelectionLocation constant that specifies where the attachment selection is in the Microsoft Outlook user interface. Read-only.

public:
 property Microsoft::Office::Interop::Outlook::OlSelectionLocation Location { Microsoft::Office::Interop::Outlook::OlSelectionLocation get(); };
public Microsoft.Office.Interop.Outlook.OlSelectionLocation Location { get; }
Public ReadOnly Property Location As OlSelectionLocation

Property Value

Remarks

This property always returns the constant olAttachmentWell.

Applies to