AppointmentItem.OptionalAttendees Property

Outlook Developer Reference

Returns or sets a String representing the display string of optional attendees names for the appointment. Read/write.

Syntax

expression.OptionalAttendees

expression   A variable that represents an AppointmentItem object.

Remarks

This property corresponds to the MAPI property PR_DISPLAY_CC.

See Also