org.jboss.seam.mail.core
Interface EmailAttachment


public interface EmailAttachment

Author:
Cody Lerum

Method Summary
 byte[] getBytes()
           
 ContentDisposition getContentDisposition()
           
 String getContentId()
           
 String getFileName()
           
 Collection<Header> getHeaders()
           
 String getMimeType()
           
 

Method Detail

getContentId

String getContentId()

getFileName

String getFileName()

getMimeType

String getMimeType()

getContentDisposition

ContentDisposition getContentDisposition()

getHeaders

Collection<Header> getHeaders()

getBytes

byte[] getBytes()


Copyright © 2011 Seam Framework. All Rights Reserved.