CalendarEvent.Details Property

Definition

Gets the details of a calendar event.

public:
 property Microsoft::Exchange::WebServices::Data::CalendarEventDetails ^ Details { Microsoft::Exchange::WebServices::Data::CalendarEventDetails ^ get(); };
public Microsoft.Exchange.WebServices.Data.CalendarEventDetails Details { get; }
Public ReadOnly Property Details As CalendarEventDetails

Property Value

A CalendarEventDetails class object that contains the details of a calendar event. The Details property is a null reference (Nothing in Visual Basic) if the user who is making the request does not have the appropriate rights.

Applies to