org.apache.james.mailboxmanager
Interface MessageResult.Header

All Superinterfaces:
MessageResult.Content
Enclosing interface:
MessageResult

public static interface MessageResult.Header
extends MessageResult.Content

A header.


Method Summary
 java.lang.String getName()
          Gets the name of this header.
 java.lang.String getValue()
          Gets the (unparsed) value of this header.
 
Methods inherited from interface org.apache.james.mailboxmanager.MessageResult.Content
size, writeTo, writeTo
 

Method Detail

getName

java.lang.String getName()
                         throws MailboxManagerException
Gets the name of this header.

Returns:
name of this header
Throws:
javax.mail.MessagingException
MailboxManagerException

getValue

java.lang.String getValue()
                          throws MailboxManagerException
Gets the (unparsed) value of this header.

Returns:
value of this header
Throws:
javax.mail.MessagingException
MailboxManagerException


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.