Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.22 KB

Outlook.AttachmentSelection.Parent.md

File metadata and controls

40 lines (23 loc) · 1.22 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
AttachmentSelection.Parent property (Outlook)
vbaol11.chm2942
vbaol11.chm2942
Outlook.AttachmentSelection.Parent
1c80c1fd-b7bd-288c-d017-8159ddcbd037
06/08/2017
medium

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

[!includeSupport and feedback]