Back to Devexpress

TcxSchedulerWebServiceStorageOfficeProvider.ContentType Property

vcl-cxschedulerwebservicestorageofficeprovider-dot-tcxschedulerwebservicestorageofficeprovider-99551759.md

latest1.9 KB
Original Source

TcxSchedulerWebServiceStorageOfficeProvider.ContentType Property

Specifies the required user event description format.

Declaration

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

Property Value

TypeDefaultDescription
TcxSchedulerWebServiceStorageOfficeProvider.TContentTypeDefault

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

TcxSchedulerWebServiceStorageOfficeProvider Class

TcxSchedulerWebServiceStorageOfficeProvider Members

cxSchedulerWebServiceStorageOfficeProvider Unit