AttachmentSelection.Parent property (Outlook)

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

Syntax

expression.Parent

expression A variable that represents an 'AttachmentSelection' object.

Remarks

The Parent property of an AttachmentSelection object represents the Microsoft Outlook item that contains the selected attachments.

If the item is in an explorer, the value of the Parent property is the same as the first item in the selection that is returned by the Explorer.Selection property, which is Explorer.Selection.Item(1).

If the item is in an inspector, the value of the Parent property is the same as the value of the Inspector.CurrentItem property.

See also

AttachmentSelection Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.