_AppointmentItem.OptionalAttendees Property

Definition

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.

Applies to