_AppointmentItem.OptionalAttendees Property
Returns or sets a String (string in C#) representing the display string of optional attendees names for the appointment. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property OptionalAttendees As String
Get
Set
'Usage
Dim instance As _AppointmentItem
Dim value As String
value = instance.OptionalAttendees
instance.OptionalAttendees = value
string OptionalAttendees { get; set; }
Property Value
Type: System.String
Remarks
This property corresponds to the MAPI property PR_DISPLAY_CC.