Skip to main content

TcxSchedulerWebServiceStorageOfficeProvider.ContentType Property

Specifies the required user event description format.

Declaration

property ContentType: TContentType read; write; default TContentType.Default;

Property Value

Type Default Description
TcxSchedulerWebServiceStorageOfficeProvider.TContentType Default

Enumerates user event description formats that are available for use in the online Microsoft account event data provider.

Remarks

You can use this property to change the default content format in which the online event data provider obtains user event descriptions from a connected online calendar. The Microsoft Outlook® REST API can return event descriptions in plain text or HTML format. Refer to the TContentType nested type description for detailed information on all available options.

Note

The current Scheduler control implementation can display user event descriptions only in the plain text format.

The ContentType property’s default value is TContentType.Default.

See Also