Skip to main content

TcxSchedulerWebServiceStorageOfficeProvider.TContentType Enum

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

Declaration

TContentType = (
    Default,
    Text,
    HTML
);

Members

Name
Default
Text
HTML

Remarks

Options include:

Value Description
Default The default (compatibility) mode corresponds to the plain text format that the current Scheduler control implementation supports in user events.
Text The event data provider explicitly uses the plain text format to work with event descriptions in a connected online calendar in this mode.
HTML The event data provider imports or synchronizes event descriptions as hypertext. Currently, this mode can be useful if you implement a custom Scheduler-compatible calendar control.

The ContentType property references the TContentType nested enumeration type.

See Also