Aspose::Email::Calendar::AppointmentFormattingOptions Class Reference

Represents the appointment formatting options. More...

Inherits Object.

Public Member Functions

System::String get_DescriptionFormat ()
 Gets the description format. More...
 
void set_DescriptionFormat (System::String value)
 Sets the description format. More...
 
System::String get_OrganizerFormat ()
 Gets the organizer format. More...
 
void set_OrganizerFormat (System::String value)
 Sets the organizer format. More...
 
System::String get_TimezoneFormat ()
 Gets the timezone format. More...
 
void set_TimezoneFormat (System::String value)
 Sets the timezone format. More...
 
System::String get_TitleFormat ()
 Gets the title format. More...
 
void set_TitleFormat (System::String value)
 Sets the title format. More...
 
System::String get_LocationFormat ()
 Gets the where format. More...
 
void set_LocationFormat (System::String value)
 Sets the where format. More...
 
System::String get_EndDateFormat ()
 Gets the end date format. More...
 
void set_EndDateFormat (System::String value)
 Sets the end date format. More...
 
System::String get_StartDateFormat ()
 Gets the start date format. More...
 
void set_StartDateFormat (System::String value)
 Sets the start date format. More...
 
System::String get_CssStyles () const
 Gets the additional css styles for the formatter. More...
 
void set_CssStyles (System::String value)
 Sets the additional css styles for the formatter. More...
 
bool get_IsTextFormat () const
 Gets a value indicating whether template has a text format. More...
 
 AppointmentFormattingOptions ()
 Initializes a new instance of the AppointmentFormattingOptions class. More...
 
 AppointmentFormattingOptions (bool txtFormat)
 Initializes a new instance of the AppointmentFormattingOptions class. More...
 

Static Public Member Functions

static System::SharedPtr< AppointmentFormattingOptionsCreateAsHtml ()
 Specifies formatting in the html. More...
 

Friends

class Aspose::Email::Calendar::Appointment
 

Detailed Description

Represents the appointment formatting options.

Constructor & Destructor Documentation

◆ AppointmentFormattingOptions() [1/2]

Aspose::Email::Calendar::AppointmentFormattingOptions::AppointmentFormattingOptions ( )

Initializes a new instance of the AppointmentFormattingOptions class.

By default, template will be created in the plain text format.

◆ AppointmentFormattingOptions() [2/2]

Aspose::Email::Calendar::AppointmentFormattingOptions::AppointmentFormattingOptions ( bool  txtFormat)

Initializes a new instance of the AppointmentFormattingOptions class.

Parameters
txtFormatif set to true then template will have a text format.

Member Function Documentation

◆ CreateAsHtml()

static System::SharedPtr<AppointmentFormattingOptions> Aspose::Email::Calendar::AppointmentFormattingOptions::CreateAsHtml ( )
static

Specifies formatting in the html.

Returns
AppointmentFormattingOptions that represents appointment formatting options.

◆ get_CssStyles()

System::String Aspose::Email::Calendar::AppointmentFormattingOptions::get_CssStyles ( ) const

Gets the additional css styles for the formatter.

The styles to be injected into resulting html body.

◆ get_DescriptionFormat()

System::String Aspose::Email::Calendar::AppointmentFormattingOptions::get_DescriptionFormat ( )

Gets the description format.

The description format.

◆ get_EndDateFormat()

System::String Aspose::Email::Calendar::AppointmentFormattingOptions::get_EndDateFormat ( )

Gets the end date format.

The end date format.

◆ get_IsTextFormat()

bool Aspose::Email::Calendar::AppointmentFormattingOptions::get_IsTextFormat ( ) const

Gets a value indicating whether template has a text format.

true if template has a text format; otherwise, false.

◆ get_LocationFormat()

System::String Aspose::Email::Calendar::AppointmentFormattingOptions::get_LocationFormat ( )

Gets the where format.

The where format.

◆ get_OrganizerFormat()

System::String Aspose::Email::Calendar::AppointmentFormattingOptions::get_OrganizerFormat ( )

Gets the organizer format.

The organizer format.

◆ get_StartDateFormat()

System::String Aspose::Email::Calendar::AppointmentFormattingOptions::get_StartDateFormat ( )

Gets the start date format.

The start date format.

◆ get_TimezoneFormat()

System::String Aspose::Email::Calendar::AppointmentFormattingOptions::get_TimezoneFormat ( )

Gets the timezone format.

The timezone format.

◆ get_TitleFormat()

System::String Aspose::Email::Calendar::AppointmentFormattingOptions::get_TitleFormat ( )

Gets the title format.

The title format.

◆ set_CssStyles()

void Aspose::Email::Calendar::AppointmentFormattingOptions::set_CssStyles ( System::String  value)

Sets the additional css styles for the formatter.

The styles to be injected into resulting html body.

◆ set_DescriptionFormat()

void Aspose::Email::Calendar::AppointmentFormattingOptions::set_DescriptionFormat ( System::String  value)

Sets the description format.

The description format.

◆ set_EndDateFormat()

void Aspose::Email::Calendar::AppointmentFormattingOptions::set_EndDateFormat ( System::String  value)

Sets the end date format.

The end date format.

◆ set_LocationFormat()

void Aspose::Email::Calendar::AppointmentFormattingOptions::set_LocationFormat ( System::String  value)

Sets the where format.

The where format.

◆ set_OrganizerFormat()

void Aspose::Email::Calendar::AppointmentFormattingOptions::set_OrganizerFormat ( System::String  value)

Sets the organizer format.

The organizer format.

◆ set_StartDateFormat()

void Aspose::Email::Calendar::AppointmentFormattingOptions::set_StartDateFormat ( System::String  value)

Sets the start date format.

The start date format.

◆ set_TimezoneFormat()

void Aspose::Email::Calendar::AppointmentFormattingOptions::set_TimezoneFormat ( System::String  value)

Sets the timezone format.

The timezone format.

◆ set_TitleFormat()

void Aspose::Email::Calendar::AppointmentFormattingOptions::set_TitleFormat ( System::String  value)

Sets the title format.

The title format.

Friends And Related Function Documentation

◆ Aspose::Email::Calendar::Appointment