GetAppointmentText
Appointment.GetAppointmentText method (1 of 2)
Gets the calendar text.
public string GetAppointmentText()
Return Value
String value of calendar as plain text.
See Also
- class Appointment
- namespace Aspose.Email.Calendar
- assembly Aspose.Email
Appointment.GetAppointmentText method (2 of 2)
Gets the calendar text.
public string GetAppointmentText(AppointmentFormattingOptions formattingOptions)
Parameter | Type | Description |
---|---|---|
formattingOptions | AppointmentFormattingOptions | AppointmentFormattingOptions that represents appointment formatting options. |
Return Value
The text representation of appointment.
Exceptions
exception | condition |
---|---|
ArgumentNullException | throws when formattingOptions is null . |
See Also
- class AppointmentFormattingOptions
- class Appointment
- namespace Aspose.Email.Calendar
- assembly Aspose.Email