Uses of Class
com.aspose.network.MessageFormat

Uses of MessageFormat in com.aspose.network
 

Methods in com.aspose.network that return MessageFormat
static MessageFormat MessageFormat.getEml()
           Gets the eml.
static MessageFormat MessageFormat.getMht()
           Gets the MHT.
static MessageFormat MessageFormat.getMsg()
           Gets the MSG.
 

Methods in com.aspose.network with parameters of type MessageFormat
static MailMessage MailMessage.load(InputStream stream, MessageFormat format)
           Load message from stream
static MailMessage MailMessage.load(String fileName, MessageFormat format)
           Load message from stream
 void MailMessageInterpretor.save(MapiMessage mapiMessage, OutputStream stream, MessageFormat messageFormat)
           Saves the specified MapiMessage to a Stream.
 void ContactMailMessageInterpretor.save(MapiMessage mapiMessage, OutputStream stream, MessageFormat messageFormat)
           Saves the specified MapiMessage to a Stream.
 void AppointmentMailMessageInterpretor.save(MapiMessage mapiMessage, OutputStream stream, MessageFormat messageFormat)
           Saves the specified MapiMessage to a Stream.
 void ActivityMailMessageInterpretor.save(MapiMessage mapiMessage, OutputStream stream, MessageFormat messageFormat)
           Saves the specified MapiMessage to a Stream.
 void MailMessage.save(OutputStream stream, MessageFormat format)
           Message saving as a stream in one of the supported formats
 void MailMessage.save(String fileName, MessageFormat format)
           Message saving into a file into one of the supported formats
 



Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.