Namespace:  RedCritterOutlookClassesV1
Assembly:  RedCritterOutlookClassesV1 (in RedCritterOutlookClassesV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public List<OutlookAppointmentRecipient> Recipients { get; set; }
Public Property Recipients As List(Of OutlookAppointmentRecipient)
public:
property List<OutlookAppointmentRecipient^>^ Recipients {
	List<OutlookAppointmentRecipient^>^ get ();
	void set (List<OutlookAppointmentRecipient^>^ value);
}

See Also