Moyosoft Products | Services | Download | Contact us    
Java Bridge to Exchange
Products  >  Java Bridge to Exchange  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

Interface ExchangeItemAttachment

com.moyosoft.exchange.attachment.ExchangeItemAttachment

Implemented Interfaces:

public interface ExchangeItemAttachment implements ExchangeAttachment

Represents an Exchange item attached to another Exchange item.

Methods

getItem ()
Returns the attached item.
void
writeTo (java.io.OutputStream stream)
Writes the content of the attached item to the specified output stream in RFC-822 format (EML format) if the attached item is a message.
void
writeTo (java.io.File file)
Writes the content of the attached item to the specified file in RFC-822 format (EML format) if the attached item is a message. If the specified file doesn't exist, it will be created.

Community comments



Powered by JavaDocPlus