Modifier and Type | Method and Description |
---|---|
AlternateView |
Appointment.cancelAppointment()
Cancels the appointment.
|
AlternateView |
Appointment.cancelAppointment(int seqId)
Cancels the appointment.
|
static AlternateView |
AlternateView.createAlternateViewFromString(String content)
Creates a AlternateView of using
the content specified in a string.
|
static AlternateView |
AlternateView.createAlternateViewFromString(String content,
Charset contentEncoding,
String mediaType)
Creates a AlternateView of using
the content specified in a string.
|
static AlternateView |
AlternateView.createAlternateViewFromString(String content,
ContentType contentType)
Creates a AlternateView of using
the content specified in a string.
|
static AlternateView |
AlternateView.createAlternateViewFromString(String content,
ContentType contentType,
int transferencoding)
Creates a AlternateView of using
the content specified in a string.
|
AlternateView |
AlternateViewRemovedEventArgs.getAlternateView()
Get the AlternateView that has been removed.
|
AlternateView |
Task.request()
Requests the object.
|
AlternateView |
Appointment.requestApointment()
Requests the apointment.
|
AlternateView |
Appointment.requestApointment(int seqId)
Requests the apointment.
|
AlternateView |
Appointment.updateAppointment()
Updates the appointment.
|
AlternateView |
Appointment.updateAppointment(int seqId)
Updates the appointment.
|
Modifier and Type | Method and Description |
---|---|
void |
MailMessage.addAlternateView(AlternateView view)
Add an alternate view to message
|
void |
AlternateViewCollection.insertItem(int index,
AlternateView item)
Inserts an element into the
System.Collections.ObjectModel.Collection`1 at the specified index. |
protected void |
AlternateViewCollection.setItem(int index,
AlternateView item)
Replaces the element at the specified index.
|
Constructor and Description |
---|
AlternateViewRemovedEventArgs(AlternateView av)
Initializes a new instance of the
AlternateViewRemovedEventArgs class. |