Uses of Class
com.aspose.network.MailMessageSaveType

Uses of MailMessageSaveType in com.aspose.network
 

Methods in com.aspose.network that return MailMessageSaveType
static MailMessageSaveType MailMessageSaveType.getEmlFormat()
           Gets the eml.
static MailMessageSaveType MailMessageSaveType.getMHtmlFromat()
           Gets the MHT.
static MailMessageSaveType MailMessageSaveType.getOutlookMessageFormat()
           Gets the MSG.
static MailMessageSaveType MailMessageSaveType.getOutlookMessageFormatUnicode()
           Gets the MSG.
 

Methods in com.aspose.network with parameters of type MailMessageSaveType
 void MailMessage.save(OutputStream stream, MailMessageSaveType savetype)
           Message saving into a stream in one of the supported formats
 void MailMessage.save(String fileName, MailMessageSaveType savetype)
           Message saving into a file into one of the supported formats
 



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