public class DSNStandard extends MailStandard
| Modifier and Type | Class and Description |
|---|---|
static class |
DSNStandard.MediaType
MIME types for DSN
|
MailStandard.Headers| Modifier and Type | Field and Description |
|---|---|
static String |
ReportType |
static String |
ReportTypeValueNotification |
DestinationHeaders, MailAddressSeparator, OriginHeaders| Constructor and Description |
|---|
DSNStandard() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isReport(javax.mail.internet.MimeMessage entity)
Tests the entity to see if it is a DSN.
|
getContentType, getContentTypepublic static final String ReportType
public static final String ReportTypeValueNotification
public static boolean isReport(javax.mail.internet.MimeMessage entity)
DSN status is indicated by the appropriate main body Content-Type. The multipart body will contain the actual delivery status.
entity - The entity to test#isNotification(MimeEntity)Copyright © 2010–2025 NHIN Direct. All rights reserved.