_CalendarSharing.Folder Property
Returns the Folder containing the calendar items to be shared by the CalendarSharing object. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Folder As MAPIFolder
Get
'Usage
Dim instance As _CalendarSharing
Dim value As MAPIFolder
value = instance.Folder
[DispIdAttribute()]
MAPIFolder Folder { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.MAPIFolder