Skip to main content

_AppointmentItem.Body Property

Gets or sets the text displayed in the appointment’s body.

Namespace: DevExpress.XtraScheduler.Outlook.Interop

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

string Body { get; set; }

Property Value

Type Description
String

A string containing the body text.

See Also