_AppointmentItem.RequiredAttendees Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property RequiredAttendees As String
    Get
    Set
'Usage
Dim instance As _AppointmentItem
Dim value As String

value = instance.RequiredAttendees

instance.RequiredAttendees = value
[DispIdAttribute()]
string RequiredAttendees { get; set; }

Property Value

Type: System.String

Remarks

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

See Also

Reference

_AppointmentItem Interface

_AppointmentItem Members

Microsoft.Office.Interop.Outlook Namespace