Share via


SharingItem.Parent Property

Outlook Developer Reference

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

Version Information
 Version Added:  Outlook 2007

Syntax

expression.Parent

expression   A variable that represents a SharingItem object.

Remarks

If the SharingItem was just created, this property returns a Folder object representing the Inbox folder. Otherwise, this property returns a Folder object representing the folder in which the SharingItem was saved.

See Also