| EventSummary Property |
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.23341.1754
Syntax public string Summary { get; set; }
Public Property Summary As String
Get
Set
public:
property String^ Summary {
String^ get ();
void set (String^ value);
}
member Summary : string with get, set
Property Value
Type:
StringSee Also