Appointment.GetAppointmentText
GetAppointmentText()
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
GetAppointmentText(AppointmentFormattingOptions)
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