Share via


_CalendarSharing.IncludeAttachments Property

Returns or sets whether attachments for calendar items should be included in the iCalendar (.ics) file created by the ForwardAsICal or SaveAsICal methods of the CalendarSharing object. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Property IncludeAttachments As Boolean
    Get
    Set
'Usage
Dim instance As _CalendarSharing
Dim value As Boolean

value = instance.IncludeAttachments

instance.IncludeAttachments = value
bool IncludeAttachments { get; set; }

Property Value

Type: System.Boolean
True if attachments for calendar items should be included; otherwise, False.

Remarks

This property must be set to false if the CalendarDetail property of the CalendarSharing object is set to olFreeBusyOnly or olFreeBusyAndSubject.

See Also

Reference

_CalendarSharing Interface

_CalendarSharing Members

Microsoft.Office.Interop.Outlook Namespace