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


CalendarItemType.OptionalAttendees Property

The OptionalAttendees property gets or sets an instance of an array of the type AttendeeType that contains attendees who are not required to attend a meeting.

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

Syntax

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

value = instance.OptionalAttendees

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

Property Value

Type: []