Skip to main content

_AppointmentItem.Subject Property

Gets or sets the subject for the Outlook appointment.

Namespace: DevExpress.XtraScheduler.Outlook.Interop

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

string Subject { get; set; }

Property Value

Type Description
String

A string representing the subject of an appointment.

See Also