Searched defs:bodyMIMEType (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DEMailMessage.java94 private String bodyMIMEType; field in class:EMailMessage
124 bodyMIMEType = "text/plain";
145 bodyMIMEType = "text/plain";
/forgerock/opendj2/src/server/org/opends/server/util/
H A DEMailMessage.java93 private String bodyMIMEType; field in class:EMailMessage
123 bodyMIMEType = "text/plain";
144 bodyMIMEType = "text/plain";
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DEMailMessage.java94 private String bodyMIMEType; field in class:EMailMessage
124 bodyMIMEType = "text/plain";
145 bodyMIMEType = "text/plain";
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DEMailMessage.java94 private String bodyMIMEType; field in class:EMailMessage
124 bodyMIMEType = "text/plain";
145 bodyMIMEType = "text/plain";
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DEMailMessage.java93 private String bodyMIMEType; field in class:EMailMessage
123 bodyMIMEType = "text/plain";
144 bodyMIMEType = "text/plain";
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DEMailMessage.java93 private String bodyMIMEType; field in class:EMailMessage
122 bodyMIMEType = "text/plain";
143 bodyMIMEType = "text/plain";
239 return bodyMIMEType;
245 * @param bodyMIMEType The MIME Type for this message.
247 public void setBodyMIMEType(String bodyMIMEType) argument
249 this.bodyMIMEType = bodyMIMEType;
454 message.setContent(body.toString(), bodyMIMEType);

Completed in 26 milliseconds