de.smartics.sandbox.mail
Interface MailProperties

Package class diagram package MailProperties

@PropertySet(value="mail")
public interface MailProperties

Mail Properties.


Method Summary
 int mailsPerPage()
          The default number of mails listed on one page if the user has no personalized value.
 String signature()
          The signature to add to every mail message.
 

Method Detail

mailsPerPage

@PropertyExpression(value="25")
@Min(value=1L)
@PropertyLifecycle(access=READ_WRITE,
                   updateInterval=0L)
int mailsPerPage()
The default number of mails listed on one page if the user has no personalized value.

Returns:
the default number of mails listed on one page.

signature

@PropertyLifecycle(access=READ_WRITE,
                   updateInterval=0L)
String signature()
The signature to add to every mail message.

Returns:
the signature to add to every mail message.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.