_AppointmentItem.RequiredAttendees Property

Definition

Returns a semicolon-delimited String (string in C#) of required attendee names for the meeting appointment. Read/write.

public:
 property System::String ^ RequiredAttendees { System::String ^ get(); void set(System::String ^ value); };
public string RequiredAttendees { get; set; }
Public Property RequiredAttendees As String

Property Value

Remarks

This property only contains the display names for the required attendees. The attendee list should be set by using the Recipients collection.

Applies to