Поделиться через


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

Concepts

AttachmentSelection Object

AttachmentSelection Object Members