CalendarEvent.Details Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.