_CalendarSharing.IncludeAttachments Property

Definition

Returns or sets a Boolean (bool in C#) value that indicates whether attachments for calendar items should be included in the iCalendar (.ics) file created by the ForwardAsICal(OlCalendarMailFormat) or SaveAsICal(String) methods of the CalendarSharing object. Read/write.

public:
 property bool IncludeAttachments { bool get(); void set(bool value); };
public bool IncludeAttachments { get; set; }
Public Property IncludeAttachments As Boolean

Property Value

Remarks

True indicates that the attachments for calendar items should be included.

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

Applies to