Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the parent Object of the specified SharingItem. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Parent As Object
Get
'Usage
Dim instance As _SharingItem
Dim value As Object
value = instance.Parent
[DispIdAttribute()]
Object Parent { get; }
Property Value
Type: System.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.