_AppointmentItem.OptionalAttendees 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 or sets a String (string in C#) representing the display string of optional attendees names for the appointment. Read/write.
public:
property System::String ^ OptionalAttendees { System::String ^ get(); void set(System::String ^ value); };
public string OptionalAttendees { get; set; }
Public Property OptionalAttendees As String
Property Value
Remarks
This property corresponds to the MAPI property PidTagDisplayCc.