Uses of Class
org.exoplatform.mail.service.impl.DeliveryStatus

Packages that use DeliveryStatus
org.exoplatform.mail.service.impl   
 

Uses of DeliveryStatus in org.exoplatform.mail.service.impl
 

Methods in org.exoplatform.mail.service.impl that return DeliveryStatus
 DeliveryStatus MultipartReport.getDeliveryStatus()
          Get the delivery status associated with this multipart/report.
 

Methods in org.exoplatform.mail.service.impl with parameters of type DeliveryStatus
 void MultipartReport.setDeliveryStatus(DeliveryStatus status)
          Set the delivery status associated with this multipart/report.
 

Constructors in org.exoplatform.mail.service.impl with parameters of type DeliveryStatus
MultipartReport(java.lang.String text, DeliveryStatus status)
          Construct a multipart/report object with the specified plain text and delivery status to be returned to the user.
MultipartReport(java.lang.String text, DeliveryStatus status, javax.mail.internet.InternetHeaders hdr)
          Construct a multipart/report object with the specified plain text, delivery status, and headers from the original message to be returned to the user.
MultipartReport(java.lang.String text, DeliveryStatus status, javax.mail.internet.MimeMessage msg)
          Construct a multipart/report object with the specified plain text, delivery status, and original message to be returned to the user.
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.