AppointmentFormattingOptions Class

Represents the appointment formatting options.
Inheritance Hierarchy
SystemObject
  Aspose.Email.CalendarAppointmentFormattingOptions

Namespace:  Aspose.Email.Calendar
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class AppointmentFormattingOptions

The AppointmentFormattingOptions type exposes the following members.

Constructors
  NameDescription
Public methodAppointmentFormattingOptions
Initializes a new instance of the AppointmentFormattingOptions class.
Remarks
By default, template will be created in the plain text format.
Properties
  NameDescription
Public propertyCssStyles
Gets or sets the additional css styles for the formatter.
Public propertyDescriptionFormat
Gets or sets the description format.
Public propertyEndDateFormat
Gets or sets the end date format.
Public propertyIsTextFormat
Gets a value indicating whether template has a text format.
Public propertyLocationFormat
Gets or sets the where format.
Public propertyOrganizerFormat
Gets or sets the organizer format.
Public propertyStartDateFormat
Gets or sets the start date format.
Public propertyTimezoneFormat
Gets or sets the timezone format.
Public propertyTitleFormat
Gets or sets the title format.
Methods
  NameDescription
Public methodStatic memberCreateAsHtml
Specifies formatting in the html.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also