AttachmentSelection Interface

Definition

Contains a set of Attachment objects that represent the selected attachments in an Outlook item.

public interface class AttachmentSelection : Microsoft::Office::Interop::Outlook::_AttachmentSelection
[System.Runtime.InteropServices.Guid("000630F9-0000-0000-C000-000000000046")]
public interface AttachmentSelection : Microsoft.Office.Interop.Outlook._AttachmentSelection
Public Interface AttachmentSelection
Implements _AttachmentSelection
Derived
Attributes
Implements

Remarks

This is a .NET interface derived from a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this derived interface to access all method, property, and event members of the COM object. However, if a method or event you want to use shares the same name under the same COM object, cast to the corresponding primary interface to call the method, and cast to the latest events interface to connect to the event. Refer to this topic for information about the COM object. For information about the method and property members of the COM object, see _AttachmentSelection.

The AttachmentSelection object contains a read-only collection of attachments that are selected in an item that is in the active inspector or the active explorer.

To customize the attachment shortcut menu by using Microsoft Office Fluent ribbon extensibility, use the Context property of the IRibbonControl interface to obtain an AttachmentSelection object.

Properties

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only.

(Inherited from _AttachmentSelection)
Class

Returns an OlObjectClass constant indicating the object's class. Read-only.

(Inherited from _AttachmentSelection)
Count

Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.

(Inherited from _AttachmentSelection)
Item[Object]

Returns an Attachment object from the collection.

(Inherited from _AttachmentSelection)
Location

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

(Inherited from _AttachmentSelection)
Parent

Returns the parent Object of the specified object. Read-only.

(Inherited from _AttachmentSelection)
Session

Returns the NameSpace object for the current session. Read-only.

(Inherited from _AttachmentSelection)

Methods

GetSelection(OlSelectionContents)

Returns a Selection object that contains the kind of objects specified by the SelectionContents parameter, and that are currently selected in the active explorer where the parent item of the AttachmentSelection object is.

(Inherited from _AttachmentSelection)

Applies to