DeliveryStatus ============== .. java:package:: org.motechproject.email.domain :noindex: .. java:type:: public enum DeliveryStatus The \ ``DeliveryStatus``\ Enum contains the possible delivery states for an email message. Enum Constants -------------- ERROR ^^^^^ .. java:field:: public static final DeliveryStatus ERROR :outertype: DeliveryStatus There was an error sending the message. RECEIVED ^^^^^^^^ .. java:field:: public static final DeliveryStatus RECEIVED :outertype: DeliveryStatus The message was received. SENT ^^^^ .. java:field:: public static final DeliveryStatus SENT :outertype: DeliveryStatus The message was sent.