de.espirit.firstspirit.access
Class MailHeader

java.lang.Object
  extended by de.espirit.firstspirit.access.MailHeader
All Implemented Interfaces:
Serializable

public class MailHeader
extends Object
implements Serializable

Since:
4.1.10
See Also:
Serialized Form

Field Summary
 String recipients
          A semicolon-separated list of recipients.
 String replyTo
          A semicolon-separated list of reply-recipients.
 String sender
          The sender of the mail.
 
Constructor Summary
MailHeader(String recipients)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

recipients

@NotNull
public final String recipients
A semicolon-separated list of recipients.

Since:
4.1.10

sender

@Nullable
public String sender
The sender of the mail.

Since:
4.1.10

replyTo

@Nullable
public String replyTo
A semicolon-separated list of reply-recipients.

Since:
4.1.10
Constructor Detail

MailHeader

public MailHeader(@NotNull
                  String recipients)
Parameters:
recipients - A semicolon-separated list of recipients.
Since:
4.1.10


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480