Appointment.RequestApointment
Contents
[
Hide
]RequestApointment(AppointmentMethodType)
Requests the apointment.
public AlternateView RequestApointment(AppointmentMethodType methodType)
| Parameter | Type | Description |
|---|---|---|
| methodType | AppointmentMethodType | The method type. |
Return Value
AlternateViewAlternateView that represents the format to view an email message.
See Also
- class AlternateView
- enum AppointmentMethodType
- class Appointment
- namespace Aspose.Email.Calendar
- assembly Aspose.Email
RequestApointment()
Requests the apointment.
public AlternateView RequestApointment()
Return Value
AlternateViewAlternateView that represents the format to view an email message.
See Also
- class AlternateView
- class Appointment
- namespace Aspose.Email.Calendar
- assembly Aspose.Email
RequestApointment(int)
Requests the apointment.
public AlternateView RequestApointment(int seqId)
| Parameter | Type | Description |
|---|---|---|
| seqId | Int32 | The sequence id. |
Return Value
AlternateViewAlternateView that represents the format to view an email message.
See Also
- class AlternateView
- class Appointment
- namespace Aspose.Email.Calendar
- assembly Aspose.Email