Interface MDNField
-
public interface MDNField
-
-
Field Summary
Fields Modifier and Type Field Description static String
DISPOSITION
Field Name for Dispositionstatic String
ERROR
Field Name for Errorstatic String
FAILURE
Field Name for Failurestatic String
FINAL_RECIPIENT
Field Name for Final Recipientstatic String
MDN_GATEWAY
Field Name for MDN Gatewaystatic String
ORIGINAL_MESSAGE_ID
Field Name for Original Message IDXstatic String
RECEIVED_CONTENT_MIC
Field Name for Received Content MICstatic String
REPORTING_UA
Field Name for Reporting UAstatic String
WARNING
Field Name for Warning
-
-
-
Field Detail
-
REPORTING_UA
static final String REPORTING_UA
Field Name for Reporting UA- See Also:
- Constant Field Values
-
MDN_GATEWAY
static final String MDN_GATEWAY
Field Name for MDN Gateway- See Also:
- Constant Field Values
-
FINAL_RECIPIENT
static final String FINAL_RECIPIENT
Field Name for Final Recipient- See Also:
- Constant Field Values
-
ORIGINAL_MESSAGE_ID
static final String ORIGINAL_MESSAGE_ID
Field Name for Original Message IDX- See Also:
- Constant Field Values
-
DISPOSITION
static final String DISPOSITION
Field Name for Disposition- See Also:
- Constant Field Values
-
FAILURE
static final String FAILURE
Field Name for Failure- See Also:
- Constant Field Values
-
ERROR
static final String ERROR
Field Name for Error- See Also:
- Constant Field Values
-
WARNING
static final String WARNING
Field Name for Warning- See Also:
- Constant Field Values
-
RECEIVED_CONTENT_MIC
static final String RECEIVED_CONTENT_MIC
Field Name for Received Content MIC- See Also:
- Constant Field Values
-
-