public class NDRReportMailMessageInterpretor extends MailMessageInterpretor
Represents a Non-Delivery Report MailMesssage interpretor.
Constructor and Description |
---|
NDRReportMailMessageInterpretor()
Initializes a new instance of the NDRReportMailMessageInterpretor class.
|
Modifier and Type | Method and Description |
---|---|
MailMessageInterpretor |
deepClone()
Creates a copy of the current instance.
|
protected void |
loadMessageBody(MailMessage mailmessage,
MapiMessage mapiMessage)
Creates the Body (HtmlBody and TextBody) of the MailMessage according to the specified MapiMessage instance.
|
protected void |
loadMessageHeader(MailMessage mailmessage,
MapiMessage mapiMessage)
Imports the headers of MIME protocol to a MailMessage from the MapiMessage instance.
|
interpret, loadAttachment, loadEachAttachment, loadMessageBodyHtml, loadMessageBodyText, save
public NDRReportMailMessageInterpretor()
Initializes a new instance of the NDRReportMailMessageInterpretor class.
public MailMessageInterpretor deepClone()
Creates a copy of the current instance.
deepClone
in class MailMessageInterpretor
protected void loadMessageHeader(MailMessage mailmessage, MapiMessage mapiMessage)
Imports the headers of MIME protocol to a MailMessage from the MapiMessage instance.
loadMessageHeader
in class MailMessageInterpretor
mailmessage
- The target MailMessage.mapiMessage
- The source MapiMessage.protected void loadMessageBody(MailMessage mailmessage, MapiMessage mapiMessage)
Creates the Body (HtmlBody and TextBody) of the MailMessage according to the specified MapiMessage instance.
loadMessageBody
in class MailMessageInterpretor
mailmessage
- The target MailMessage.mapiMessage
- The source MapiMessage.Copyright (c) 2008-2014 Aspose Pty Ltd. All Rights Reserved.