_AppointmentItem.RequiredAttendees 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.
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.