flux.notification
Class MailTrigger.Mail_Trigger_Result

java.lang.Object
  extended by flux.notification.MailTrigger.MailTriggerResult
      extended by flux.notification.MailTrigger.Mail_Trigger_Result
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing interface:
MailTrigger

Deprecated. Use MailTriggerResult instead. Deprecated in Flux 7.2. Will be removed in Flux 8.0.

public static class MailTrigger.Mail_Trigger_Result
extends MailTrigger.MailTriggerResult
implements java.io.Serializable, java.lang.Cloneable

The result when a mail trigger fires.

See Also:
Serialized Form

Field Summary
 java.util.List attachments
          Deprecated. List of MailTrigger.Mail_Attachment.
 java.lang.String body
          Deprecated. The body of the email message.
 java.util.List cc_addresses
          Deprecated. List of String.
 MailContentType content_type
          Deprecated. The content type of the email message.
 java.util.List from_addresses
          Deprecated. List of String.
 java.util.List reply_to_addresses
          Deprecated. List of String.
 java.util.Date sent_date
          Deprecated. The date the email message was sent.
 int size
          Deprecated. The size of the email message.
 javax.mail.Flags status_flags
          Deprecated. Status flags for the email message.
 java.lang.String subject
          Deprecated. The subject of the email message.
 java.util.List to_addresses
          Deprecated. List of String.
 
Constructor Summary
MailTrigger.Mail_Trigger_Result()
          Deprecated. Creates a new mail message variable.
 
Method Summary
 java.lang.Object clone()
          Deprecated. Clones the mail message variable.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attachments

public java.util.List attachments
Deprecated. 
List of MailTrigger.Mail_Attachment. The file attachments in the email message.


body

public java.lang.String body
Deprecated. 
The body of the email message.


cc_addresses

public java.util.List cc_addresses
Deprecated. 
List of String. The carbon copy recipients of the email message.


content_type

public MailContentType content_type
Deprecated. 
The content type of the email message.


status_flags

public javax.mail.Flags status_flags
Deprecated. 
Status flags for the email message.


from_addresses

public java.util.List from_addresses
Deprecated. 
List of String. The senders of the email message.


reply_to_addresses

public java.util.List reply_to_addresses
Deprecated. 
List of String. The reply-to addresses of the email message.


sent_date

public java.util.Date sent_date
Deprecated. 
The date the email message was sent.


size

public int size
Deprecated. 
The size of the email message.


subject

public java.lang.String subject
Deprecated. 
The subject of the email message.


to_addresses

public java.util.List to_addresses
Deprecated. 
List of String. The recipients of the email message.

Constructor Detail

MailTrigger.Mail_Trigger_Result

public MailTrigger.Mail_Trigger_Result()
Deprecated. 
Creates a new mail message variable.

Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Deprecated. 
Clones the mail message variable.

Overrides:
clone in class java.lang.Object
Returns:
A clone of the mail message variable.
Throws:
java.lang.CloneNotSupportedException - Should not be thrown.


© 2014 Flux Corporation. All rights reserved.