Uses of Class
com.aspose.email.AlternateView

Uses of AlternateView in com.aspose.email
 

Subclasses of AlternateView in com.aspose.email
 class Calendar
          Deprecated. 
 

Methods in com.aspose.email that return AlternateView
 AlternateView Appointment.cancelAppointment()
           Cancels the appointment.
 AlternateView Appointment.cancelAppointment(int sequenceId)
           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)
           
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.
static AlternateView Calendar.createCancelRequestFrom(Calendar calendar, String uniqueId, int sequenceId)
          Deprecated.  Creates the cancel request from.
 AlternateView Appointment.requestApointment()
           Requests the apointment.
 AlternateView Appointment.requestApointment(int sequenceId)
           Requests the apointment.
 AlternateView Appointment.updateAppointment()
           Updates the appointment.
 AlternateView Appointment.updateAppointment(int sequenceId)
           Updates the appointment.
 

Methods in com.aspose.email with parameters of type AlternateView
 void MailMessage.addAlternateView(AlternateView view)
           Add an alternate view to message
 



Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.