Gets or sets summery of this event. In Microsoft Outlook, the SUMMARY corresponds to the "Subject" entry in the "Appointment" form.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public string Summary { get; set; }
Visual Basic
Public Property Summary As String
	Get
	Set
Visual C++
public:
property String^ Summary {
	String^ get ();
	void set (String^ value);
}

See Also