_CalendarSharing.CalendarDetail Property

Definition

Returns or sets an OlCalendarDetail value indicating the level of detail for calendar items included in the iCalendar (.ics) file created by the ForwardAsICal(OlCalendarMailFormat) or SaveAsICal(String) methods of the CalendarSharing object. Read/write.

public:
 property Microsoft::Office::Interop::Outlook::OlCalendarDetail CalendarDetail { Microsoft::Office::Interop::Outlook::OlCalendarDetail get(); void set(Microsoft::Office::Interop::Outlook::OlCalendarDetail value); };
public Microsoft.Office.Interop.Outlook.OlCalendarDetail CalendarDetail { get; set; }
Public Property CalendarDetail As OlCalendarDetail

Property Value

A OlCalendarDetail value that indicates the level of detail for calendar items.

Remarks

The value of this property determines the allowable values for the following properties of the CalendarSharing object:

Applies to