Поделиться через


CalendarEvent.CalendarEventDetails Property

The CalendarEventDetails property provides additional information about a calendar event.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
Public Property CalendarEventDetails As CalendarEventDetails
public CalendarEventDetails CalendarEventDetails { get; set; }
public:
property CalendarEventDetails^ CalendarEventDetails {
    CalendarEventDetails^ get ();
    void set (CalendarEventDetails^ value);
}
/** @property */
public CalendarEventDetails get_CalendarEventDetails ()

/** @property */
public void set_CalendarEventDetails (CalendarEventDetails value)
public function get CalendarEventDetails () : CalendarEventDetails

public function set CalendarEventDetails (value : CalendarEventDetails)

Property Value

The CalendarEventDetails property returns a CalendarEventDetails instance that contains additional information about a calendar event.

Remarks

The GetUserAvailability method does not return detailed caller information unless the caller has read access on the target user's calendar. You can set access permissions by using the Exchange Management Shell.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)