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


CalendarItemType.RequiredAttendees Property

The RequiredAttendees property gets or sets an instance of an array of the type AttendeeType that represents attendees that are required to attend a meeting.

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

Syntax

'Declaration
Public Property RequiredAttendees As AttendeeType()
    Get
    Set
'Usage
Dim instance As CalendarItemType
Dim value As AttendeeType()

value = instance.RequiredAttendees

instance.RequiredAttendees = value
public AttendeeType[] RequiredAttendees { get; set; }

Property Value

Type: []
The RequiredAttendees property returns an instance an array of the type AttendeeType that represents attendees that are required to attend a meeting.