|
||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |